Results 1 to 3 of 3

Thread: Form is not getting submitted in second jsp

  1. #1
    Join Date
    Jan 2007
    Posts
    1

    Default Form is not getting submitted in second jsp

    Hi,

    My Req is , I want to search client & Add,Modify Clients.
    I decided to do using two jsps(SearchClients.jsp & CreateClient.jsp) and one Command(ClientForm.java) and one Controller (ClientController.java).

    Problem is
    When Click Add Client img button on SearchClients.jsp action is Setting to AddClient and CreateClient.jsp is getting open now when i click save button after entering properdata action is not getting setted means Form is not getting submitted..

    and one more thing
    After Removing all varibales in jsp and clicking save img button form getting submitted and action also setted

    please give any clue.. how to resolve this


    Thannks in advance

  2. #2
    Join Date
    Sep 2004
    Location
    Leuven, Belgium
    Posts
    1,853

    Default

    Make sure you are submitting values using HTTP 'POST'.

    Erwin

  3. #3
    Join Date
    Sep 2004
    Location
    Manchester, NH
    Posts
    1,236

    Default

    Posting the relevant code from the add client page would probably help us help you. It doesn't _sound_ like you're doing anything wrong, but it's hard to tell without code.

Posting Permissions

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