Results 1 to 2 of 2
Thread: JSP-Ajax getParameterNames
- 05-17-2010, 11:33 PM #1
Member
- Join Date
- May 2010
- Posts
- 3
- Rep Power
- 0
JSP-Ajax getParameterNames
Hi I had a problem, with ajax Im importing some fields like <inputs /> from another jsp page, my problem goes when I click submit button fields are not in parameter list nor request url index.jsp?fieldnothere=data
- select from a "select box" an option
- select box onchange event will be fired, calling ajax function
- ajax function will bring into a <div > input fields like <input type=text> inside of a table
- user will fill ajax imported fields and other static fields
- user will clic in submit button
- server should display all parameter list, but is not happening using getParameterMap or getParameterNames, it only shows non-ajax fields
What I need add or remove, or what im doing wrong?
Thank you
- 05-18-2010, 12:25 AM #2
Member
- Join Date
- May 2010
- Posts
- 3
- Rep Power
- 0
Similar Threads
-
jsp + ajax
By sysout in forum JavaServer Pages (JSP) and JSTLReplies: 1Last Post: 07-19-2010, 11:53 AM -
Ajax
By mallik in forum Advanced JavaReplies: 3Last Post: 11-07-2009, 03:25 PM -
Jsp with Ajax
By sundarjothi in forum JavaServer Pages (JSP) and JSTLReplies: 16Last Post: 09-25-2008, 10:29 AM -
AJAX in JSP
By haiforhussain in forum JavaServer Pages (JSP) and JSTLReplies: 8Last Post: 07-01-2008, 02:12 PM


LinkBack URL
About LinkBacks
Reply With Quote
Bookmarks