Thanks, Dave and Suhash. OGNL expression worked fine!
newton.dave wrote:
>
> cm132005 wrote:
>> How to pass a value from valueStack to a JavaScript function?
>>
>> This doesn't work:
>> > onclick='"doEdit(\'\')"' />
>
> You can't nest custom tags like that; that's not an S2 issue
Hi,
Try out OGNL expression for the value attribute of property tag.
This may help.
Thanks
Suhas.
--- On Fri, 8/5/09, cm132005 wrote:
> From: cm132005
> Subject: Passing a value to JavaScript from a tag
> To: user@struts.apache.org
> Date: Friday, 8 May, 2009, 6:45 AM
>
> How to pass a value
cm132005 wrote:
How to pass a value from valueStack to a JavaScript function?
This doesn't work:
> onclick='"doEdit(\'\')"' />
You can't nest custom tags like that; that's not an S2 issue, it's just
the way it works. Use OGNL; that's what it's for:
Dave
--
3 matches
Mail list logo