Re: action not work

2006-04-04 Thread Antonio Petrelli
Dave Newton ha scritto: Antonio Petrelli wrote: red phoenix ha scritto: when I use http://localhost:8080/B.do, it can work. Uh? Are you sure? It should be http://localhost:8080/webappName/B.do Not if you're deploying to the root webapp. Uh right... Too few hours spen

Re: action not work

2006-04-04 Thread Dave Newton
Antonio Petrelli wrote: > red phoenix ha scritto: >> when I use http://localhost:8080/B.do, it can work. > Uh? Are you sure? It should be http://localhost:8080/webappName/B.do Not if you're deploying to the root webapp. Dave -

Re: action not work

2006-04-04 Thread Antonio Petrelli
red phoenix ha scritto: I have a submit button in A.jsp,and I want to submit to B.do from A.jsp,but when I click this submit button,it should submit to B.do and show some information on screen,but in fact it doesn't work, What do you mean by "it doesn't work"? It is a 404, a 500, what? when I

action not work

2006-04-03 Thread red phoenix
I have a submit button in A.jsp,and I want to submit to B.do from A.jsp,but when I click this submit button,it should submit to B.do and show some information on screen,but in fact it doesn't work,when I use http://localhost:8080/B.do, it can work.I don't know why it don't work from A.jsp to B.do?