IterateTag

2001-10-03 Thread GABOREAU Véronique
Hi everyone, I have a problem using for the first time the 'Iterate' tag : I have an ArrayList in a formBean. I want to update display information about each object (of class bcSortiRecord) contained in the array list and also that the user can modify some fields of the same object. My

jsp:include and taglib.html

2001-04-27 Thread GABOREAU Véronique
Hello, I need to include a Jsp file into another one because of length of file problems, but I get the following errror :. Cannot find bean org.apache.struts.taglib.html.BEAN in scope null To include the jsp I'm using the following sentence (between the html:form/html:form tags): jsp:include

clearing URL parameters

2001-03-06 Thread GABOREAU Véronique
hello, I use the Struts Framework to manipulate an input form : I have a jsp page, an EditAction class and a SaveAction class. The EditAction calls the Jsp page, then when the form is submitted, it calls the SaveAction to save data into the database. What I want to do next is to re-submit the

TR: clearing URL parameters

2001-03-06 Thread GABOREAU Véronique
If I return an ActionForward that points to the EditAction again, the fields are not refreshed, they still contain the last inputs. My problem is that, if the user is in Creating phase, the form fields should be reset to the initial values. Thanks. -Message d'origine- De : Craig R.

Date fields

2001-03-02 Thread GABOREAU Véronique
Hi, I have the following problem : in my JSP, I have a form containing some date fields. The value of these date fields is then saved in a database under the Sql Date format. My problem is that, during the populating of the form bean, the populate(...) method cannot convert input text into Date