zhoupan / jmesa

Automatically exported from code.google.com/p/jmesa
0 stars 0 forks source link

Jmesa+struts dispatch action #234

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
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_t
r_=true&tag_p_=2&tag_mr_=50

http://localhost/service/admin/searchOrder.do?maxRows=50&tag_tr_=true&tag_p_=2&t
ag_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_t
r_=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

Original issue reported on code.google.com by mailtoh...@gmail.com on 7 Dec 2009 at 6:46

GoogleCodeExporter commented 9 years ago
It has been awhile since I have used Struts.... JMesa really works like a form
component so all the normal form posting rules apply. Do you have a more 
specific
question?

Sorry about the late reply...I get so few issues nowadays that I forget to check
here. Using the groups is a better place to post questions like this.

http://groups.google.com/group/jmesa_forum

Original comment by jeff.johnston.mn@gmail.com on 9 Dec 2009 at 5:22

GoogleCodeExporter commented 9 years ago

Original comment by jeff.johnston.mn@gmail.com on 9 Mar 2011 at 8:17