Ajax Double Combo example?

2006-09-23 Thread Mark Helmstetter
Are there any examples of how to implement an Ajax enabled double combo box? Is there a component that supports this? I was hoping for something simple for those of us who are uh, ajax-challenged... I looked through Tacos and didn't see anything. Thanks, Mark

Re: [Announce] Acegi Security library for Tapestry 5

2007-08-18 Thread Mark Helmstetter
Do you have any examples of how to implement the login form/page? I'd certainly much prefer to implement this as a Tapestry page rather than other approaches that use JSP. How will login errors be reported on the login page? I think (hope) I can figure out how to adapt the example from the

Re: [Announce] Acegi Security library for Tapestry 5

2007-08-18 Thread Mark Helmstetter
Robin Helgelin wrote: On 8/18/07, Mark Helmstetter <[EMAIL PROTECTED]> wrote: Do you have any examples of how to implement the login form/page? I'd certainly much prefer to implement this as a Tapestry page rather than other approaches that use JSP. How will login errors be repo

Re: [Announce] Acegi Security library for Tapestry 5

2007-08-18 Thread Mark Helmstetter
wrote: On 8/18/07, Mark Helmstetter <[EMAIL PROTECTED]> wrote: Do you have any examples of how to implement the login form/page? I'd certainly much prefer to implement this as a Tapestry page rather than other approaches that use JSP. How will login errors be reported on the login pa

Tapestry 4 / Acegi integration examples

2006-06-05 Thread Mark Helmstetter
Can anyone provide or point me to a simple example of Tapestry 4 integrated with Acegi that includes friendly urls and External (bookmarkable) links that are public? I've looked at numerous examples and guides, and several sample applications such as AppFuse and Trails and it seems to me that al

Injected HttpServletRequest does not match cycle.requestContext.request

2006-06-06 Thread Mark Helmstetter
Why is the injected HttpServletRequest not compatible with the HttpServletRequest obtained via the deprecated getRequestCycle().getRequestContext().getRequest()? public abstract class LoginPage extends BasePage implements PageBeginRenderListener { @InjectObject("service:tapestry.globals.HttpSe