RE: blank page

2002-06-20 Thread VEDRE, RANAPRATAP REDDY
please post your action mapping in config file and the form tag used in view component. a. make sure u have the action attribute of form tag and path attribute of action tag in action mappings are exaclty the same. b. if u are forwarding non existing mapping in ur Action class. -Original Me

Re: blank page

2002-06-20 Thread Billy Ng
My wrong. I have a typo in the method name. Sorry Billy Ng - Original Message - From: "Billy Ng" <[EMAIL PROTECTED]> To: "Struts Users Mailing List" <[EMAIL PROTECTED]> Sent: Thursday, June 20, 2002 4:36 PM Subject: blank page I did the , but I got a blank page after I hit the submit

RE: blank page

2002-06-21 Thread Kamholz, Keith (corp-staff) USX
Next time you're not sure if the Action got hit, it's easy to test it by putting a System.out.println in the class. Watch for the message in the server console. It's a good thing to try before posting a question, because you'll be more sure of what's going wrong. ~ Keith -Original Message

Re: blank page

2002-06-21 Thread Dave Derry
- Original Message - From: "Kamholz, Keith (corp-staff) USX" <[EMAIL PROTECTED]> Subject: RE: blank page > Next time you're not sure if the Action got hit, it's easy to test it by > putting a System.out.println in the class. Watch for the message in th

Re: Blank page after form validation

2004-01-14 Thread Matt Raible
Most likely your "input" attribute is invalid - this usually results in a blank page in my experience. HTH, Matt On Jan 13, 2004, at 10:56 PM, VENKATESH GANGAL wrote: Hi All, We have been facing a very strange problem with form validation We have a JSP which is an input to an action and ther