Re: form + file problem

2007-12-26 Thread Pablo Vázquez Blázquez
I have not found yet a solution to my problem. Any help would be grateful. If you need more information to help you solving my problem, please ask me. Thanks. Pablo Vázquez Blázquez escribió: I have the following form: jsp:root xmlns=http://www.w3.org/1999/xhtml;

Re: form + file problem

2007-12-19 Thread Dave Newton
Do you have the appropriate tag lib declarations in the included JSP file? --- Pablo Vázquez Blázquez [EMAIL PROTECTED] wrote: I have the following form: jsp:root xmlns=http://www.w3.org/1999/xhtml; xmlns:jsp=http://java.sun.com/JSP/Page; xmlns:fmt=http://java.sun.com/jsp/jstl/fmt;

form + file problem

2007-12-19 Thread Pablo Vázquez Blázquez
I have the following form: jsp:root xmlns=http://www.w3.org/1999/xhtml; xmlns:jsp=http://java.sun.com/JSP/Page; xmlns:fmt=http://java.sun.com/jsp/jstl/fmt; xmlns:c=http://java.sun.com/jsp/jstl/core; xmlns:s=/struts-tags version=2.0 s:form id=editJobForm name=editJobForm

Re: form + file problem

2007-12-19 Thread Pablo Vázquez Blázquez
I suppose so, as the rest of the form works OK when there is no file field. The form loads part of its content via AJAX. When the loaded content includes a s:file takes place the problem. Regards. Dave Newton escribió: Do you have the appropriate tag lib declarations in the included JSP