[java ee programming] Re: TO ALL LAB4004

2009-10-23 Thread marcos gomez
I don't know if i get what you are trying to say but it should show the following: 1. The first time you submit the form it should say 'Hello Fernando' 2. The second time if you write 'Pardo' in the input it should say 'Hello FernandoPardo' 3. The third time if you write 'Argentina' it

[java ee programming] Re: LAB 4004

2009-10-22 Thread marcos gomez
Hi, i have just done this homework. I did the following: - add the link as you did. - change NameHandler.setName() as suggested, so i can append names (more than 2! ). - save mybean in Session scope 1.The first time we go to response.jsp we create mybean in session scope, setting all parameters.

[java ee programming] Re: HELP XML FILE FOR EXCERSISE1

2009-09-07 Thread marcos gomez
I dont know if i get it but if you write this in your webbrowser http://localhost:8080/MyFirstWebApp/your JSP file shouls open. If you want to change where to go when you write /MyFirstWebApp do what Nicolai said. On Mon, Sep 7, 2009 at 2:33 AM,

[java ee programming] Re: Need Help Ex1

2009-09-06 Thread marcos gomez
I had the same problem with Windows vista. Try the following: 1. go to "C:\Windows\System32\drivers\etc" 2. edit host file 3. add this line "127.0.0.1localhost" Restart and its done. To edit host file open it as Administrator user. See you. On Sun, Sep 6, 2009 at 1:02 PM, a