-
May 28th, 2009, 10:45 AM
#1
Struts behaviour different now using org.springframework.web.struts.DelegatingActionP
In the process of switching over our Struts 1.2.9 app to use the org.springframework.web.struts.DelegatingActionPro xy. Previously our forwards were getting sent through as a POST and now it seems it is getting sent through as a GET. Is this a known behaviour, and if so how can I change it to work like before?
Thanks
-
May 28th, 2009, 02:01 PM
#2
I have this figured out... Previously the next page was in the same context, now it is not, so we have to complete the full URL in the forward, which then forces it to be a redirect and not a forward and so it turns into a GET request.
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules