Tried that but the row is still printed above the table... Here is the code for 
the problem row..:


<h:panelGroup rendered="#{test}">
       <f:verbatim>
            <tr>
                <td >
                    <h:outputLabel value="Number of terminals in 
batch:"></h:outputLabel>
                    <h:outputText 
value="#{searchBatchBean.searchResult}"></h:outputText>
                </td>
            </tr>
       </f:verbatim>
</h:panelGroup>


BTJ

On Mon, 16 Oct 2006 10:34:30 +0100
Sahina Bose <[EMAIL PROTECTED]> wrote:

> Don't know if it's the best way, but you could use <f:verbatim> tags  
> around the html within the <h:panelGroup>.
> 
> regards,
> sahina
> On 16 Oct 2006, at 10:28, Bjørn T Johansen wrote:
> 
> > .
> 
> 

Reply via email to