Re: file upload using spring web flow

2010-03-02 Thread António Rodrigues
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. > >

Re: file upload using spring web flow

2010-02-28 Thread Scott O'Bryan
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. >

file upload using spring web flow

2010-02-27 Thread jnl1
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