delay user input validate....

2002-11-24 Thread Doug Dates
Hi, All: I have a problem related to user input validation. I searched on the web, it seems that I couldn't get a clue. Hopefully, you can help me out. I have two screens: screen1 and screen2. The two screens are used for new user registration. On screen1, there are three fields: userName,

Can't retrieve definition for form null

2002-10-02 Thread Doug Dates
Hi: Has someone got the error Can't retrieve definition for form null before? I am using struts1.1, when I try to open a page which is written in struts, I got the above error. What could cause that error? I checked my form bean, action class, struts-config, it seems everything is there. Thank

Re: Can't retrieve definition for form null

2002-10-02 Thread Doug Dates
not defined under that name in the struts-config file, or you are trying to call the form with a null value. Is this happening when in your html:form tag. What does your html:form tag look like? regards Steve - Original Message - From: Doug Dates [EMAIL PROTECTED] To: Struts

Re: Can't retrieve definition for form null

2002-10-02 Thread Doug Dates
. Is this happening when in your html:form tag. What does your html:form tag look like? regards Steve - Original Message - From: Doug Dates [EMAIL PROTECTED] To: Struts Users Mailing List [EMAIL PROTECTED] Sent: Thursday, October 03, 2002 10:51 AM Subject: Can't retrieve definition

html:options

2002-09-29 Thread Doug Dates
I want to display a dropdown list. The list items are By First Name, By Last Name, By Date. I think I can do it by the following way: html:select size=1 property=choice html:option value=fName By First Name /html:option html:option value=fName By Last Name /html:option html:option

logic:iterate related issue

2002-09-17 Thread Doug Dates
Hello: I am developing payment history page(paymentHistory.jsp), The related formBean is called HistoryForm.java, action class is HistoryAction.java In HistoryAction.java, I got all payments(type of Vector) for a user from Database, I use historyForm.setPayments(PAYMENTS, payments) to set