Why do you want an alternate way?  Is there some advantage you see?

--
Jeremy Thomerson
http://www.wickettraining.com




On Wed, Apr 22, 2009 at 2:10 PM, Juan G. Arias <juangar...@gmail.com> wrote:
> Hi all,I wanted to check with you if my reasoning is ok.
>
> I have my model object, bound to some controls displayed in the page using
> PropertyModel.
> I also have one ajax event (using a simple AjaxLink).
>
> When the user clicks this ajax link, some components in the page are added
> to the ajax target in order to be updated.
> And the components linked to my model object resets to their original
> values.
>
> This is happening because there is no submission of information from
> browser, that's ok.
>
> One possible solution to this is to add a form component, surrounding my
> components. And replace the AjaxLink with a AjaxSubmitLink.
> That would submit information from the form in the browser, update my model,
> and finally render the components updated.
>
> Finally, the question: Is there any other option to do this? Does wicket
> have some component to send information via ajax without a form?
>
> Form submission is the regular way to send information from browser to
> server, in regular (no ajax) pages.
> I understand that AjaxSubmitLink doesn't submit the whole page, only the
> form, and that's nice.
> But i wonder if there is some alternate way to link properties to
> components.
>
> Thanks in advance!
> Juan
>

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org
For additional commands, e-mail: users-h...@wicket.apache.org

Reply via email to