gt;
>
>
> index.html
>
>
>
>
>
>
>
>
> here's my searchCriteria:
>
>
>private org.apache.myfaces.trinidad.model.UploadedFile testUploadedFile
> = null;
>
>public org.apache.myfaces.trinidad.model.UploadedFile
> getTestUploadedFile() {
>System.out.println("\n\ngetTestUploadedFile -> " +
> testUploadedFile);
>return testUploadedFile;
>}
>
>public void
> setTestUploadedFile(org.apache.myfaces.trinidad.model.UploadedFile
> testUploadedFile) {
>System.out.println("\n\nsetTestUploadedFile -> " +
> testUploadedFile);
>this.testUploadedFile = testUploadedFile;
>}
>
>
> My setters/getters are never called. Ideas anyone ?? really appreciate
> it...
>
> thanks
>
>
> --
> View this message in context:
> http://old.nabble.com/file-upload-using-spring-web-flow-tp27729131p27729131.html
> Sent from the MyFaces - Users mailing list archive at Nabble.com.
>
>
es Servlet
>javax.faces.webapp.FacesServlet
>1
>
>
>
>
>Faces Servlet
> *.faces
>
>
>
>index.html
>
>
>
>
>
>
>
>
> here's my searchCriteria:
>
>
>private org.apache.myfaces.trinidad.model.UploadedFile
> testUploadedFile
> = null;
>
>public org.apache.myfaces.trinidad.model.UploadedFile
> getTestUploadedFile() {
>System.out.println("\n\ngetTestUploadedFile -> " +
> testUploadedFile);
>return testUploadedFile;
>}
>
>public void
> setTestUploadedFile(org.apache.myfaces.trinidad.model.UploadedFile
> testUploadedFile) {
>System.out.println("\n\nsetTestUploadedFile -> " +
> testUploadedFile);
>this.testUploadedFile = testUploadedFile;
>}
>
>
> My setters/getters are never called. Ideas anyone ?? really
> appreciate
> it...
>
> thanks
>
>
> --
> View this message in context:
> http://old.nabble.com/file-upload-using-spring-web-flow-tp27729131p27729131.html
> Sent from the MyFaces - Users mailing list archive at Nabble.com.
>
es.trinidad.model.UploadedFile
testUploadedFile) {
System.out.println("\n\nsetTestUploadedFile -> " + testUploadedFile);
this.testUploadedFile = testUploadedFile;
}
My setters/getters are never called. Ideas anyone ?? really appreciate
it...
thanks
--
View this me
3 matches
Mail list logo