Hi,

You can pass the parameters to the panel via the panel's constructor. You can 
also access the pageparameters in the panel with panel.getPage 
().getPageParameters ()

Regards Hans

-------- Ursprüngliche Nachricht --------
Von: K <kondetiudayki...@gmail.com> 
Datum:08.01.2015  14:38  (GMT+01:00) 
An: users@wicket.apache.org 
Betreff: passing parameters to wicket panel 

firstly wish you all a very happy new year.

i am moving my data tables in to a panel from webpage. i was using
pageparameters to pass required parameters on clicking the link for
retrieving data and displaying it in the next page. now that i have moved
those tables in to a panel i am not sure how to forward those parameters in
panels.



My calling Method: 

    

My Panel Constructor: 

    

i have tried to replace PageParameters with IModel but it did not work.
Please suggest.
Thanks

-----
K
--
View this message in context: 
http://apache-wicket.1842946.n4.nabble.com/passing-parameters-to-wicket-panel-tp4668939.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

Reply via email to