Re: inputText fields cleared after validation errors

2006-04-11 Thread Santiago Vacas
and have the application working? I've tried setting the classloader policy to PARENT_LAST with no success. thanks santiago On 4/5/06, Santiago Vacas [EMAIL PROTECTED] wrote: hi, whenever I have a validation error in a form all the submitted values are cleared. This behavior appeared when I added

inputText fields cleared after validation errors

2006-04-05 Thread Santiago Vacas
hi, whenever I have a validation error in a form all the submitted values are cleared. This behavior appeared when I added tiles to the application. Without tiles it works OK (shows submitted values after validation error). I've made a minimum example showing this problem: testLayout.jsp %@

dependent drop down lists using ajax

2006-03-30 Thread Santiago Vacas
hi, what's the better approach to do this in jsf. Can you send a link with an example? thanks santiago