Actually I dont have HTML tags placed by myself. The br tags are places by
the components.

This is the code segment:

<tr:selectManyCheckbox autoSubmit="true"
      id="selectA" value="#{orderForm.itemsA}">
    <tr:forEach var="pType" items="#{orderForm.itemAList}">
         <tr:selectItem shortDesc="#{pType.name}"
               label="#{pType.name}"
               value="#{pType}" />
       </tr:forEach>
  </tr:selectManyCheckbox>

On Fri, Nov 14, 2008 at 12:01 PM, Luka Surija <[EMAIL PROTECTED]> wrote:

> I've noticed that if you have some plain HTML tags (like <BR/>) inside
> re-rendered  component, then this tag is duplicated on every re-render.
>
> Luka Surija
>
> +385 1 61 99 140
> +385 98 434 061
> [EMAIL PROTECTED]
>
> I.Y. tim d.o.o.
> Vrbik 3, HR-10000 Zagreb
> www.iytim.hr
> [EMAIL PROTECTED]
>
>
>
>
> Amaris Nieves wrote:
>
>> Hi,
>>
>> I have a problem in Internet Explorer when the page is re-rendered with
>> PPR. If I have a selectManyCheckbox or a selectOneChoice when those
>> components are re-rendered I get extra breaks between each tr:selectItem
>> element.
>>
>> What can be causing the problem? I thought it might be an issue with the
>> CSS but I tried it without skins and it still displayed the extra breaks
>> every time the page was re-rendered.
>>
>>
>> Thank you.
>>
>

Reply via email to