--- On Mon, 6/16/08, Bruno Cavestro <[EMAIL PROTECTED]> wrote:
> Onclick is the real problem! Regular ognl "<s:submit" does not 
> support onclick!!! [...] any idea?

You cold try using JSP EL; if you're creating an OGNL variable with the 
<s:iterator...> you should be able to access it via ${}. S2 uses a custom 
request wrapper that will look in stack context if the property isn't found in 
a normal JEE-scoped attribute.

Dave


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

Reply via email to