Hi Ram,
rdr wrote:
Rob,
Took you advice and changed method to mthd. No luck. I am using spring mvc
and I have used parameter "method" before w/o an issues.
I think my problem is with acegi stripping my request parameters. Something
described in this post
http://forum.springframework.org/showthread.php?t=37138
w/o a good solution.
I am changing the issue subject to attract some acegi interest.
I'd be surprised if acegi was stripping the parameters. My experience
is that if the session has timed out, the normal process is for the user
to be redirected to a login page and after successful login, redirected
back to the original address, url parameters and all.
Actually, I had another look at what you are trying to do and noticed
something I'd missed before - you're doing a jsp:include with a URL
parameter. I'm not sure you can do that and I suspect the jsp:include
tag might be stripping your parameter off.
Have you considered creating another <action ..> tag in your struts.xml
- something like this:
<action name="publishersActivitySummary"
class="whatever.class.services.your.publishers.html.action"
method="viewActivitySummary">
<result> ... etc ... </result>
</action>
Then you may be able to <jsp:include
page="publishersActivitySummary.html" />
HTH,
Rob Hills
Waikiki, Western Australia
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]