Can a form be contained in another form and have the two forms independent?
Meaning that the inner form can be submitted without the fields of the outer form, and vice-versa?
The reason I ask is that our jsps are sometimes included in another set of jsps (we are clients to the outer jsps). They have a form which would span our stuff. This means that any form we use would be inside of theirs. I'm concerned about what this would mean.
Meaning that the inner form can be submitted without the fields of the outer form, and vice-versa?
The reason I ask is that our jsps are sometimes included in another set of jsps (we are clients to the outer jsps). They have a form which would span our stuff. This means that any form we use would be inside of theirs. I'm concerned about what this would mean.
Comment