Hmm, this must be an easy one. Please help me to the right track with this.

I cannot get this working:
#tag( Form "name='myform'" "action='$tag.params.actionName'"
"method='GET'" )

How should I write $tag.params.actionName in order to get it working.

The following works just fine but how can it be done in one step?
#set( $actionName = $tag.params.actionName )
#tag( Form "name='myform'" "action='$actionName'" "method='GET'" )

thanks,
taavi.



-------------------------------------------------------
This SF.net email is sponsored by: SF.net Giveback Program.
Does SourceForge.net help you be more productive?  Does it
help you create better code?  SHARE THE LOVE, and help us help
YOU!  Click Here: http://sourceforge.net/donate/
_______________________________________________
Opensymphony-webwork mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/opensymphony-webwork

Reply via email to