Hi Ashu,

just make sure the the add button inside the modal re-renders the
DataView. If the input data was correctly add to the database, the
DataView's IDataProvider should correctly start to provide them and
they will show up in the response.

cheers
Pedro Santos


On Thu, Feb 2, 2017 at 4:29 PM, ASHU_JAVA <ashu....@gmail.com> wrote:
> Hello All,
>
> I'm trying to have a dynamic list view which will get updated dynamically on
> a button click.
> I've to implement the functionality like below:-
>
> <http://apache-wicket.1842946.n4.nabble.com/file/n4676976/Sample.png>
>
> So, the user will pass either a single name or upload a file containing many
> names, an addition in database is performed in the background by clicking
> the button "ADD".
> On success, the DataView should update the list of names as shown in tabular
> form in above image with the newly added one.
>
> I'm using a model window that contain this form and would like to update the
> list (DataView) section on clicking the ADD button.
>
> Kindly suggest your inputs/code sample to achieve this.
>
> Thanks in advance.
>
>
>
> --
> View this message in context: 
> http://apache-wicket.1842946.n4.nabble.com/Java-Wickets-Dynamic-DataView-tp4676976.html
> Sent from the Users forum mailing list archive at Nabble.com.
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org
> For additional commands, e-mail: users-h...@wicket.apache.org
>

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

Reply via email to