well, I wanne insert a data-item with some files to update, and record the
filePath in the data-item.
the form is like that:
(following is a form)
field1: title
field2: content
field3: update files path -- update button --(here wanne a update form)
submit button
well I find wicket not support 'two' forms in one page. It throws some Rending
Exception.
How to deal this problem?
Maybe, use two page, one update form, one data-item form, and after update
files, save the file path in the session. it's that OK?