Hi, I am trying to create a gui with some structured UI-Components, which means that there will be a header-section, a content-section and a footer-section. The footer-section should contain some buttons to control the data, for example a save button. This save-button should be able to submit all information which is placed within the content-section.
A command-link or a command-button must be placed within a form to avoid deployment errors. Is there any way to achieve, that a click on the command-link or button does not the form where the submit-link/button is located but instead submits the content form? Thanks a lot for some ideas to solve my problem. Best regards, Oliver -- View this message in context: http://www.nabble.com/Submit-%3Ch%3Aform%3E-from-outside-the-form-tf2603977.html#a7265745 Sent from the MyFaces - Users mailing list archive at Nabble.com.

