Wicket is sure fun...
On 12/7/06, Igor Vaynberg <[EMAIL PROTECTED]> wrote:
you have a markup container called "parent" in that container you have a
repeater such as listview/repeatingview/etc
when your page loads the repeater is empty so nothing is shown
once the ajax link is clicked you add
you have a markup container called "parent" in that container you have a
repeater such as listview/repeatingview/etc
when your page loads the repeater is empty so nothing is shown
once the ajax link is clicked you add the components to the repeater and
then repaint the "parent" markup container
In an application where one needs to make users create dynamic elements.
For example, in our back end model we have a List and then a user
may have 2 schools, another user may have 5 schools and another may have 1
school
We intend to create a control such that when you click it, it will use ajax