Re: How to set hidden field in struts

2006-05-23 Thread Pankaj Gupta
To Struts Users Mailing List cc Subject How to set hidden field in struts Hi, I want to implement a feature in struts wherein nobody can open a page directly by copying the url and pasting it in a new browser window.i.e. any page of the application

Re: How to set hidden field in struts

2006-05-23 Thread Bruce Link
/POST requests. Pankaj Gupta <[EMAIL PROTECTED]> Pankaj Gupta <[EMAIL PROTECTED]> May 22, 2006 10:07 PM Please respond to "Struts Users Mailing List" To Struts Users Mailing List cc Subject How to set

Re: How to set hidden field in struts

2006-05-23 Thread Antonio Petrelli
Pankaj Gupta ha scritto: Hi, I want to implement a feature in struts wherein nobody can open a page directly by copying the url and pasting it in a new browser window.i.e. any page of the application can only be reached through login page. Only two words: intercepting filters. http://java.s

Re: How to set hidden field in struts

2006-05-22 Thread navin mca
Hi Pankaj, U can use following tag >Also I intend to set a hidden field in the next page to be displayed and check it before loading of the new page. If the hidden field is not set, the new page wont be loaded and the user would be redirected to the login page. where u can set it

How to set hidden field in struts

2006-05-22 Thread Pankaj Gupta
Hi, I want to implement a feature in struts wherein nobody can open a page directly by copying the url and pasting it in a new browser window.i.e. any page of the application can only be reached through login page. If the user pastes the url in the browser, he is redirected to the login page.