[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@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user


[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 with 2.7.0.Beta1)


View the original post : 
http://www.jboss.com/index.html?module=bbop=viewtopicp=4173892#4173892

Reply to the post : 
http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4173892
___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user


[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 / response events from whithin the event handler method.

[EMAIL PROTECTED] wrote : Yes 2.0 is fully implemented in 2.7.0
  | 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 with 2.7.0.Beta1)
  | 
this is what I suspected, but the doc claims to be a portlet 2.0 doc ;)
http://docs.jboss.com/jbportal/v2.7.0.B1/javadoc/portlet/


View the original post : 
http://www.jboss.com/index.html?module=bbop=viewtopicp=4173897#4173897

Reply to the post : 
http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4173897
___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user


[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 : 
http://www.jboss.com/index.html?module=bbop=viewtopicp=4173901#4173901

Reply to the post : 
http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4173901
___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user