s:property tag with action attribute of form/submit

2009-01-14 Thread Leena Borle
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


Re: s:property tag with action attribute of form/submit

2009-01-14 Thread Christian Priebe

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



Re: s:property tag with action attribute of form/submit

2009-01-14 Thread Leena Borle
That worked,
Thanks for the help.
Leena

On Wed, Jan 14, 2009 at 1:23 PM, Christian Priebe christ...@prie.be wrote:

 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




RE: s:property tag with action attribute of form/submit

2009-01-14 Thread Martin Gainty

the mechanism you are using assumes the value is located on OGNL root

if you want session or request specfic variables you will need to use the 
#session or #request qualifier as in these examples

s:property value=#session.mySessionPropKey/ or
s:property value=#session['mySessionPropKey']/ or
s:property value=#request['myRequestPropKey']/
http://struts.apache.org/2.0.14/docs/ognl.html

HTH
Martin 
__ 
Disclaimer and confidentiality note 
Everything in this e-mail and any attachments relates to the official business 
of Sender. This transmission is of a confidential nature and Sender does not 
endorse distribution to any party other than intended recipient. Sender does 
not necessarily endorse content contained within this transmission. 




 Date: Wed, 14 Jan 2009 13:10:04 -0800
 From: lsbo...@gmail.com
 To: user@struts.apache.org
 Subject: s:property tag with action attribute of form/submit
 
 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

_
Windows Liveā„¢ HotmailĀ®: Chat. Store. Share. Do more with mail. 
http://windowslive.com/explore?ocid=TXT_TAGLM_WL_t1_hm_justgotbetter_explore_012009