Re: AJAX-Behavior that decides activation of a link

2015-01-08 Thread Joachim Schrod
On 01/08/15 08:15, Ernesto Reinaldo Barreiro wrote: Hi, I would use server side activation. Implemented as in 1- You can create your own events, e.g. [1]. One that is a wrapper of AJAX request target (e.g. AtivateLinksEvent). 2- Your links will listen for AtivateLinksEvents and decide

Re: SpringBean doesn't support Generics?

2015-01-08 Thread RedCarpet
Hi, I have just created a ticket here with a quickstart to demo the problem: https://issues.apache.org/jira/browse/WICKET-5808 -- View this message in context: http://apache-wicket.1842946.n4.nabble.com/SpringBean-doesn-t-support-Generics-tp4668928p4668937.html Sent from the Users forum mailing

passing parameters to wicket panel

2015-01-08 Thread K
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

Re: AJAX-Behavior that decides activation of a link

2015-01-08 Thread Boris Goldowsky
If I¹m understanding you correctly, wouldn¹t it be sufficient to code this as a simple AjaxLink, which responds with a regular AJAX update when the link is disabled, or uses setResponsePage when it¹s enabled? Boris On 1/7/15, 9:15 PM, Joachim Schrod jsch...@acm.org wrote: Hi, I have a class

AW: passing parameters to wicket panel

2015-01-08 Thread Hans Lesmeister
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

Re: AJAX-Behavior that decides activation of a link

2015-01-08 Thread Joachim Schrod
On 01/08/15 15:50, Boris Goldowsky wrote: If I¹m understanding you correctly, wouldn¹t it be sufficient to code this as a simple AjaxLink, which responds with a regular AJAX update when the link is disabled, or uses setResponsePage when it¹s enabled? The link in question delivers a PDF