exists any way to know when validator framework turn on?

2006-09-28 Thread yamilka vallejo ramos
Hi Do exists any way to know when validator framework turn on? I think i could ask by a var in the session or something like that. Thanks for any help you could give me

Problems Checking and Array of html:checkbox

2006-09-27 Thread yamilka vallejo ramos
Please I have and Array of html:checkbox, but that array it of Long[] and I don't kwon how to say checked = true every element "tipoDon" of my list "listadoTiposDonante" has a boolean and I dont kwon how too work with that please if any boby could help me i will presure, thanks

Re: Multiple radio button groups

2006-09-27 Thread yamilka vallejo ramos
Hi, look I work with that and the way that I do it, its asking in the actionForm by the value of the radioButton I mean: In my case in the JSP I put this: And in the ActionForm: if(gestionarEdicionFarmacoMedicacionForm. getAnestesico().matches("farmacoA")){ ... } thats because I just have

about pagination

2006-09-20 Thread yamilka vallejo ramos
hi, does anybody know how to work with Struts 1.1 and pagination???

please, problems with drop down

2006-09-20 Thread yamilka vallejo ramos
please did somebody ever test: In this example, the property "value", of the beans in orglist are orgIds and the "labelProperty" property is the name to display. When you are in your action class the first time, the orgId string property of your form bean will be null or blank. In subseq

Two drop downs, and I need that the contents of the second dependent on the value selected in the first!!!

2006-09-18 Thread yamilka vallejo ramos
Hii everyone, I have two drop downs in my jsp page, and I need to the contents of the second dependent on the value selected in the first. To handle this, I need for the first combo box to do a submit when it changes, so that I have a chance to update the second. But I don't know in which part o