[jira] Commented: (TOMAHAWK-724) User defined intervals in schedule detailed views

2007-04-05 Thread Hart Huang (JIRA)
[ https://issues.apache.org/jira/browse/TOMAHAWK-724?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12486877 ] Hart Huang commented on TOMAHAWK-724: - Peter, can you tell me how to use your patch to develop my code. For

Re: tomahawk-sandbox-1.1.6-SNAPSHOT-- DOJO error...

2007-04-05 Thread Zdeněk Sochor
Hi Prashant, Dojo is present in Tomahawk CORE 1.1.5 (and snapshot 1.1.6), NOT in 1.1.3. Download BOTH snapshots - Tomahawk CORE and sandbox to make it work. Regards, Zdenek Prashant Gaikwad napsal(a): Dear Developer friends, Need small help to resolve

Re: svn commit: r525759 - /myfaces/tobago/trunk/theme/standard/src/main/resources/org/apache/myfaces/tobago/renderkit/html/standard/standard/script/tobago.js

2007-04-05 Thread Volker Weber
Hi, my fault, and already corrected localy. I somehow miss to commit it. -if (!transition) { +if (transition == null) { but it should be if (typeof transition == undefined) there is a difference between null and undefined which makes me problems in the past, i don't remember where,

Re: svn commit: r525759 - /myfaces/tobago/trunk/theme/standard/src/main/resources/org/apache/myfaces/tobago/renderkit/html/standard/standard/script/tobago.js

2007-04-05 Thread Matthias Wessendorf
transition === undefined -M On 4/5/07, Volker Weber [EMAIL PROTECTED] wrote: Hi, my fault, and already corrected localy. I somehow miss to commit it. -if (!transition) { +if (transition == null) { but it should be if (typeof transition == undefined) there is a difference between

Re: tomahawk-sandbox-1.1.6-SNAPSHOT-- DOJO error...Thanks Zdenek

2007-04-05 Thread Gerald Müllan
Hi, please ask such kind of questions on the user list. cheers, Gerald On 4/5/07, Prashant Gaikwad [EMAIL PROTECTED] wrote: Hi Zdenek, Thanks for the response. DOJO error is gone. But another problem is my t:dataTable in the JSP is not refreshing with the latest updates in

RE: tomahawk-sandbox-1.1.6-SNAPSHOT-- DOJO error...Thanks Zdenek

2007-04-05 Thread Prashant Gaikwad
Sorry about that. Didn't know correct forum. -Original Message- From: Gerald Müllan [mailto:[EMAIL PROTECTED] Sent: Thursday, April 05, 2007 3:56 PM To: MyFaces Development Cc: MyFaces Discussion Subject: Re: tomahawk-sandbox-1.1.6-SNAPSHOT-- DOJO error...Thanks Zdenek Hi, please ask

[jira] Commented: (MYFACES-1165) Properties for Converters by class instead of by id

2007-04-05 Thread Alastair Rodgers (JIRA)
[ https://issues.apache.org/jira/browse/MYFACES-1165?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12486912 ] Alastair Rodgers commented on MYFACES-1165: --- I've also been stung by this. I created a generic converter

RE: tomahawk-sandbox-1.1.6-SNAPSHOT-- DOJO error...Thanks Zdenek

2007-04-05 Thread Prashant Gaikwad
Hi Zdenek, Thanks for the response. DOJO error is gone. But another problem is my t:dataTable in the JSP is not refreshing with the latest updates in corresponding database. Below is the snippet. Please suggest how the view would be partially grgenreated. Thanks Prashant

Re: svn commit: r525759 - /myfaces/tobago/trunk/theme/standard/src/main/resources/org/apache/myfaces/tobago/renderkit/html/standard/standard/script/tobago.js

2007-04-05 Thread Volker Weber
if(foo) would be the same (null or undef.) the same as (null or undef. or false) the last one make the bug in this case because false was a valid value which should not replaced with true :-(. 2007/4/5, Matthias Wessendorf [EMAIL PROTECTED]: JSEclipse also. We use it in Trinidad and RCF

Re: svn commit: r525759 - /myfaces/tobago/trunk/theme/standard/src/main/resources/org/apache/myfaces/tobago/renderkit/html/standard/standard/script/tobago.js

2007-04-05 Thread Matthias Wessendorf
JSEclipse also. We use it in Trinidad and RCF we return sometimes undefined. something like if(foo) would be the same (null or undef.) -M On 4/5/07, Volker Weber [EMAIL PROTECTED] wrote: three '=' ? IDEA seems to know this, but i can't find any documentation. 2007/4/5, Matthias Wessendorf

Re: svn commit: r525759 - /myfaces/tobago/trunk/theme/standard/src/main/resources/org/apache/myfaces/tobago/renderkit/html/standard/standard/script/tobago.js

2007-04-05 Thread Matthias Wessendorf
Volker, a German PDF for that: http://www.tu-harburg.de/rzt/tuinfo/programmentwicklung/sprachen/javascript/javascript-kolloq.pdf ===true, when type is equal !== true, when type isn't equal -M On 4/5/07, Matthias Wessendorf [EMAIL PROTECTED] wrote: JSEclipse also. We use it in

[jira] Reopened: (MYFACES-1577) PropertyResolver should throw PropertyNotFoundException

2007-04-05 Thread Mathias Broekelmann (JIRA)
[ https://issues.apache.org/jira/browse/MYFACES-1577?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Mathias Broekelmann reopened MYFACES-1577: -- unfortunately the tck fails now. The TCK expects it this way: getValue(Object

[jira] Created: (TOBAGO-345) ClassCastException when using editable tree

2007-04-05 Thread Volker Weber (JIRA)
ClassCastException when using editable tree --- Key: TOBAGO-345 URL: https://issues.apache.org/jira/browse/TOBAGO-345 Project: MyFaces Tobago Issue Type: Bug Affects Versions: 1.0.11

[jira] Resolved: (TOBAGO-345) ClassCastException when using editable tree

2007-04-05 Thread Volker Weber (JIRA)
[ https://issues.apache.org/jira/browse/TOBAGO-345?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Volker Weber resolved TOBAGO-345. - Resolution: Fixed ClassCastException when using editable tree

[jira] Commented: (MYFACES-1165) Properties for Converters by class instead of by id

2007-04-05 Thread Mike Kienenberger (JIRA)
[ https://issues.apache.org/jira/browse/MYFACES-1165?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12486945 ] Mike Kienenberger commented on MYFACES-1165: While I don't disagree with the bug (please supply a

Re: tomahawk-sandbox-1.1.6-SNAPSHOT-- DOJO error...Thanks Zdenek

2007-04-05 Thread Jeff Bischoff
This question is more appropriate for the user list. Prashant Gaikwad wrote: Hi Zdenek, Thanks for the response. DOJO error is gone. But another problem is my t:dataTable in the JSP is not refreshing with the latest updates in corresponding database. Below is the snippet. Please suggest

[jira] Commented: (MYFACES-1577) PropertyResolver should throw PropertyNotFoundException

2007-04-05 Thread Martin Marinschek (JIRA)
[ https://issues.apache.org/jira/browse/MYFACES-1577?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12486949 ] Martin Marinschek commented on MYFACES-1577: Please revert this anyone - we have to accept a base of

[jira] Commented: (MYFACES-1577) PropertyResolver should throw PropertyNotFoundException

2007-04-05 Thread Paul McMahan (JIRA)
[ https://issues.apache.org/jira/browse/MYFACES-1577?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12486952 ] Paul McMahan commented on MYFACES-1577: --- It was actually the setValue() errors that prompted me to provide

[jira] Commented: (MYFACES-1414) Invalid resource link on Getting Started page

2007-04-05 Thread Jeff Bischoff (JIRA)
[ https://issues.apache.org/jira/browse/MYFACES-1414?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12486962 ] Jeff Bischoff commented on MYFACES-1414: The language on this website page is still confusing new users

[jira] Updated: (MYFACES-1577) PropertyResolver should throw PropertyNotFoundException

2007-04-05 Thread Paul McMahan (JIRA)
[ https://issues.apache.org/jira/browse/MYFACES-1577?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Paul McMahan updated MYFACES-1577: -- Status: Patch Available (was: Reopened) PropertyResolver should throw

[jira] Commented: (MYFACES-1414) Invalid resource link on Getting Started page

2007-04-05 Thread Mike Kienenberger (JIRA)
[ https://issues.apache.org/jira/browse/MYFACES-1414?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12486968 ] Mike Kienenberger commented on MYFACES-1414: Jeff, if you want to provide a patch, I'll apply it. I

[jira] Commented: (MYFACES-1414) Invalid resource link on Getting Started page

2007-04-05 Thread Jeff Bischoff (JIRA)
[ https://issues.apache.org/jira/browse/MYFACES-1414?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12486980 ] Jeff Bischoff commented on MYFACES-1414: Unfortunately, I have a tight deadline to meet today. If I can,

1.1.5 Status?

2007-04-05 Thread Paul Spencer
According to the wiki page [1], the release is out for vote. I know some people placed condition on their vote, including myself. 1) Have all of the conditions been resolved? 2) Assuming #1 is yes, did the vote pass? 3) What is the next step? Paul Spencer [1]

Re: 1.1.5 Status?

2007-04-05 Thread Matthias Wessendorf
in Germany/Austria this week is popular to go on vacation. Since Friday and Monday are nat. holidays. I think Manfred is finishing after that :-) On 4/5/07, Paul Spencer [EMAIL PROTECTED] wrote: According to the wiki page [1], the release is out for vote. I know some people placed condition on

[jira] Created: (TOMAHAWK-957) two id wiht t:commandLink and disabled=true

2007-04-05 Thread JIRA
two id wiht t:commandLink and disabled=true - Key: TOMAHAWK-957 URL: https://issues.apache.org/jira/browse/TOMAHAWK-957 Project: MyFaces Tomahawk Issue Type: Bug Components: Extended

[jira] Commented: (TOMAHAWK-957) two id wiht t:commandLink and disabled=true

2007-04-05 Thread Mike Kienenberger (JIRA)
[ https://issues.apache.org/jira/browse/TOMAHAWK-957?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12487052 ] Mike Kienenberger commented on TOMAHAWK-957: Sure looks like a bug. What happens when you use

[jira] Commented: (TOMAHAWK-957) two id wiht t:commandLink and disabled=true

2007-04-05 Thread JIRA
[ https://issues.apache.org/jira/browse/TOMAHAWK-957?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12487055 ] Auger François commented on TOMAHAWK-957: - h:commandLink doesn't have disabled attribute two id wiht

[jira] Created: (MYFACES-1584) DateTimeConverter contains an extra non-spec field

2007-04-05 Thread Paul McMahan (JIRA)
DateTimeConverter contains an extra non-spec field -- Key: MYFACES-1584 URL: https://issues.apache.org/jira/browse/MYFACES-1584 Project: MyFaces Core Issue Type: Bug Components:

[jira] Updated: (MYFACES-1584) DateTimeConverter contains an extra non-spec field

2007-04-05 Thread Paul McMahan (JIRA)
[ https://issues.apache.org/jira/browse/MYFACES-1584?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Paul McMahan updated MYFACES-1584: -- Status: Patch Available (was: Open) DateTimeConverter contains an extra non-spec field