Hi,

How could i do that 

<s:url id="setUsina${id}" action="UpdateHome!selectPlant">
      </s:url>
      <s:a id="any" 
        name="any" 
        href="%{setUsina${id}}"  theme="ajax">Link</s:a>

changing EL by OGNL?
The especific part  href="%{setUsina${id}}" . I tried 
href="%{setUsina(#id)}" but didn't work.

Thanks,


Felipe


-- 
View this message in context: 
http://www.nabble.com/OGNL-question-tf3711762.html#a10382481
Sent from the Struts - User mailing list archive at Nabble.com.


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

Reply via email to