dev@woodstock.java.net

Re: AddRemove not rendering remove/removeall in firefox, Working Ok in iexplorer

From: AntonioV <antonio_at_antonioshome.net>
Date: Fri, 26 Oct 2007 03:23:57 -0700 (PDT)

Hi,

We have also observed this. This is a bug in woodstock.

The problem is that the text in the button contains "<" and ">". (">>" and
"<<").

We substituted those with "&lt;" and "&gt;" (we have started to
internationalize woodstock to spanish) and things are working now for us.

Cheers,
Antonio




Venkatesh Babu-5 wrote:
>
> Not sure about facelets..
> But have you seen any javascript errors on firefox
> (which is not happening on IE) and hence preventing add-remove to be
> rendered properly on firefox
> Padraig Byrne wrote:
>> Standard example working ok
>>
>> Apologies ommited to mention , I am using facelets
>>
>> See attached facelets code snippet
>>
>> <webuijsf:form>
>> <webuijsf:addRemove id="addRemoveKpis"
>> items="#{myitems.available}"
>> selected="#{myitems.selected}"
>> label="Select myitems"
>> availableItemsLabel="Not Monitored"
>> selectedItemsLabel="Monitored"
>> selectAll="true"
>> labelOnTop="true"
>> vertical="false"
>> moveButtons="true"
>> converter="myitemsConverter"
>> sorted="true"/>
>>
>> <h:commandButton
>> action="#{myitems.action}"
>> value="Apply" immediate="true">
>>
>> </webuijsf:form>
>>
>>
>> ----- Original Message ----
>> From: Venkatesh Babu <Venkatesh.M_at_Sun.COM>
>> To: dev_at_woodstock.dev.java.net
>> Cc: padraigbyrne_at_yahoo.com
>> Sent: Thursday, September 6, 2007 9:34:52 AM
>> Subject: Re: AddRemove not rendering remove/removeall in firefox, Working
>> Ok in iexplorer
>>
>> Could you please send the code snippet?
>> Do you see the same thing happening in
>> http://webdev2.sun.com/example/faces/index.jsp
>> Add-Remove example?
>>
>> Thanks
>> Venky
>> Padraig Byrne wrote:
>>
>>> Would like to report an issue
>>> AddRemove not rendering remove/removeall in firefox, Ok in ie
>>> Dont see this referenced when searching lists !
>>>
>>> Add & Add all being rendered & working ok !
>>>
>>> Rgds,
>>> Padraig.
>>>
>>>
>>>
>>> ---------------------------------------------------------------------
>>> To unsubscribe, e-mail: dev-unsubscribe_at_woodstock.dev.java.net
>>> For additional commands, e-mail: dev-help_at_woodstock.dev.java.net
>>>
>>>
>>>
>>
>>
>>
>>
>>
>> ---------------------------------------------------------------------
>> To unsubscribe, e-mail: dev-unsubscribe_at_woodstock.dev.java.net
>> For additional commands, e-mail: dev-help_at_woodstock.dev.java.net
>>
>>
>
>
>

-- 
View this message in context: http://www.nabble.com/AddRemove-not-rendering-remove-removeall-in-firefox%2C-Working-Ok-in-iexplorer-tf4390473.html#a13424480
Sent from the Project Woodstock - Dev mailing list archive at Nabble.com.