[jira] Created: (TOMAHAWK-816) Tomahawk 1.1.3 is not in the Maven repository

2006-12-05 Thread David Rabinowitz (JIRA)
Tomahawk 1.1.3 is not in the Maven repository - Key: TOMAHAWK-816 URL: http://issues.apache.org/jira/browse/TOMAHAWK-816 Project: MyFaces Tomahawk Issue Type: Bug Affects Versions: 1.1.3

sandbox selectItems component

2006-12-05 Thread Nacho Estrada
Hi devs, The next code in org.apache.myfaces.custom.selectitems.UISelectItems is throwing a NullPointerException when label is null: private SelectItem createSelectItem() { Object value = getItemValue(); String label = getItemLabel() != null ?

Re: sandbox selectItems component

2006-12-05 Thread Gerald Müllan
Hi, well, the NullPointerException should steem from the fact that the core loadBundle gets its values only in rendering phase and not in every phase of the lifecycle. You can use s:loadBundle which makes sure that the bundle is evaluated in each phase. This should avoid that the label equals

Re: sandbox selectItems component

2006-12-05 Thread Nacho Estrada
Where I should provide the patch? On 12/5/06, Gerald Müllan [EMAIL PROTECTED] wrote: Hi, well, the NullPointerException should steem from the fact that the core loadBundle gets its values only in rendering phase and not in every phase of the lifecycle. You can use s:loadBundle which makes

Trinidad / ADF: How do I set a property in a bean when commandLink is pressed?

2006-12-05 Thread Marcus Bond
Hi, I'm trying out Trinidad / ADF Faces rewriting a small app previously done with tomahawk. Is there an equivalent of t:updateActionListener? I have a table where each row is produced as a link, when a user clicks the link they are redirected to another page which holds more comprehensive

Re: sandbox selectItems component

2006-12-05 Thread Gerald Müllan
The common way is to open a corresponding jira issue and apply the patch to it as an attachement. As a recent example see: http://issues.apache.org/jira/browse/TOMAHAWK-813 cheers, Gerald On 12/5/06, Nacho Estrada [EMAIL PROTECTED] wrote: Where I should provide the patch? On 12/5/06,

[jira] Commented: (TOMAHAWK-816) Tomahawk 1.1.3 is not in the Maven repository

2006-12-05 Thread Jeff Bischoff (JIRA)
[ http://issues.apache.org/jira/browse/TOMAHAWK-816?page=comments#action_12455654 ] Jeff Bischoff commented on TOMAHAWK-816: Staging Repository: http://myfaces.zones.apache.org/dist/maven-repository I believe this is a known issue

[jira] Created: (TOMAHAWK-817) s:selectItems fails when label is null

2006-12-05 Thread Cagatay Civici (JIRA)
s:selectItems fails when label is null -- Key: TOMAHAWK-817 URL: http://issues.apache.org/jira/browse/TOMAHAWK-817 Project: MyFaces Tomahawk Issue Type: Bug Affects Versions: 1.1.5-SNAPSHOT

Re: svn commit: r482726 - in /myfaces/core/trunk/api/src/main/java/javax/faces: component/ webapp/

2006-12-05 Thread Paul Spencer
Grant, I noticed some of the castings you removed where from generated code. Is the code generate still in use? If so, does it need to be fixed? Paul Spencer [EMAIL PROTECTED] wrote: Author: grantsmith Date: Tue Dec 5 10:02:43 2006 New Revision: 482726 URL:

Re: svn commit: r482726 - in /myfaces/core/trunk/api/src/main/java/javax/faces: component/ webapp/

2006-12-05 Thread Grant Smith
Thats true. There has been some discussion in the past regarding whether or not the code generator is still useful. I'll have to check the archives, but yes, it should be fixed there too. I believe Manfred is the expert on the generator. On 12/5/06, Paul Spencer [EMAIL PROTECTED] wrote: Grant,

[jira] Resolved: (TOMAHAWK-817) s:selectItems fails when label is null

2006-12-05 Thread Cagatay Civici (JIRA)
[ http://issues.apache.org/jira/browse/TOMAHAWK-817?page=all ] Cagatay Civici resolved TOMAHAWK-817. - Fix Version/s: 1.1.5-SNAPSHOT Resolution: Fixed s:selectItems fails when label is null --

Scriptaculous

2006-12-05 Thread Cagatay Civici
Hi, I see a scriptaculous license in sandbox, do we have anything that uses this js lib? Cagatay

Re: svn commit: r482726 - in /myfaces/core/trunk/api/src/main/java/javax/faces: component/ webapp/

2006-12-05 Thread Bruno Aranda
And there is a new generator in place for myfaces 1.2 (that at some point could be adapted to 1.1). It is far more powerful than the existing one. It is a maven plugin under the trinidad project sourcecode, called maven-faces-plugin. It can generate: - The components - The tags - A

Re: Javapolis 2006

2006-12-05 Thread Matthias Wessendorf
John and Jones are presenting at JP. Have fun dudes! _M On 12/5/06, Bruno Aranda [EMAIL PROTECTED] wrote: Hi, as Javapolis is next week I ask again... is any of you attending and would like to meet to discuss about jsf... or to just drink a t:beer / in good company? Cheers, Bruno --