| Issue 234: | Jmesa+struts dispatch action | |
| 1 person starred this issue and may be notified of changes. | Back to list |
What steps will reproduce the problem? 1. If i use struts dispatch action and if i try to press the next tag in jmesa. the parameter value of the struts dispatch action is not passed from java page instead What is the expected output? What do you see instead? expected out put: http://localhost/service/adminsearchOrder.do?method=searchOrder&maxRows=50&tag_tr_=true&tag_p_=2&tag_mr_=50 http://localhost/service/admin/searchOrder.do?maxRows=50&tag_tr_=true&tag_p_=2&tag_mr_=50 result being shown: What version of the product are you using? On what operating system? windows operating system. Please provide any additional information below. If i use struts dispatch action and if i try to press the next tag in jmesa. the parameter value of the struts dispatch action is not passed from java page instead. expected http://localhost/service/adminsearchOrder.do?method=searchOrder&maxRows=50&tag_tr_=true&tag_p_=2&tag_mr_=50 instead it is omitting (method=searchOrder) and taking only the action. please suggest the modification as soon as possible. thnx hemachandra
Dec 9, 2009
Project Member
#1
jeff.johnston.mn@gmail.com
Mar 9, 2011
(No comment was entered for this change.)
Status:
Invalid
|