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
posted
0
HTML has no concept of nested forms, and thus Java web apps -like those built with JSF- don't have that either.