Problem with logic:iterate

2002-12-29 Thread Sterin, Ilya
I'm trying to implement a multibox, and doing something simple from the Struts in Action book, give an error... In my ActionForm class I have... private String[] selectedItems = {"UPS"}; private String[] items = {"UPS", "FedEx", "Airborne"}; public String[] getSelectedIte

Problem with logic:iterate

2002-08-12 Thread Sudhir S. Shetty
Hi , Im having some problems with logic Iterate, I have a Form Bean SampleRowForm.java in which I define a String [] --- private String [] tempsud = {"Sudhir","Shetty","Ramesh","K","'Doug","Wong","Aloke","Thimi","InveniTech","Powershare"}; public void setTempsud(String te

Problem with Logic:Iterate

2001-01-04 Thread Dennis
Hello, I'm new to struts, and trying to kick the tires a little but I'm having a problem using the iterate tag. I have a Bean called DataObjects that contains a Vector called 'objects'. The vector contains beans with a single member variable called 'name'. In the Action class, I use request.se

Re: Problem with Logic:Iterate

2003-06-10 Thread Alen Ribic
. McClanahan <[EMAIL PROTECTED]> Subject: Problem with Logic:Iterate Content-Type: text/plain; charset=us-ascii Dennis wrote: > Hello, > > I'm new to struts, and trying to kick the tires a little but I'm having a > problem using the iterate tag. I have a Bean called D

Another problem with logic:iterate

2003-06-10 Thread Nadja Senoucci
Hello, this seems to be my day of problems. ;) Anyway, I have this code in my .jsp: And I keep getting the following error: Generated servlet error: suchen$jsp.java:231: Variable 'fields' is already defined in this method. java.util.ArrayList fields = null; But I am not declaring t

Re: Problem with logic:iterate

2002-08-12 Thread Patrick Roumanoff
According to "Sudhir S. Shetty" <[EMAIL PROTECTED]>: > private String [] tempsud = > public void setTempsud(String tempsud[]){ > this.tempsud = tempsud; > } > public String[] getTempsud(){ > return this.tempsud; > } > - >

RE: Problem with logic:iterate

2002-08-12 Thread Padma Ginnaram
(), id holds name of the variable which refers to the String corresponding to the current index. Hope this helps, Padma -Original Message- From: Sudhir S. Shetty [mailto:[EMAIL PROTECTED]] Sent: Sunday, August 12, 2001 7:24 AM To: Struts Users Mailing List Subject: Problem with logic:iterate

RE: Problem with logic:iterate

2002-08-12 Thread Tahir Awan
Users Mailing List Subject: Problem with logic:iterate Hi , Im having some problems with logic Iterate, I have a Form Bean SampleRowForm.java in which I define a String [] --- private String [] tempsud = {"Sudhir","Shetty","Ramesh","K",&q

Re: Problem with Logic:Iterate

2001-01-05 Thread Craig R. McClanahan
Dennis wrote: > Hello, > > I'm new to struts, and trying to kick the tires a little but I'm having a > problem using the iterate tag. I have a Bean called DataObjects that > contains a Vector called 'objects'. The vector contains beans with a single > member variable called 'name'. In the Acti

Problem with logic:iterate and bean:write

2003-07-24 Thread Peter Eichenauer
Hello, I have a problem with using inside . The code I use: ... ... The object with id="date" is of type java.util.Date. The documentation of says, "if property is not specified, the value of the bean itself will be rendered". But my JSP throws an Exception: Cannot find bean date in any

problem with logic:iterate and html:text

2002-12-11 Thread Brian DeLuca
I am trying to iterate over a String [] and create html:text tags. I am getting jsp exceptions thrown and other variations are not populating the form bean. I have tried different variations on the text tag where property = "", and name ="testParty.advisingInstr" value = Here is my For

Re: Another problem with logic:iterate

2003-06-10 Thread James Mitchell
On Tuesday 10 June 2003 10:42, Nadja Senoucci wrote: > Hello, > > this seems to be my day of problems. ;) Anyway, I have this code in my > .jsp: > > > type="java.util.ArrayList"/> > type="java.util.ArrayList"/> > > > > > > > > > > > And I keep getting the following error: > > Generated

problem with logic:iterate while displaying an array of beans.

2002-05-20 Thread keerti shrimal
Title: problem with logic:iterate while displaying an array of beans. Hi All,  I am facing a problem displaying a table using logic:iterate tag. I am using two separate beans in my jsp for displaying different values.  The logic:iterate loop works absolutely fine if I pass just a bean to

Re: problem with logic:iterate while displaying an array of beans.

2002-05-20 Thread siraj
problem with logic:iterate while displaying an array of beans.keerthi first thing is ur attached too many files , where people dosnt have enought time to go through it . if it is related to displaying dynamic values here i am attaching a sample jsp and a bean method just go thought it jsp

RE: problem with logic:iterate while displaying an array of beans.

2002-05-20 Thread SATISH.T
ginal Message-From: keerti shrimal [mailto:[EMAIL PROTECTED]] Sent: Monday, May 20, 2002 4:26 PMTo: Struts Users Mailing ListSubject: problem with logic:iterate while displaying an array of beans. Hi All,  I am facing a problem displaying a table using logic:iterate tag. I am usin