Re: Dynamic Property Selection

2007-06-04 Thread Asim Khaja
I hadn't seen that before, it is exactly what I was trying to do. Thanks, Asim On 6/2/07, Shing Hing Man <[EMAIL PROTECTED]> wrote: Have you checked out the DynamicSelectionList component at http://lombok.demon.co.uk/tapestry4Demo/app ? Shing --- Asim Khaja <[EMAIL PRO

Re: Dynamic Property Selection

2007-06-01 Thread Asim Khaja
BTW, i'm using Tapestry 4.0 On 6/1/07, Asim Khaja <[EMAIL PROTECTED]> wrote: Hello, I'm trying to write a generic dynamic property selection component (specifically based on what country the user selects i want to with javascript populate the states selection box). Is there a

Dynamic Property Selection

2007-06-01 Thread Asim Khaja
Hello, I'm trying to write a generic dynamic property selection component (specifically based on what country the user selects i want to with javascript populate the states selection box). Is there already something out there that does this? My approach has been to basically work off of the Pro

Re: tapestry-acegi

2007-05-04 Thread Asim Khaja
I will try it out, thanks a lot. Asim On 5/3/07, William Keller <[EMAIL PROTECTED]> wrote: I forgot to mention that you will need to map your User and GrantedAuthority as per usual on Acegi. The stuff I gave you doesn't go in depth on setting up your models (your User needs to implement UserDet

tapestry-acegi

2007-05-03 Thread Asim Khaja
Is there a good tutorial on using the tapestry-acegi ( http://www.carmanconsulting.com/tapestry-acegi/) library? Thanks, Asim