-
Jan 4th, 2007, 03:58 AM
#1
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
-
Jan 4th, 2007, 04:25 AM
#2
Make sure you are submitting values using HTTP 'POST'.
Erwin
-
Jan 4th, 2007, 08:37 AM
#3
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
-
Forum Rules