You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@wicket.apache.org by Luther Baker <lu...@gmail.com> on 2009/04/04 00:00:20 UTC

Forms and AjaxFallbackButton

I keep receiving the following:

- - - - - - - - - - - - -
This is an automatically generated Delivery Status Notification

Delivery to the following recipient failed permanently:

    users@wicket.apache.org

Technical details of permanent failure:
Google tried to deliver your message, but it was rejected by the recipient
domain. We recommend contacting the other email provider for further
information about the cause of this error. The error that the other server
returned was: 552 552 spam score (5.4) exceeded threshold (state 18).
- - - - - - - - - - - - -

Should I leave the code out of my posts? There is very little text in my
posts ..

W/O code - I have a form with an AjaxFallbackButton which opens a modal
dialog. I turned off setDefaultFormProcessing and I'm handling the onSubmit
handler for the button - but I if I look at the Forms underlying object, it
isn't populated with the contents of the original form.

Thoughts?

-Luther