Re: confused with redirects

2006-11-09 Thread James Mitchell
;) I thought so. So, all the following are true: - you are testing this on your local machine (your browser is hitting your own machine) - you have enabled cookies on your machine (if not, make sure all urls are rewritten correctly, before you click on them) - you have a "global" forwar

Re: confused with redirects

2006-11-09 Thread Rahul Patel
I am using Struts 1.1. Also, I might have typed in the wrong tag - it is supposed to be My index.jsp just has the following line (and the declaration for the tag library) I have a menu containing links to forward the user to. e.g. one link forwards to an action PopulateUserInfo.do Even though

Re: confused with redirects

2006-11-09 Thread James Mitchell
Please reply with the entire index.jsp content and tell us what version of Struts you are using. I assume 1.2.x, and so I'm not sure what html:redirect is. -- James Mitchell 678.910.8017 On Nov 9, 2006, at 6:36 AM, Rahul Patel wrote: Hi All, I have a very confusing issue at hand that

confused with redirects

2006-11-09 Thread Rahul Patel
Hi All, I have a very confusing issue at hand that I have been trying to solve for a couple of days. I have a Struts-based application where my index.jsp has only one line Further, once the user logs in, he is forwarded to applications based on his feature access. Though, for some reason, when