You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@wicket.apache.org by justment <ju...@hotmail.com> on 2007/11/05 15:03:46 UTC

Wicket portlet newbie questions

I want to implements wicket portlet on liferay
but I can't get any demo,documents from google :p
Thanks in advance for any pointers and explanations

thank you.
-- 
View this message in context: http://www.nabble.com/Wicket-portlet-newbie-questions-tf4751819.html#a13587441
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: Wicket portlet newbie questions

Posted by Thijs <cr...@mytweakers.net>.
Yeah I know
Read
http://www.liferay.com/web/guest/community/forums/message_boards/message/249501
Then there also is:
https://issues.apache.org/jira/browse/WICKET-1132
So your not out of the woods jet...

Thijs


justment wrote:
> 
> Ok now I already add wicket portlet page to liferay.But i have new problem
> :-)
> when i click in some wicket example i have error.
> 
> 02:42:45,572 ERROR [jsp:52]
> java.lang.NullPointerException
>         at
> org.apache.wicket.protocol.http.WebResponse.write(WebResponse.java:35
> 5)
>         at
> org.apache.wicket.protocol.http.BufferedWebResponse.close(BufferedWeb
> Response.java:74)
>         at
> org.apache.wicket.protocol.http.WicketFilter.doGet(WicketFilter.java:
> 330)
>         at
> org.apache.wicket.protocol.http.WicketFilter.doFilter(WicketFilter.ja
> va:169)
>         at
> org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(Appl
> icationFilterChain.java:215)
>         at
> org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationF
> ilterChain.java:188)
>         at
> org.apache.catalina.core.ApplicationDispatcher.invoke(ApplicationDisp
> atcher.java:691)
>         at
> org.apache.catalina.core.ApplicationDispatcher.doInclude(ApplicationD
> ispatcher.java:594)
>  
> Can you pls help me.
> Thk you.
> 
> 
> Thijs wrote:
>> 
>> Just download the source from SVN and build it. You'll have to change the
>> portlet.xml anyway
>> 
>> 
>> justment wrote:
>>> 
>>> Hi Thijs,Please tell me about version of portlet wicket-exemples.war
>>> I can't find it on wicket site .Thank you
>>> 
>>> 
>>> Thijs wrote:
>>>> 
>>>> Check out http://www.nabble.com/Portlet-howto-tf4587073.html#a13093514
>>>> 
>>>> justment wrote:
>>>>> I want to implements wicket portlet on liferay
>>>>> but I can't get any demo,documents from google :p
>>>>> Thanks in advance for any pointers and explanations
>>>>>
>>>>> thank you.
>>>>>   
>>>> 
>>>> 
>>>> ---------------------------------------------------------------------
>>>> To unsubscribe, e-mail: users-unsubscribe@wicket.apache.org
>>>> For additional commands, e-mail: users-help@wicket.apache.org
>>>> 
>>>> 
>>>> 
>>> 
>>> 
>> 
>> 
> 
> 

-- 
View this message in context: http://www.nabble.com/Wicket-portlet-newbie-questions-tf4751827.html#a13653300
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: Wicket portlet newbie questions

Posted by justment <ju...@hotmail.com>.
Ok now I already add wicket portlet page to liferay.But i have new problem
:-)
when i click in some wicket example i have error.

02:42:45,572 ERROR [jsp:52]
java.lang.NullPointerException
        at
org.apache.wicket.protocol.http.WebResponse.write(WebResponse.java:35
5)
        at
org.apache.wicket.protocol.http.BufferedWebResponse.close(BufferedWeb
Response.java:74)
        at
org.apache.wicket.protocol.http.WicketFilter.doGet(WicketFilter.java:
330)
        at
org.apache.wicket.protocol.http.WicketFilter.doFilter(WicketFilter.ja
va:169)
        at
org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(Appl
icationFilterChain.java:215)
        at
org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationF
ilterChain.java:188)
        at
org.apache.catalina.core.ApplicationDispatcher.invoke(ApplicationDisp
atcher.java:691)
        at
org.apache.catalina.core.ApplicationDispatcher.doInclude(ApplicationD
ispatcher.java:594)
 
Can you pls help me.
Thk you.


Thijs wrote:
> 
> Just download the source from SVN and build it. You'll have to change the
> portlet.xml anyway
> 
> 
> justment wrote:
>> 
>> Hi Thijs,Please tell me about version of portlet wicket-exemples.war
>> I can't find it on wicket site .Thank you
>> 
>> 
>> Thijs wrote:
>>> 
>>> Check out http://www.nabble.com/Portlet-howto-tf4587073.html#a13093514
>>> 
>>> justment wrote:
>>>> I want to implements wicket portlet on liferay
>>>> but I can't get any demo,documents from google :p
>>>> Thanks in advance for any pointers and explanations
>>>>
>>>> thank you.
>>>>   
>>> 
>>> 
>>> ---------------------------------------------------------------------
>>> To unsubscribe, e-mail: users-unsubscribe@wicket.apache.org
>>> For additional commands, e-mail: users-help@wicket.apache.org
>>> 
>>> 
>>> 
>> 
>> 
> 
> 

-- 
View this message in context: http://www.nabble.com/Wicket-portlet-newbie-questions-tf4751827.html#a13640491
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: Wicket portlet newbie questions

Posted by Thijs <cr...@mytweakers.net>.
Just download the source from SVN and build it. You'll have to change the
portlet.xml anyway


justment wrote:
> 
> Hi Thijs,Please tell me about version of portlet wicket-exemples.war
> I can't find it on wicket site .Thank you
> 
> 
> Thijs wrote:
>> 
>> Check out http://www.nabble.com/Portlet-howto-tf4587073.html#a13093514
>> 
>> justment wrote:
>>> I want to implements wicket portlet on liferay
>>> but I can't get any demo,documents from google :p
>>> Thanks in advance for any pointers and explanations
>>>
>>> thank you.
>>>   
>> 
>> 
>> ---------------------------------------------------------------------
>> To unsubscribe, e-mail: users-unsubscribe@wicket.apache.org
>> For additional commands, e-mail: users-help@wicket.apache.org
>> 
>> 
>> 
> 
> 

-- 
View this message in context: http://www.nabble.com/Wicket-portlet-newbie-questions-tf4751827.html#a13622399
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: Wicket portlet newbie questions

Posted by justment <ju...@hotmail.com>.
Hi Thijs,Please tell me about version of portlet wicket-exemples.war
I can't find it on wicket site .Thank you


Thijs wrote:
> 
> Check out http://www.nabble.com/Portlet-howto-tf4587073.html#a13093514
> 
> justment wrote:
>> I want to implements wicket portlet on liferay
>> but I can't get any demo,documents from google :p
>> Thanks in advance for any pointers and explanations
>>
>> thank you.
>>   
> 
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: users-unsubscribe@wicket.apache.org
> For additional commands, e-mail: users-help@wicket.apache.org
> 
> 
> 

-- 
View this message in context: http://www.nabble.com/Wicket-portlet-newbie-questions-tf4751827.html#a13620712
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: Wicket portlet newbie questions

Posted by Thijs <cr...@mytweakers.net>.
Check out http://www.nabble.com/Portlet-howto-tf4587073.html#a13093514

justment wrote:
> I want to implements wicket portlet on liferay
> but I can't get any demo,documents from google :p
> Thanks in advance for any pointers and explanations
>
> thank you.
>   


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