Nested forms are not supported by HTML. This is not a limitation of the server side ( JSF, ASP.net , etc. ).
Dennis Byrne >-----Original Message----- >From: Jeffrey Porter [mailto:[EMAIL PROTECTED] >Sent: Monday, February 27, 2006 11:48 AM >To: 'MyFaces Discussion' >Subject: Forms inside Forms - is it possible? > > > >Hello all again... > > > >I have the situation where I have a myfaces page, but inside it I want >to have a second form for file upload. > > > >The outer object doesn't contain the files, hence it not part of that >object. > > > >Anyway, when the user clicks on the button to upload the file my method >gets called but the org.apache.myfaces.custom.fileupload.UploadedFile >does not have its SET method called. > >Hence it's still null. > > > >Anyone any ideas on how solve this issue? > > > >Using the VaribleResolvers results in the UploadedFile remaining null. > > > >Thanks > >Jeff > >

