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

