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

2009-01-14 Thread Martin Gainty
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

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 wrote: > Hey, > > since %{actionUrl} is simple OGNL you should be able to use it directly in > the s:submit-Tag like this: > > targets="dummy_div" /> > > > Christian > > > > > Leena Borle schrieb: > > Hel

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: Christian Leena Borle schrieb: Hello, I want to use s:property tag in action attribute of s:submit, like this, " theme="ajax" targets="dummy_div" /> Is this possibl

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, " theme="ajax" targets="dummy_div" /> Is this possible ? I am getting errors while compiling this JSP . I even tried ". Doesn't work. Leena