Welcome to TalkGraphics.com
Results 1 to 10 of 18

Threaded View

  1. #1
    Join Date
    Mar 2007
    Posts
    11

    Thumbs up WebStyle Menus --- Working with JSF ???

    Hello,

    The Xara Menus work great and they are quick to build.

    Does anyone know if this works with Java/JSF ???

    I have attached my current Java menu..

    Thanks
    Phil

    ---------------------------------------------------------------------

    Code:
    <%@ page import="java.util.ResourceBundle" %>
    <%@ page import="org.apache.log4j.Logger" %>
    <%@ page import="java.io.*" %>
    <%@ page language="java"  %>
    <%@ taglib uri="http://java.sun.com/jsf/html" prefix="h" %>
    <%@ taglib uri="http://java.sun.com/jsf/core" prefix="f" %>
    
        <!--
        <link rel="stylesheet" type="text/css" href="styles.css">
        -->
    <td class='hiddenx' valign='top' width='60'  id='cwrapper4'>
    
    <div id="c3" class="hiddenx" >
    <fieldset class="formFieldSet">
                    <legend id="DWNameLN" class="formLegendLN">Member Id
                    </legend> 
                    
        <li> <a class="hiddenx" href="welcome.jsf" >Welcome</a></li>  
        <li> <a class="hiddenx" href="searchMembers.jsf" >Search Screen</a>
        <li> <a class="hiddenx" href="underConstructionPage.jsf" >Who's Online</a></li>     
        <li> <a class="hiddenx" href="underConstructionPage.jsf" >Email</a></li>    
        <li> <a class="hiddenx" href="underConstructionPage.jsf" >Test</a></li>                        
        <li>	<h:graphicImage url="/images/onepixline.gif" height="1" width="50"/></li>              
        <li> <a class="hiddenx" href="profileMembers.jsf" >Update Profile</a></li>      
        <li> <a class="hiddenx" href="underConstructionPage.jsf" >Update Photo</a></li>  
        <li> <a class="hiddenx" href="profileMembers.jsf" >View Profile</a></li>          
        <li> <a class="hiddenx" href="underConstructionPage.jsf" >Account Setup</a></li>     
        
        <li>	<h:graphicImage url="/images/onepixline.gif" height="1" width="50"/> </li>           
        <li> <h:commandLink action="#{submittalController.logout}" styleClass="hiddenx" id="logout1" immediate="true">
        	  <h:outputText value="Logout"/>
             </h:commandLink>
        </li>         
        
    </fieldset>
    <li/>
     
    </div>
    </td>
    Last edited by Soquili; 15 March 2007 at 04:03 PM. Reason: Enclosed Phil's code in "Code Tags"

 

 

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •