Re: Struts2.1.8.1, s:push does not return s:property value

2010-01-18 Thread Emi Lu
Musachy Barroso wrote: The pushed object will be on the stack while the tag is evaluated (in the tag body), and it will be popped after the end of the tag, so <--- will print 'not now john' <--will print whatever was in the top of the stack, before the "push" tag was invoked Sorry th

Re: Struts2.1.8.1, s:push does not return s:property value

2010-01-18 Thread Emi Lu
The pushed object will be on the stack while the tag is evaluated (in the tag body), and it will be popped after the end of the tag, so <--- will print 'not now john' <--will print whatever was in the top of the stack, before the "push" tag was invoked Thank you Musachy. If I am righ

Re: Struts2.1.8.1, s:push does not return s:property value

2010-01-18 Thread Musachy Barroso
The pushed object will be on the stack while the tag is evaluated (in the tag body), and it will be popped after the end of the tag, so <--- will print 'not now john' <--will print whatever was in the top of the stack, before the "push" tag was invoked musachy On Mon, Jan 18, 2010 at 1

Struts2.1.8.1, s:push does not return s:property value

2010-01-18 Thread Emi Lu
Good afternoon, Struts2.1.8.1, the following push example http://www.vaannila.com/struts-2/struts-2-example/struts-2-push-tag-example1.html Title returns, but "s:push" never returns attributes such as "name" under artist. Does someone tries and knows the reason? Album Title: