[jboss-user] [JBoss Portal] - Re: JBoss Portal Portlet 2.0 compatiblility

2008-09-04 Thread mbien
thank you, works perfectly. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4174161#4174161 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4174161 ___ jboss-user mailing list

[jboss-user] [JBoss Portal] - Re: JBoss Portal Portlet 2.0 compatiblility

2008-09-03 Thread [EMAIL PROTECTED]
Yes 2.0 is fully implemented in 2.7.0 There is some work to do on error handling though. Check your code, you probably did something wrong. As for the Javadoc is concerned. The javadoc you mention is the one for the JSR-168, the one on Pluto for JSR-286. (You can still write JSR-168 portlets

[jboss-user] [JBoss Portal] - Re: JBoss Portal Portlet 2.0 compatiblility

2008-09-03 Thread mbien
wow that was fast! [EMAIL PROTECTED] wrote : Yes 2.0 is fully implemented in 2.7.0 | There is some work to do on error handling though. | | Check your code, you probably did something wrong. | this is possible (I am new with portlets) but I am actually only dispatching the request /

[jboss-user] [JBoss Portal] - Re: JBoss Portal Portlet 2.0 compatiblility

2008-09-03 Thread [EMAIL PROTECTED]
My bad, didn't look at your few lines of code. You cannot do rendering during the event phase (so you can't include a JSP). Any rendering has to happen during the RENDER phase. Mmmm ok the javadoc is not accurate ;) View the original post :