RE: RV: Combo Selection Missed

2006-04-26 Thread Patel, Dharmesh S
:[EMAIL PROTECTED] Sent: Wednesday, April 26, 2006 3:30 AM To: Struts Users Mailing List Subject: Re: RV: Combo Selection Missed On Tue, 2006-04-25 at 16:52 -0300, Marisol Opreni wrote: De: Marisol Opreni [mailto:[EMAIL PROTECTED] Enviado el: Martes, 25 de Abril de 2006 03:52 p.m. Para

Combo Selection

2006-04-26 Thread Marisol Opreni
the previously country selected by the user... therefore he has to selected again. How can I prevent this? THANKS! Marisol. -Mensaje original- De: Marisol Opreni [mailto:[EMAIL PROTECTED] Enviado el: 25. april 2006 16:53 Para: 'Struts Users Mailing List' Asunto: RV: Combo Selection Missed

Re: Combo Selection

2006-04-26 Thread Michael Jouravlev
Do you store selected country? Struts does not do it for you. This link may help: http://wiki.apache.org/struts/StrutsWidgets Michael. On 4/26/06, Marisol Opreni [EMAIL PROTECTED] wrote: I have a textbox (empty) and a dropdown list (countries from a database). The user completes the textbox

Re: Combo Selection

2006-04-26 Thread Fabio Luiz
Does anybody have an idea of how to implement dynamic menu based in a DataBase. The user have his own menu according to the database data. - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL

RE: Combo Selection

2006-04-26 Thread Chaudhary, Harsh
This might help. The option for database driven menus is also present. http://struts-menu.sourceforge.net/index.html Harsh. -Original Message- From: Fabio Luiz [mailto:[EMAIL PROTECTED] Sent: Wednesday, April 26, 2006 3:24 PM To: Struts Users Mailing List Subject: Re: Combo Selection

Re: Combo Selection

2006-04-26 Thread Fabio Luiz
Thanks Harsh, but i canĀ“t use struts menu. I must use tiles, using definitions - Original Message - From: Chaudhary, Harsh [EMAIL PROTECTED] To: Struts Users Mailing List user@struts.apache.org Sent: Wednesday, April 26, 2006 5:26 PM Subject: RE: Combo Selection This might help

Combo Selection Missed

2006-04-25 Thread Marisol Opreni
Hi! I have textboxes and a drop down list. The first value is the default value selected in the combo. I complete the textboxes and select something from the combo (suppose, the 3rd value). I validate textboxes. If a validation message is shown... the selection in the combo IS MISSED.

RV: Combo Selection Missed

2006-04-25 Thread Marisol Opreni
Can anybody help me? THANKS!! Marisol. _ De: Marisol Opreni [mailto:[EMAIL PROTECTED] Enviado el: Martes, 25 de Abril de 2006 03:52 p.m. Para: 'Struts Users Mailing List' Asunto: Combo Selection Missed Hi! I have textboxes and a drop down list. The first value

Re: RV: Combo Selection Missed

2006-04-25 Thread David Evans
On Tue, 2006-04-25 at 16:52 -0300, Marisol Opreni wrote: De: Marisol Opreni [mailto:[EMAIL PROTECTED] Enviado el: Martes, 25 de Abril de 2006 03:52 p.m. Para: 'Struts Users Mailing List' Asunto: Combo Selection Missed Hi! I have textboxes and a drop down list. The first

RE: Combo Selection Missed

2006-04-25 Thread Yee, Richard K CTR DMDC
Marisol, Why don't you post your FormBean to the mailing list? It should work. -Richard -Original Message- From: Marisol Opreni [mailto:[EMAIL PROTECTED] Sent: Tuesday, April 25, 2006 12:53 PM To: 'Struts Users Mailing List' Subject: RV: Combo Selection Missed Can anybody help me