Hey,

since %{actionUrl} is simple OGNL you should be able to use it directly in the s:submit-Tag like this:

<s:submit value="Calendar Logout" action="%{actionUrl}"  theme="ajax" 
targets="dummy_div" />


Christian




Leena Borle schrieb:
Hello,
  I want to use s:property tag in action attribute of s:submit, like this,
          <s:submit value="Calendar Logout" action="<s:property
value="%{actionUrl}" />"  theme="ajax" targets="dummy_div" />

Is this possible ? I am getting errors while compiling this JSP . I even
tried <s:property value="calLogoutUrl" />". Doesn't work.
Leena



---------------------------------------------------------------------
To unsubscribe, e-mail: user-unsubscr...@struts.apache.org
For additional commands, e-mail: user-h...@struts.apache.org

Reply via email to