[jira] Closed: (MYFACES-609) t:dataScroller fires unnecessary ScrollerActionEvents

2005-11-01 Thread Mathias Broekelmann (JIRA)
[ http://issues.apache.org/jira/browse/MYFACES-609?page=all ] Mathias Broekelmann closed MYFACES-609: --- Fix Version: Nightly Resolution: Fixed fixed in trunk since r320698 t:dataScroller fires unnecessary ScrollerActionEvents

[jira] Closed: (MYFACES-767) Programming error in HtmlTextareaRenderer

2005-11-01 Thread Mathias Broekelmann (JIRA)
[ http://issues.apache.org/jira/browse/MYFACES-767?page=all ] Mathias Broekelmann closed MYFACES-767: --- Fix Version: Nightly Resolution: Fixed fixed in r330011 Programming error in HtmlTextareaRenderer

[jira] Closed: (MYFACES-766) documention for javascript listener

2005-11-01 Thread Mathias Broekelmann (JIRA)
[ http://issues.apache.org/jira/browse/MYFACES-766?page=all ] Mathias Broekelmann closed MYFACES-766: --- Resolution: Fixed I´ve applied your patch. Thank you very much. documention for javascript listener ---

Re: ReducedHTMLParser issues

2005-11-01 Thread Martin Marinschek
Simon, I don't seem to be able to apply your patch again - an 'unknown line type was found in line 12'. Can you do it again - and attach it to our old jira-issue, I have reopened it for this purpose. regards, Martin On 11/1/05, Simon Kitching [EMAIL PROTECTED] wrote: Martin Marinschek wrote:

[jira] Reopened: (MYFACES-768) ReducedHTMLParser issues

2005-11-01 Thread Martin Marinschek (JIRA)
[ http://issues.apache.org/jira/browse/MYFACES-768?page=all ] Martin Marinschek reopened MYFACES-768: --- Simon is preparing another patch as he has found some issues with the implementation. I am waiting for this to be attached.

[jira] Updated: (MYFACES-768) ReducedHTMLParser issues

2005-11-01 Thread Martin Marinschek (JIRA)
[ http://issues.apache.org/jira/browse/MYFACES-768?page=all ] Martin Marinschek updated MYFACES-768: -- Attachment: (was: ReducedHTMLParser.java) ReducedHTMLParser issues Key: MYFACES-768 URL:

[jira] Updated: (MYFACES-768) ReducedHTMLParser issues

2005-11-01 Thread Martin Marinschek (JIRA)
[ http://issues.apache.org/jira/browse/MYFACES-768?page=all ] Martin Marinschek updated MYFACES-768: -- Attachment: (was: ReducedHTMLParser.java) ReducedHTMLParser issues Key: MYFACES-768 URL:

[jira] Updated: (MYFACES-768) ReducedHTMLParser issues

2005-11-01 Thread Martin Marinschek (JIRA)
[ http://issues.apache.org/jira/browse/MYFACES-768?page=all ] Martin Marinschek updated MYFACES-768: -- Attachment: (was: ReducedHTMLParserTest.java) ReducedHTMLParser issues Key: MYFACES-768 URL:

[jira] Created: (MYFACES-770) HtmlCollapsiblePanel has lost setCollapsed() method

2005-11-01 Thread Wayne Fay (JIRA)
HtmlCollapsiblePanel has lost setCollapsed() method --- Key: MYFACES-770 URL: http://issues.apache.org/jira/browse/MYFACES-770 Project: MyFaces Type: Bug Components: Tomahawk Versions: Nightly Reporter:

Re: ReducedHTMLParser issues

2005-11-01 Thread Martin Marinschek
Ok, even though the patch didn't work - I applied it line by line for the parser as I needed this thing working right now. Can you redo the test patch in any case? regards, Martin On 11/1/05, Martin Marinschek [EMAIL PROTECTED] wrote: Simon, I don't seem to be able to apply your patch

[jira] Created: (MYFACES-771) action in a submit button is not triggered on IE

2005-11-01 Thread Joris Verschoor (JIRA)
action in a submit button is not triggered on IE Key: MYFACES-771 URL: http://issues.apache.org/jira/browse/MYFACES-771 Project: MyFaces Type: Bug Components: Implementation Versions: 1.1.0 Environment:

Re: HtmlCollapsiblePanel

2005-11-01 Thread Martin Marinschek
Well, I am changing a lot within the collapsible panel in the moment - and I changed its inheritance hierarchy, so this problem stems from this. I wonder why I don't get the problem in the examples, though! Anyways, I changed the hierarchy, so it should work again. regards, Martin On 11/1/05,

error-page problem with Myfaces extensionsfilter and tiles

2005-11-01 Thread Korhonen, Kalle
Hi all, I have a problem with getting custom error-page definitions in web.xml to properly work with MyFaces. I use path mapping for the faces servlet and I have error-page for 404 defined. If I request URL /blablaa.html that doesn't exist either as a tile definition or as a physical page, the

Re: HtmlCollapsiblePanel

2005-11-01 Thread Simon Kitching
Martin Marinschek wrote: Well, I am changing a lot within the collapsible panel in the moment - and I changed its inheritance hierarchy, so this problem stems from this. I wonder why I don't get the problem in the examples, though! Anyways, I changed the hierarchy, so it should work again.

Re: Bug in JSFAttr.java

2005-11-01 Thread Luiz Augusto Ruiz
I have the same problem, attribute showRootNode doesn't work with Facelets. Luiz Augusto Ruiz Sergipe - Brasil2005/10/25, Martin Mavrov [EMAIL PROTECTED]: Hi,I think I found a bug in org.apache.myfaces.renderkit.JFSAttr class. Thefollowing constants don't look right:public static final String

findComponent() method not finding component

2005-11-01 Thread Travis Reeder
Below is the tree print out and you can see that a component with id text1 is in the tree, but you'll see some output below that comes from within the _ComponentUtils.findComponent that it is skipping a bunch of elements. I noticed this in _ComponentUtils.findComponent: if (!(childOrFacet

RE: HtmlCollapsiblePanel

2005-11-01 Thread Korhonen, Kalle
-Original Message- From: Simon Kitching [mailto:[EMAIL PROTECTED] Subject: Re: HtmlCollapsiblePanel Thanks, it now does. Just a note for others: attribute value used to be used to specify the collapsible panel title. It now is used for the collapsible panel state, with title

Re: findComponent() method not finding component

2005-11-01 Thread Travis Reeder
I should add that I am using forceId=true On 11/1/05, Travis Reeder [EMAIL PROTECTED] wrote: Below is the tree print out and you can see that a component with id text1 is in the tree, but you'll see some output below that comes from within the _ComponentUtils.findComponent that it is skipping

Issues with duplicate IDs - maybe a MyFaces problem but not sure

2005-11-01 Thread John Sherwood
I've been having a heap of trouble getting the DataScroller object working. It simply refuses to allow me to have facets. It works perfectly fine in the examples but not in my page so perhaps it's a config problem. I'd really appreciate it if anyone can help me out. This thing has been

Default character encoding to UTF-8

2005-11-01 Thread Travis Reeder
Should the default encoding be UTF-8 instead of ISO-8859-1 in our ResponseWriter's? Travis

[jira] Created: (MYFACES-772) t:inputCalendar/ stops working with Facelets

2005-11-01 Thread Boris Kovalenko (JIRA)
t:inputCalendar/ stops working with Facelets -- Key: MYFACES-772 URL: http://issues.apache.org/jira/browse/MYFACES-772 Project: MyFaces Type: Bug Components: Tomahawk Versions: Nightly Environment: All

Re: RC3: dependency on commons-lang

2005-11-01 Thread John Fallows
On 10/25/05, Sean Schofield [EMAIL PROTECTED] wrote: I don't think we will enjoy keeping some 100+ classes in sync acrosstwo different packages.Nor will I think that users who try to supplya patch who enjoy this.We couldn't use svn externals either b/c thefiles need to have different package

[jira] Commented: (MYFACES-702) outputText generates wrapped span element in a portal

2005-11-01 Thread Greg Hester (JIRA)
[ http://issues.apache.org/jira/browse/MYFACES-702?page=comments#action_12356576 ] Greg Hester commented on MYFACES-702: - We are having the same exact issue. Has anyone found a fix or workaround? outputText generates wrapped span element in a portal

[jira] Commented: (MYFACES-702) outputText generates wrapped span element in a portal

2005-11-01 Thread Greg Hester (JIRA)
[ http://issues.apache.org/jira/browse/MYFACES-702?page=comments#action_12356577 ] Greg Hester commented on MYFACES-702: - I re-read the initial comment and noticed the note about the id starting with _id. I changed all of my h:outputText tags which