Also, make sure you are using the code from the experimental portlet
branch, as that is the only part where the portlet support is built
into (seeing you are using wicket 1.3 based code).

Martijn

On 8/8/07, Miso <[EMAIL PROTECTED]> wrote:
>
> Thx for help, but this doesn't sort it out.
>
> A tried:
>
> <code>
> ...
>         protected void init() {
>
> getRequestCycleSettings().setRenderStrategy(IRequestCycleSettings.ONE_PASS_RENDER);
>                 super.init();
>        }
> ...
> </code>
>
> and also
>
> <code>
> ...
>         protected void init() {
>                 super.init();
>
> getRequestCycleSettings().setRenderStrategy(IRequestCycleSettings.ONE_PASS_RENDER);
>        }
> ...
> </code>
>
> Any idea?
>
> Miso
> --
> View this message in context: 
> http://www.nabble.com/Wicket-portlets-on-LIferay-tf4231110.html#a12047909
> Sent from the Wicket - User mailing list archive at Nabble.com.
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
>
>


-- 
Wicket joins the Apache Software Foundation as Apache Wicket
Apache Wicket 1.3.0-beta2 is released
Get it now: http://www.apache.org/dyn/closer.cgi/wicket/1.3.0-beta2/

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to