Re: struts 2 tag confution

2010-04-07 Thread Dale Newfield
Supratim Bandyopadhyaya wrote: But the parameter direction which is assigned a value "forward" does not show. The param "direction" is assigned the value resulting from evaluating "forward" against the valuestack. FOO works because anything inside the tag is evaluated to a stri

Re: struts 2 tag confution

2010-04-07 Thread Supratim Bandyopadhyaya
Thanks a million! On Wed, Apr 7, 2010 at 1:47 PM, Alex Rodriguez Lopez wrote: > Use this syntax: > > forward > > > Em 07-04-2010 06:52, Supratim Bandyopadhyaya escreveu: > > Greetings to all, >> I have been trying to get to work properly. >> Here is the code. >> >> >> >>

Re: struts 2 tag confution

2010-04-07 Thread Alex Rodriguez Lopez
Use this syntax: forward Em 07-04-2010 06:52, Supratim Bandyopadhyaya escreveu: Greetings to all, I have been trying to get to work properly. Here is the code. Next Record here the parameter offset comes from the action bean which sho

struts 2 tag confution

2010-04-06 Thread Supratim Bandyopadhyaya
Greetings to all, I have been trying to get to work properly. Here is the code. Next Record here the parameter offset comes from the action bean which shows up in the url fine. But the parameter direction which is assigned a value "forward" doe