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..
<html:form action="logon.do">
        UserId: <html:text property="userId" size="15" maxlength="15"  /> 
        Password: <html:password property="password" size="16"
maxlength="16" redisplay="false"/> 
        <html:submit/>
</html:form>

uses a form bean of name LogonForm (from the stuts-config.xml). The form
bean also has other properties
like MESSAGE and so on. I would like to know how to refer or display the
MESSAGE property of the form bean.


Thanks in advance
Senthil Kumar.S
 
**************************************************************************
The Information transmitted herewith is sensitive information intended only
for use to the individual or entity to which it is addressed. If the reader
of this message is not the intended recipient, you are hereby notified that
any review, retransmission, dissemination, distribution, copying or other
use of, or taking of any action in reliance upon, this information is
strictly prohibited. If you have received this communication in error,
please contact the sender and delete the material from your computer.

Reply via email to