Re: [Question] Copying code from MyFaces

2006-11-09 Thread Martin Marinschek
There is nothing offending in copying any of the classes over from MyFaces-Impl to Trinidad! regards, Martin On 11/8/06, Scott O'Bryan [EMAIL PROTECTED] wrote: Hey Guys, All arguments about the need for a common code package aside (yes, I will continue to champion this), Trinidad has the

Re: [Question] Copying code from MyFaces

2006-11-09 Thread Matthias Wessendorf
Well at least it is under Apache 2.0, do what ever you want with the code :)) -M On 11/9/06, Martin Marinschek [EMAIL PROTECTED] wrote: There is nothing offending in copying any of the classes over from MyFaces-Impl to Trinidad! regards, Martin On 11/8/06, Scott O'Bryan [EMAIL PROTECTED]

Re: Re: Re: make ValueMap public

2006-11-09 Thread Arjuna Wijeyekoon
I thought you would prefer BidiHashMap because the internal implementation is two HashMaps. When I proposed ReverseMap, you suggested ReverseHashMap, so now that I like BidiMap, I proposed BidiHashMap because I thought you would prefer that :) what say you? On 11/8/06, Adam Winer [EMAIL

Re: Base64OutputStream needs a cleanup

2006-11-09 Thread Arjuna Wijeyekoon
thanks guys. http://issues.apache.org/jira/browse/ADFFACES-283 On 11/8/06, Simon Lessard [EMAIL PROTECTED] wrote: Yeah that would be a good idea. On 11/9/06, Adam Winer [EMAIL PROTECTED] wrote: I agree, it'd be good to fix all those. -- Adam On 11/8/06, Arjuna Wijeyekoon [EMAIL

Re: [Question] Copying code from MyFaces

2006-11-09 Thread Scott O'Bryan
Yay.. Thanks Martin. Martin Marinschek wrote: There is nothing offending in copying any of the classes over from MyFaces-Impl to Trinidad! regards, Martin On 11/8/06, Scott O'Bryan [EMAIL PROTECTED] wrote: Hey Guys, All arguments about the need for a common code package aside (yes, I will

valueChangeListener of a selectBooleanCheckbox

2006-11-09 Thread Piyush Hari
I run into a problem where my checkbox seems to lose its ValueChangeListener on a mobile browser like Pocket IE, IE Mobile. Here is what I have on my JSF page: tr:form tr:panelGroupLayout tr:selectBooleanCheckbox text=selectBooleanCheckbox 1

Re: valueChangeListener of a selectBooleanCheckbox

2006-11-09 Thread Piyush Hari
I am using Sun's implementation of JSF here and not MyFaces, if that makes any difference ? -Piyush - Original Message - From: Piyush Hari [EMAIL PROTECTED] To: adffaces-dev@incubator.apache.org Sent: Thursday, November 09, 2006 2:25 PM Subject: valueChangeListener of a

Re: Re: Re: Re: make ValueMap public

2006-11-09 Thread Adam Winer
What I was suggesting is that we have a BidiMap interface, and a BidiHashMap implementation of that interface. So if you're going to have a getInvertedMap() function, it should return a BidiMap. -- Adam On 11/9/06, Arjuna Wijeyekoon [EMAIL PROTECTED] wrote: I thought you would prefer

Re: Re: Re: Re: make ValueMap public

2006-11-09 Thread Craig McClanahan
On 11/9/06, Adam Winer [EMAIL PROTECTED] wrote: What I was suggesting is that we have a BidiMap interface, and a BidiHashMap implementation of that interface. So if you're going to have a getInvertedMap() function, it should return a BidiMap. On the topic of general purpose bidi maps, it

Re: [Question] trinidad-skins.xml in a jar

2006-11-09 Thread Adam Winer
On 11/8/06, Jeanne Waldman [EMAIL PROTECTED] wrote: I have two questions about jar'ing up the skins. Let's say someone has jar'd up their skin and the trinidad-skins.xml file. I have a jar with this directory structure: META-INF trinidad-skins.xml skin customSkin.css images