Re: numbered tags for an array

2006-06-28 Thread Fabian Sergio de Rosa
i think that's to hard to make test if you can person nameAname/name order1/name /person person nameAnothername/name order2/name /person that's most easy to do and most easy to map and understand. 2006/6/28, Stefano Orselli [EMAIL PROTECTED]: Hi to all! I've a problem. I transform a

Re: FW: Struts + Commons 500 error

2006-07-08 Thread Fabian Sergio de Rosa
when you session expires, you say the problem. When your session expires the form that is alocaded in session is droped like every thing that is in your session, you must control or show that the session expires. or maybe you want to change the session's time to live. 2006/7/8, Raghuveer [EMAIL

Re: FW: Struts + Commons 500 error

2006-07-08 Thread Fabian Sergio de Rosa
- From: Fabian Sergio de Rosa [mailto:[EMAIL PROTECTED] Sent: Saturday, July 08, 2006 12:46 PM To: Jakarta Commons Users List; [EMAIL PROTECTED] Subject: Re: FW: Struts + Commons 500 error when you session expires, you say the problem. When your session expires the form that is alocaded

Re: FW: Struts + Commons 500 error

2006-07-08 Thread Fabian Sergio de Rosa
Nested tags. -Original Message- From: Fabian Sergio de Rosa [mailto:[EMAIL PROTECTED] Sent: Saturday, July 08, 2006 1:04 PM To: Jakarta Commons Users List; [EMAIL PROTECTED] Subject: Re: FW: Struts + Commons 500 error if you try with another form that uses collections tags the problem

Re: FW: Struts + Commons 500 error

2006-07-08 Thread Fabian Sergio de Rosa
in the hierarchy of forms -Original Message- From: Fabian Sergio de Rosa [mailto:[EMAIL PROTECTED] Sent: Saturday, July 08, 2006 1:30 PM To: Jakarta Commons Users List; [EMAIL PROTECTED] Subject: Re: FW: Struts + Commons 500 error you had the trouble when you try to re login? i had the same trouble

Re: Matt Sauer is out of the office.

2006-07-10 Thread Fabian Sergio de Rosa
what??? 2006/7/10, [EMAIL PROTECTED] [EMAIL PROTECTED]: I will be out of the office starting 07/10/2006 and will not return until 07/17/2006. I will respond to your message when I return. If you need immediate assistance, please forward your request to Tony Mcbroom ([EMAIL PROTECTED])

Re: BeanUtils problem

2006-07-14 Thread Fabian Sergio de Rosa
first try using public class Pojo, because if you don't put it the access is protected o package. then you can try creating first a bean utils BeanUtils util = new BeanUtils(); 2006/7/14, will pugh [EMAIL PROTECTED]: I believe the problem here may be that class Zoo and class Pojo are not

Re: Use Digester against a htm file

2006-08-07 Thread Fabian Sergio de Rosa
i don't know if html is compatible with sax, and digester uses sax to parse xml. But if you try, you will know. but i recomend that you try to use xml because the html format isn't restrict and it's most oriented to show information. 2006/8/7, Marcos Hass W [EMAIL PROTECTED]: Hi all, I've

Re: Digester and Inheritance

2006-08-09 Thread Fabian Sergio de Rosa
Class2 propfromclass1value/propfromclass1 propfromclass2value/propfromclass2 /Class2 Class3 propfromclass1value/propfromclass1 propfromclass3value/propfromclass3 /Class3 you don't need to declare your Class1 in the xml file. and you must add the rules to set using api or xmlrules.xml 2006/8/9,