From portal-commits at lists.jboss.org Tue Mar 6 11:51:18 2007 Content-Type: multipart/mixed; boundary="===============9125955427334918614==" MIME-Version: 1.0 From: portal-commits at lists.jboss.org To: portal-commits at lists.jboss.org Subject: [portal-commits] JBoss Portal SVN: r6555 - trunk/core-admin/src/main/org/jboss/portal/core/faces. Date: Tue, 06 Mar 2007 11:51:17 -0500 Message-ID: --===============9125955427334918614== Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: quoted-printable Author: julien(a)jboss.com Date: 2007-03-06 11:51:17 -0500 (Tue, 06 Mar 2007) New Revision: 6555 Modified: trunk/core-admin/src/main/org/jboss/portal/core/faces/UIPortlet.java Log: added more todos Modified: trunk/core-admin/src/main/org/jboss/portal/core/faces/UIPortlet.j= ava =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D --- trunk/core-admin/src/main/org/jboss/portal/core/faces/UIPortlet.java 20= 07-03-06 16:48:17 UTC (rev 6554) +++ trunk/core-admin/src/main/org/jboss/portal/core/faces/UIPortlet.java 20= 07-03-06 16:51:17 UTC (rev 6555) @@ -49,12 +49,20 @@ import java.util.Set; = /** - * @todo : + * @todo: * - add validation of initial mode and window state against the supported= values * - add validation of mode and window state on portlet events against the= supported values * - add handling of non expected results from render and process action * - add handling when instance does not exist (probably show the nested c= ontent of the tag as markup) * + * @todo but less important: + * - integrate user profile + * - clean up the facelet portlet handler + * - make a JSP tag = + * + * @todo later: + * - form rewriting so it can work in a JSF form + * * @author Julien Viet * @version $Revision: 1.1 $ */ --===============9125955427334918614==--