Me too :)
--
View this message in context:
http://www.nabble.com/Wicket-portlets-on-LIferay-tf4231110.html#a12051726
Sent from the Wicket - User mailing list archive at Nabble.com.
-
To unsubscribe, e-mail: [EMAIL PROTECTED]
F
Yes, I'm using this experimental portlet branch.
--
View this message in context:
http://www.nabble.com/Wicket-portlets-on-LIferay-tf4231110.html#a12051724
Sent from the Wicket - User mailing list archive at Nabble.com.
-
To u
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 trie
Now you are outside my area of expertise :-). I hope that Ate or Janne
is reading this.
Martijn
On 8/8/07, Miso <[EMAIL PROTECTED]> wrote:
>
> Thx for help, but this doesn't sort it out.
>
> A tried:
>
>
> ...
> protected void init() {
>
> getRequestCycleSettings().setRenderStrategy(IReq
Thx for help, but this doesn't sort it out.
A tried:
...
protected void init() {
getRequestCycleSettings().setRenderStrategy(IRequestCycleSettings.ONE_PASS_RENDER);
super.init();
}
...
and also
...
protected void init() {
super
Switch the render strategy to ONE_PASS_RENDER
Probably the default render strategy of REDIRECT_TO_BUFFER is not
compatible in a portlet environment.
Martijn
On 8/7/07, Miso <[EMAIL PROTECTED]> wrote:
>
> Hello (Ate)
>
> I tried to run some portlets on Liferay but i got an exception. Can you pls