From do-not-reply at jboss.org Mon May 3 14:02:50 2010 Content-Type: multipart/mixed; boundary="===============8400326763726886375==" MIME-Version: 1.0 From: do-not-reply at jboss.org To: gatein-commits at lists.jboss.org Subject: [gatein-commits] gatein SVN: r2945 - in sandbox/mobile_delivery/trunk/examples/portlets: jsphellouser/src/main/java/org/jboss/portal/portlet/samples and 1 other directories. Date: Mon, 03 May 2010 14:02:50 -0400 Message-ID: <201005031802.o43I2oCO024647@svn01.web.mwc.hst.phx2.redhat.com> --===============8400326763726886375== Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: quoted-printable Author: david.borruat Date: 2010-05-03 14:02:49 -0400 (Mon, 03 May 2010) New Revision: 2945 Modified: sandbox/mobile_delivery/trunk/examples/portlets/davidportlet/src/main/we= bapp/jsp/welcome.jsp sandbox/mobile_delivery/trunk/examples/portlets/jsphellouser/src/main/ja= va/org/jboss/portal/portlet/samples/JSPHelloUserPortlet.java sandbox/mobile_delivery/trunk/examples/portlets/jsphellouser/src/main/we= bapp/jsp/welcome.jsp Log: example portlet JspHelloUser modified Modified: sandbox/mobile_delivery/trunk/examples/portlets/davidportlet/src/= main/webapp/jsp/welcome.jsp =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 --- sandbox/mobile_delivery/trunk/examples/portlets/davidportlet/src/main/w= ebapp/jsp/welcome.jsp 2010-05-03 18:01:39 UTC (rev 2944) +++ sandbox/mobile_delivery/trunk/examples/portlets/davidportlet/src/main/w= ebapp/jsp/welcome.jsp 2010-05-03 18:02:49 UTC (rev 2945) @@ -1,15 +1,7 @@ <%@ taglib uri=3D"http://java.sun.com/portlet_2_0" prefix=3D"portlet" %> = - +
Welcome !
= -

Welcome !

-
=
@@ -42,4 +34,4 @@ -
+ \ No newline at end of file Modified: sandbox/mobile_delivery/trunk/examples/portlets/jsphellouser/src/= main/java/org/jboss/portal/portlet/samples/JSPHelloUserPortlet.java =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 --- sandbox/mobile_delivery/trunk/examples/portlets/jsphellouser/src/main/j= ava/org/jboss/portal/portlet/samples/JSPHelloUserPortlet.java 2010-05-03 18= :01:39 UTC (rev 2944) +++ sandbox/mobile_delivery/trunk/examples/portlets/jsphellouser/src/main/j= ava/org/jboss/portal/portlet/samples/JSPHelloUserPortlet.java 2010-05-03 18= :02:49 UTC (rev 2945) @@ -38,7 +38,8 @@ = public void doView(RenderRequest request, RenderResponse response) thro= ws PortletException, IOException { - String sYourName =3D (String) request.getParameter("yourname"); + + String sYourName =3D (String) request.getParameter("yourname"); if (sYourName !=3D null) { PortletRequestDispatcher prd =3D getPortletContext().getRequestDi= spatcher("/jsp/hello.jsp"); Modified: sandbox/mobile_delivery/trunk/examples/portlets/jsphellouser/src/= main/webapp/jsp/welcome.jsp =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 --- sandbox/mobile_delivery/trunk/examples/portlets/jsphellouser/src/main/w= ebapp/jsp/welcome.jsp 2010-05-03 18:01:39 UTC (rev 2944) +++ sandbox/mobile_delivery/trunk/examples/portlets/jsphellouser/src/main/w= ebapp/jsp/welcome.jsp 2010-05-03 18:02:49 UTC (rev 2945) @@ -1,45 +1,32 @@ <%@ taglib uri=3D"http://java.sun.com/portlet_2_0" prefix=3D"portlet" %> = - = -

Welcome !

+ +
Hidden portlet
+
Change content by ID
+
Insert HTML in the code
--===============8400326763726886375==--