Magnus Kjellberg

Greenhorn
+ Follow
since Dec 20, 2005
Merit badge: grant badges
For More
Cows and Likes
Cows
Total received
0
In last 30 days
0
Total given
0
Likes
Total received
0
Received in last 30 days
0
Total given
0
Given in last 30 days
0
Forums and Threads
Scavenger Hunt
expand Ranch Hand Scavenger Hunt
expand Greenhorn Scavenger Hunt

Recent posts by Magnus Kjellberg

But ive stated both the success and failure forwards to /submit.jsp.

Also when if i just enter "localhost/webapp/submit.do" it gives me a blank page.
18 years ago
Ive managed to solve that problem, some stupid configuration error. Bah.

But now ive got another problem, the form opens and displays with the pre-determined value as set in SubmitForm.java, but after i submit, submit.do is just empty, doesnt display the form or anything. Just an emtpy page

And by the way, it doesnt work if i put "/submit.do" instead of "/submit".

SubmitForm.java:

[ December 21, 2005: Message edited by: Magnus Kjellberg ]
18 years ago
Hi,

Ive looked everywhere for a solution to this problem, ive found numerous things but none have helped me. I have a really simple application, just trying to get it to work.

/submit.jsp


struts-config.xml:


And in /web-inf/classes/hansen/playground/ i have SubmitAction.class & SubmitForm.class

Would appreciate some help

Edit: Stupid smileys destroy my code ;)
[ December 20, 2005: Message edited by: Magnus Kjellberg ]
18 years ago