Hi Everbody,
I am new to
struts. and the problem i am facing is that I have got one search screen from which when i click the link.I am submitting the form and setting the mode to update and setting the relevent criteria through hidden fields. Now my problem is that before loading the form i have to process some logic to fetch the information relevent to that criteria. Now i m checking the mode in my Action class and if it is 'update' mode then i am forwarding it to the action of my second
Jsp's Action.
But i am getting the following exception
java.lang.IllegalArgumentException: No bean specified
i have stated the form-bean tag for both the Jsp.
Thanx in advance
Regards,
Manish