Hello,
        How do you use html:image tag inside my html:tag?
        I need to have two image buttons namely login, forgotPassword. Which
is the right one to use, either the html:image tag or directly use the input
type=image?

        Say for example I define the html:image inside my html:form tag as
..

        <html:form action="/login" focus="userId">
                UserId: <html:text property="userId" size="15"
maxlength="15" /> <br>
                Password: <html:password property="password" size="16"
maxlength="16" /> <br>
                <html:image page="/images/login.gif" alt="Login"
property="loginButton" />
                <html:image page="/images/forgotpassword.gif" alt="Forgot
Password" property="forgotPasswordButton" />
        </html:form>

What methods should I code inside my LoginForm corresponding to those two
buttons? I'm more concerned about whether a particular button is clicked
rather then their co-ordinates.


Thanks
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