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, pas

relative path in forward?

2002-11-14 Thread Doug Dates
Hi: I have a small question. It seems that there is no related discussion on the web. My questions: can I use relative path(without "/") in forward in struts-config.xml? For example: can I use instead of using ? Notice: there is no "/" before logon.do in the first forward. I appreciate your hel

Re: Can't retrieve definition for form null

2002-10-02 Thread Doug Dates
th a null value. > > Is this happening when in your tag. > > What does your html:form tag look like? > > regards > > Steve > - Original Message - > From: "Doug Dates" <[EMAIL PROTECTED]> > To: "Struts Users Mailing List" <[EMAIL PROT

Re: Can't retrieve definition for form null

2002-10-02 Thread Doug Dates
that you are referring to is either 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 tag. > > What does your html:form tag look like? > > regards > > Steve > - Orig

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

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: By First Name By Last Name By Date Is there any disadvantages to use above approach compared with using ? If I use instead of using abo

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 paym