Re: [Wicket-user] WebPage 2 PortletPage, but error...

2006-09-19 Thread Manuel Barzi
Forgot to answer this... here it is: > What version of Wicket are you using? There should work with the current > version from svn? wicket-1.2-SNAPSHOT.jar - Take Surveys. Earn Cash. Influence the Future of IT Join SourceFor

Re: [Wicket-user] WebPage 2 PortletPage, but error...

2006-09-19 Thread Manuel Barzi
:? it already works, since this morning! the issue was "auto-solved"... Thank you. On 9/19/06, Janne Hietamäki <[EMAIL PROTECTED]> wrote: > > > What version of Wicket are you using? There should work with the current > version from svn? > > Janne > > On 19.9.2006, at 13.08, Manuel Barzi wrote: >

Re: [Wicket-user] WebPage 2 PortletPage, but error...

2006-09-19 Thread Janne Hietamäki
What version of Wicket are you using? There should work with the current version from svn? JanneOn 19.9.2006, at 13.08, Manuel Barzi wrote:Ok, checking the markup I can see - following the rules - shouldn't Iuse parent html element body, neither elements updwards (head, html,etc...). Wicket-portlet

Re: [Wicket-user] WebPage 2 PortletPage, but error...

2006-09-19 Thread Manuel Barzi
OK, did it and it works fine now... ;) > Ok, checking the markup I can see - following the rules - shouldn't I > use parent html element body, neither elements updwards (head, html, > etc...). Wicket-portlet-examples, ExamplePortlet.html and > ExamplePortlet2.html just contain inner-body html code

Re: [Wicket-user] WebPage 2 PortletPage, but error...

2006-09-19 Thread Manuel Barzi
Ok, checking the markup I can see - following the rules - shouldn't I use parent html element body, neither elements updwards (head, html, etc...). Wicket-portlet-examples, ExamplePortlet.html and ExamplePortlet2.html just contain inner-body html code, so I should do the same... will check! On 9/1