Re: UIData: does _rowState get serialized with view?

2005-12-01 Thread Manfred Geiler
Yes, as Adam pointed out the value state of a component always MUST be saved as long as the model could not be have been updated with a valid value. Please keep in mind: The values of a component are NOT GUARANTEED to be submitted upon the next request. To give you a practical example, imagine two

Re: We need a Solaris Zone

2005-12-01 Thread Martin Cooper
To get a zone, you need to ask the infra@ folks. My guess is that the answer will be not right now because zones are technically still experimental (and hence subject to wipeout without notice), but Mads is planning on finishing things up and making them live during the hackathon at ApacheCon in a

[jira] Commented: (MYFACES-863) HtmlTextareaRenderer method isDisabled generates an infinite loop

2005-12-01 Thread Pablo Sosa (JIRA)
[ http://issues.apache.org/jira/browse/MYFACES-863?page=comments#action_12359030 ] Pablo Sosa commented on MYFACES-863: Hi Brune, I don't quite remember but I've seen someone commenting on a similar or the same problem and the solution was to do

Re: We need a Solaris Zone

2005-12-01 Thread Martin van den Bemt
Sean Schofield wrote: We already have that capability. It's called Gump. Every project should be using it. The same could be said for SVN and JIRA. We already have CVS and Bugzilla and every project should use them. IMO SVN and JIRA are way better *alternatives.* I don't know enough

Re: We need a Solaris Zone

2005-12-01 Thread Sean Schofield
The Gump project has different goals : it does continious builds of all the latest development versions. So all projects do *not* already have the capability provided by Continuum. That's why James is experimenting with it for Struts. Maven has their own Continuum server as well. My point is

Re: Maven scripts?

2005-12-01 Thread Sean Schofield
I set up a wiki[1] to record the steps needed. If anyone wants to move things around feel free. Just be sure to update the wiki so (a) we know you did it (no emails from the test repos) and (b) we remember to do it again when its time to reorg for real. sean [1]

[jira] Created: (MYFACES-896) Tobago: stateChangeListener of Sheet Component receives no notifications

2005-12-01 Thread Olexandr Zakordonskyy (JIRA)
Tobago: stateChangeListener of Sheet Component receives no notifications Key: MYFACES-896 URL: http://issues.apache.org/jira/browse/MYFACES-896 Project: MyFaces Type: Bug Versions: 1.1.0

Re: Maven scripts?

2005-12-01 Thread Sean Schofield
Quick question. How do you include LICENSE.txt in your jar file. Isn't it supposed to be automatic if its in your top level dir? sean On 12/1/05, Sean Schofield [EMAIL PROTECTED] wrote: I set up a wiki[1] to record the steps needed. If anyone wants to move things around feel free. Just be

[jira] Commented: (MYFACES-618) Tree2 Expand/Collapse Handled By Server does not work (old opened issue MYFACES-291 still here)

2005-12-01 Thread Thomas Goorden (JIRA)
[ http://issues.apache.org/jira/browse/MYFACES-618?page=comments#action_12359054 ] Thomas Goorden commented on MYFACES-618: We are trying to get a server-side tree2 to expand as well. I've tried using the current nightly build (20051130), which

Re: Maven scripts?

2005-12-01 Thread Mario Ivankovits
Sean Schofield wrote: Quick question. How do you include LICENSE.txt in your jar file. Isn't it supposed to be automatic if its in your top level dir? I am not an expert, but my project.xml contains licenses license nameThe Apache Software License, Version 2.0/name

[jira] Updated: (MYFACES-896) Tobago: stateChangeListener of Sheet Component receives no notifications

2005-12-01 Thread JIRA
[ http://issues.apache.org/jira/browse/MYFACES-896?page=all ] Arvid Hülsebus updated MYFACES-896: --- Component: Tobago Environment: (was: Tobago) Tobago: stateChangeListener of Sheet Component receives no notifications

[jira] Commented: (MYFACES-618) Tree2 Expand/Collapse Handled By Server does not work (old opened issue MYFACES-291 still here)

2005-12-01 Thread sean schofield (JIRA)
[ http://issues.apache.org/jira/browse/MYFACES-618?page=comments#action_12359062 ] sean schofield commented on MYFACES-618: The patch has been applied to the trunk so the nightly would have it in there. I am relying on Erik's report that the

[jira] Commented: (MYFACES-618) Tree2 Expand/Collapse Handled By Server does not work (old opened issue MYFACES-291 still here)

2005-12-01 Thread Julien Gomez (JIRA)
[ http://issues.apache.org/jira/browse/MYFACES-618?page=comments#action_12359063 ] Julien Gomez commented on MYFACES-618: -- Hi, 3days ago i update my local tomhawk with the nightlybuild one and i confirm also that the patch works well for the RI, the

Re: Maven scripts?

2005-12-01 Thread Bernd Bohmann
Maybe: http://jira.codehaus.org/browse/MNG-1615 In maven-jar-plugin/src/main/java/org/apache/maven/plugin/jar/AbstractJarMojo.java is a @todo Add license files in META-INF directory. Sean Schofield schrieb: Quick question. How do you include LICENSE.txt in your jar file. Isn't it supposed

Re: Maven scripts?

2005-12-01 Thread Sean Schofield
@ Brend: Thanks for the info. @ Everyone: I moved all of the resources in the test repository. So now they are included in the jars. The only major thing left is transforming and including the TLD's. Then its on to examples, javadoc and site. So far so good ... sean On 12/1/05, Bernd

Re: svn commit: r350265 - /myfaces/api/trunk/src/java/javax/faces/component/UIComponent.java

2005-12-01 Thread Simon Kitching
[EMAIL PROTECTED] wrote: Author: mkienenb Date: Thu Dec 1 07:59:09 2005 New Revision: 350265 URL: http://svn.apache.org/viewcvs?rev=350265view=rev Log: Copied JSF RI 1.2 javadoc for setParent(UIComponent) Do we really have the all clear to copy JSF1.2 javadoc to MyFaces? I know that one of

More Maven Help Needed

2005-12-01 Thread Sean Schofield
I need help with the TLD stuff. There doesn't seem to be an off the shelf XSLT plugin for M2 and I am *way* to new to Maven to write one myself. Maybe the Tobago folks can help? We need to transform the TLD and resolve all of the entitities. Right now we're using a special ant task to do that.

Re: More Maven Help Needed

2005-12-01 Thread Sean Schofield
Thanks. I also found a plugin at codehaus http://svn.mojo.codehaus.org/trunk/mojo/mojo-sandbox/ I will try it tonight and let you know if I get it working. If I am unsuccessful maybe you can help me tomorrow. Ciao sean On 12/1/05, Bernd Bohmann [EMAIL PROTECTED] wrote: Until we don't find

Re: UIData: does _rowState get serialized with view?

2005-12-01 Thread Adam Winer
On 11/30/05, Simon Kitching [EMAIL PROTECTED] wrote: Basically, UIInput *does* need to include the submitted value in saveState(), and UIData does need to save _rowState. So would saving the state if-and-only-if rendered=false work around this? For most cases the component would be

Re: UIData: does _rowState get serialized with view?

2005-12-01 Thread Adam Winer
On 12/1/05, Mathias Brökelmann [EMAIL PROTECTED] wrote: @Manfred I see the problem but I don`t think that this can be solved by jsf and myfaces. I try to explain why: Let us take your example. What happens if the user enters some values into the input form but don´t submit it and additionally

Re: More Maven Help Needed

2005-12-01 Thread Sean Schofield
The codehaus plugin[1] works great. I checked everything into the test repos. The jar files *should* be fully functional although I haven't tested yet. Also, the generated TLD is going into resources/META-INF (which is good) but its not being overwritten with changes (which is bad.) Maybe

[jira] Closed: (MYFACES-866) Updates to standard tag TLD documentation

2005-12-01 Thread Simon Kitching (JIRA)
[ http://issues.apache.org/jira/browse/MYFACES-866?page=all ] Simon Kitching closed MYFACES-866: -- Resolution: Fixed Patches applied (with minor modifications). Thanks very much for your contributions, Steve. Updates to standard tag TLD

[jira] Created: (MYFACES-897) tree2 'illogical state'

2005-12-01 Thread Dennis Byrne (JIRA)
tree2 'illogical state' Key: MYFACES-897 URL: http://issues.apache.org/jira/browse/MYFACES-897 Project: MyFaces Type: Bug Components: Tomahawk Versions: 1.1.1 Environment: java 1.5, tomcat 5.5, myfaces 1.1.1 Reporter:

[jira] Updated: (MYFACES-897) tree2 'illogical state'

2005-12-01 Thread Dennis Byrne (JIRA)
[ http://issues.apache.org/jira/browse/MYFACES-897?page=all ] Dennis Byrne updated MYFACES-897: - Attachment: stacktrace.txt tree2 'illogical state' --- Key: MYFACES-897 URL:

Missing documentation in tomahawk.tld for some components

2005-12-01 Thread Simon Kitching
Hi, I have noticed that the following tomahawk components have no description of their purpose in the tomahawk.tld file: * panelTab * panelTabbedPane * tabChangeListener * treeSelectionListener * iconProvider * swapImage It would be nice if people who know these components could add some