[jira] Created: (MYFACES-1798) DefaultViewHandlerSupports fails detecting extension if there are dots in the path

2008-01-03 Thread Mario Ivankovits (JIRA)
DefaultViewHandlerSupports fails detecting extension if there are dots in the path -- Key: MYFACES-1798 URL: https://issues.apache.org/jira/browse/MYFACES-1798 Project:

[jira] Issue Comment Edited: (MYFACES-1790) HtmlColumnTag.getComponentType returns the wrong value

2008-01-03 Thread Mario Ivankovits (JIRA)
[ https://issues.apache.org/jira/browse/MYFACES-1790?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=1225#action_1225 ] imario edited comment on MYFACES-1790 at 1/3/08 2:19 AM:

[jira] Reopened: (MYFACES-1790) HtmlColumnTag.getComponentType returns the wrong value

2008-01-03 Thread Mario Ivankovits (JIRA)
[ https://issues.apache.org/jira/browse/MYFACES-1790?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Mario Ivankovits reopened MYFACES-1790: --- This fixed broke the HtmlColumn component as now it tag creates a UIColumn component

Re: HtmlColumn 1.2

2008-01-03 Thread Matthias Wessendorf
I think the TAG-Clazz should cast against UIColumn (instanceof) and not against HtmlColumn; I can look at the generator next week, after vacation. -M On Jan 3, 2008 11:20 AM, Mario Ivankovits [EMAIL PROTECTED] wrote: Hi! After checking against ri and spec; I think we do it in the right

Re: HtmlColumn 1.2

2008-01-03 Thread Mario Ivankovits
Matthias Wessendorf schrieb: I think the TAG-Clazz should cast against UIColumn (instanceof) and not against HtmlColumn; Ok, I'll do that, still, I think there is something very wrong if we have to check for this special case in the generator all around. Ciao, Mario

Re: HtmlColumn 1.2

2008-01-03 Thread Mario Ivankovits
Hi! After checking against ri and spec; I think we do it in the right way. The component type in htmlcolumntag is javax.faces.column and the component-type in standard-config for htmlcolumn is javax.faces.HtmlColumn. I think the componentType in HtmlColumnTag should be

Re: HtmlColumn 1.2

2008-01-03 Thread Mario Ivankovits
Hi! AFAIK this tag-class is the only tag that the RI folks don't generate. I don't like to fuck the plugin as well; so we could have this tag as real code as well; regarding the std-faces-cfg I agree that HtmlColumn should reflect it's type. With wrong, you talk about the UIColumn (since 1.2)

[jira] Resolved: (MYFACES-1798) DefaultViewHandlerSupports fails detecting extension if there are dots in the path

2008-01-03 Thread Mario Ivankovits (JIRA)
[ https://issues.apache.org/jira/browse/MYFACES-1798?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Mario Ivankovits resolved MYFACES-1798. --- Resolution: Fixed Fix Version/s: 1.2.2-SNAPSHOT DefaultViewHandlerSupports

Re: HtmlColumn 1.2

2008-01-03 Thread Matthias Wessendorf
AFAIK this tag-class is the only tag that the RI folks don't generate. I don't like to fuck the plugin as well; so we could have this tag as real code as well; regarding the std-faces-cfg I agree that HtmlColumn should reflect it's type. With wrong, you talk about the UIColumn (since 1.2) itself

Re: HtmlColumn 1.2

2008-01-03 Thread Matthias Wessendorf
this one is a special guy; On Jan 3, 2008 11:37 AM, Mario Ivankovits [EMAIL PROTECTED] wrote: Hi! AFAIK this tag-class is the only tag that the RI folks don't generate. I don't like to fuck the plugin as well; so we could have this tag as real code as well; regarding the std-faces-cfg

Re: HtmlColumn 1.2

2008-01-03 Thread Martin Marinschek
I would agree with Mario - the spec is wrong if this is treated differently. regards, Martin On 1/3/08, Matthias Wessendorf [EMAIL PROTECTED] wrote: this one is a special guy; On Jan 3, 2008 11:37 AM, Mario Ivankovits [EMAIL PROTECTED] wrote: Hi! AFAIK this tag-class is the only tag

Re: svn commit: r608435 - in /myfaces/shared/trunk_3.0.x/core/src/main/java/org/apache/myfaces/shared/renderkit/html: HtmlFormRendererBase.java HtmlLinkRendererBase.java

2008-01-03 Thread Simon Kitching
[EMAIL PROTECTED] schrieb: Author: imario Date: Thu Jan 3 02:49:04 2008 New Revision: 608435 URL: http://svn.apache.org/viewvc?rev=608435view=rev Log: MYFACES-1753: removed writing of unused jsf_sequence hidden field/parameter Modified:

Re: svn commit: r608426 - /myfaces/core/trunk_1.2.x/impl/src/main/java/org/apache/myfaces/application/DefaultViewHandlerSupport.java

2008-01-03 Thread Simon Kitching
Hi Mario, This commit has introduced tabs throughout the file. I *think* the convention in myfaces is to use 4 spaces for indenting, rather than tabs. In particular, these tabs render as 8 spaces in command-line tools, diffs, and some people's editors. Cheers, Simon [EMAIL PROTECTED]

[jira] Commented: (MYFACES-1794) MF Core causes resources not found(404) errors (recently also corrected in Sun RI for JSF 1.2)

2008-01-03 Thread Simon Kitching (JIRA)
[ https://issues.apache.org/jira/browse/MYFACES-1794?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=1262#action_1262 ] Simon Kitching commented on MYFACES-1794: - Hmm..I wonder if MYFACES-1798 has just

[jira] Commented: (MYFACES-1798) DefaultViewHandlerSupports fails detecting extension if there are dots in the path

2008-01-03 Thread Mario Ivankovits (JIRA)
[ https://issues.apache.org/jira/browse/MYFACES-1798?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=1267#action_1267 ] Mario Ivankovits commented on MYFACES-1798: --- I think I fixed the

Re: svn commit: r608426 - /myfaces/core/trunk_1.2.x/impl/src/main/java/org/apache/myfaces/application/DefaultViewHandlerSupport.java

2008-01-03 Thread Simon Kitching
Mario Ivankovits [EMAIL PROTECTED] schrieb: BTW: Did you notice that tomahawk does not build at the moment due to JDK 1.6 code you introduced :-) Just as a tip ;-) No, I did not notice until you pointed it out; it works fine for me with java1.6 :-(. Should be fixed now, thanks for the

[jira] Created: (MYFACES-1799) javax.faces.validator.LengthValidator.getMaximum() returns Integer.MAX_VALUE

2008-01-03 Thread Dirk Schaube (JIRA)
javax.faces.validator.LengthValidator.getMaximum() returns Integer.MAX_VALUE Key: MYFACES-1799 URL: https://issues.apache.org/jira/browse/MYFACES-1799 Project: MyFaces Core

[site] new site published

2008-01-03 Thread simon
Ok, I finally managed to beat our maven site config into shape. Might have been easier to fight Mike Tyson though - more painful, but quicker :-) I have published a new myfaces.apache.org. It looks pretty much like the old one, but now separates the core-1.1 and core-1.2 stuff as discussed on the

[jira] Created: (TRINIDAD-884) Skinning changes for messages component to resemble initial donation

2008-01-03 Thread Yee-Wah Lee (JIRA)
Skinning changes for messages component to resemble initial donation Key: TRINIDAD-884 URL: https://issues.apache.org/jira/browse/TRINIDAD-884 Project: MyFaces Trinidad

[jira] Created: (TRINIDAD-885) Provide selector to show navigation bar on bottom of table

2008-01-03 Thread Frank Nimphius (JIRA)
Provide selector to show navigation bar on bottom of table --- Key: TRINIDAD-885 URL: https://issues.apache.org/jira/browse/TRINIDAD-885 Project: MyFaces Trinidad Issue Type: Wish