Re: How to refer the form bean out of the form tag or as static

2001-03-29 Thread Suriyanarayanan, Senthil Kumar
#doc.Output -- Martin Cooper - Original Message - From: "Suriyanarayanan, Senthil Kumar" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Wednesday, March 28, 2001 3:42 PM Subject: How to refer the form bean out of the form tag or as static text > Hello, > I would

RE: How to refer the form bean out of the form tag or as static text

2001-03-28 Thread Suriyanarayanan, Senthil Kumar
documentation for more information: http://jakarta.apache.org/struts/api/org/apache/struts/taglib/bean/package-s ummary.html#doc.Output -- Martin Cooper - Original Message - From: "Suriyanarayanan, Senthil Kumar" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Wedne

How to refer the form bean out of the form tag or as static text

2001-03-28 Thread Suriyanarayanan, Senthil Kumar
Hello, I would like to know how to refer a form bean out of the form tag or inside the form tag which are not tied up to any specific html input field. Say for example like static text. For example the following jsp fragment.. UserId: Password: uses a form

keepgenerated with struts in Weblogic

2001-03-27 Thread Suriyanarayanan, Senthil Kumar
Hello, I'm using struts in an expanded format in Weblogic5.1. I have mentioned keepgenerated=true in my weblogic.properties file, to generate and keep the java source file for the compiled jsp's. But it does not keep the generated java file only for those jsp's part of the web application.