Pass dates between two windows

2006-06-13 Thread José María Tristán
Hi, I have a form bean than it's use in two windows. Per example: window1. html:button: "search Employers" window2 list Employers html:select property="employers" html:button close The button "search

RE: Pass dates between two windows

2006-06-13 Thread Emilia Ipate
get the info needed for each ID from selectedEmployers. Hope it helps, Emilia -Original Message- From: José María Tristán [mailto:[EMAIL PROTECTED] Sent: woensdag 14 juni 2006 8:30 To: user@struts.apache.org Subject: Pass dates between two windows Hi, I have a form bean than

RE: Pass dates between two windows

2006-06-14 Thread José María Tristán
Para: Struts Users Mailing List Asunto: RE: Pass dates between two windows Hello, Jose! Depending on your application requirement, you should choose one of the following solutions: 1. in window2: after the user selects some employers, save the selected employers in DB and in window1 ret

RE: Pass dates between two windows

2006-06-14 Thread Emilia Ipate
María Tristán [mailto:[EMAIL PROTECTED] Sent: woensdag 14 juni 2006 9:25 To: 'Struts Users Mailing List' Subject: RE: Pass dates between two windows Very thanks Emilia. I use the second option, work whith form-bean. Is possible show in the firs windows the selected employers and don&

RE: Pass dates between two windows

2006-06-14 Thread José María Tristán
--- De: Emilia Ipate [mailto:[EMAIL PROTECTED] Enviado el: miércoles, 14 de junio de 2006 9:57 Para: Struts Users Mailing List Asunto: RE: Pass dates between two windows Yes, Jose, it is possible! But then you won't have 2 actions! Here a detailed explaination of the solutons I see now:

Re: Pass dates between two windows

2006-06-14 Thread Scott Van Wart
José María Tristán wrote: Again, very thanks I think that the second option es better that our needs. When the uses press teh button "search" a pop-up it's open. This pop-up contains the list whith the employers and a "close" button. The fist windows is always visible and it's possible to intera