Re: hw to use if tag

2008-10-07 Thread Dave Newton
t; > >> > >> > >> > >> > >> > >> > >> > >> <%srno=1; %> > >> > &g

Re: hw to use if tag

2008-10-07 Thread Sébastien Domergue
Is your vector just a vector of value or is it an object vector with attribute fields? With attribute fields you should use the if tag as described before. In the other case, you have to use the var field of that would create a variable to manipulate the value. regards Hardik Shah a écrit :

Re: hw to use if tag

2008-10-07 Thread Hardik Shah
gt; >> - >> how i can put condition for that i am not good in ognl >> >> please help me >> >> > > > - > To unsubscribe, e-mail: [EMAIL PROTECTED] &g

Re: hw to use if tag

2008-10-07 Thread Paweł Wielgus
Hi, there is also problem with: and it should be something like Read more about it here: http://struts.apache.org/2.x/docs/tag-reference.html Best greetings, Paweł Wielgus. 2008/10/7 Sébastien Domergue <[EMAIL PROTECTED]>: > Hi, > > in your test condition, struts doesn't understand that at

Re: hw to use if tag

2008-10-07 Thread Sébastien Domergue
Hi, in your test condition, struts doesn't understand that attrMatrixValue is a property, you should write something like : Using '%{' means that the expression have to be evaluated. Regards Sébastien Hardik Shah a écrit : hi i have vector of vector and i can easily iterate using in bet

hw to use if tag

2008-10-07 Thread Hardik Shah
<%srno=1; %> - how i can put condition for that i am not good in ognl please help me -- View this message in context: http://www.nabble.com/hw-to-use-if-tag-tp19856372p19856372.html Sent from the Struts - User mailing list arc