[jira] Created: (TOMAHAWK-795) rowCount not available for rendering determination

2006-11-22 Thread sean schofield (JIRA)
rowCount not available for rendering determination -- Key: TOMAHAWK-795 URL: http://issues.apache.org/jira/browse/TOMAHAWK-795 Project: MyFaces Tomahawk Issue Type: Bug Components:

[jira] Commented: (TOMAHAWK-738) SaveState fails with a java.util.List implementation other than ArrayList

2006-10-17 Thread sean schofield (JIRA)
[ http://issues.apache.org/jira/browse/TOMAHAWK-738?page=comments#action_12442929 ] sean schofield commented on TOMAHAWK-738: - I was under the impression the original bug Catagay was trying to fix was that Lists were not being saved by

[jira] Commented: (TOMAHAWK-738) SaveState fails with a java.util.List implementation other than ArrayList

2006-10-17 Thread sean schofield (JIRA)
[ http://issues.apache.org/jira/browse/TOMAHAWK-738?page=comments#action_12442960 ] sean schofield commented on TOMAHAWK-738: - Thanks for clarifying. The only stuff I didn't revert was a testcase that passes under 1.1.4 code and

[jira] Commented: (TOMAHAWK-738) SaveState fails with a java.util.List implementation other than ArrayList

2006-10-17 Thread sean schofield (JIRA)
[ http://issues.apache.org/jira/browse/TOMAHAWK-738?page=comments#action_12443114 ] sean schofield commented on TOMAHAWK-738: - Again, nobody is saying there's not a problem here its just this solution merely covers up a problem that

[jira] Commented: (TOMAHAWK-738) SaveState fails with a java.util.List implementation other than ArrayList

2006-10-16 Thread sean schofield (JIRA)
[ http://issues.apache.org/jira/browse/TOMAHAWK-738?page=comments#action_12442650 ] sean schofield commented on TOMAHAWK-738: - I discovered the reason why Catagay's fix breaks my code. By not calling saveAttachedState for Serializable

[jira] Commented: (TOMAHAWK-738) SaveState fails with a java.util.List implementation other than ArrayList

2006-10-16 Thread sean schofield (JIRA)
[ http://issues.apache.org/jira/browse/TOMAHAWK-738?page=comments#action_12442661 ] sean schofield commented on TOMAHAWK-738: - I undid the most of the changes from revision 464151. I tried to create a suitable test alternative but I

[jira] Commented: (TOMAHAWK-491) t:columns generates wrong name in children input fields

2006-10-15 Thread sean schofield (JIRA)
[ http://issues.apache.org/jira/browse/TOMAHAWK-491?page=comments#action_12442440 ] sean schofield commented on TOMAHAWK-491: - m having a problemn passing a commandButton parameter inside of a t:column. I wonder if this is due to the

[jira] Reopened: (TOMAHAWK-738) SaveState fails with a java.util.List implementation other than ArrayList

2006-10-15 Thread sean schofield (JIRA)
[ http://issues.apache.org/jira/browse/TOMAHAWK-738?page=all ] sean schofield reopened TOMAHAWK-738: - Catagay this breaks my code. Serializable should also be supported. I have a bunch of Hibernate domain objects that are serializable

[jira] Updated: (TOMAHAWK-491) t:columns generates wrong name in children input fields

2006-10-15 Thread sean schofield (JIRA)
[ http://issues.apache.org/jira/browse/TOMAHAWK-491?page=all ] sean schofield updated TOMAHAWK-491: Status: Resolved (was: Patch Available) Fix Version/s: 1.1.5-SNAPSHOT Resolution: Fixed I tested the fix and it works great! It

[jira] Created: (MYFACES-1390) Change JIRA workflow so issues must be resolved before they are closed

2006-08-20 Thread sean schofield (JIRA)
Change JIRA workflow so issues must be resolved before they are closed -- Key: MYFACES-1390 URL: http://issues.apache.org/jira/browse/MYFACES-1390 Project: MyFaces Core

[jira] Created: (MYFACES-1376) getScrolling is not defined in simple tree2 example

2006-08-02 Thread sean schofield (JIRA)
getScrolling is not defined in simple tree2 example --- Key: MYFACES-1376 URL: http://issues.apache.org/jira/browse/MYFACES-1376 Project: MyFaces Core Issue Type: Bug Components:

[jira] Commented: (MYFACES-1376) getScrolling is not defined in simple tree2 example

2006-08-02 Thread sean schofield (JIRA)
[ http://issues.apache.org/jira/browse/MYFACES-1376?page=comments#action_12425401 ] sean schofield commented on MYFACES-1376: - schedule1.jsf component is also experiencing this problem when you try to advance the calendar

[jira] Updated: (MYFACES-1376) getScrolling is not defined in simple tree2 example

2006-08-02 Thread sean schofield (JIRA)
[ http://issues.apache.org/jira/browse/MYFACES-1376?page=all ] sean schofield updated MYFACES-1376: Status: Open (was: Patch Available) getScrolling is not defined in simple tree2 example ---

[jira] Commented: (MYFACES-1376) getScrolling is not defined in simple tree2 example

2006-08-02 Thread sean schofield (JIRA)
[ http://issues.apache.org/jira/browse/MYFACES-1376?page=comments#action_12425406 ] sean schofield commented on MYFACES-1376: - Apparently Michael Hartman marked this as patch available but I don't see one. Changing status back to

[jira] Created: (MYFACES-1375) Excessive warnings when using Tomahawk with RI

2006-08-01 Thread sean schofield (JIRA)
Excessive warnings when using Tomahawk with RI -- Key: MYFACES-1375 URL: http://issues.apache.org/jira/browse/MYFACES-1375 Project: MyFaces Core Issue Type: Improvement Affects Versions:

[jira] Commented: (MYFACES-1368) Fix case sensitivity for context params

2006-07-31 Thread sean schofield (JIRA)
[ http://issues.apache.org/jira/browse/MYFACES-1368?page=comments#action_12424595 ] sean schofield commented on MYFACES-1368: - According to the SVN logs these changes were made July 4th which was after the June 21st date where matzew

[jira] Resolved: (TOMAHAWK-510) Facelets + Inline EL + tree2 = InvalidArgumentException

2006-07-03 Thread sean schofield (JIRA)
[ http://issues.apache.org/jira/browse/TOMAHAWK-510?page=all ] sean schofield resolved TOMAHAWK-510: - Fix Version: 1.1.5-SNAPSHOT Resolution: Fixed Empty facets are not just a problem with EL text but hard-coded text as well. Empty

[jira] Commented: (TOMAHAWK-244) Tree2 does not use node IDs in expanding and collapsing

2006-06-20 Thread sean schofield (JIRA)
[ http://issues.apache.org/jira/browse/TOMAHAWK-244?page=comments#action_12416902 ] sean schofield commented on TOMAHAWK-244: - I'm a little confused here. The whole point of TreeWalker was that you would not have to rely on the default 0, 0:0

[jira] Resolved: (TOMAHAWK-244) Tree2 does not use node IDs in expanding and collapsing

2006-06-20 Thread sean schofield (JIRA)
[ http://issues.apache.org/jira/browse/TOMAHAWK-244?page=all ] sean schofield resolved TOMAHAWK-244: - Resolution: Won't Fix OK I 'm marking this won't fix since there doesn't seem to be a problem. If you come up with a working example maybe

[jira] Resolved: (TOMAHAWK-126) Allow tree2 to work within dataList and dataTable

2006-06-20 Thread sean schofield (JIRA)
[ http://issues.apache.org/jira/browse/TOMAHAWK-126?page=all ] sean schofield resolved TOMAHAWK-126: - Resolution: Won't Fix Resolving this as won't fix since nobody seems to be able to reproduce the problem with the latest version of tree2.

[jira] Updated: (TOMAHAWK-184) Popup+tree2+commandLink - backing bean action loop called

2006-06-20 Thread sean schofield (JIRA)
[ http://issues.apache.org/jira/browse/TOMAHAWK-184?page=all ] sean schofield updated TOMAHAWK-184: Status: Resolved (was: Patch Available) Fix Version: 1.1.4-SNAPSHOT Resolution: Fixed Fixed. Thanks for the patch.

[jira] Resolved: (TOMAHAWK-427) Error in parsing cookie

2006-06-20 Thread sean schofield (JIRA)
[ http://issues.apache.org/jira/browse/TOMAHAWK-427?page=all ] sean schofield resolved TOMAHAWK-427: - Resolution: Won't Fix Error in parsing cookie --- Key: TOMAHAWK-427 URL:

[jira] Reopened: (TOMAHAWK-427) Error in parsing cookie

2006-06-20 Thread sean schofield (JIRA)
[ http://issues.apache.org/jira/browse/TOMAHAWK-427?page=all ] sean schofield reopened TOMAHAWK-427: - Error in parsing cookie --- Key: TOMAHAWK-427 URL: http://issues.apache.org/jira/browse/TOMAHAWK-427

[jira] Resolved: (TOMAHAWK-427) Error in parsing cookie

2006-06-20 Thread sean schofield (JIRA)
[ http://issues.apache.org/jira/browse/TOMAHAWK-427?page=all ] sean schofield resolved TOMAHAWK-427: - Resolution: Cannot Reproduce Error in parsing cookie --- Key: TOMAHAWK-427 URL:

[jira] Resolved: (TOMAHAWK-437) Tree2 uses cookies when preserveToggle==false

2006-06-19 Thread sean schofield (JIRA)
[ http://issues.apache.org/jira/browse/TOMAHAWK-437?page=all ] sean schofield resolved TOMAHAWK-437: - Fix Version: 1.1.4-SNAPSHOT Resolution: Fixed I fixed the original problem reported. Issue #1 from my list above remains, but this

[jira] Commented: (TOMAHAWK-19) tree2 creates TWO cookies

2006-06-19 Thread sean schofield (JIRA)
[ http://issues.apache.org/jira/browse/TOMAHAWK-19?page=comments#action_12416822 ] sean schofield commented on TOMAHAWK-19: Would this really break preserve toggle? Couldn't we just add the toggled nodes to the hidden field via javascript instead

[jira] Commented: (TOMAHAWK-439) Tree2 facets and duplicate IDs

2006-06-18 Thread sean schofield (JIRA)
[ http://issues.apache.org/jira/browse/TOMAHAWK-439?page=comments#action_12416670 ] sean schofield commented on TOMAHAWK-439: - This seems to be more of an issue with facets generally then tree2 specifically. Can you check if this problem exists

[jira] Commented: (TOMAHAWK-437) Tree2 uses cookies when preserveToggle==false

2006-06-18 Thread sean schofield (JIRA)
[ http://issues.apache.org/jira/browse/TOMAHAWK-437?page=comments#action_12416671 ] sean schofield commented on TOMAHAWK-437: - There seem to be a few problems here. 1.) Cookies should not be created if preserveToggle == false. Right now the

[jira] Updated: (TOMAHAWK-485) Extended DataTable renderRowStart called before setRowIndex

2006-06-13 Thread sean schofield (JIRA)
[ http://issues.apache.org/jira/browse/TOMAHAWK-485?page=all ] sean schofield updated TOMAHAWK-485: Status: Resolved (was: Patch Available) Fix Version: 1.1.4-SNAPSHOT Resolution: Fixed Patch applied. Thanks for contributing.

[jira] Commented: (MYFACES-1327) Make example webapp with 1.2 features

2006-06-07 Thread sean schofield (JIRA)
[ http://issues.apache.org/jira/browse/MYFACES-1327?page=comments#action_12415188 ] sean schofield commented on MYFACES-1327: - I am working on a MyPetstore application that shows JSF/Shale/Facelets. The idea was to show how you could combine

[jira] Updated: (TOMAHAWK-404) ForceID is not working on inputCalendar

2006-06-06 Thread sean schofield (JIRA)
[ http://issues.apache.org/jira/browse/TOMAHAWK-404?page=all ] sean schofield updated TOMAHAWK-404: Status: Resolved (was: Patch Available) Resolution: Duplicate ForceID is not working on inputCalendar

[jira] Updated: (TOMAHAWK-176) forceId not working on inputCalendar

2006-06-06 Thread sean schofield (JIRA)
[ http://issues.apache.org/jira/browse/TOMAHAWK-176?page=all ] sean schofield updated TOMAHAWK-176: Status: Patch Available (was: Open) forceId not working on inputCalendar Key: TOMAHAWK-176

[jira] Commented: (TOMAHAWK-176) forceId not working on inputCalendar

2006-06-06 Thread sean schofield (JIRA)
[ http://issues.apache.org/jira/browse/TOMAHAWK-176?page=comments#action_12415076 ] sean schofield commented on TOMAHAWK-176: - Patch available in the duplicated TOMAHAWK-494 issue. forceId not working on inputCalendar

[jira] Commented: (TOMAHAWK-176) forceId not working on inputCalendar

2006-06-06 Thread sean schofield (JIRA)
[ http://issues.apache.org/jira/browse/TOMAHAWK-176?page=comments#action_12415077 ] sean schofield commented on TOMAHAWK-176: - Is there are reason why the RendererUtils.copyHtmlInputTextAttributes method does not also copy component attributes?

[jira] Created: (TOMAHAWK-471) Serialization error with scheduler example

2006-06-05 Thread sean schofield (JIRA)
Serialization error with scheduler example -- Key: TOMAHAWK-471 URL: http://issues.apache.org/jira/browse/TOMAHAWK-471 Project: MyFaces Tomahawk Type: Bug Components: Schedule Versions: 1.1.4-SNAPSHOT

[jira] Commented: (TOMAHAWK-456) forceID with RI

2006-06-02 Thread sean schofield (JIRA)
[ http://issues.apache.org/jira/browse/TOMAHAWK-456?page=comments#action_12414549 ] sean schofield commented on TOMAHAWK-456: - I verified this is a problem with the 1.1.2 release so I'm changing fix version to 1.1.4. There's no need to hold up

[jira] Commented: (TOMAHAWK-457) links from sortable table are not working (with RI)

2006-06-02 Thread sean schofield (JIRA)
[ http://issues.apache.org/jira/browse/TOMAHAWK-457?page=comments#action_12414550 ] sean schofield commented on TOMAHAWK-457: - It looks like the links are rendered correctly. Maybe there is a problem with the javascript? I will try to

[jira] Commented: (TOMAHAWK-458) Rendered links from dataScroller make problems with RI

2006-06-02 Thread sean schofield (JIRA)
[ http://issues.apache.org/jira/browse/TOMAHAWK-458?page=comments#action_12414552 ] sean schofield commented on TOMAHAWK-458: - Cannot reproduce in 1.1.3. In version 1.1.2 none of the links seemed to work at all but I am not finding the sporadic

[jira] Resolved: (TOMAHAWK-52) tree2 client side JavaScript incompatible with components used prototype javascript library

2006-05-17 Thread sean schofield (JIRA)
[ http://issues.apache.org/jira/browse/TOMAHAWK-52?page=all ] sean schofield resolved TOMAHAWK-52: Resolution: Won't Fix MyFaces sandbox will not be using prototype library shortly. tree2 client side JavaScript incompatible with components

[jira] Resolved: (TOMAHAWK-27) Add a collapseAll() Method to the tree2 component

2006-05-16 Thread sean schofield (JIRA)
[ http://issues.apache.org/jira/browse/TOMAHAWK-27?page=all ] sean schofield resolved TOMAHAWK-27: Fix Version: 1.1.3-SNAPSHOT Resolution: Fixed Add a collapseAll() Method to the tree2 component

[jira] Commented: (TOMAHAWK-427) Error in parsing cookie

2006-05-16 Thread sean schofield (JIRA)
[ http://issues.apache.org/jira/browse/TOMAHAWK-427?page=comments#action_12411969 ] sean schofield commented on TOMAHAWK-427: - Things seems to work fine on latest firefox (without the patch.) Are we sure this fix is necessary? I have not heard

[jira] Commented: (TOMAHAWK-52) tree2 client side JavaScript incompatible with components used prototype javascript library

2006-05-16 Thread sean schofield (JIRA)
[ http://issues.apache.org/jira/browse/TOMAHAWK-52?page=comments#action_12411971 ] sean schofield commented on TOMAHAWK-52: I'm not too familiar with the prototype library but this would seem to be a problem with prototype library instead of

[jira] Commented: (TOMAHAWK-5) newspaperTable should be merged with dataTable.

2006-05-15 Thread sean schofield (JIRA)
[ http://issues.apache.org/jira/browse/TOMAHAWK-5?page=comments#action_12402317 ] sean schofield commented on TOMAHAWK-5: --- If this works are we going to deprecate the whole newspaperTable component? (I'm ok with this btw.) Eventually we should

[jira] Resolved: (TOMAHAWK-94) tree2 should work with treeColumn

2006-05-15 Thread sean schofield (JIRA)
[ http://issues.apache.org/jira/browse/TOMAHAWK-94?page=all ] sean schofield resolved TOMAHAWK-94: Fix Version: 1.1.3-SNAPSHOT Resolution: Won't Fix This feature has been requested over and over but nobody seems willing to volunteer to do

[jira] Resolved: (TOMAHAWK-179) tree2 should support expandRoot=true like tree

2006-05-15 Thread sean schofield (JIRA)
[ http://issues.apache.org/jira/browse/TOMAHAWK-179?page=all ] sean schofield resolved TOMAHAWK-179: - Resolution: Invalid There is already an expandAll method in UITreeData. There seems to be a problem with it at the moment but that will be

[jira] Created: (TOMAHAWK-436) tree2 expandAll method results in NPE

2006-05-15 Thread sean schofield (JIRA)
tree2 expandAll method results in NPE - Key: TOMAHAWK-436 URL: http://issues.apache.org/jira/browse/TOMAHAWK-436 Project: MyFaces Tomahawk Type: Bug Versions: 1.1.2 Reporter: sean schofield Assigned to: sean

[jira] Resolved: (TOMAHAWK-436) tree2 expandAll method results in NPE

2006-05-15 Thread sean schofield (JIRA)
[ http://issues.apache.org/jira/browse/TOMAHAWK-436?page=all ] sean schofield resolved TOMAHAWK-436: - Resolution: Fixed tree2 expandAll method results in NPE - Key: TOMAHAWK-436 URL:

[jira] Resolved: (TOMAHAWK-413) UITreeData: NullPointerException on expandAll

2006-05-15 Thread sean schofield (JIRA)
[ http://issues.apache.org/jira/browse/TOMAHAWK-413?page=all ] sean schofield resolved TOMAHAWK-413: - Resolution: Duplicate I created (and closed) a similar issue (TOMAHAWK-436) before noticing this one. UITreeData: NullPointerException on

[jira] Updated: (TOMAHAWK-94) tree2 should work with treeColumn

2006-05-15 Thread sean schofield (JIRA)
[ http://issues.apache.org/jira/browse/TOMAHAWK-94?page=all ] sean schofield updated TOMAHAWK-94: --- Status: Patch Available (was: Reopened) tree2 should work with treeColumn - Key: TOMAHAWK-94

[jira] Resolved: (TOMAHAWK-222) Tree2 Component not working in Portlet Environment but Working in Servlet Environment

2006-05-15 Thread sean schofield (JIRA)
[ http://issues.apache.org/jira/browse/TOMAHAWK-222?page=all ] sean schofield resolved TOMAHAWK-222: - Resolution: Won't Fix No immediate plans to support portlets. I do not have any information one way or the other as to whether tree2 will

[jira] Updated: (TOMAHAWK-47) Tree2 is not compatible with facelets

2006-05-08 Thread sean schofield (JIRA)
[ http://issues.apache.org/jira/browse/TOMAHAWK-47?page=all ] sean schofield updated TOMAHAWK-47: --- Status: Resolved (was: Patch Available) Resolution: Fixed I did not use the patch as provided but I did use it as a basis for the fix. I did

[jira] Commented: (TOMAHAWK-47) Tree2 component does not provide getters/setters for some properties

2006-05-04 Thread sean schofield (JIRA)
[ http://issues.apache.org/jira/browse/TOMAHAWK-47?page=comments#action_12377934 ] sean schofield commented on TOMAHAWK-47: The portion of the patch dealing with JSFAttr.java doesn't seem to be necessary. Am I missing something there? I'm new to

[jira] Commented: (TOMAHAWK-388) Add expandAll/collapseAll or toggleAll details for master detail dataTable (detailToggler)

2006-05-03 Thread sean schofield (JIRA)
[ http://issues.apache.org/jira/browse/TOMAHAWK-388?page=comments#action_12377617 ] sean schofield commented on TOMAHAWK-388: - Shouldn't there also be changes to the TLD and tags? What do other committers feel about this functionality? Add

[jira] Resolved: (TOMAHAWK-162) Tree2: TreeWalker interface should be public

2006-05-03 Thread sean schofield (JIRA)
[ http://issues.apache.org/jira/browse/TOMAHAWK-162?page=all ] sean schofield resolved TOMAHAWK-162: - Fix Version: 1.1.3-SNAPSHOT Resolution: Fixed I can't remember if there was a reason for this interface to not be public. After looking

[jira] Updated: (TOMAHAWK-180) Tree2 state problem when using dynamic trees

2006-05-03 Thread sean schofield (JIRA)
[ http://issues.apache.org/jira/browse/TOMAHAWK-180?page=all ] sean schofield updated TOMAHAWK-180: Status: Open (was: Patch Available) Tree2 state problem when using dynamic trees Key:

[jira] Commented: (TOMAHAWK-180) Tree2 state problem when using dynamic trees

2006-05-03 Thread sean schofield (JIRA)
[ http://issues.apache.org/jira/browse/TOMAHAWK-180?page=comments#action_12377683 ] sean schofield commented on TOMAHAWK-180: - Cancelling Patch Available status since the patch is way old and will not likely work with all of the svn and tree2

[jira] Commented: (TOMAHAWK-384) AddResource, ExtensionsFilter and sex

2006-05-03 Thread sean schofield (JIRA)
[ http://issues.apache.org/jira/browse/TOMAHAWK-384?page=comments#action_12377685 ] sean schofield commented on TOMAHAWK-384: - Can you submit an SVN patch instead of sending the source files? Its much faster to apply patches this way. If you are

[jira] Reopened: (TOMAHAWK-266) Master-detail example not working

2006-04-21 Thread sean schofield (JIRA)
[ http://issues.apache.org/jira/browse/TOMAHAWK-266?page=all ] sean schofield reopened TOMAHAWK-266: - Assign To: Mario Ivankovits Bug still appears to be present in tomahawk branch. I just rebuild the RC (after svn update and its still

[jira] Commented: (TOMAHAWK-266) Master-detail example not working

2006-04-21 Thread sean schofield (JIRA)
[ http://issues.apache.org/jira/browse/TOMAHAWK-266?page=comments#action_12375621 ] sean schofield commented on TOMAHAWK-266: - Looking at the Tomcat logs I am getting: java.lang.NoSuchMethodError: java.math.BigDecimal.init(J)V I seem to recall

[jira] Commented: (TOMAHAWK-266) Master-detail example not working

2006-04-21 Thread sean schofield (JIRA)
[ http://issues.apache.org/jira/browse/TOMAHAWK-266?page=comments#action_12375622 ] sean schofield commented on TOMAHAWK-266: - Yes its the constructor that is the problem. There is no constructor taking a long in the 1.4 version. Master-detail

[jira] Commented: (TOMAHAWK-266) Master-detail example not working

2006-04-21 Thread sean schofield (JIRA)
[ http://issues.apache.org/jira/browse/TOMAHAWK-266?page=comments#action_12375659 ] sean schofield commented on TOMAHAWK-266: - Yes this works. Thanks. Master-detail example not working - Key:

[jira] Commented: (TOMAHAWK-126) Allow tree2 to work within dataList and dataTable

2006-04-21 Thread sean schofield (JIRA)
[ http://issues.apache.org/jira/browse/TOMAHAWK-126?page=comments#action_12375665 ] sean schofield commented on TOMAHAWK-126: - I assume you have checked the latest tomahawk snapshot right? There have been a lot of changes since 1.1.1. Allow

[jira] Created: (TOMAHAWK-266) Master-detail example not working

2006-04-20 Thread sean schofield (JIRA)
Master-detail example not working - Key: TOMAHAWK-266 URL: http://issues.apache.org/jira/browse/TOMAHAWK-266 Project: MyFaces Tomahawk Type: Bug Versions: 1.1.2-SNAPSHOT Reporter: sean schofield Priority: Critical

[jira] Resolved: (TOMAHAWK-198) Extra jar in simple examples

2006-04-20 Thread sean schofield (JIRA)
[ http://issues.apache.org/jira/browse/TOMAHAWK-198?page=all ] sean schofield resolved TOMAHAWK-198: - Resolution: Fixed Extra jar in simple examples Key: TOMAHAWK-198 URL:

[jira] Closed: (MYFACES-750) Need synchronization in LifecycleImpl

2006-04-17 Thread sean schofield (JIRA)
[ http://issues.apache.org/jira/browse/MYFACES-750?page=all ] sean schofield closed MYFACES-750: -- Need synchronization in LifecycleImpl - Key: MYFACES-750 URL:

[jira] Closed: (MYFACES-1205) JSR-252 Issue #9: Clarified the behavior of PhaseListener implementations: must guarantee that if beforePhase() is called the afterPhase() must also be called.

2006-04-17 Thread sean schofield (JIRA)
[ http://issues.apache.org/jira/browse/MYFACES-1205?page=all ] sean schofield closed MYFACES-1205: --- JSR-252 Issue #9: Clarified the behavior of PhaseListener implementations: must guarantee that if beforePhase() is called the afterPhase() must

[jira] Closed: (MYFACES-1280) EvaluationException during updateModel does not invalidate the component.

2006-04-17 Thread sean schofield (JIRA)
[ http://issues.apache.org/jira/browse/MYFACES-1280?page=all ] sean schofield closed MYFACES-1280: --- EvaluationException during updateModel does not invalidate the component. -

[jira] Updated: (MYFACES-1281) Unable to write and restore serialized views

2006-04-15 Thread sean schofield (JIRA)
[ http://issues.apache.org/jira/browse/MYFACES-1281?page=all ] sean schofield updated MYFACES-1281: Status: Resolved (was: Patch Available) Resolution: Fixed Thanks Mario! Unable to write and restore serialized views

[jira] Commented: (MYFACES-1281) Unable to write and restore serialized views

2006-04-13 Thread sean schofield (JIRA)
[ http://issues.apache.org/jira/browse/MYFACES-1281?page=comments#action_12374370 ] sean schofield commented on MYFACES-1281: - My patch still does not fix TCK problem. Without getting into too much of an NDA area here, lets just say the TCK makes

[jira] Commented: (MYFACES-1281) Unable to write and restore serialized views

2006-04-12 Thread sean schofield (JIRA)
[ http://issues.apache.org/jira/browse/MYFACES-1281?page=comments#action_12374204 ] sean schofield commented on MYFACES-1281: - Are we sure this patch is the way to go? How was this working at all before this patch? I'm wondering if it didn't

[jira] Commented: (MYFACES-1281) Unable to write and restore serialized views

2006-04-12 Thread sean schofield (JIRA)
[ http://issues.apache.org/jira/browse/MYFACES-1281?page=comments#action_12374216 ] sean schofield commented on MYFACES-1281: - I checked a fix into the branch that addresses the unit test. Lets see if tck testing goes ok. Unable to write and

[jira] Updated: (TOBAGO-18) Implement a var attribute for the tree like in the sheet

2006-04-12 Thread sean schofield (JIRA)
[ http://issues.apache.org/jira/browse/TOBAGO-18?page=all ] sean schofield updated TOBAGO-18: - Status: Patch Available (was: Open) Implement a var attribute for the tree like in the sheet

[jira] Updated: (TOBAGO-18) Implement a var attribute for the tree like in the sheet

2006-04-12 Thread sean schofield (JIRA)
[ http://issues.apache.org/jira/browse/TOBAGO-18?page=all ] sean schofield updated TOBAGO-18: - Status: Open (was: Patch Available) Implement a var attribute for the tree like in the sheet

[jira] Commented: (TOBAGO-18) Implement a var attribute for the tree like in the sheet

2006-04-12 Thread sean schofield (JIRA)
[ http://issues.apache.org/jira/browse/TOBAGO-18?page=comments#action_12374229 ] sean schofield commented on TOBAGO-18: -- FYI I was testing the provide and cancel patch on this issue. This may have triggered email notifications. Implement a var

[jira] Created: (MYFACES-1280) EvaluationException during updateModel does not invalidate the component.

2006-04-11 Thread sean schofield (JIRA)
EvaluationException during updateModel does not invalidate the component. - Key: MYFACES-1280 URL: http://issues.apache.org/jira/browse/MYFACES-1280 Project: MyFaces Core Type: Bug

[jira] Resolved: (MYFACES-1280) EvaluationException during updateModel does not invalidate the component.

2006-04-11 Thread sean schofield (JIRA)
[ http://issues.apache.org/jira/browse/MYFACES-1280?page=all ] sean schofield resolved MYFACES-1280: - Resolution: Fixed EvaluationException during updateModel does not invalidate the component.

[jira] Reopened: (MYFACES-1259) login page commandLink error -- default AutoScroll setting depends on Tomahawk

2006-04-11 Thread sean schofield (JIRA)
[ http://issues.apache.org/jira/browse/MYFACES-1259?page=all ] sean schofield reopened MYFACES-1259: - Mario, you marked the version fixed as 1.1.2-SNAPSHOT but its really 1.1.3-SNAPSHOT since you fixed on the trunk. I am reopening and marking the

[jira] Created: (MYFACES-1281) Unable to write and restore serialized views

2006-04-11 Thread sean schofield (JIRA)
Unable to write and restore serialized views Key: MYFACES-1281 URL: http://issues.apache.org/jira/browse/MYFACES-1281 Project: MyFaces Core Type: Bug Components: JSR-127 Versions: 1.1.2-SNAPSHOT Reporter:

[jira] Commented: (MYFACES-1281) Unable to write and restore serialized views

2006-04-11 Thread sean schofield (JIRA)
[ http://issues.apache.org/jira/browse/MYFACES-1281?page=comments#action_12374123 ] sean schofield commented on MYFACES-1281: - JspStateManagerImpl is unable to determine the sequence of the serialized view in SerializedViewCollection. Apparently

[jira] Reopened: (MYFACES-765) t:inputCalendar/ stops working

2006-04-09 Thread sean schofield (JIRA)
[ http://issues.apache.org/jira/browse/MYFACES-765?page=all ] sean schofield reopened MYFACES-765: t:inputCalendar/ stops working Key: MYFACES-765 URL:

[jira] Commented: (MYFACES-765) t:inputCalendar/ stops working

2006-04-09 Thread sean schofield (JIRA)
[ http://issues.apache.org/jira/browse/MYFACES-765?page=comments#action_12373801 ] sean schofield commented on MYFACES-765: Reopening b/c this caused massive failures in the TCK. We will consider reapplying once this is squared away.

[jira] Reopened: (MYFACES-458) javax.faces.component._ComponentAttributesMap implementation not correct

2006-04-09 Thread sean schofield (JIRA)
[ http://issues.apache.org/jira/browse/MYFACES-458?page=all ] sean schofield reopened MYFACES-458: Fix caused massive TCK problems. We can revisit this once the 1.1.2 release is out the door. javax.faces.component._ComponentAttributesMap

[jira] Commented: (MYFACES-458) javax.faces.component._ComponentAttributesMap implementation not correct

2006-04-08 Thread sean schofield (JIRA)
[ http://issues.apache.org/jira/browse/MYFACES-458?page=comments#action_12373744 ] sean schofield commented on MYFACES-458: TCK Compatability does in fact break because of this. javax.faces.component._ComponentAttributesMap implementation not

[jira] Updated: (MYFACES-1149) StateUtils has a static inializer that calls FacesContext.getCurrentInstance()

2006-02-27 Thread sean schofield (JIRA)
[ http://issues.apache.org/jira/browse/MYFACES-1149?page=all ] sean schofield updated MYFACES-1149: StateUtils has a static inializer that calls FacesContext.getCurrentInstance()

[jira] Closed: (TOMAHAWK-155) Move ExtensionsFilter to commons so it can be reused outside Tomahawk

2006-02-23 Thread sean schofield (JIRA)
[ http://issues.apache.org/jira/browse/TOMAHAWK-155?page=all ] sean schofield closed TOMAHAWK-155: --- Resolution: Won't Fix Move ExtensionsFilter to commons so it can be reused outside Tomahawk

[jira] Updated: (TOMAHAWK-66) add colspan (and header/footer colspan) attributes to tomahawk extended column tag

2006-02-22 Thread sean schofield (JIRA)
[ http://issues.apache.org/jira/browse/TOMAHAWK-66?page=all ] sean schofield updated TOMAHAWK-66: --- add colspan (and header/footer colspan) attributes to tomahawk extended column tag

[jira] Closed: (TOMAHAWK-136) Schedule component: Add rowheight property to the detailed view (Day View) similar to MonthRowHeight, compactWeekRowHeight

2006-02-22 Thread sean schofield (JIRA)
[ http://issues.apache.org/jira/browse/TOMAHAWK-136?page=all ] sean schofield closed TOMAHAWK-136: --- Fix Version: 1.1.2-SNAPSHOT Resolution: Fixed Schedule component: Add rowheight property to the detailed view (Day View) similar to

[jira] Commented: (TOMAHAWK-155) Move ExtensionsFilter to commons so it can be reused outside Tomahawk

2006-02-22 Thread sean schofield (JIRA)
[ http://issues.apache.org/jira/browse/TOMAHAWK-155?page=comments#action_12367453 ] sean schofield commented on TOMAHAWK-155: - One issue here is that commons is not really something that we are ready to promote as an independent API. If you read

[jira] Deleted: (TOMAHAWK-7) fileupload

2006-02-21 Thread sean schofield (JIRA)
[ http://issues.apache.org/jira/browse/TOMAHAWK-7?page=all ] sean schofield deleted TOMAHAWK-7: -- fileupload -- Key: TOMAHAWK-7 URL: http://issues.apache.org/jira/browse/TOMAHAWK-7 Project: MyFaces Tomahawk

[jira] Updated: (TOMAHAWK-30) [tree2] Navigation icons should have @immediate=true

2006-02-21 Thread sean schofield (JIRA)
[ http://issues.apache.org/jira/browse/TOMAHAWK-30?page=all ] sean schofield updated TOMAHAWK-30: --- Component: Tree2 (was: Other) [tree2] Navigation icons should have @immediate=true

[jira] Updated: (TOMAHAWK-118) Tree2 needs the pass-through html attributes

2006-02-21 Thread sean schofield (JIRA)
[ http://issues.apache.org/jira/browse/TOMAHAWK-118?page=all ] sean schofield updated TOMAHAWK-118: Component: Tree2 (was: Other) Tree2 needs the pass-through html attributes

[jira] Updated: (TOMAHAWK-35) Tree2 setLeaf(false) error

2006-02-21 Thread sean schofield (JIRA)
[ http://issues.apache.org/jira/browse/TOMAHAWK-35?page=all ] sean schofield updated TOMAHAWK-35: --- Component: Tree2 (was: Other) Tree2 setLeaf(false) error -- Key: TOMAHAWK-35 URL:

[jira] Closed: (TOMAHAWK-122) Add colspan attribute to t:column

2006-02-21 Thread sean schofield (JIRA)
[ http://issues.apache.org/jira/browse/TOMAHAWK-122?page=all ] sean schofield closed TOMAHAWK-122: --- Resolution: Duplicate Add colspan attribute to t:column --- Key: TOMAHAWK-122 URL:

[jira] Closed: (TOMAHAWK-75) ExtensionsFilter results in empty response on Jetty 6

2006-02-21 Thread sean schofield (JIRA)
[ http://issues.apache.org/jira/browse/TOMAHAWK-75?page=all ] sean schofield closed TOMAHAWK-75: -- Resolution: Won't Fix Closing at Jurgen's suggestion. ExtensionsFilter results in empty response on Jetty 6

[jira] Created: (TOBAGO-39) This is a test issue - Testing New JIRA workflow

2006-02-21 Thread sean schofield (JIRA)
This is a test issue - Testing New JIRA workflow Key: TOBAGO-39 URL: http://issues.apache.org/jira/browse/TOBAGO-39 Project: MyFaces Tobago Type: Task Versions: 1.0.7-SNAPSHOT Reporter: sean schofield

[jira] Commented: (TOMAHAWK-152) t:selectOneRadio and t:radio should do the same when check the selected item

2006-02-21 Thread sean schofield (JIRA)
[ http://issues.apache.org/jira/browse/TOMAHAWK-152?page=comments#action_12367291 ] sean schofield commented on TOMAHAWK-152: - Can you help us by testing Volker's patch? t:selectOneRadio and t:radio should do the same when check the selected item

[jira] Closed: (MYFACES-754) Version within jar-names

2006-02-20 Thread sean schofield (JIRA)
[ http://issues.apache.org/jira/browse/MYFACES-754?page=all ] sean schofield closed MYFACES-754: -- Fix Version: Nightly Resolution: Fixed Bernd is right. New maven build should fix this. Version within jar-names

[jira] Resolved: (MYFACES-328) h:selectOneRadio error in x:tree

2006-02-18 Thread sean schofield (JIRA)
[ http://issues.apache.org/jira/browse/MYFACES-328?page=all ] sean schofield resolved MYFACES-328: Resolution: Won't Fix The original tree component is not being actively supported so I'm closing this issue out since its unlikely to ever be

[jira] Closed: (MYFACES-717) No way to make selection from code in Tree2

2006-02-18 Thread sean schofield (JIRA)
[ http://issues.apache.org/jira/browse/MYFACES-717?page=all ] sean schofield closed MYFACES-717: -- Fix Version: Nightly Resolution: Fixed You are now able to programatically change the selected state by providing your own TreeModel and

[jira] Closed: (MYFACES-438) [tree2] Selected node is lost when navigating to another page

2006-02-18 Thread sean schofield (JIRA)
[ http://issues.apache.org/jira/browse/MYFACES-438?page=all ] sean schofield closed MYFACES-438: -- Fix Version: Nightly Resolution: Fixed If this issue hasn't been fixed already, it should be fixed with the latest change. Selected state is

  1   2   3   4   5   >