0

This may sound a bit odd, I have two forms in a single HTML page with different wicket id's.Is it possible that when a user clicks a button eg.(save) it saves the data from both the forms together.I can't keep a single form. I am new to wicket,Thanks

lazyprogrammer
  • 633
  • 9
  • 26

1 Answers1

1

You could add both forms to a third form as Wicket supports nested forms. This way your button could be attached to the outer form submitting all of the form data.

Nicktar
  • 5,548
  • 1
  • 28
  • 43