Hi, All,
I have a simple question. In my JSP I want to set two password cell, but in
my coresponding FormBean's validate method, I can not get passwordagain,
even I do not set passwordagain in my formbean, it also does not report
error.
So I found the second html:password always omited, is it true ?

 <html:form action="xxx.do" enctype="multipart/form-data" >
        <html:hidden property="formPopUp" value="true"/>
             <table>

                <tr>
                    <td>Developer ID: </td>
                    <td> <html:text property="developerID" size="20"
maxlength="20" /> </td>
                </tr>

                <tr><td>Enter Password : </td>
                    <td> <html:password property="password" size="20"
maxlength="20" redisplay="false"/></td>
                </tr>

                    <tr><td>Enter Password Aaign: : </td>
                    <td> <html:password property="passwordagain" size="20"
maxlength="20" redisplay="false"/></td>
                </tr>

            </table>
    </html:form>

Barry Jia
QA Developer, Brightspark Corp.
Phone: 416-488-1999 x 306
Email : [EMAIL PROTECTED]
20 Eglinton Avenue West, Suite 600 
Toronto, Ontario 
Canada M4R 1K8




_________________________________________________________________
Click to add my contact info to your organizer:
http://my.infotriever.com/bjia

Reply via email to