Re: svn commit: r328766 - /myfaces/api/trunk/src/java/javax/faces/component/UIComponentBase.java

2005-10-27 Thread Mathias Brökelmann
Hi Travis, we can´t define this. Since UIComponentBase is a class of the spec. 2005/10/27, [EMAIL PROTECTED] <[EMAIL PROTECTED]>: > Author: prophecy > Date: Wed Oct 26 17:00:12 2005 > New Revision: 328766 > > URL: http://svn.apache.org/viewcvs?rev=328766&view=rev > Log: > Fixed autoUpdateDataTabl

Re: inputSuggestAjax

2005-10-27 Thread Mathias Brökelmann
I currently don´t know how ajax is working in detail. To find the serialized view in the server session it is necessary that the introduced sequence number is being send in the ajax request, which meight not be the case. I will take a closer look into that. 2005/10/25, Travis Reeder <[EMAIL PROTEC

Re: inputSuggestAjax

2005-10-27 Thread Martin Marinschek
Yes, right, we don't send this over right now. we should open a jira on this. regards, Martin On 10/27/05, Mathias Brökelmann <[EMAIL PROTECTED]> wrote: > I currently don´t know how ajax is working in detail. To find the > serialized view in the server session it is necessary that the > introdu

Re: inputSuggestAjax [SPAM]

2005-10-27 Thread Martin Marinschek
That might be due to the implementation of server side state "memory"- We'll need to submit the view-number with the AJAX request. Can you open a jira issue on this? regards, Martin On 10/25/05, SOSA, Pablo <[EMAIL PROTECTED]> wrote: > Yeap, it did on 13/10 and afterwards it stop working on 20/1

[jira] Commented: (MYFACES-705) Overflow problem with InputSuggestAjax

2005-10-27 Thread Volker Weber (JIRA)
[ http://issues.apache.org/jira/browse/MYFACES-705?page=comments#action_12356064 ] Volker Weber commented on MYFACES-705: -- The original problem (i have tested with FireFox, see images) did not occur in IE but also in Opera. The patches fix this in Fir

[jira] Created: (MYFACES-759) Autoboxing for properties

2005-10-27 Thread Thomas Timbul (JIRA)
Autoboxing for properties - Key: MYFACES-759 URL: http://issues.apache.org/jira/browse/MYFACES-759 Project: MyFaces Type: New Feature Components: Implementation Reporter: Thomas Timbul Priority: Minor I just changed some of my be

[jira] Updated: (MYFACES-758) FileUpload capability does not work in a JSR - 168 portal Environment

2005-10-27 Thread Swarn Dhaliwal (JIRA)
[ http://issues.apache.org/jira/browse/MYFACES-758?page=all ] Swarn Dhaliwal updated MYFACES-758: --- Attachment: MultipartRequestWrapper.patch HtmlFileUploadRenderer.patch Updated Patch files > FileUpload capability does not work in a JS

[jira] Created: (MYFACES-760) Tree2 setLeaf(false) error

2005-10-27 Thread Andrew Efremov (JIRA)
Tree2 setLeaf(false) error -- Key: MYFACES-760 URL: http://issues.apache.org/jira/browse/MYFACES-760 Project: MyFaces Type: Bug Components: Tomahawk Versions: 1.1.0 Environment: Tested in JBoss 4.0.3 with Seam Reporter: Andrew

Fwd: Build Failure

2005-10-27 Thread Sean Schofield
-- Forwarded message -- From: [EMAIL PROTECTED] <[EMAIL PROTECTED]> Date: Oct 26, 2005 11:03 PM Subject: Build Failure To: [EMAIL PROTECTED], dev@myfaces.apache.org [echo] build.dir: /home/sjs4/bootstrap/myfaces-current/build [echo] build output directory: /home/sjs4/rel

Fwd: Build Failure

2005-10-27 Thread Sean Schofield
-- Forwarded message -- From: [EMAIL PROTECTED] <[EMAIL PROTECTED]> Date: Oct 26, 2005 11:33 PM Subject: Build Failure To: [EMAIL PROTECTED], dev@myfaces.apache.org [echo] Loading project specific properties from /home/sjs4/bootstrap/myfaces-current/forrest/build/forrest.prop

Re: improved & refactored Addresource

2005-10-27 Thread Bruno Aranda
Congratulations Mathias for your brand new child! :-) Another future myfaces developer... Bruno 2005/10/26, Mathias Brökelmann <[EMAIL PROTECTED]>: > yes now for the 2nd time. > > 2005/10/26, Martin Marinschek <[EMAIL PROTECTED]>: > > Thanks! > > > > so you are father already? > > > > regards, >

[jira] Commented: (MYFACES-760) Tree2 setLeaf(false) error

2005-10-27 Thread Andrew Efremov (JIRA)
[ http://issues.apache.org/jira/browse/MYFACES-760?page=comments#action_12356072 ] Andrew Efremov commented on MYFACES-760: Exception 17:37:04,671 INFO [STDOUT] 27.10.2005 17:37:04 com.sun.facelets.FaceletViewHandler handleRenderException SEVERE:

[jira] Closed: (MYFACES-744) PRETTY_HTML option is not being universally honored

2005-10-27 Thread Bruno Aranda (JIRA)
[ http://issues.apache.org/jira/browse/MYFACES-744?page=all ] Bruno Aranda closed MYFACES-744: Fix Version: Nightly Resolution: Won't Fix Closing the issue as it seems to be an alternative solution. Thanks for your comments, > PRETTY_HTML opt

RE: JSCookMenu in 1.1.1RC3 -- Problem

2005-10-27 Thread Neal Haggard
This has been around since 1.1.0 actually.  It is fixed in the nightly builds, but not 1.1.1.   -- Neal Haggard Senior Systems Developer Knowledge Management Center SAS Institute   From: Jay Kaul [mailto:[EMAIL PROTECTED] Sent: Wednesday, Octobe

[jira] Commented: (MYFACES-394) Using "/faces/*" path mapping and connectiong to "faces" causes stack overflow

2005-10-27 Thread Don Tam (JIRA)
[ http://issues.apache.org/jira/browse/MYFACES-394?page=comments#action_12356095 ] Don Tam commented on MYFACES-394: - I have just witnessed the same problem with myfaces 1.1.0 and Tomcat 5.0. > Using "/faces/*" path mapping and connectiong to "faces" cause

We need release notes for 1.1.1

2005-10-27 Thread Sean Schofield
Can someone work up some release notes? sean

Re: binary download link broken

2005-10-27 Thread Sean Schofield
Martin, I tried your suggestion. I changed the cgi scripts to 555 but they are still overwritten when I untar my build file. I suppose I could omit the cgi from the build file now that they are perfected but this might confuse someone down the line who tries to change the CGI. sean On 10/25/05

Myfaces and PortletSession

2005-10-27 Thread Henrik Bentel
Hi I posted this to the user group with no reply. After working with MyFaces and portlets I noticed that the org/apache/myfaces/context/portlet/SessionMap only uses PORTLET_SCOPE when looking for objects in the session map. It never uses the application scope (PortletSession.APPLICATION_SCOPE),

Re: inputSuggestAjax

2005-10-27 Thread Travis Reeder
The not finding the session in view problem is happening on non-ajax pages as well when using server side state. If you let me know what parameter should be sent for the sequence number I can try it out. Travis On 10/27/05, Mathias Brökelmann <[EMAIL PROTECTED]> wrote: > I currently don´t know h

Re: svn commit: r328766 - /myfaces/api/trunk/src/java/javax/faces/component/UIComponentBase.java

2005-10-27 Thread Travis Reeder
Ya, I wanted to put this into an extended base component, but there isn't one. Didn't think this would cause any harm, but a spec is a spec. Any suggestions on where this could go? Hopefully not into every extended component! Travis On 10/27/05, Mathias Brökelmann <[EMAIL PROTECTED]> wrote: >

selectManyPicklist

2005-10-27 Thread Bruno Aranda
Hi *, I've just uploaded a new component prototype to the sandbox today: the selectManyPicklist. Many users have asked for this component in the past, so I think it is a great addition. There is still some work needs to be done (styles, etc), but now it is working pretty ok. I guess it will go in

Re: We need release notes for 1.1.1

2005-10-27 Thread Manfred Geiler
There is already a file in SVN. Sylvain, Thanks! Manfred 2005/10/27, Sean Schofield <[EMAIL PROTECTED]>: > Can someone work up some release notes? > > sean >

Re: selectManyPicklist

2005-10-27 Thread Travis Reeder
What's it do? Travis On 10/27/05, Bruno Aranda <[EMAIL PROTECTED]> wrote: > Hi *, > > I've just uploaded a new component prototype to the sandbox today: the > selectManyPicklist. Many users have asked for this component in the > past, so I think it is a great addition. There is still some work >

Re: How to run Forrest to generate the documentation?

2005-10-27 Thread Manfred Geiler
Did you add the FORREST_HOME\lib\core\xml-commons-resolver-1.1.jar to your ant classpath? Manfred 2005/10/21, sharath reddy <[EMAIL PROTECTED]>: > Hi Mathias, > > I downloaded forrest-0.6 and followed your > instructions. > > When I ran the Ant task, I got the following error in > the 'validate-

Re: We need release notes for 1.1.1

2005-10-27 Thread Sean Schofield
Yeah I got a conflict when I tried to check in an empty one ;-) Its hard to keep up with all of the activity these days. sean On 10/27/05, Manfred Geiler <[EMAIL PROTECTED]> wrote: > There is already a file in SVN. > Sylvain, Thanks! > Manfred > > 2005/10/27, Sean Schofield <[EMAIL PROTECTED]>:

Re: inputSuggestAjax

2005-10-27 Thread Mathias Brökelmann
use RendererUtils.SEQUENCE_PARAM or "jsf_sequence" 2005/10/27, Travis Reeder <[EMAIL PROTECTED]>: > The not finding the session in view problem is happening on non-ajax > pages as well when using server side state. > > If you let me know what parameter should be sent for the sequence > number I ca

RE: Myfaces and PortletSession

2005-10-27 Thread Stan Silvert
Yes, this is required by the spec. See the javadoc for ExternalContext.getSessionMap(). Stan Silvert JBoss, Inc. [EMAIL PROTECTED] callto://stansilvert > -Original Message- > From: Henrik Bentel [mailto:[EMAIL PROTECTED] > Sent: Thursday, October 27, 2005 12:41 PM > To: dev@myfaces.apach

Recent change causes pages to be emitted twice

2005-10-27 Thread Simon Kitching
Hi, I've just updated to latest HEAD code in SVN, built jars and deployed. With these latest jars, I now get the contents of every page *duplicated*, ie: full response output full response output again It's quite a neat effect, actually :-) This also happens with the nightly 2005-10-25 bi

Re: Recent change causes pages to be emitted twice [Tomahawk AddResource problem]

2005-10-27 Thread Simon Kitching
Simon Kitching wrote: I've just updated to latest HEAD code in SVN, built jars and deployed. With these latest jars, I now get the contents of every page *duplicated*, ie: full response output full response output again It's quite a neat effect, actually :-) This also happens with the nigh

Re: Recent change causes pages to be emitted twice [Tomahawk AddResource problem]

2005-10-27 Thread Martin Marinschek
I have had this problem too. Thanks Simon for figuring out what causes the problem. Mathias, any time to look into this? regards, Martin On 10/28/05, Simon Kitching <[EMAIL PROTECTED]> wrote: > Simon Kitching wrote: > > I've just updated to latest HEAD code in SVN, built jars and deployed. > >