ajax send parameter to jsp but failed
Posted
by kawtousse
on Stack Overflow
See other posts from Stack Overflow
or by kawtousse
Published on 2010-03-18T16:19:29Z
Indexed on
2010/03/18
16:21 UTC
Read the original article
Hit count: 261
I am trying to send data to my jsp via:"xhr.send(projectCode);" but apparently the parameter is not received when I am trying to realise it with System.out.print it is a null displayed. so the story from the begining. my javascript function send the parameter to the jsp whitch construct an xml file and resend to the first one. this will reconstruct my second dropdownList with the xml code constructed and received. so the problem that the parameter dosent sent at all.
What should I do.
© Stack Overflow or respective owner