whats the mapping of action in your web.xml if its *.do then put login.do in your action attribute of html form tag..... and also see if there is any exception in your server console....
<html:form action="login.d o">...
User Profile
Collapse
-
i am copying the href getting generated and checking the size of it by pasting into text file, its hardly 5 KB, then also its not working.......Leave a comment:
-
yes i am doing like thepage.html?na me1=value1&name 2=value2&name3= value3....... this , actually the problem is large number of name/value pair in href which causing the problem, is there any limitations on the number of name/value pairs we can give in href???...Leave a comment:
-
In input type specify the src attribute to your image for next and onclick call gotoRegister function.....
<input type="image" name="" src="/next.gif" onclick="return gotoRegister()" >...Leave a comment:
-
yeah i am dynamically changing the href of A element when user clicks on link, actually submitting the form would not sufice my need, i have to modify the href of A element, and the number of parameters i am adding to the href is huge, because of that it is not submitting the link to the server....Leave a comment:
-
you can simulate submit button by using document.forms[0].submit() in your javascript function....Leave a comment:
-
problem in html href
Hi,
I am having a html table with lots of check box, and i am having a link in html on click of that i call a function and append all checkboxes with id value pair in href, not the problem is when the checkboxes are less, the <a href> is working fine, but if checkboxes are many, the href is not working, i mean IE does not post request to the server, nothing happens when i click on link, it really strange behaviour, do anyone...
No activity results to display
Show More
Leave a comment: