Re: svn commit: r478073 - in /myfaces/shared/trunk/core/src/main/java/org/apache/myfaces/shared: renderkit/RendererUtils.java util/_ComponentUtils.java

2006-11-22 Thread Mario Ivankovits
Hi Matze! First step for MYFACES-1496. Making _ComponentUtils deprecated! and modifying RendererUtils. Maybe you can not only deprecate it, but also delegate them to the RendererUtils. That way we do not have to maintain two pieces of code. Ciao, Mario

Re: findNestingForm

2006-11-22 Thread Matthias Wessendorf
On 11/20/06, Matthias Wessendorf [EMAIL PROTECTED] wrote: What about moving getStringValue(Fcontext, VBinding) from _ComponentUtils to RendererUtils ? I committed that change. If we really move the getStringValue() to RendererUtils that would mean classes like AliasBean or ValidatorBase are

Tomahawk and maven repository

2006-11-22 Thread Martin van den Bemt
Maybe I am missing something, but tomahawk doesn't seem to exist in any maven repo. Any pointers / addition to the maven repo will be welcomed :) Mvgr, Martin

Re: Tomahawk and maven repository

2006-11-22 Thread Matthias Wessendorf
1.1.3 was never signed :( we have it in the myfaces repo On 11/22/06, Martin van den Bemt [EMAIL PROTECTED] wrote: Maybe I am missing something, but tomahawk doesn't seem to exist in any maven repo. Any pointers / addition to the maven repo will be welcomed :) Mvgr, Martin -- Matthias

Re: svn commit: r478073 - in /myfaces/shared/trunk/core/src/main/java/org/apache/myfaces/shared: renderkit/RendererUtils.java util/_ComponentUtils.java

2006-11-22 Thread Matthias Wessendorf
see my other comment on that; I didn't got feedback on my first email, so I only started on that. currently I remove all callers for findNestingForm; getValue...() is under discussion On 11/22/06, Mario Ivankovits [EMAIL PROTECTED] wrote: Hi Matze! First step for MYFACES-1496. Making

Re: findNestingForm

2006-11-22 Thread Mario Ivankovits
Hi! _ComponentUtils to RendererUtils ? Also why is the name starting with _ ? I think that was to express the fact that this is an internal utils class. Not for public use. You know, one of the major oddities in java, you can't have package and sub-package private methods. Ciao, Mario

Re: svn commit: r478073 - in /myfaces/shared/trunk/core/src/main/java/org/apache/myfaces/shared: renderkit/RendererUtils.java util/_ComponentUtils.java

2006-11-22 Thread Mario Ivankovits
Hi! see my other comment on that; I didn't got feedback on my first email, so I only started on that. Well, I am fine with what you do, nothing bad :-) Deprecation is good and remove all callers is super, still, delegating the deprecated methods to the supported one is just another wish from my

Re: findNestingForm

2006-11-22 Thread Matthias Wessendorf
internally for me in that case only means inside the shared; I consider shared as an API so a *user* of shared shouldn't use _XXX -M On 11/22/06, Mario Ivankovits [EMAIL PROTECTED] wrote: Hi! _ComponentUtils to RendererUtils ? Also why is the name starting with _ ? I think that was to

Re: svn commit: r478073 - in /myfaces/shared/trunk/core/src/main/java/org/apache/myfaces/shared: renderkit/RendererUtils.java util/_ComponentUtils.java

2006-11-22 Thread Matthias Wessendorf
done for findNestingForm ;) (not getValie... On 11/22/06, Mario Ivankovits [EMAIL PROTECTED] wrote: Hi! see my other comment on that; I didn't got feedback on my first email, so I only started on that. Well, I am fine with what you do, nothing bad :-) Deprecation is good and remove all

Re: [Tobago] Hints for Custom Component Development using Tobago Layouting and Skinning?

2006-11-22 Thread Bernd Bohmann
Hello Clemens, please look at the tobago sandbox. Property and resource loading and Renderer loading is done in following order resource-path/content-type/theme/client[tag(for renderer)|property|style|script|image]_locale.(class|property|property.xml|css|js| gif|png...] The locale

Re: svn commit: r478073 - in /myfaces/shared/trunk/core/src/main/java/org/apache/myfaces/shared: renderkit/RendererUtils.java util/_ComponentUtils.java

2006-11-22 Thread Mario Ivankovits
Hi! done for findNestingForm ;) (not getValie... Great! Thanks! I'll drink a beer for your tonight :-D Ciao, Mario

Re: findNestingForm

2006-11-22 Thread Matthias Wessendorf
in myfaces-api we have the same; but nobody outside of myfaces-api uses them ;) so same should be true for shared as well... On 11/22/06, Matthias Wessendorf [EMAIL PROTECTED] wrote: internally for me in that case only means inside the shared; I consider shared as an API so a *user* of

Re: findNestingForm

2006-11-22 Thread Mario Ivankovits
Hi! in myfaces-api we have the same; but nobody outside of myfaces-api uses them ;) so same should be true for shared as well... I think those _ thingies were introduces before the shared comes to live, so thats why we have them all around. If we think this breaks our naming convention we

Re: Tomahawk and maven repository

2006-11-22 Thread Martin van den Bemt
Where is the myfaces repo located ? Mvgr, Martin Matthias Wessendorf wrote: 1.1.3 was never signed :( we have it in the myfaces repo On 11/22/06, Martin van den Bemt [EMAIL PROTECTED] wrote: Maybe I am missing something, but tomahawk doesn't seem to exist in any maven repo. Any pointers /

How to dynamic binding values using accordionPanel

2006-11-22 Thread liulocust
For dynamic binding reason,I want to dynamic bind back-bean values while using accordionPanel,code as below: s:accordionPanel t:panelTab / ... t:panelTab / //because the t:panelTab is dynamic ,so I must bind to a back-bean.

Re: [continuum] BUILD FAILURE: Impl

2006-11-22 Thread Matthias Wessendorf
I don't see that on my own box... On 11/22/06, [EMAIL PROTECTED] [EMAIL PROTECTED] wrote: Online report : http://myfaces.zones.apache.org:8080/continuum/servlet/continuum/target/ProjectBuild.vm/view/ProjectBuild/id/64/buildId/6632 Build statistics: State: Failed Previous State: Failed

[jira] Updated: (TOMAHAWK-768) t:datascroller and sort headers don't work with ajax4jsf

2006-11-22 Thread Michael Heinen (JIRA)
[ http://issues.apache.org/jira/browse/TOMAHAWK-768?page=all ] Michael Heinen updated TOMAHAWK-768: Status: Patch Available (was: Open) t:datascroller and sort headers don't work with ajax4jsf

[jira] Commented: (TOMAHAWK-768) t:datascroller and sort headers don't work with ajax4jsf

2006-11-22 Thread Michael Heinen (JIRA)
[ http://issues.apache.org/jira/browse/TOMAHAWK-768?page=comments#action_12451956 ] Michael Heinen commented on TOMAHAWK-768: - I have to say that I did not inspect the sortHeaders. t:datascroller and sort headers don't work with

[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-596) Duplicate id exception for HtmlDataScrollerRenderer

2006-11-22 Thread Michael Heinen (JIRA)
[ http://issues.apache.org/jira/browse/TOMAHAWK-596?page=comments#action_12451965 ] Michael Heinen commented on TOMAHAWK-596: - This patch works also only in a subset of the usecases. Pls see

[jira] Created: (TOBAGO-194) Tooltip in tree and treeListbox

2006-11-22 Thread Volker Weber (JIRA)
Tooltip in tree and treeListbox --- Key: TOBAGO-194 URL: http://issues.apache.org/jira/browse/TOBAGO-194 Project: MyFaces Tobago Issue Type: Improvement Reporter: Volker Weber Assigned To:

[jira] Resolved: (TOBAGO-194) Tooltip in tree and treeListbox

2006-11-22 Thread Volker Weber (JIRA)
[ http://issues.apache.org/jira/browse/TOBAGO-194?page=all ] Volker Weber resolved TOBAGO-194. - Resolution: Fixed Tooltip in tree and treeListbox --- Key: TOBAGO-194 URL:

Re: [COMMUNITY] Paul Spencer - Committer

2006-11-22 Thread Wendy Smoak
On 11/22/06, Grant Smith [EMAIL PROTECTED] wrote: Congratulations to Paul Spencer for becoming the newest Myfaces committer ! Great news! Welcome, Paul. -- Wendy

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

2006-11-22 Thread Thomas Spiegl (JIRA)
[ http://issues.apache.org/jira/browse/MYFACES-1467?page=all ] Thomas Spiegl updated MYFACES-1467: --- Status: Resolved (was: Patch Available) Resolution: Fixed I applied the original patch to UIInput. In my oppinion the patch does not break

[COMMUNITY] Paul Spencer - Committer

2006-11-22 Thread Grant Smith
Congratulations to Paul Spencer for becoming the newest Myfaces committer ! Paul has provided numerous patches and has been active in multiple JIRA and mailing list issues, and we are extremely grateful for his contributions. Paul is an existing committer for the Portals project. Thanks Paul,

[jira] Reopened: (TOBAGO-182) tc:box new attribute markup

2006-11-22 Thread Bernd Bohmann (JIRA)
[ http://issues.apache.org/jira/browse/TOBAGO-182?page=all ] Bernd Bohmann reopened TOBAGO-182: -- added more markup to subelements tc:box new attribute markup - Key: TOBAGO-182

[jira] Created: (TOBAGO-196) getExternalContext().encodeActionURL should called for actionUrl

2006-11-22 Thread Bernd Bohmann (JIRA)
getExternalContext().encodeActionURL should called for actionUrl Key: TOBAGO-196 URL: http://issues.apache.org/jira/browse/TOBAGO-196 Project: MyFaces Tobago Issue Type: Bug

Re: [COMMUNITY] Paul Spencer - Committer

2006-11-22 Thread Manfred Geiler
Welcome, Paul. Karma and Jira rights already granted. Please double-check by adding yourself to the pom.xml files. Thanks for your support! Manfred On 11/22/06, Grant Smith [EMAIL PROTECTED] wrote: Congratulations to Paul Spencer for becoming the newest Myfaces committer ! Paul has