Re: logic:iterate problem

2003-09-27 Thread Manfred Wolff
Thats not. You use something like or an other tag that uses message resources. But the Struts-Framework can't find the resourceBundle.. Manfred Gregory F. March wrote: Make sure your getters and setters conform to the Java naming conventions - I got burned by something similar and that was t

Re: logic:iterate problem

2003-09-26 Thread Gregory F. March
Make sure your getters and setters conform to the Java naming conventions - I got burned by something similar and that was the root cause... HTH... /greg On Sep 26, 2003, "MaFai" <[EMAIL PROTECTED]> wrote: |Hello, struts-user, | |[code] | | | | |[/code] | |customers

Re: logic:iterate problem

2003-09-20 Thread Bryce Fischer
uhh.. Never mind. Figured it out. Told you all it would be something stupid. Forgot to add the <%@ taglib uri="/tags/struts-bean" prefix="bean"%>... Sorry to waste bandwidth. -- Bryce Fischer <[EMAIL PROTECTED]> - To unsubscr

Re: logic:iterate problem

2003-09-19 Thread Bryce Fischer
To partially answer my own question, I changed this: > > CenterTitleTotal > type="com.berzerkersoft.bisweb.db.ejb.value.CenterBrowseValue"> > > > > > to read: CenterTitleTotal Element Value: and I get the exact number of "E

Re: logic:iterate problem with jsp:include tags

2002-07-02 Thread Kubo Hiroshi
The problem seems to be involved in output buffer. Try flushing the buffer : From: "Jeremy Haile" <[EMAIL PROTECTED]> Subject: logic:iterate problem with jsp:include tags Date: Tue, 2 Jul 2002 19:20:47 + > I have a strange problem with the logic:iterate tag. I have used this > tag nume

RE: logic:iterate problem

2002-04-05 Thread Jerome Josephraj
this object into a Vector object called Employees. And it worked. Any idea why? Thanks, Jerome. -Original Message- From: David M. Karr [mailto:[EMAIL PROTECTED]] Sent: 04 April 2002 18:01 To: [EMAIL PROTECTED] Subject: Re: logic:iterate problem

Re: logic:iterate problem

2002-04-04 Thread David M. Karr
> "Jerome" == Jerome Josephraj <[EMAIL PROTECTED]> writes: Jerome> Hi, Jerome> My logic:iterate looks like this Jerome> property="lstEmployees" > Jerome> Jerome> Jerome>name="searchEmpRes" pr