Re: No getter method for property... but present

2002-02-14 Thread Philippe Hodapp / 1genia
i had the same message. Add a beanInfo == - Original Message - From: João Paulo G. Batistella [EMAIL PROTECTED] To: Struts Users Mailing List [EMAIL PROTECTED] Sent: Tuesday, February 05, 2002 4:01 PM Subject: Re: No getter method for property... but present You are using

logic:equal tag problem

2002-02-08 Thread Philippe Hodapp / 1genia
I would like a parameter in the value of the equal tag. Is this possible : logic:equal name=categorieitem property=noCat value= i try value=%out.println(var)% but this don't work. -- To unsubscribe, e-mail: mailto:[EMAIL PROTECTED] For additional commands, e-mail: mailto:[EMAIL PROTECTED]

nested iterate

2002-02-01 Thread Philippe Hodapp / 1genia
I have some problems to use an iterate tag in an iterate tag. I have tried to use the define tag but it don't work too. I have the message : Cannot create iterator for this collection Here's the code : logic:iterate id=aLaUneItem name=aLaUne property=articles scope=session A

nested iterate

2002-02-01 Thread Philippe Hodapp / 1genia
I have some problems to use an iterate tag in an iterate tag. I have tried to use the define tag but it don't work too. I have the message : Cannot create iterator for this collection Here's the code : logic:iterate id=aLaUneItem name=aLaUne property=articles scope=session A

Re: Need help on logic:iterate

2002-01-31 Thread Philippe Hodapp / 1genia
Hi, Yes user is your bean. Have you send it in a session context with session.setAttribute(user,variable) in your Action Class ? Philippe Hodapp Responsable Pôle Développement 1Genia - Groupe 2Is 76, av Edouard Vaillant, 92100 Boulogne Tel : 01 48 25 76

Re: OReilly Struts book

2002-01-29 Thread Philippe Hodapp / 1genia
Can somebody tell me if it is possible to use a scriptlet with the variable from the iterate tag For example iw ould like this : logic:iterate id=listeArticlesCategorieItem name=listeArticlesCategorie property=articles scope=session %=listeArticlesCategorie.size()% /logic:iterate --

jsp Pager and struts

2002-01-29 Thread Philippe Hodapp / 1genia
Hi, Can someone tell me if he has integrated the Pager tag (pager-taglib-1.1) in a struts iterate tag for paging results like alta vista in a struts iterate tag. I do it, but the pager:item tag don't understand the iterate tag as a for, so no index pages construct. Perhaps somebody use another

scpritlet and iterate

2002-01-29 Thread Philippe Hodapp / 1genia
Can somebody tell me if it is possible to use a scriptlet with the variable from the iterate tag For example iw ould like this : logic:iterate id=listeArticlesCategorieItem name=listeArticlesCategorie property=articles scope=session %=listeArticlesCategorie.size()% /logic:iterate

Re: scpritlet and iterate

2002-01-29 Thread Philippe Hodapp / 1genia
- From: Philippe Hodapp / 1genia [mailto:[EMAIL PROTECTED]] Sent: Tuesday, January 29, 2002 1:13 PM To: Struts Users Mailing List Subject: scpritlet and iterate Can somebody tell me if it is possible to use a scriptlet with the variable from the iterate tag For example iw ould like

help : iterate

2002-01-24 Thread Philippe Hodapp / 1genia
I don't know how to translate this in Struts Tag. This is killing my head. Can somebody help me please. Vector articles = (Vector)aLaUne.getArticles(); Article article = (Article)articles.get(0); out.println(article.getNoArticle()); -- To unsubscribe, e-mail: mailto:[EMAIL PROTECTED] For

Re: help : iterate

2002-01-24 Thread Philippe Hodapp / 1genia
/logic:iterate -Original Message- From: Philippe Hodapp / 1genia [mailto:[EMAIL PROTECTED]] Sent: Thursday, January 24, 2002 2:30 PM To: Struts Users Mailing List Subject: help : iterate I don't know how to translate this in Struts Tag. This is killing my head. Can somebody help me