Re: Logic Iterate problem

2009-01-17 Thread ECLIPSE + CVS
Thanks !!! Paweł Wielgus wrote: > > Hi, > You are iterating over user. > > Best regards, > Paweł Wielgus. > > 2009/1/14 ECLIPSE + CVS : >> >> Hi, >> >> In one page of my application i am trying to iterate through one >> collection >> for populating one combo box. But it is showing >> "java

RE: Logic Iterate problem

2009-01-14 Thread Martin Gainty
Did you have the tld declaration at the top of your jsp page e.g <%@ taglib uri="/WEB-INF/struts-logic.tld" prefix="logic" %> ? Martin __ Disclaimer and confidentiality note Everything in this e-mail and any attachments relates to the official busines

Re: Logic Iterate problem

2009-01-14 Thread Paweł Wielgus
Hi, You are iterating over user. Best regards, Paweł Wielgus. 2009/1/14 ECLIPSE + CVS : > > Hi, > > In one page of my application i am trying to iterate through one collection > for populating one combo box. But it is showing > "javax.servlet.jsp.JspException: Cannot create iterator for this col

Re: logic iterate

2005-07-08 Thread Borislav Sabev
Why don't you try Struts-Layout(http://struts.application-servers.com/)? it's very nice library ..I use it and I have a special tag for this for every bean in the collection. Borislav Laurie Harper wrote: Why can't you just change your JSP? In other words, why does the markup you would like

Re: logic iterate

2005-07-08 Thread Laurie Harper
Why can't you just change your JSP? In other words, why does the markup you would like to use not work for you? It looks fine to me. L. Vijay K Anand wrote: Hi All I have a problem in logic iterate .. I would like to dispaly checkbox in each row of the iteration like instead o

Re: logic iterate help

2005-02-24 Thread Richard Reyes
Its working thanks. another thing though. I need to use a constant variable for wrote: > Hi Richards, > > id="idRuser"> > > > > > > Make sure that class Ruser has getter and setter methods too > > Regards, > Krishna Mohan > > -Original Message- > From: Richard

Re: logic iterate help

2005-02-24 Thread Richard Reyes
Hi Iyanu Rajasekaran , Thanks for the reply. I got an error... ception: /serverpages/main-rusers.jsp(45,33) equal symbol expected On Thu, 24 Feb 2005 05:35:41 -0500, Iyanu, Rajasekaran <[EMAIL PROTECTED]> wrote: > > Richard, > > U can specify it like this... > > > > > >

RE: logic iterate help

2005-02-24 Thread Iyanu, Rajasekaran
Richard, U can specify it like this... When the iterate tag is evaluated, every element of rusers will be taken out, typecasted into the Ruser Object and will be passed to the loop.. bean:write tag here can process this object, and use the get method of the Ruser object

RE: logic iterate help

2005-02-24 Thread Krishna Mohan Radhakrishnan
Hi Richards, Make sure that class Ruser has getter and setter methods too Regards, Krishna Mohan -Original Message- From: Richard Reyes [mailto:[EMAIL PROTECTED] Sent: Thursday, February 24, 2005 3:52 PM To: Struts Users Mailing List Subject: logic iterate help

RE: Logic Iterate tag

2004-07-19 Thread Kataria, Satish
the performance aspect. Thanks, Satish -Original Message- From: Aditya Athalye [mailto:[EMAIL PROTECTED] Sent: Tuesday, July 20, 2004 11:52 AM To: Kataria, Satish Subject: RE: Logic Iterate tag Hi Satish, I understand that it will avoid Java code to a great extent. But, I want to

RE: Logic Iterate tag

2004-07-19 Thread Kataria, Satish
Logic:iterate tag helps in creating cleaner and concise code. It helps you achieve near to zero percent java scripplet code in jsp It also has a number of useful features as well information about which you can get from Struts online documentation Regards, Satish -Original Message- From: