Tag Iterate and jsp:include

2002-07-18 Thread @Basebeans.com
Subject: Tag Iterate and jsp:include From: Guido [EMAIL PROTECTED] === Hi all, i'm having the following error message with a jsp under Tomcat 4.0.1 : Illegal to flush within a custom tag. The code involved is : logic:iterate name=myBean id=my_id property=my_property type

Tag Iterate and jsp:include (ERRATA)

2002-07-18 Thread @Basebeans.com
Subject: Tag Iterate and jsp:include (ERRATA) From: Guido [EMAIL PROTECTED] === Hi all, i'm having the following error message with a jsp under Tomcat 4.0.1 : Illegal to flush within a custom tag. The code involved is : logic:iterate name=myBean id=my_id property=my_property type

Re: Tag Iterate and jsp:include (ERRATA)

2002-07-18 Thread Cedric Dumoulin
Check your jsp specification version. You can't do a jsp include inside the body of a tag in jsp1.1. You should be able to do it in jsp1.2. Cedric Struts Newsgroup (@Basebeans.com) wrote: Subject: Tag Iterate and jsp:include (ERRATA) From: Guido [EMAIL PROTECTED] === Hi all, i'm

According to the TLD attribute id is mandatory for tag iterate

2001-09-12 Thread Leo Amigood
I'm almost dead with solving this issue. I'm getting this error According to the TLD attribute id is mandatory for tag iterate but everything seems similar to the previous guy code. %@ taglib uri=/WEB-INF/struts-logic.tld prefix=logic % jsp:useBean id=clist scope=session class

Re: According to the TLD attribute id is mandatory for tag iterate

2001-09-12 Thread Cedric Dumoulin
this issue. I'm getting this error According to the TLD attribute id is mandatory for tag iterate but everything seems similar to the previous guy code. %@ taglib uri=/WEB-INF/struts-logic.tld prefix=logic % jsp:useBean id=clist scope=session class=com.whatever.DBCountriesList / logic:iterate id

RE: Tag Iterate !!!

2001-08-30 Thread Ali Ozoren
I have the same problem. It doesn't look like the iterate tag creates the bean declared with the id attribute. --a -Original Message- From: Deadman, Hal [mailto:[EMAIL PROTECTED]] Sent: Friday, June 01, 2001 1:28 PM To: [EMAIL PROTECTED] Subject: RE: Tag Iterate !!! Based on what you

Re: Tag Iterate !!!

2001-08-30 Thread Luis Olivares
Ozoren [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Thursday, August 30, 2001 2:54 PM Subject: RE: Tag Iterate !!! I have the same problem. It doesn't look like the iterate tag creates the bean declared with the id attribute. --a -Original Message- From: Deadman, Hal [mailto:[EMAIL

indexing in tag 'iterate'

2001-06-29 Thread guido . roth
Hi I need a form representing a two-dimensional array of input fields. Can anybody tell me what the appropriate solution in Struts 1.0 looks like? Despite numerous attempts to solve this with Struts, I did not succeed. My attempted solution (in fact, one of them) looks like that ('account',

Re: indexing in tag 'iterate'

2001-06-29 Thread Becky Moyer
it into the page scope. Hope this helps... Becky Original Message Follows From: [EMAIL PROTECTED] Reply-To: [EMAIL PROTECTED] To: [EMAIL PROTECTED] Subject: indexing in tag 'iterate' Date: Fri, 29 Jun 2001 18:21:38 +0200 Hi I need a form representing a two-dimensional array of input fields

Re: indexing in tag 'iterate'

2001-06-29 Thread Becky Moyer
=report property=account[entryId.intValue()]//td Becky Original Message Follows From: [EMAIL PROTECTED] Reply-To: [EMAIL PROTECTED] To: [EMAIL PROTECTED] Subject: indexing in tag 'iterate' Date: Fri, 29 Jun 2001 18:21:38 +0200 Hi I need a form representing a two-dimensional array of input

Tag Iterate !!!

2001-06-01 Thread Geoffrey Van Nuffelen
Hi all, I try to use the tag iterate (logic) but I can't. I haven't success. I am working on Windows NT with tomcat 3.2 and struts 1.0b-2. I try to pass an array of object ( a personnal client class). but when a try to access a property I have this error : javax.servlet.ServletException

RE: Tag Iterate !!!

2001-06-01 Thread A.Sharma
hi probably change the case of 'c' in client. the class has Capiltal 'c' while in JSP you are accessing small 'c'. :) ash -Original Message- From: Geoffrey Van Nuffelen [mailto:[EMAIL PROTECTED]] Sent: Friday, June 01, 2001 3:24 PM To: Struts-User (E-Mail) Subject: Tag Iterate !!! Hi

RE: Tag Iterate !!!

2001-06-01 Thread Deadman, Hal
that you aren't showing? Try removing the bean:write from the iterate tag and replacing it with some html. -Original Message- From: Geoffrey Van Nuffelen [mailto:[EMAIL PROTECTED]] Sent: Friday, June 01, 2001 9:49 AM To: [EMAIL PROTECTED] Subject: Re: Tag Iterate !!! Hi Ash, Thanks

RE: pager tag , iterate tag and displaying data as rows in a table

2001-05-16 Thread Nanduri, Amarnath
Never mind. figured it out myself and it works just fine cheers, Amar.. -Original Message- From: Nanduri, Amarnath [mailto:[EMAIL PROTECTED]] Sent: Wednesday, May 16, 2001 2:30 PM To: '[EMAIL PROTECTED]' Subject: pager tag , iterate tag and displaying data as rows in a table Hi

RE: pager tag , iterate tag and displaying data as rows in a table

2001-05-16 Thread Sheikh, Jawwad
so how did you do it? -Original Message- From: Nanduri, Amarnath [mailto:[EMAIL PROTECTED]] Sent: Wednesday, May 16, 2001 3:58 PM To: '[EMAIL PROTECTED]' Subject: RE: pager tag , iterate tag and displaying data as rows in a table Never mind. figured it out myself and it works just fine

RE: pager tag , iterate tag and displaying data as rows in a tabl e

2001-05-16 Thread Nanduri, Amarnath
Look at my other posting Iterate and Radio tags. You should find it in the mailing list . cheers, Amar.. -Original Message- From: Sheikh, Jawwad [mailto:[EMAIL PROTECTED]] Sent: Wednesday, May 16, 2001 5:27 PM To: '[EMAIL PROTECTED]' Subject: RE: pager tag , iterate tag and displaying

RE: pager tag , iterate tag and displaying data as rows in a tabl e

2001-05-16 Thread Nanduri, Amarnath
You might want to look at Radio Button question discussion thread also.. -Original Message- From: Sheikh, Jawwad [mailto:[EMAIL PROTECTED]] Sent: Wednesday, May 16, 2001 5:27 PM To: '[EMAIL PROTECTED]' Subject: RE: pager tag , iterate tag and displaying data as rows in a tabl e so how

RE: Suggestion/Idea for iterate tag: Iterate ResultSets

2001-05-07 Thread Mindaugas Idzelis
resultset to be loaded into memory, which may have some performance problems, right? --min -Original Message- From: Jonathan Asbell [mailto:[EMAIL PROTECTED]] Sent: Sunday, May 06, 2001 11:47 PM To: [EMAIL PROTECTED] Subject: Re: Suggestion/Idea for iterate tag: Iterate ResultSets Result

RE: Suggestion/Idea for iterate tag: Iterate ResultSets

2001-05-07 Thread Mindaugas Idzelis
PROTECTED] Subject: Re: Suggestion/Idea for iterate tag: Iterate ResultSets Result sets ARE tied to the connection in a way. Some DB drivers throw exceptions when you try to manipulate data while you still have a pointer to rows. At work we were trying to manipulate a stream which was pointing

RE: Suggestion/Idea for iterate tag: Iterate ResultSets

2001-05-07 Thread Cook, Levi
-Original Message- From: Mindaugas Idzelis [mailto:[EMAIL PROTECTED]] Sent: Monday, May 07, 2001 9:06 AM To: [EMAIL PROTECTED]; Jonathan Asbell Subject: RE: Suggestion/Idea for iterate tag: Iterate ResultSets I just thought of another option: If resultsets are tied to a connection

RE: Suggestion/Idea for iterate tag: Iterate ResultSets

2001-05-07 Thread boB Rudis
is greatly appreciated. I think this would be a great addition to the taglibs framework. --min -Original Message- From: Jonathan Asbell [mailto:[EMAIL PROTECTED]] Sent: Sunday, May 06, 2001 11:47 PM To: [EMAIL PROTECTED] Subject: Re: Suggestion/Idea for iterate tag: Iterate

RE: Suggestion/Idea for iterate tag: Iterate ResultSets

2001-05-07 Thread Niall Pemberton
To: [EMAIL PROTECTED]; Jonathan Asbell Subject: RE: Suggestion/Idea for iterate tag: Iterate ResultSets I just thought of another option: If resultsets are tied to a connection and a statement, then specify the sql query within the iterator: Hypothetical taglibs: sql:query id=myQuery

RE: Suggestion/Idea for iterate tag: Iterate ResultSets

2001-05-07 Thread Lewis Henderson
:[EMAIL PROTECTED]] Sent: 07 May 2001 02:33 To: struts Subject: Suggestion/Idea for iterate tag: Iterate ResultSets I just thought up of an excellent idea (although, I wasn't the only one). Use the iterate tag to iterate over the rows of a resultset. The column meta data could be exposed as beans

Suggestion/Idea for iterate tag: Iterate ResultSets

2001-05-06 Thread Mindaugas Idzelis
I just thought up of an excellent idea (although, I wasn't the only one). Use the iterate tag to iterate over the rows of a resultset. The column meta data could be exposed as beans named as the column name. A bean:write operation would display the data in the column. I did a search about this

Re: Suggestion/Idea for iterate tag: Iterate ResultSets

2001-05-06 Thread Jonathan Asbell
for iterate tag: Iterate ResultSets I just thought up of an excellent idea (although, I wasn't the only one). Use the iterate tag to iterate over the rows of a resultset. The column meta data could be exposed as beans named as the column name. A bean:write operation would display the data