dev@woodstock.java.net

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

From: Venkatesh Babu <Venkatesh.M_at_Sun.COM>
Date: Fri, 26 Oct 2007 15:58:59 +0530

This was fixed recently in one of the putbacks.
Are you still seeing this in the beta2 build?
You should not need to change the text to &lt; &gt; anymore..

-Venky
AntonioV wrote:
> 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
>>>
>>>
>>>
>>
>>
>
>