I have the following struts tag in my form:

<strutshtml:form action="/signIn" focus="username">

That changes to the following when the jsp is compiled:

<form name="signInForm" method="POST" action="/NASApp/timetracker/signIn.do">

What I'd like to do is get the action string into a session variable, or some
variable, so I can grab it and use it in a servlet.  Does anyone know how to do
this?

Thanks,

Matt

__________________________________________________
Do You Yahoo!?
Get personalized email addresses from Yahoo! Mail
http://personal.mail.yahoo.com/

Reply via email to