Hello,

i have a form with a <h:panelgrid> for my label,input,message components

<h:panelGrid columns="3">

<h:ouputLabel for="inputName">
<h:inputText id="inputName" ...>
<h:message for="inputName" ...>

i want here to put 2 set of components here for example postal code
and town without disturbing the alignement of above components

<h:panelGrid columns="6">
    <h:ouputLabel for="inputPC" ...>
    <h:inputText id="inputPC" ...>
    <h:message for="inputPC" ....>

    <h:ouputLabel for="inputTown" ...>
    <h:inputText id="inputTown" ...>
   <h:message for="inputTown"....>
</h:panelGrid>
<h:panelGroup/>
<h:panelGroup/>

Problem : the input and message of the first row are moved to the right



</h:panelGrid>



Is there a way to do colspan on h:panelGrid row ?

Thanks.





--

hicham ABASSI
[EMAIL PROTECTED]

Reply via email to