Note that the example you're pointing at only works for a header or a
footer row.

Also note that my last should have read:

======================================
after every group but the inputPC and inputTown.

There's no other way to line up the entries in your main group and
your InputPC group.
======================================

instead of

======================================
There's no other way to line up the entries in your main group and
your InputPC group.

after every group but the inputPC and inputTown.
======================================

On 10/4/05, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote:
>
> 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="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]
>  >
>  > --
>  > 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