Using JSP struts tag logic:iterate

2003-03-27 Thread Jean-Michel Auguste
Hi, I'm a bit confusing using the jsp struts tag logic:iterate. Here is my problem. In my business logic I've created an object (let's call it objA) that contains a Hashtable which itself contain a list of objects (objB) . The Hastable object (hTable) can be accessed through getter and setter

Re: Using JSP struts tag logic:iterate

2003-03-27 Thread Nicolas De Loof
You don't need jsp:useBean as struts tags look into scope themself. (usebean create a scriptlet variable from a bean) Your code looks fine. Look at objB code, getter should not be well formed. - be carreful about uppercase beginig properties - be carreful not to have mulitple setters with

Re: Using JSP struts tag logic:iterate

2003-03-27 Thread Jean-Michel Auguste
- From: Nicolas De Loof [EMAIL PROTECTED] To: Struts Users Mailing List [EMAIL PROTECTED] Sent: Thursday, March 27, 2003 11:27 Subject: Re: Using JSP struts tag logic:iterate You don't need jsp:useBean as struts tags look into scope themself. (usebean create a scriptlet variable from a bean

Re: Using JSP struts tag logic:iterate

2003-03-27 Thread Nicolas De Loof
- From: Nicolas De Loof [EMAIL PROTECTED] To: Struts Users Mailing List [EMAIL PROTECTED] Sent: Thursday, March 27, 2003 11:27 Subject: Re: Using JSP struts tag logic:iterate You don't need jsp:useBean as struts tags look into scope themself. (usebean create a scriptlet variable from

Re: Using JSP struts tag logic:iterate

2003-03-27 Thread Jean-Michel Auguste
Object to ObjB is performed but it works Thanks for your help. - Original Message - From: Nicolas De Loof [EMAIL PROTECTED] To: Struts Users Mailing List [EMAIL PROTECTED] Sent: Thursday, March 27, 2003 12:24 Subject: Re: Using JSP struts tag logic:iterate YOu can read

Re: Using JSP struts tag logic:iterate

2003-03-27 Thread Nicolas De Loof
is performed but it works Thanks for your help. - Original Message - From: Nicolas De Loof [EMAIL PROTECTED] To: Struts Users Mailing List [EMAIL PROTECTED] Sent: Thursday, March 27, 2003 12:24 Subject: Re: Using JSP struts tag logic:iterate YOu can read this on struts-logic

Re: Using JSP struts tag logic:iterate

2003-03-27 Thread Jean-Michel Auguste
Ok, now I understand. Thanks a lot. - Original Message - From: Nicolas De Loof [EMAIL PROTECTED] To: Struts Users Mailing List [EMAIL PROTECTED] Sent: Thursday, March 27, 2003 15:43 Subject: Re: Using JSP struts tag logic:iterate Simply they're is no Cast at all ! Tags use commons

Re: Using JSP struts tag logic:iterate

2003-03-27 Thread Lionel Roux
__ This messages is certified virus free by NAV 2003 - Original Message - From: Jean-Michel Auguste [EMAIL PROTECTED] To: Struts Users Mailing List [EMAIL PROTECTED] Sent: Thursday, March 27, 2003 3:49 PM Subject: Re: Using JSP struts tag logic:iterate Ok, now I understand. Thanks a lot