Results 1 to 3 of 3

Thread: Displaying Error Messages

  1. #1

    Default Displaying 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.

  2. #2
    Join Date
    Apr 2005
    Location
    Finland
    Posts
    314

    Default

    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...

  3. #3

    Default

    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

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •