Re: OGNL and action property

2007-12-29 Thread stanlick
I think this is a cleaner way to do this. Scott Stanlick

Re: OGNL and action property

2007-12-21 Thread [EMAIL PROTECTED]
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] > Sent: Friday, December 21, 2007 3:46 PM > To: Struts Users Mailing List > Subject: Re: OGNL and action property > > Hi Dave, > > > > You would not want to use the "#" character, just "brand". > &g

RE: OGNL and action property

2007-12-21 Thread Hernandez, David
Try removing the value attribute: Although, I believe Should do the same thing . . . David Hernandez -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Sent: Friday, December 21, 2007 3:46 PM To: Struts Users Mailing List Subject: Re: OGNL and action property Hi

Re: OGNL and action property

2007-12-21 Thread [EMAIL PROTECTED]
Hi Dave, > You would not want to use the "#" character, just "brand". It works without prefixing it with "#". Thanks. To pass "brand" value to the action specified in the same page, I use hidden field but it doesn't work. Can you help me with that? I tried these and none works. Is there

Re: OGNL and action property

2007-12-21 Thread Dave Newton
--- "[EMAIL PROTECTED]" <[EMAIL PROTECTED]> wrote: > What is an action property? I thought it is a private attribute in an > action class with its getter and setter methods but now I think it's > wrong as I defined such an attribute "brand" but it can't be used > in OGNL: ... You would not want

OGNL and action property

2007-12-21 Thread [EMAIL PROTECTED]
Hi all, What is an action property? I thought it is a private attribute in an action class with its getter and setter methods but now I think it's wrong as I defined such an attribute "brand" but it can't be used in OGNL: ... In the result page of the action, I can output value of the "brand" usi