Customized component

2009-06-19 Thread Rodrigo Hernan Baeza Orellana
Hi, Quisera how I see the code CoreShowDetailheader or you can create a component from UIXShowDetail Personalized. Thank you very much Rodrigo Baeza Orellna. >From Chilean.

Re: [Trinidad] JDK5 EOL, upgrade to JDK6?

2009-06-19 Thread Jan-Kees van Andel
Do you mean the @Override annotation on interface implementing methods? Yeah, that's annoying. But IMHO no reason to force users to move to JDK 6. The companies I see, are currently using 5 (some even use 1.4). What feature of JDK 6 do you want to use? Besides the (Concurrent) Collections API I do

Re: [MyFaces 2.0] discussion on alpha plans

2009-06-19 Thread Leonardo Uribe
Hi Werner, Alexander It seems the better right now is start working on partial state saving feature. Some parts of this issue depends from facelets code, but other we can do it using unit testing, so I'll take a look at Werner's work. I'm still not started the behavior stuff, because for test thi

[jira] Created: (TRINIDAD-1513) SimpleSelectOneRenderer _convertIndexedSubmittedValue must not convert indexed item

2009-06-19 Thread Bernhard Seebass (JIRA)
SimpleSelectOneRenderer _convertIndexedSubmittedValue must not convert indexed item --- Key: TRINIDAD-1513 URL: https://issues.apache.org/jira/browse/TRINIDAD-1513 Projec

Re: JSF 'blockinput' component

2009-06-19 Thread Leonardo Uribe
Hi Checking the code, the component does not have any facelets-specific, like a custom tag handler or something like that. With our builder plugin we can generate the tag class to use it in jsp. regards Leonardo Uribe 2009/6/19 Bruno Aranda > The problem though is that this is a custom facele

Re: [Trinidad] JDK5 EOL, upgrade to JDK6?

2009-06-19 Thread Andrew Robinson
We currently force JDK 5 in the maven build because we were having problems with developers checking in JDK6 specific code and not realizing it. -Andrew 2009/6/19 Bruno Aranda : > +0 I don't really see why we need to force the use of JDK 6 unless > there are features for that specific JDK that we

[jira] Updated: (TOMAHAWK-1433) Add attribute itemOnclick to datalist

2009-06-19 Thread Michael Heinen (JIRA)
[ https://issues.apache.org/jira/browse/TOMAHAWK-1433?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Michael Heinen updated TOMAHAWK-1433: - Status: Patch Available (was: Open) > Add attribute itemOnclick to datalist > ---

[jira] Created: (TOMAHAWK-1433) Add attribute itemOnclick to datalist

2009-06-19 Thread Michael Heinen (JIRA)
Add attribute itemOnclick to datalist - Key: TOMAHAWK-1433 URL: https://issues.apache.org/jira/browse/TOMAHAWK-1433 Project: MyFaces Tomahawk Issue Type: Improvement Components: Data List Aff

Re: [MyFaces 2.0] discussion on alpha plans

2009-06-19 Thread Werner Punz
Leonardo Uribe schrieb: Hi 2009/6/18 Werner Punz mailto:werner.p...@gmail.com>> Component API still has one unimplemented method in UIComponent (I am working on it as we speak, I will probably have it finished next week! - you probably cann add the missing part to partial state

[jira] Resolved: (MYFACES-2245) Finish TODOs in UIComponent

2009-06-19 Thread Werner Punz (JIRA)
[ https://issues.apache.org/jira/browse/MYFACES-2245?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Werner Punz resolved MYFACES-2245. -- Resolution: Fixed All sub issues are resolved... Guess this one can be closed > Finish TODO

[jira] Resolved: (MYFACES-2250) implement getStateHelper

2009-06-19 Thread Werner Punz (JIRA)
[ https://issues.apache.org/jira/browse/MYFACES-2250?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Werner Punz resolved MYFACES-2250. -- Resolution: Fixed done implementation of a _DeltaStateHelper is committed and the method also

Re: [Trinidad] JDK5 EOL, upgrade to JDK6?

2009-06-19 Thread Bruno Aranda
+0 I don't really see why we need to force the use of JDK 6 unless there are features for that specific JDK that we want to introduce in trinidad. We still have some servers in our institution using JDK 5 (and with apps using trinidad) and although we are updating everything we are not there yet.

Re: [Trinidad] JDK5 EOL, upgrade to JDK6?

2009-06-19 Thread Martin Kočí
Hi, we use Trinidad on AIX with JDK 6 with no problems although I don't know if the JDK6 is default for AIX. Werner Punz píše v Čt 18. 06. 2009 v 16:21 +0200: > Andrew Robinson schrieb: > > JDK 5 can no longer be downloaded without stepping through hoops to > > try to get it as it has reached i

[jira] Updated: (MYFACES-2256) oamSetHiddenInput should not ignore nodeName=='input' (lower case characters)

2009-06-19 Thread Lutz Ulruch (JIRA)
[ https://issues.apache.org/jira/browse/MYFACES-2256?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Lutz Ulruch updated MYFACES-2256: - Status: Open (was: Patch Available) > oamSetHiddenInput should not ignore nodeName=='input' (l

[jira] Commented: (MYFACES-2256) oamSetHiddenInput should not ignore nodeName=='input' (lower case characters)

2009-06-19 Thread Lutz Ulruch (JIRA)
[ https://issues.apache.org/jira/browse/MYFACES-2256?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12721709#action_12721709 ] Lutz Ulruch commented on MYFACES-2256: -- The patch for this issue seems to be quite s

Re: JSF 'blockinput' component

2009-06-19 Thread Bruno Aranda
The problem though is that this is a custom facelets component and Tomahawk only contains "pure" JSF components, right? Bruno 2009/6/18 Roger Laenen : > Ok, no problem. > > Created jira issue : > > https://issues.apache.org/jira/browse/TOMAHAWK-1432 > > > Leonardo Uribe wrote: >> >> Hi >> >> I th

[jira] Updated: (MYFACES-2256) oamSetHiddenInput should not ignore nodeName=='input' (lower case characters)

2009-06-19 Thread Lutz Ulruch (JIRA)
[ https://issues.apache.org/jira/browse/MYFACES-2256?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Lutz Ulruch updated MYFACES-2256: - Status: Patch Available (was: Open) > oamSetHiddenInput should not ignore nodeName=='input' (l

[jira] Created: (MYFACES-2256) oamSetHiddenInput should not ignore nodeName=='input' (lower case characters)

2009-06-19 Thread Lutz Ulruch (JIRA)
oamSetHiddenInput should not ignore nodeName=='input' (lower case characters) - Key: MYFACES-2256 URL: https://issues.apache.org/jira/browse/MYFACES-2256 Project: MyFaces Core

Re: [MyFaces 2.0] discussion on alpha plans

2009-06-19 Thread Alexander Bell
Hi Leonardo, I'm working on an implementation of the ajax-behavior-tag for J4Fry. I'm using Mojarra in background but the base classes are all in javax.faces packages so it is easy to move the J4Fry Ajax-Bahavior-Tag Implementation to MyFaces. Maybe I can support you on implementing the behavior