Hi

What happened to the number of columns and the cells in the panelGrid???

  <h:panelGrid id="one" border="10" columns="2">
    <f:verbatim>A</f:verbatim>  
    <f:verbatim>B</f:verbatim>    
  </h:panelGrid>

HTH.

Balaji


-----Original Message-----
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]
Sent: Tuesday, 1 November 2005 10:35 AM
To: MyFaces Discussion
Subject: Border in panelgrid


Hi,

I am trying to dsiplay the border in panelgrid. I am sure where I am going 
wrong.
I am not getting a border. Here my simple example jsp.

<%@ taglib uri="http://java.sun.com/jsf/html"; prefix="h"%>
<%@ taglib uri="http://java.sun.com/jsf/core"; prefix="f"%>
<%@ taglib uri="http://myfaces.apache.org/extensions"; prefix="x"%>

<html>

<[EMAIL PROTECTED] file="inc/head.inc" %>
<%@ page import="org.apache.myfaces.examples.tree.*" %>

<body>



<f:view>
<f:loadBundle basename="org.apache.myfaces.examples.treedemo.bundle.Messages"
var="Message"/>


<h:form id="whereForm">
   
    <br><br><br><br><br><br><br><br><br><br><br><br><br><br><br>
  
  <h:panelGrid id="one" border="10">
 
  </h:panelGrid>
 
   
</h:form>
      
</f:view>

</body>

</html>

Please, correct my mistake

This correspondence is for the named persons only.
It may contain confidential or privileged information or both.
No confidentiality or privilege is waived or lost by any mis transmission.
If you receive this correspondence in error please delete it from your system 
immediately and notify the sender.
You must not disclose, copy or relay on any part of this correspondence, if you 
are not the intended recipient.
Any opinions expressed in this message are those of the individual sender 
except where the sender expressly,
and with the authority, states them to be the opinions of the Department of 
Emergency Services, Queensland.

Reply via email to