Form validation before pop-up window openning

2001-12-12 Thread Xavier Brunel
Hi, I have a form with several buttons in it, one of them is a save button, that opens a pop-up window where you fill the name under which you want to save the informations you filled in the opener form. My problem is that I would like to validate the opener window before openning the pop-up

Q: How to get all the Form properties contained in a JSP ??

2001-11-26 Thread Xavier Brunel
Hi all, I would like to get dynamically all the ActionForm properties present in a JSP file. Do you have a idea of this ??? Why do I need so ?? In fact, I am builduing a struts application with a wizard style part (5 jsp pages for one business functionnality). As It is explained in the Struts

Pb with un-selection of multibox or select multiple objects

2001-11-19 Thread Xavier Brunel
object and submit: my form is not updated by those un-selection.() Everything is OK if I choose to CHANGE my selection, but nothing is taken into account if I UNSELECT all. Do you have an explaination to this, and an solution to bypass this Xavier BRUNEL -- To unsubscribe, e-mail: mailto

One ActionForm One Action for Multiple different JSP

2001-09-04 Thread Xavier Brunel
hi all, I have a software design problem with Struts. I have to deal with an application where you fill a global form across several jsp's : I have to fill some fields in the first JSP, then press next, fill other fields, press next(or back), fill other fields, ... In each JSP, i can submit the

How to catch the Session Time Out event ??

2001-08-29 Thread Xavier Brunel
Hi all, I am using Struts for an Intranet application (Linux,Sybase,Java) and it is working very well. The last thing I would like to do is forwarding automatically the current client to the welcome page when his session is timeout, through a call to a particular ActionForward of

RE: getting all items from a html:select to an array bean property

2001-07-26 Thread Xavier Brunel
Hi, Here is a way to obtain the selected elements of the html:select tag: Imagine JSP page where you set the kind of market sector (Oil,Telecom,Government,...) of the current compagny you are editing. In the ActionForm associated with the JSP I have: - an attribut listeTypeSociete

Problem initializing (pre-selected) html:select multiple=true

2001-07-25 Thread Xavier Brunel
[]/ html:select property=rattacheSocieteChoisie value=initial multiple=true size=2 html:options property=idSociete collection=lidy labelProperty=raisonSociale/ /html:select --- Xavier Brunel France

set-property and form-bean tag in struts-config.xml ??

2001-07-16 Thread Xavier Brunel
Hi all, I am using Struts since a couple of months and i face a problem with the set-property tab in the form-bean tag in struts-config.xml I understood that the set-property could be used to initialize parameters of JavaBeans (see struts-config.dtd). But in fact this doesn't work in my case:

RE:PROBLEM SOLVED : set-property and form-bean tag in struts-config.xml ??

2001-07-16 Thread Xavier Brunel
am waiting for an other idea . Bye Xavier Brunel -Message d'origine- De : Xavier Brunel [mailto:[EMAIL PROTECTED]] Envoyé : lundi 16 juillet 2001 20:27 À : [EMAIL PROTECTED] Objet : RE: CORRECTION : set-property and form-bean tag in struts-config.xml ?? Ok guys, looking at the Struts

Different JSPs directories for the same Struts Application

2001-06-26 Thread Xavier Brunel
Hi, I am developping a Apache Tomcat Struts Web Application that will be use in ASP mode (Application Service Provider not the MSoft stuff) by different Users. The thing is that Users will have common JSP for a part and specific ones for the other part (Number of fields in page forms, look and