I have two mappings for the actions servlet.  The reason is:
one mapping goes through a filter for login/session management.  The
other is public.

Mapping Extensions are dm=public-no filter, do=logged in-filtered

My problem is:
I specify <html:form action="/Login.dm" method="post">....

in my jsp page but when the tag outputs the html it changes the action
to /Login.do which is filtered.  

That makes it so I can't log in.

Is there a better way to do this or is this a bug?  Seems to me struts
is ignoring what I type and looking up the action then printing the
extension from that.  If I change the order of my mappings in web.xml,
the opposite occurs.  My private pages then get mapped to the public
extension.  Whichever extension appears second in the web.xml is used.

Any suggestions?
Thanks
Dennis




--
To unsubscribe, e-mail:   <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

Reply via email to