Hi,

Check this example out: http://www.exadel.com/tutorial/jsf/jsftags-guide.html

I think the example under "UIPanel" should give you the answer.

Geeta

hicham abassi <[EMAIL PROTECTED]> wrote on 10/04/2005 03:02:02 PM:

> Hello,
>
> i have a form with a <h:panelgrid> for my label,input,message components
>
> <h:panelGrid columns="3">
>
> <h:ouputLabel for=""> > <h:inputText id="inputName" ...>
> <h:message for="" ...>
>
> 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="" ...>
>     <h:inputText id="inputPC" ...>
>     <h:message for="" ....>
>
>     <h:ouputLabel for="" ...>
>     <h:inputText id="inputTown" ...>
>    <h:message for=""> > </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]
>
> --
> This message has been scanned for viruses and
> dangerous content by MailScanner, and is
> believed to be clean.
>

>
> CONFIDENTIALITY NOTICE:This email is intended solely for the person
> or entity to which it is addressed and may contain confidential
> and/or protected health information.  Any duplication,
> dissemination, action taken in reliance upon, or other use of this
> information by persons or entities other than the intended recipient
> is prohibited and may violate applicable laws.  If this email has
> been received in error, please notify the sender and delete the
> information from your system.  The views expressed in this email are
> those of the sender and may not necessarily represent the views of
> IntelliCare.

Reply via email to