Hi,
I had a unique problem probably no one gets this. I am using
Jsp for viewing and i had written a class which inherits SimpleFormController.
i had overrided doSubmitAction method and processFormSubmission.
my problem is in the jsp i had search button and link, by clicking on that link it will displays the desired result. and button ( final submit). The problem here is when i enter some text and press the link with the mouse i will get the result. but when enter the text and press Enter i will get an exception (NullPointerException). I had tried with every possibility and atlast came to the forums. can any body tell me how to disable the enter key. i mean when i press the enter no action needs to be taken.
thanks and regards,
Ramesh