Re: Need some help with generateToken

2002-05-22 Thread Jefferson Rodrigues de Oliveira e Silva
I've got a question here. When you say somewhere in the Action, which action do you refer to ? The action that catches the form, or the action that forwards control to the form ? Thanks Jefferson Ted Husted wrote: Not much to it really. Before forwarding to the form that needs to be part

more than one click in submit button

2002-05-19 Thread Jefferson Rodrigues de Oliveira e Silva
I'm developing an application, and I found an error, which is: I have a JSP page with a form, and if the user clicks in the submit button twice (one click immediatly after the first one) the Action is executed twice. What's the best practice to treat this behavior ? I mean, only one action

who do I make my app secure ?

2002-05-07 Thread Jefferson Rodrigues de Oliveira e Silva
Hi guys, I have a question. I have an application which has a login page. Once the user puts this login and password and click submit, the data is transfered to FormBean. My question is how can I make this data secure ? I mean, the data goes opened through the net. How can I encrypt it ?

Re: who do I make my app secure ?

2002-05-07 Thread Jefferson Rodrigues de Oliveira e Silva
Could you tell me where I can get some example of how to implement it ? Thanks in advance Jefferson James Mitchell wrote: SSL (Secured Socket Layer) JM -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]On Behalf Of Jefferson Rodrigues de Oliveira e Silva

changing menu option in JSP

2002-05-06 Thread Jefferson Rodrigues de Oliveira e Silva
Hi guys, I have the following situation: when the user enters the site, there is a menu page (JSP) which displays some menu options. After logging, the login menu option is not displayed anymore, and a logoff option has to be displayed. What's the best way to do that ? Thanks in advance

off topic - ARGO UML - URGENT

2002-04-25 Thread Jefferson Rodrigues de Oliveira e Silva
Sorry about this question, but I really need some help here. How can I make a constructor using ARGO UML ? If I just add a method with the same name as the class, the tool puts a void ?? ClassName() How can I take the void ?? out ? Thanks Jefferson -- To unsubscribe, e-mail:

site hosting

2002-04-15 Thread Jefferson Rodrigues de Oliveira e Silva
Hi guys, A friend of mine and I are developing a new application using struts, but not for any company, just for ourselves. We are looking for some site hosting service, free ones. Does anybody here know about that ? Is there anyone here that has already done that ? Thanks a lot Jefferson --

Re: New Site

2002-04-10 Thread Jefferson Rodrigues de Oliveira e Silva
Yes, it took some time to come up totally! Jefferson Galbreath, Mark wrote: This is not very encouraging. At 6:30 AM EST on a T-1 I finally gave up when the page had not fully loaded after 3 minutes(!!). My personal experience with Struts (we are committed to it at this point for

set form int field

2002-04-08 Thread Jefferson Rodrigues de Oliveira e Silva
Hi guys, I'm having a problem with a bean int field. When the user clickes in the form, the cursor goes to the end of the text field. Then it types the value (let's say 3) and click in the submit button. What is happening is that the value (3) does not go to the bean field, instead, the bean

nested:image

2002-04-05 Thread Jefferson Rodrigues de Oliveira e Silva
Hi guys, I have a new problem. I'm using a nested:iterate, and one bean attribute is a key to an image in my properties file. public class TeamBean { private String team = team.brazil ... } in the properties file I have the following entries team.brazil=Brazil

Re: bean tags

2002-04-02 Thread Jefferson Rodrigues de Oliveira e Silva
it comes from the Resources file. Take a look in your file.properties, mainMenu.registration should be there. K J wrote: in: bean:message key=mainMenu.registration/ where does the value of registration(mainMenue.registration) come from? can someone explain to me how this works? also,

problem with arraylist and iterate

2002-04-02 Thread Jefferson Rodrigues de Oliveira e Silva
Hi all, I have the following problem: I have a bean User which has a hashtable attribute bets. The getBets method returns a Bet[] array. The Bet class has 6 attributes. In the bets.jsp page, I show in a table all the values from the Bet objects (using iterate), one row for each object, and