E
Elhanan
hi..
i'm just getting into html names space of struts ui, and i think i
understand why is everyone talking about page level events vs request
events.
is it possible do an auto post back emulation of say a country and city
combo boxes, for example clicking on a country combo willl couse the
page the reload with cities relavent to the country selected?, i guess
there should be a java script on click event on the combo the will
submit, but theres only one submit in struts, (i think) and this submit
should process the full request, while the in autopostback the page
might not be fillled completly to be validated.
another thing is ,that auto validator also works on page level, is it
possible to make it work on the the fields level (on blur)?
i'm just getting into html names space of struts ui, and i think i
understand why is everyone talking about page level events vs request
events.
is it possible do an auto post back emulation of say a country and city
combo boxes, for example clicking on a country combo willl couse the
page the reload with cities relavent to the country selected?, i guess
there should be a java script on click event on the combo the will
submit, but theres only one submit in struts, (i think) and this submit
should process the full request, while the in autopostback the page
might not be fillled completly to be validated.
another thing is ,that auto validator also works on page level, is it
possible to make it work on the the fields level (on blur)?