Hi
I am using MultiActionController to submit data .I am facing issue in displaying the error messages in jsp.
if validation error occur it is printed in browser as"
Internal server error 500 with the error messages.
Hi
I am using MultiActionController to submit data .I am facing issue in displaying the error messages in jsp.
if validation error occur it is printed in browser as"
Internal server error 500 with the error messages.
Is there a reason why you're using multiActionController? Personally I use SimpleFormController for every form action to implement the basic CRUD use cases.
if a trainstation is where the train stops, what's a workstation...
Hi
i have many functions like add,edit,delete ,search,view based on role all based on same VO .so i need not repeate code or create many controllers doing almost samethings
thnx