You are viewing a plain text version of this content. The canonical link for it is here.
Posted to jetspeed-dev@portals.apache.org by mo...@apache.org on 2002/10/11 18:11:13 UTC

cvs commit: jakarta-jetspeed/webapp/WEB-INF/templates/jsp/portlets/html JSP1_1andJetspeedTagLib.jsp

morciuch    2002/10/11 09:11:13

  Modified:    webapp/WEB-INF/templates/jsp/portlets/html
                        JSP1_1andJetspeedTagLib.jsp
  Log:
  Updated with examples of using "link" and "portlet" tags
  
  Revision  Changes    Path
  1.2       +31 -0     jakarta-jetspeed/webapp/WEB-INF/templates/jsp/portlets/html/JSP1_1andJetspeedTagLib.jsp
  
  Index: JSP1_1andJetspeedTagLib.jsp
  ===================================================================
  RCS file: /home/cvs/jakarta-jetspeed/webapp/WEB-INF/templates/jsp/portlets/html/JSP1_1andJetspeedTagLib.jsp,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- JSP1_1andJetspeedTagLib.jsp	9 Jul 2002 16:35:05 -0000	1.1
  +++ JSP1_1andJetspeedTagLib.jsp	11 Oct 2002 16:11:13 -0000	1.2
  @@ -93,6 +93,37 @@
         </tr>
       </table>
   
  +    <center><h2>jetspeed:link</h2></center>
  +    <table>
  +      <tr>
  +        <th>template</th>
  +        <th>action</th>        
  +        <th>Returned Value</th>
  +      </tr>
  +      <tr>
  +        <td>Login</td>
  +        <td>JLogoutUser</td>        
  +        <td><jetspeed:link template="Login" action="JLogoutUser"/></td>
  +      </tr>
  +      <tr>
  +        <td>ChangePassword</td>
  +        <td></td>                
  +        <td><jetspeed:link template="ChangePassword" /></td>
  +      </tr>
  +    </table>
  +
  +    <center><h2>jetspeed:portlet</h2></center>
  +    <table>
  +      <tr>
  +        <th>name</th>
  +        <th>Returned Value</th>
  +      </tr>
  +      <tr>
  +        <td>JetspeedFramed <SMALL><p>(you will need JetspeedFramed in your profile in order for this to work)</P></SMALL></td>
  +        <td><jetspeed:portlet name="JetspeedFramed"/></td>
  +      </tr>
  +    </table>
  +
       <hr/>
       <center><h1>HTTP Request Header</h1></center>
       <table>
  
  
  

--
To unsubscribe, e-mail:   <ma...@jakarta.apache.org>
For additional commands, e-mail: <ma...@jakarta.apache.org>