RE: Using GET method to submit form in Struts

2004-04-13 Thread Andrew Hill
transparently switch from a post to a get without needing to change that code in your action. :-) -Original Message- From: Shyamal Shah [mailto:[EMAIL PROTECTED] Sent: Tuesday, 13 April 2004 22:29 To: [EMAIL PROTECTED] Subject: Using GET method to submit form in Struts Can I submit form using

Using GET method to submit form in Struts

2004-04-13 Thread Shyamal Shah
Can I submit form using GET method? I want to do following: http://mywebsite.com/actionmapping.do?serviceid=M12221 My question is, if I set action type as GET and then submit it, how will my action class read the serviceid value? Thanks _