Re: Nothing helps

2008-07-25 Thread Jim Kiley
Just as a side note, message subject lines like "Nothing helps" and "A similar problem" should probably be avoided on this list. When someone looks at the archives because they're stumped about a problem with displaying problems within an iterator, there's no signal that this thread, for instance,

RE: Nothing helps

2008-07-25 Thread holod
Thank you, I've finally solved the problem! Previous solutions helped me, seems like I was making stupid mistakes. This code snippet prints links to my download action, my download action works fine. Thank you again!

RE: Nothing helps

2008-07-25 Thread Jishnu Viswanath
1.If var does not exist u are using struts 2.0.x not 2.1.x 2. Try doing something like this so this Document Title: Regards, Jishnu Viswanath Software Engineer *(+9180)41190300 - 222(Ext) ll * ( + 91 ) 9731209330ll Tavant Technologies Inc., www.tavant.com PEOPLE :: PASSION ::

Re: Nothing helps

2008-07-25 Thread Lukasz Lenart
2008/7/25 holod <[EMAIL PROTECTED]>: > > attribute "var" doesn't exist in my struts-tags.tld. I'm using the last one > struts2 pack. "var" attribute is used as from S2.1 and above which was not released yet (2.1.2 is beta), the latest release is 2.0.11.2, which version do you have? > > > try