Determining the Current Page

2008-03-06 Thread Asad Habib
Is there a way to use Struts tags only to determine which page a user is currently on? I know this can be done using the JSP request object but I'd rather use Struts tags if possible. Thank you. - Asad - To unsubscribe, e-mail:

Re: [struts] Determining the Current Page

2008-03-06 Thread Dale Newfield
Asad Habib wrote: Is there a way to use Struts tags only to determine which page a user is currently on? I know this can be done using the JSP request object but I'd rather use Struts tags if possible. Thank you. That question has no answer, since whenever server side code is running the user