Re: How to pass request attribute to a JSP

2006-07-06 Thread Antonio Petrelli
Pankaj Gupta ha scritto: Hi All, I want to use same JSP for reading and editing - meaning that if I pass an attribute like read=true all text fields should be disabled. How can I do it? How can I specify a parameter in my forward like contextRelative="false"/> contextRelative="false"/> If y

How to pass request attribute to a JSP

2006-07-06 Thread Pankaj Gupta
Hi All, I want to use same JSP for reading and editing - meaning that if I pass an attribute like read=true all text fields should be disabled. How can I do it? How can I specify a parameter in my forward like contextRelative="false"/> contextRelative="false"/> regards, Pankaj -