You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@wicket.apache.org by Alex Objelean <al...@isdc.ro> on 2007/12/05 09:55:13 UTC

[RFE] AjaxLazyLoadPanel

I've noticed that AjaxLazyLoadPanel has only one constructor:
public AjaxLazyLoadPanel(String id)

I think that it would be useful to add a constructor with IModel to this
component:
public AjaxLazyLoadPanel(String id, IModel model)


What do you think?

Regards, 
Alex


-- 
View this message in context: http://www.nabble.com/-RFE--AjaxLazyLoadPanel-tf4948251.html#a14167564
Sent from the Wicket - User mailing list archive at Nabble.com.


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


Re: [RFE] AjaxLazyLoadPanel

Posted by Johan Compagner <jc...@gmail.com>.
done

On Dec 5, 2007 9:55 AM, Alex Objelean <al...@isdc.ro> wrote:

>
> I've noticed that AjaxLazyLoadPanel has only one constructor:
> public AjaxLazyLoadPanel(String id)
>
> I think that it would be useful to add a constructor with IModel to this
> component:
> public AjaxLazyLoadPanel(String id, IModel model)
>
>
> What do you think?
>
> Regards,
> Alex
>
>
> --
> View this message in context:
> http://www.nabble.com/-RFE--AjaxLazyLoadPanel-tf4948251.html#a14167564
> Sent from the Wicket - User mailing list archive at Nabble.com<http://nabble.com/>
> .
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: users-unsubscribe@wicket.apache.org
> For additional commands, e-mail: users-help@wicket.apache.org
>
>