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 PROTECTED]> wrote:

> 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 already something
> > out there that does this?
> >
> > My approach has been to basically work off of the
> PropertySelection
> > component and Pallette component.
> >
> > Thanks,
> >
> >
>


Home page : http://uk.geocities.com/matmsh/



___
Inbox full of unwanted email? Get leading protection and 1GB storage with
All New Yahoo! Mail. http://uk.docs.yahoo.com/nowyoucan.html

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]




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 already something
out there that does this?

My approach has been to basically work off of the PropertySelection
component and Pallette component.

Thanks,




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 PropertySelection
component and Pallette component.

Thanks,


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 UserDetails). Once you set up
yoru GrantedAuthority for your users your tapestry pages can now use the
annotations like mine: @Secured(value = { "ROLE_AGENT", "ROLE_ADMIN" })

Hope it works!



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