[Off-topic]Transaction Management

2002-02-08 Thread João Paulo G. Batistella
Hi. I would like to know how do you manage transactions when you are using Tomcat JSP/Servlet engine?? Is there any free solution?? Thanks, JP -- To unsubscribe, e-mail: mailto:[EMAIL PROTECTED] For additional commands, e-mail: mailto:[EMAIL PROTECTED]

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

2002-02-05 Thread João Paulo G. Batistella
You are using List for get and String for set method. You should use the same type for both methods. JP public void setEconomicActivities(String newEconomicActivities) public List getEconomicActivities() public void setDomains(String newDomains) public List getDomains() Tom Goemaes wrote:

[Off Topic] get/set method generation

2002-01-31 Thread João Paulo G. Batistella
Anyboy knows a tool for generating get/set methods from a list of attributes?? An example: I have private String name; private int number; And I would like to generate: public String getName(); public void setName( String name ) ; public int getNumber(); public void setNumber( number );

Enhydra XMLC

2002-01-25 Thread João Paulo G. Batistella
Hi! I'm wondering about using XMLCI and I would like to heard about it. Is it good?? Can be used in large projects?? Any opinion is valid. Thanks JP -- To unsubscribe, e-mail: mailto:[EMAIL PROTECTED] For additional commands, e-mail: mailto:[EMAIL PROTECTED]

Re: Tag Pooling

2002-01-25 Thread João Paulo G. Batistella
Sorry, but what is tag pooling? I'm curious now. JP [EMAIL PROTECTED] wrote: Hi, Since JSP pages created on Struts framework uses lot of tags in the pages, Tag pooling would be greate. I know that Tomcat3.3 supports tag pooling. But the question is do Resin, Orion or Weblogic

Re: changing html:errors / default text.

2002-01-09 Thread João Paulo G. Batistella
can do' with struts persay listed online? Thanks rob -- To unsubscribe, e-mail: mailto:[EMAIL PROTECTED] For additional commands, e-mail: mailto:[EMAIL PROTECTED] -- João Paulo G. Batistella CiT - Software enabling the e-world Phone: +55 (19) 3737-4515 http://www.cit.com.br

Re: changing html:errors / default text.

2002-01-09 Thread João Paulo G. Batistella
] For additional commands, e-mail: mailto:[EMAIL PROTECTED] -- João Paulo G. Batistella CiT - Software enabling the e-world Phone: +55 (19) 3737-4515 http://www.cit.com.br -- To unsubscribe, e-mail: mailto:[EMAIL PROTECTED] For additional commands, e-mail: mailto:[EMAIL

Re: iterate issue

2002-01-09 Thread João Paulo G. Batistella
? Thanks, John Collard -- To unsubscribe, e-mail: mailto:[EMAIL PROTECTED] For additional commands, e-mail: mailto:[EMAIL PROTECTED] -- João Paulo G. Batistella CiT - Software enabling the e-world Phone: +55 (19) 3737-4515 http://www.cit.com.br -- To unsubscribe, e-mail: mailto:[EMAIL

Re: iterate issue

2002-01-09 Thread João Paulo G. Batistella
dailyList. John Collard -Original Message- From: João Paulo G. Batistella [mailto:[EMAIL PROTECTED]] Sent: Wednesday, January 09, 2002 2:17 PM To: Struts Users Mailing List Subject: Re: iterate issue Strange. But, why getDailyList returns ArrayList and setDailyList receives a boolean