File APIs for Java Developers
Manipulate DOC, XLS, PPT, PDF and many others from your application.
http://aspose.com/file-tools
The moose likes JSF and the fly likes a form should not enclosed another form? Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login
JavaRanch » Java Forums » Java » JSF
Reply Bookmark "a form should not enclosed another form?" Watch "a form should not enclosed another form?" New topic
Author

a form should not enclosed another form?

peter tong
Ranch Hand

Joined: Mar 15, 2008
Posts: 234
my jsf has three form, and one of these form enclosed the other two forms, but there is a exception which said a form should not enclosed another forms, why?
(there is a form for user enter his information, then it enclosed two form, each for upload an attachment, then when the user submit the outer form, his information and the two attachment is submitted)
Ulf Dittmer
Marshal

Joined: Mar 22, 2005
Posts: 35223
    
    7
HTML has no concept of nested forms, and thus Java web apps -like those built with JSF- don't have that either.


Android appsImageJ pluginsJava web charts
 
I agree. Here's the link: jrebel
 
subject: a form should not enclosed another form?
 
Similar Threads
Data from JForm to databse
multiple forms
Values in multiple tiles
Converting non-editable pdf into editable pdfs
two actionForms for one action class?