Re: Struts2 iterator tag

2011-02-22 Thread Dave Newton
On Tue, Feb 22, 2011 at 12:26 PM, Jainitya wrote: > [JSP] Would it be possible for you to only include the actual stuff that matters? Editing stuff down is really helpful for people trying to focus on what's actually wrong. 1) http://struts.apache.org/2.x/docs/selecting-themes.html You may be ab

Re: Struts2 iterator tag

2011-02-22 Thread Jainitya
when I am trying to access this list after submission it is returning me null value; :-(( -- View this message in context: http://old.nabble.com/Struts2-iterator-tag-tp18258667p30987872.html Sent from

Re: Struts2 iterator tag

2011-02-22 Thread Maurizio Cucchiara
" /> >                                         disabled="true" theme="simple" /> >                                         disabled="true" theme="simple" > /> >                                 >                                

Re: Struts2 iterator tag

2011-02-22 Thread Dave Newton
On Tue, Feb 22, 2011 at 11:21 AM, Jainitya wrote: > I am also a newbie in struts 2 ,I dont know how to use this forum http://struts.apache.org/mail.html > >      >            theme="simple" > name="selllog[%{#selllog.index}].idSellLog"/> FWIW, I'm not sure this is valid

Re: Struts2 iterator tag

2011-02-22 Thread Jainitya
-iterator-tag-tp18258667p30987224.html Sent from the Struts - User mailing list archive at Nabble.com. - To unsubscribe, e-mail: user-unsubscr...@struts.apache.org For additional commands, e-mail: user-h...@struts.apache.org

Re: Struts2 Iterator tag problem

2008-09-10 Thread Gabriel Belingueres
Something like this: 2008/9/10 amolbehl <[EMAIL PROTECTED]>: > > Hi I am trying to display a ArrayList of lists using struts2 iterator tag. > > > private void dataReady(){ > for (int itr = 0; itr < this.HOURS; itr++) { >

Struts2 Iterator tag problem

2008-09-10 Thread amolbehl
Hi I am trying to display a ArrayList of lists using struts2 iterator tag. private void dataReady(){ for (int itr = 0; itr < this.HOURS; itr++) { tempList = new ArrayList(); // Add all the till related d

Re: Struts2 iterator tag

2008-07-08 Thread oraskin
an update for the destination field e.g. and then submit this > form the descList contains the old values! I've tried everything and spend > lot of time for searching for a solution, please help! > Thank you in advance! > > -- View this message in context: http://www.nabb

Re: Struts2 iterator tag

2008-07-05 Thread dusty
>>>>> >>>>> >>>>> >>>>> >>>>> - >>>>> Action class: >>>>> >>>>> >>>>> public class

Re: Struts2 iterator tag

2008-07-03 Thread BGE Ger
- >>>> Action class: >>>> >>>> >>>> public class DescriptionTestAction extends ActionSupport { >>>> >>>> private List descList; >>>> >>>> public DescriptionTestAction () { >>>> } >>>

Re: Struts2 iterator tag

2008-07-03 Thread Laurie Harper
BGE Ger wrote: Hello, I'm struts(2) newbie and I need some help for the iterator tag. How can I access to an updated list in the action class? My JSP looks like: value="%{category}" /> value="%{source}" /> value="%{text}"/>

Re: Struts2 iterator tag

2008-07-03 Thread Laurie Harper
s a spring Bean and everything works well except the update process. If I make an update for the destination field e.g. and then submit this form the descList contains the old values! I've tried everything and spend lot of time for searching for a solution, please help! Thank you in advance!

Re: Struts2 iterator tag

2008-07-03 Thread BGE Ger
t;> >> -- >> The descList is a spring Bean and everything works well except the update >> process. >> If I make an update for the destination field e.g. and then submit this >> form >> the descList contains the old va

Re: Struts2 iterator tag

2008-07-03 Thread Jim Kiley
d then submit this > form > the descList contains the old values! I've tried everything and spend lot > of time for searching for a solution, please help! > Thank you in advance! > > -- > View this message in context: > http://www.nabble.com/Struts2-iterator-tag-tp1825

Struts2 iterator tag

2008-07-03 Thread BGE Ger
ything and spend lot of time for searching for a solution, please help! Thank you in advance! -- View this message in context: http://www.nabble.com/Struts2-iterator-tag-tp18258667p18258667.html Sent from the Struts - User mailing list archive at