Cancel

2003-01-23 Thread João Paulo Batistella
Hi! I have a form with two buttons, submit and cancel. My form has session scope. When I press the cancel button I would like to clear all the information in the form stored in the session. How can I do this? Thanks, Joao Paulo. - Busca Yahoo! O serviço de

Off-Topic: Microsoft Javascript Debugger

2003-01-17 Thread João Paulo Batistella
Please, where can I download the Microsoft Javascript Debugging Tool to use with Internet Explorer? Thanks, Joao Paulo. ___ Busca Yahoo! O melhor lugar para encontrar tudo o que você procura na Internet http://br.busca.yahoo.com/

RE: A form with a List

2003-01-15 Thread João Paulo Batistella
ships with Struts. It demonstrates several uses of . It would also help to look at the documentation of tag at http://jakarta.apache.org/struts/userGuide/struts-logic.html#iterate. Sri -Original Message- From: João Paulo Batistella [mailto:[EMAIL PROTECTED]] Sent: Wednesday, January

RE: A form with a List

2003-01-15 Thread João Paulo Batistella
ontents of the list in your JSP using a . Am I missing something? Sri -----Original Message----- From: João Paulo Batistella [mailto:[EMAIL PROTECTED]] Sent: Wednesday, January 15, 2003 8:34 AM To: [EMAIL PROTECTED] Subject: A form with a List Hi! I have the following situation: One form that

A form with a List

2003-01-15 Thread João Paulo Batistella
Hi! I have the following situation: One form that have 20 lines of professionals. The problem is how to get the 20 professionals using only one form? Can I have a collection (or List) as an attribute of a Form? The number 20 is dynamic. It could bem 20, 30 or more. Thanks, Joao Paulo. -

Design of action classes

2003-01-14 Thread João Paulo Batistella
Hi. We are deciding about how to use action classes in our project. Is it a problem to let developers use the same action class to handle different operations? Example: The action UpdateUserAction could be used to insert a new user or to update the data of an existing user. Is it a problem?

Re: Two Actions using the same form

2003-01-14 Thread João Paulo Batistella
l Message ----- From: "João Paulo Batistella" To: Sent: Tuesday, January 14, 2003 2:50 PM Subject: Two Actions using the same form > > Hi! > > I have a doubt about using the same form in two different actions. > > Let me explain. > > I have a form (let's ca

Two Actions using the same form

2003-01-14 Thread João Paulo Batistella
Hi! I have a doubt about using the same form in two different actions. Let me explain. I have a form (let's call form1) and, when I submit it, action1 is called. Action1 do whatever it wants and now the application have to show form2 (asscotiated with action2), with some data already filled,