see Button#setDefaultFormProcessing(boolean), which skips the form processing.
Gerolf On Tue, Mar 11, 2008 at 10:09 PM, Dan Kaplan <[EMAIL PROTECTED]> wrote: > I found this: > http://cwiki.apache.org/WICKET/forms-with-dynamic-elements.html > > Problem with it, for me, is that it fails to mention adding new fields via > javascript. As long as I add text fields in the same pattern as the list > would add it, will it accept the input? I'm concerned that the add button > will trigger validation. In my case (and probably most cases), the page > does not have to be valid to add a new text field. > > -----Original Message----- > From: Dan Kaplan [mailto:[EMAIL PROTECTED] > Sent: Tuesday, March 11, 2008 1:34 PM > To: [email protected] > Subject: Dynamic Forms > > I have a form with a text field on it. Somewhere on the form there is > also > a + symbol. When you click on it, a new text field appears. I know that > this has been asked a bunch of times, but I can only find emails where > people say, "This has been asked a bunch of times" when I search the > mailing > list. Also, most say that a ListView and panels are involved but they > don't > go into detail. Can anyone elaborate on how to do this? > > > > Thanks > > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > >
