[jira] Commented: (MYFACES-1467) Validation doesn't run for required fields if submitted value is null

2006-10-14 Thread Cagatay Civici (JIRA)
[ http://issues.apache.org/jira/browse/MYFACES-1467?page=comments#action_12442275 ] Cagatay Civici commented on MYFACES-1467: - I agree, it's a spec issue rather than a myfaces issue. Validation doesn't run for required fields if

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

2006-10-14 Thread Cagatay Civici (JIRA)
SaveState fails with a java.util.List implementation other than ArrayList - Key: TOMAHAWK-738 URL: http://issues.apache.org/jira/browse/TOMAHAWK-738 Project: MyFaces Tomahawk

[jira] Resolved: (TOMAHAWK-721) Toggle component for sandbox. This component allows the user to switch between View/Edit modes

2006-10-14 Thread Cagatay Civici (JIRA)
[ http://issues.apache.org/jira/browse/TOMAHAWK-721?page=all ] Cagatay Civici resolved TOMAHAWK-721. - Fix Version/s: 1.1.5-SNAPSHOT Resolution: Fixed The component is added to the sandbox Toggle component for sandbox. This component allows

[jira] Created: (TOBAGO-156) Add a converter tag with the attributes converterId and binding similar in jsf 1.2

2006-10-14 Thread Bernd Bohmann (JIRA)
Add a converter tag with the attributes converterId and binding similar in jsf 1.2 -- Key: TOBAGO-156 URL: http://issues.apache.org/jira/browse/TOBAGO-156 Project:

[jira] Resolved: (TOBAGO-121) made autoreload conditional with a valuebinding

2006-10-14 Thread Bernd Bohmann (JIRA)
[ http://issues.apache.org/jira/browse/TOBAGO-121?page=all ] Bernd Bohmann resolved TOBAGO-121. -- Resolution: Fixed made autoreload conditional with a valuebinding --- Key: TOBAGO-121

[jira] Resolved: (TOBAGO-119) Allow custom markup - styles in tc:out

2006-10-14 Thread Bernd Bohmann (JIRA)
[ http://issues.apache.org/jira/browse/TOBAGO-119?page=all ] Bernd Bohmann resolved TOBAGO-119. -- Resolution: Fixed Allow custom markup - styles in tc:out Key: TOBAGO-119 URL:

[jira] Resolved: (TOBAGO-155) TagHandler for tc:loadBundle has not the same behavor as the tc:loadBundle Tag in a jsp

2006-10-14 Thread Bernd Bohmann (JIRA)
[ http://issues.apache.org/jira/browse/TOBAGO-155?page=all ] Bernd Bohmann resolved TOBAGO-155. -- Resolution: Fixed TagHandler for tc:loadBundle has not the same behavor as the tc:loadBundle Tag in a jsp

Re: TCK Tests for MYFACES-1467

2006-10-14 Thread Wendy Smoak
On 10/13/06, Wendy Smoak [EMAIL PROTECTED] wrote: On 10/13/06, Dennis Byrne [EMAIL PROTECTED] wrote: I'm on busineess/vacation in India right now for another week. After that I have to move into a new apartment. Sorry I can't help on this soon. I would be glad to help someone else

[jira] Commented: (MYFACES-1467) Validation doesn't run for required fields if submitted value is null

2006-10-14 Thread JIRA
[ http://issues.apache.org/jira/browse/MYFACES-1467?page=comments#action_12442311 ] Matthias Weßendorf commented on MYFACES-1467: - Cagatay, it's not that much important, how the RI behaves... if there is the same bug, I am fine

SaveState Issues

2006-10-14 Thread Cagatay Civici
Hi,I'd like to discuss the latest issues about the savestate component.In order to use the component with a value of type StateHolder, restoreAttachedState-saveAttachedState is used. But using them fails with list implementations other than arraylists. See this one;See this one;

[jira] Commented: (MYFACES-1467) Validation doesn't run for required fields if submitted value is null

2006-10-14 Thread David Chandler (JIRA)
[ http://issues.apache.org/jira/browse/MYFACES-1467?page=comments#action_12442354 ] David Chandler commented on MYFACES-1467: - Thanks for thinking this over, Cagatay and Matthias. The more I think about this, the less I think it's a

Re: SaveState Issues

2006-10-14 Thread Matthias Wessendorf
Hi catagay, javax.faces.component._AttachedStateWrapper is pretty much myfaces_api isn't it? so shouldn't be used inside the savastate custom comp. can you explain why it is failing? Thanks! On 10/14/06, Cagatay Civici [EMAIL PROTECTED] wrote: Hi, I'd like to discuss the latest issues

[jira] Commented: (MYFACES-1467) Validation doesn't run for required fields if submitted value is null

2006-10-14 Thread Martin Marinschek (JIRA)
[ http://issues.apache.org/jira/browse/MYFACES-1467?page=comments#action_12442359 ] Martin Marinschek commented on MYFACES-1467: Hi David, Cagatay, Matthias, this bug is indeed a problem in the sourcebase. On a sidenote - I believe

[jira] Commented: (MYFACES-1467) Validation doesn't run for required fields if submitted value is null

2006-10-14 Thread Craig McClanahan (JIRA)
[ http://issues.apache.org/jira/browse/MYFACES-1467?page=comments#action_12442362 ] Craig McClanahan commented on MYFACES-1467: --- On a sidenote - I believe that it is bad to skip validation at all if the value of a field is null. I

Re: SaveState Issues

2006-10-14 Thread Martin Marinschek
The problem is that a list is internally not just serialized, but specially treated (wrapped, and then on restore you have a different list than you had before - no good). And that's something that Cagatay understandably doesn't want Cagatay, how about adding an additional parameter to the

Re: Tree2

2006-10-14 Thread Martin Marinschek
Hi, did just that: http://issues.apache.org/jira/browse/TOMAHAWK-739 regards, Martin On 10/14/06, Sean Schofield [EMAIL PROTECTED] wrote: The problem was that you changed the TreeWalker interface. I've fixed my TreeWalker implementations but everyone else is going to have to do the same.

[jira] Created: (TOMAHAWK-739) Introduced a Tree-Interface for tree2

2006-10-14 Thread Martin Marinschek (JIRA)
Introduced a Tree-Interface for tree2 - Key: TOMAHAWK-739 URL: http://issues.apache.org/jira/browse/TOMAHAWK-739 Project: MyFaces Tomahawk Issue Type: Improvement Components: Tree2 Affects

Re: how do we handle old taglib definitions in the sandbox

2006-10-14 Thread Martin Marinschek
+1 for a clear cut. When you upgrade your app to a new version of MyFaces, you'll surely be happy to have some of the components you used upgraded to tomahawk from the sandbox. You'll be ok with going through the code-base and doing a string-search-replace for the affected component-instances.

[jira] Commented: (MYFACES-1467) Validation doesn't run for required fields if submitted value is null

2006-10-14 Thread Martin Marinschek (JIRA)
[ http://issues.apache.org/jira/browse/MYFACES-1467?page=comments#action_12442363 ] Martin Marinschek commented on MYFACES-1467: Hi Craig, what do you say to my reasoning for cases where required is either true or false, depending

[jira] Commented: (MYFACES-1467) Validation doesn't run for required fields if submitted value is null

2006-10-14 Thread Craig McClanahan (JIRA)
[ http://issues.apache.org/jira/browse/MYFACES-1467?page=comments#action_12442364 ] Craig McClanahan commented on MYFACES-1467: --- what do you say to my reasoning for cases where required is either true or false, depending on the