Re: Possible bug in the columns tag with the convertDateTime tag

2007-06-01 Thread Johnny Sutherland
You are correct. That was a typing error from me when writing the bug. I have entered the correct code below - unfortuntale the problem is still the same. We havce also discovered that the problem - the getter is not called - exists with all the tags from the JSF Core taglib. The timeZone and

[jira] Created: (TOBAGO-415) Component tx:time with attibutes readonly or disabled setted to true allows changes by user

2007-06-01 Thread Ricardo S. Tanaka (JIRA)
Component tx:time with attibutes readonly or disabled setted to true allows changes by user - Key: TOBAGO-415 URL: https://issues.apache.org/jira/browse/TOBAGO-415

Status of Tomahawk testing with RI using Continuum

2007-06-01 Thread Paul Spencer
Status of Tomahawk testing with RI using Continuum. I am in the process of adding Build Definitions in Continuum that will test Tomahawk and the Tomahawk sandbox against the 1.1 RI. This is done by adding the argument -Djsf=ri to the definition. *** * Completed *** 1) Filed issued related to

[jira] Commented: (TOBAGO-84) Could we please have a sheetSelectionListener

2007-06-01 Thread Helmut Swaczinna (JIRA)
[ https://issues.apache.org/jira/browse/TOBAGO-84?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12500712 ] Helmut Swaczinna commented on TOBAGO-84: Please, please provide a sheetSelectionListener. This is real

Re: Possible bug in the columns tag with the convertDateTime tag

2007-06-01 Thread Mike Kienenberger
What's the data type of #{columnInfo.timeZone}? Both getters should be of type String. The docs read: Time zone in which to interpret any time information in the date String. Value must be either a VB expression that evaluates to a java.util.TimeVone instance, or a String that is a timezone ID

Re: Possible bug in the columns tag with the convertDateTime tag

2007-06-01 Thread Mike Kienenberger
In your current example (but not your first one), h:inputText value=#{masterDataController} That's obviously wrong. My only other guess is that the converter is never called because the value it's working with is never converted. I would try reducing this problem to a simpler state and then

Re: Possible bug in the columns tag with the convertDateTime tag

2007-06-01 Thread Johnny Sutherland
Hi Mike Thank you for replying so quickly. I have tried both the TimeZone type and String for the timeZone parameter. The pattern has always been String. Johnny Mike Kienenberger wrote: What's the data type of #{columnInfo.timeZone}? Both getters should be of type String. The

Re: Possible bug in the columns tag with the convertDateTime tag

2007-06-01 Thread Paul Spencer
Johnny, The following work for me using MyFaces 1.1.5: *** * From JSP *** t:column id=dateColumn headerstyleClass=dataTableColumnHeader styleClass=dataColumn_String rendered=#{manager.summarizeByDay} f:facet name=header

Heads up - backwards compatibility found between 1.1 and 1.2

2007-06-01 Thread rlubke
Hey guys, Just a heads up that a new backwards compatibility issue was found between 1.1 and 1.2. The details can be found here: https://javaserverfaces.dev.java.net/issues/show_bug.cgi?id=577 I'm guessing MyFaces will have the same issue if the attached reproduced application is run. If not,

Re: Heads up - backwards compatibility found between 1.1 and 1.2

2007-06-01 Thread Martin Marinschek
So you've finally decided to make loadBundle be a component. That's good, that will help. Is it active in all lifecycle phases then? regards, Martin On 6/1/07, rlubke [EMAIL PROTECTED] wrote: Hey guys, Just a heads up that a new backwards compatibility issue was found between 1.1 and 1.2.

[jira] Resolved: (TOBAGO-414) tc:toolBarCommand ommits blank on class-attribute when disabled

2007-06-01 Thread Bernd Bohmann (JIRA)
[ https://issues.apache.org/jira/browse/TOBAGO-414?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Bernd Bohmann resolved TOBAGO-414. -- Resolution: Fixed Fix Version/s: 1.0.12 tc:toolBarCommand ommits blank on

Re: Possible bug in the columns tag with the convertDateTime tag

2007-06-01 Thread Volker Weber
Hi, this docs i would read like this: The argument of 'timeZone' should be a String or a valueBinding that evaluates to a TimeZone instance. The getter of timeZone should NOT of type String, but of type java.util.TimeZone. Regards, Volker 2007/6/1, Mike Kienenberger [EMAIL PROTECTED]:

Re: Possible bug in the columns tag with the convertDateTime tag

2007-06-01 Thread Mike Kienenberger
Duh. Thanks, Volker, you're right. I completely interpreted that the wrong way. On 6/1/07, Volker Weber [EMAIL PROTECTED] wrote: Hi, this docs i would read like this: The argument of 'timeZone' should be a String or a valueBinding that evaluates to a TimeZone instance. The getter of

Re: Possible bug in the columns tag with the convertDateTime tag

2007-06-01 Thread Daniel Herb
Hi, there is no bug with the column tag. Try out the columns tag. columnInfo.timeZone is from the type TimeZone so it should be right. I have debugged through some myfaces-code and seen that columnInfo.timeZone and columnInfo.pattern are detected as EL-Expression but can not be resolved and so

Re: Heads up - backwards compatibility found between 1.1 and 1.2

2007-06-01 Thread Adam Winer
I don't think it is in this patch. But for my taste, the fix here is far uglier than this minor bug. Adding a package-private method to UIComponentClassicTagBase and using Method.setAccessible(true)... shudder! Do we even know that container security permissions will uniformly allow this? --

[jira] Commented: (MYFACES-244) jsp:param for subviews works in the RI but not in MyFaces

2007-06-01 Thread Stephen Cooper (JIRA)
[ https://issues.apache.org/jira/browse/MYFACES-244?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12500878 ] Stephen Cooper commented on MYFACES-244: I can't re-open this bug (probably by design). Please re-open.

[jira] Reopened: (MYFACES-244) jsp:param for subviews works in the RI but not in MyFaces

2007-06-01 Thread LeRoy Mattingly (JIRA)
[ https://issues.apache.org/jira/browse/MYFACES-244?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] LeRoy Mattingly reopened MYFACES-244: - I'm reopening per Stephen Cooper's request. jsp:param for subviews works in the RI but