Re: ADF Renderer-Kit and Tomahawk incompatibility

2006-02-28 Thread Craig McClanahan
On 2/27/06, Martin Marinschek [EMAIL PROTECTED] wrote: That will be infrastructure - whoever takes on the task of doing so.I don't think that the incubator PMC is voting though, I think theproposal was silently ignored now for a week or so.Craig, do you know anything? You're on the incubator PMC,

Re: ADF Renderer-Kit and Tomahawk incompatibility

2006-02-28 Thread Martin Marinschek
No, you'll need the proper credits, right. regards, Martin On 2/27/06, Adam Winer [EMAIL PROTECTED] wrote: On 2/27/06, Martin Marinschek [EMAIL PROTECTED] wrote: That will be infrastructure - whoever takes on the task of doing so. Makes sense; but I assume that I can't take on that task,

Re: ADF Renderer-Kit and Tomahawk incompatibility

2006-02-28 Thread Martin Marinschek
Which means: someone else will need to do it ;) We'll have to have patience on that. regards, Martin On 2/28/06, Martin Marinschek [EMAIL PROTECTED] wrote: No, you'll need the proper credits, right. regards, Martin On 2/27/06, Adam Winer [EMAIL PROTECTED] wrote: On 2/27/06, Martin

Re: PLEASE: No major checkins

2006-02-28 Thread Martin Marinschek
I'm sorry. I was reading that hands off too late... regards, Martin On 2/28/06, Sean Schofield [EMAIL PROTECTED] wrote: I resolved all conflicts. I'm also able to run mvn install on the trunk after tweaking a few of Martin's last minute commons classes that were added after the commons was

Re: [commons/shared refactoring status] shared is ready, myfaces-impl is done

2006-02-28 Thread Manfred Geiler
Hmm, perhaps the ../src/main/java (relative path) in the ant task does not work when run with continuum? Perhaps we should move ant task to an external build.xml and set the basedir explicitly. Will try this right now. Manfred On 2/28/06, Sean Schofield [EMAIL PROTECTED] wrote: Manfred, I

[jira] Updated: (MYFACES-256) aliasBean saves its children when parent has rendered=false

2006-02-28 Thread Anonymous (JIRA)
[ http://issues.apache.org/jira/browse/MYFACES-256?page=all ] updated MYFACES-256: - aliasBean saves its children when parent has rendered=false - Key: MYFACES-256 URL:

Re: PLEASE: No major checkins

2006-02-28 Thread Sean Schofield
No worries. Its all fixed. On 2/28/06, Martin Marinschek [EMAIL PROTECTED] wrote: I'm sorry. I was reading that hands off too late... regards, Martin On 2/28/06, Sean Schofield [EMAIL PROTECTED] wrote: I resolved all conflicts. I'm also able to run mvn install on the trunk after

Re: [commons/shared refactoring status] shared is ready, myfaces-impl is done

2006-02-28 Thread Sean Schofield
OK the problem is that continuum puts each build in its own build with a version number. Say you build shared first, it goes in working-directory/102. Then you build shared-impl and it will have its own build number. It goes in working-directory/103. The two builds are not necessarily in the

Re: [commons/shared refactoring status] shared is ready, myfaces-impl is done

2006-02-28 Thread Manfred Geiler
Hmm, then I made things even worse with my last checkin... There are now no more relative paths without a basedir, but in addition to depending on the parent src I have also added one central build.xml into the parent dir. So, this one won't work with continuum as well. :-( To be compatible to

[jira] Commented: (TOMAHAWK-58) FileUpload capability does not work in a JSR - 168 portal Environment

2006-02-28 Thread Dave Brondsema (JIRA)
[ http://issues.apache.org/jira/browse/TOMAHAWK-58?page=comments#action_12368105 ] Dave Brondsema commented on TOMAHAWK-58: What do you mean the extensions filter should be added appropriately so that the portal/servlet request gets wrapped with

HeaderLink

2006-02-28 Thread Hasnain Badami
HiI am trying to modify the myfaces collapsiblepanel example such that an actionlistener is fired when the headerLink is created.The code is h:form id=form t:dataTable id=test_dt var= person value= #{thirdCollapsiblePanelBean.persons} preserveDataModel= false h:column t:collapsiblePanel

Re: HeaderLink

2006-02-28 Thread Sean Schofield
Please post these types of questions to the user list. Sean On 2/28/06, Hasnain Badami [EMAIL PROTECTED] wrote: Hi I am trying to modify the myfaces collapsiblepanel example such that an actionlistener is fired when the headerLink is created. The code is h:form id=form t:dataTable

[jira] Commented: (MYFACES-769) configurable IDs used for rendering

2006-02-28 Thread Dave Brondsema (JIRA)
[ http://issues.apache.org/jira/browse/MYFACES-769?page=comments#action_12368111 ] Dave Brondsema commented on MYFACES-769: In other words: My h:form is my parent-most naming container. I need its ID to be namespace-encoded since this portlet is

[jira] Commented: (TOMAHAWK-163) convert more Tomahawk docs from xdoc to APT format

2006-02-28 Thread Mike Kienenberger (JIRA)
[ http://issues.apache.org/jira/browse/TOMAHAWK-163?page=comments#action_12368162 ] Mike Kienenberger commented on TOMAHAWK-163: Great! Thanks. One less thing on my todo list, then. I'll let you take care of it :) convert more Tomahawk

[jira] Created: (TOMAHAWK-164) compareToValidator does not work on generic EditableValueHolders, only UIInput subclasses (ADF Faces)

2006-02-28 Thread Mike Kienenberger (JIRA)
compareToValidator does not work on generic EditableValueHolders, only UIInput subclasses (ADF Faces) - Key: TOMAHAWK-164 URL: http://issues.apache.org/jira/browse/TOMAHAWK-164

Sandbox components for Tomahawk issues?

2006-02-28 Thread Mike Kienenberger
Sean, I noticed the sandbox components aren't listed under tomahawk issue components yet. Intentional, or just haven't gotten around to it yet? (I also corrected the misspelling of validators)

sandbox examples - org.apache.myfaces.examples.resource.example_messages*.properties missing

2006-02-28 Thread Mike Kienenberger
I noticed that the sandbox examples maven build (mvn install at the command-line) doesn't include the various org.apache.myfaces.examples.resource.example_messages*.properties files from myfaces-example-simple's src/main/resources. Is this something that needs to be fixed in Maven or should the

Re: Sandbox components for Tomahawk issues?

2006-02-28 Thread Matthias Wessendorf
I noticed the sandbox components aren't listed under tomahawk issue components yet. there is still outstanding if we create one component in jira for all sandbox stuff (was an email thread, started by sean) (I also corrected the misspelling of validators) my fault :( -- Matthias Wessendorf

Re: Sandbox components for Tomahawk issues?

2006-02-28 Thread Mike Kienenberger
My recommendation is to list them all out separately. People are going to be reporting them by component without regard to sandbox/tomahawk. This will also make life easier when we promote a component from the sandbox to tomahawk. On 2/28/06, Matthias Wessendorf [EMAIL PROTECTED] wrote: I

Re: sandbox examples - org.apache.myfaces.examples.resource.example_messages*.properties missing

2006-02-28 Thread Mike Kienenberger
It looks like it's not just the resources. The backing beans (for example, validatorBean) are also not being put into the sandbox examples WEB-INF/classes directory. On 2/28/06, Mike Kienenberger [EMAIL PROTECTED] wrote: I noticed that the sandbox examples maven build (mvn install at the

Re: sandbox examples - org.apache.myfaces.examples.resource.example_messages*.properties missing

2006-02-28 Thread Mike Kienenberger
And the examples-config.xml file from myfaces-example-simple. Perhaps the solution would be to build a jar file containing all of the tomahawk example pieces and dump that into the sandbox examples. I'm not really sure what's easier with maven -- creating the jar file or copying all of the

Status of ADF Faces Incubation Request

2006-02-28 Thread Craig McClanahan
On February 19, 2006, Manfred Geiler (MyFaces PMC Chair) sent a candidate podling proposal to [EMAIL PROTECTED], cc'd to the MyFaces developer list[1]. Could you please let us know the current acceptance status of this proposal into the Incubator? Thanks,Craig McClanahan(Proposed mentor for the

[jira] Updated: (TOMAHAWK-165) ifMessage tag that renders children only if there is a message for the specified component(s)

2006-02-28 Thread Mike Youngstrom (JIRA)
[ http://issues.apache.org/jira/browse/TOMAHAWK-165?page=all ] Mike Youngstrom updated TOMAHAWK-165: - ifMessage tag that renders children only if there is a message for the specified component(s)

[jira] Updated: (TOMAHAWK-165) ifMessage tag that renders children only if there is a message for the specified component(s)

2006-02-28 Thread Mike Youngstrom (JIRA)
[ http://issues.apache.org/jira/browse/TOMAHAWK-165?page=all ] Mike Youngstrom updated TOMAHAWK-165: - ifMessage tag that renders children only if there is a message for the specified component(s)

[jira] Updated: (TOMAHAWK-165) ifMessage tag that renders children only if there is a message for the specified component(s)

2006-02-28 Thread Mike Youngstrom (JIRA)
[ http://issues.apache.org/jira/browse/TOMAHAWK-165?page=all ] Mike Youngstrom updated TOMAHAWK-165: - ifMessage tag that renders children only if there is a message for the specified component(s)

Re: Pro JSF and Ajax: it's good

2006-02-28 Thread Jonas Jacobi
Hi Steve, Thanks for those nice words about our book :) FYI, there was some delay uploading the sample source for the book to the Apress website, but that has been solved and the source is now available, in case you are interested in downloading it. Thanks, Jonas Enrique Medina wrote:

Re: [commons/shared refactoring status] shared is ready, myfaces-impl is done

2006-02-28 Thread Sean Schofield
Manfred, I am unable to build the core. I get the following error message: [INFO] - --- [ERROR] BUILD ERROR [INFO] - --- [INFO] Error executing ant

[ANNOUNCE] New Article: Dynamic JSF Development

2006-02-28 Thread Kito D. Mann
I'm pleased to announce a new article at JSF Central entitled Dynamic JSF Development by Peter Kasson. Here's an excerpt: JSF is a very powerful, component-based technology for developing web applications. Not surprisingly, several software vendors have updated their toolkits to support JSF,

[jira] Created: (MYFACES-1158) Use of context classloader as key in _registeredFactoryNames

2006-02-28 Thread Toh Kim Huat (JIRA)
Use of context classloader as key in _registeredFactoryNames Key: MYFACES-1158 URL: http://issues.apache.org/jira/browse/MYFACES-1158 Project: MyFaces Core Type: Bug Components: General Versions:

Re: future vision for MyFaces commons

2006-02-28 Thread John Fallows
On 2/24/06, Manfred Geiler [EMAIL PROTECTED] wrote: On 2/23/06, Mike Kienenberger [EMAIL PROTECTED] wrote: On 2/22/06, Sean Schofield [EMAIL PROTECTED] wrote: In response to #1 I would say we do not need to be in the business of ensuring developers can rely on our public API's.From my

[jira] Closed: (MYFACES-1158) Use of context classloader as key in _registeredFactoryNames

2006-02-28 Thread Dennis Byrne (JIRA)
[ http://issues.apache.org/jira/browse/MYFACES-1158?page=all ] Dennis Byrne closed MYFACES-1158: - Resolution: Invalid Assign To: Dennis Byrne The behavior of FactoryFinder is defined by the JSF specification. See section 10.2.6.1 . Use of

[jira] Reopened: (MYFACES-1158) Use of context classloader as key in _registeredFactoryNames

2006-02-28 Thread Toh Kim Huat (JIRA)
[ http://issues.apache.org/jira/browse/MYFACES-1158?page=all ] Toh Kim Huat reopened MYFACES-1158: --- Hi Dennis, Thank you for your fast reply. I downloaded the JSF specification and referred to section 10.2.6.1. The only thing mentioned about the