Re: List of available images in inputHTML component

2005-11-11 Thread Alberto Molpeceres
Hi Sylvain, I have already changed inputHTML component (diffs attached). Pretty simple, if you set in inputHTML's tag a property imageLibrary then library's icon appears in your page, and tries to use the given file to configure Kupu. The main subject is this config file. It's an XML describing

[jira] Commented: (MYFACES-797) t:inputCalendar + javscript(using variable tabList) = page hang.

2005-11-11 Thread jeff porter (JIRA)
[ http://issues.apache.org/jira/browse/MYFACES-797?page=comments#action_12357369 ] jeff porter commented on MYFACES-797: - Hi Martin, I've downloaded te build.. myfaces-20051105.zip Its fine with the code... // but the code //

[jira] Closed: (MYFACES-810) Javadoc for AddResource/ResourceHandler/ResourceLoader

2005-11-11 Thread Bruno Aranda (JIRA)
[ http://issues.apache.org/jira/browse/MYFACES-810?page=all ] Bruno Aranda closed MYFACES-810: Fix Version: Nightly Resolution: Fixed Thanks for the patches Simon! I've commited them in the SVN. Javadoc for

Re: [jira] Commented: (MYFACES-797) t:inputCalendar + javscript(using variable tabList) = page hang.

2005-11-11 Thread Martin Marinschek
That would be too early - I committed the change yesterday, so 20051110. The nightly build had a problem yesterday, so maybe you'll take the one of today. regards, Martin On 11/11/05, jeff porter (JIRA) dev@myfaces.apache.org wrote: [

Re: Checking for JSP page modification

2005-11-11 Thread Martin Marinschek
I would love to have a thing like that. Plus a possibility to reload the configuration files during development. So add this to your jira-request - even better would be if you would implement it ;) regards, Martin On 11/11/05, Michael Rimov [EMAIL PROTECTED] wrote: Hi All, I wanted to

[jira] Closed: (MYFACES-811) DEFAULT_SUFFIX_PARAM_NAME shuould be ViewHandler.DEFAULT_SUFFIX_NAME ?!

2005-11-11 Thread Bruno Aranda (JIRA)
[ http://issues.apache.org/jira/browse/MYFACES-811?page=all ] Bruno Aranda closed MYFACES-811: Resolution: Won't Fix Well, that's another discrepancy between the spec document and the javadocs (which are considered part of the spec). In this, we

Re: Checking for JSP page modification

2005-11-11 Thread Travis Reeder
I would also love to see this, i know the pain. Another thing it could do is try to recreate the tree a single time if a duplicate id is found. Not sure how if that could handle the minor changes though. TravisOn 11/11/05, Martin Marinschek [EMAIL PROTECTED] wrote: I would love to have a thing

[jira] Closed: (MYFACES-778) DoubleConverter has javax.faces.DoubleTime CONVERTER_ID

2005-11-11 Thread Bruno Aranda (JIRA)
[ http://issues.apache.org/jira/browse/MYFACES-778?page=all ] Bruno Aranda closed MYFACES-778: Resolution: Won't Fix I've checked the spec for 1.2 and I see that they have changed that in the document, so it will be better to leave things as they

Re: Checking for JSP page modification

2005-11-11 Thread Mike Kienenberger
Facelets does this already. Perhaps there's some ideas or code that could be borrowed from that project. On 11/11/05, Travis Reeder [EMAIL PROTECTED] wrote: I would also love to see this, i know the pain. Another thing it could do is try to recreate the tree a single time if a duplicate id is

[jira] Created: (MYFACES-813) Optionally Check JSPs for modification and flush form if modified.

2005-11-11 Thread Michael Rimov (JIRA)
Optionally Check JSPs for modification and flush form if modified. -- Key: MYFACES-813 URL: http://issues.apache.org/jira/browse/MYFACES-813 Project: MyFaces Type: Wish Reporter: Michael Rimov

[jira] Closed: (MYFACES-809) Code reformat of ReducedHTMLParser class

2005-11-11 Thread Bruno Aranda (JIRA)
[ http://issues.apache.org/jira/browse/MYFACES-809?page=all ] Bruno Aranda closed MYFACES-809: Fix Version: Nightly Resolution: Fixed I've only patched the ReducedHtmlParserTest.java class as the ReducedHtmlParser.java seems to have a correct

[jira] Commented: (MYFACES-809) Code reformat of ReducedHTMLParser class

2005-11-11 Thread Bruno Aranda (JIRA)
[ http://issues.apache.org/jira/browse/MYFACES-809?page=comments#action_12357430 ] Bruno Aranda commented on MYFACES-809: -- Ignore my last comment. Both classes have been successfully patched. It's friday night... :-) Code reformat of

Re: svn commit: r332640 - in /myfaces/tomahawk/trunk/src: java/org/apache/myfaces/component/html/util/ReducedHTMLParser.java test/org/apache/myfaces/component/html/util/ReducedHTMLParserTest.java

2005-11-11 Thread Bruno Aranda
Mmm, definitely it is friday night. The message for the commit should have been for MYFACES-809 and not MYFACES-508. When neurons begin to stop you should keep away from the computer... Thanks for your patience :-) BTW, any chance to change to comment? Regards, Bruno 2005/11/11, [EMAIL

[jira] Commented: (MYFACES-210) Undesired dependency on ApplicationImpl in FacesConfigurator

2005-11-11 Thread Adam Winer (JIRA)
[ http://issues.apache.org/jira/browse/MYFACES-210?page=comments#action_12357433 ] Adam Winer commented on MYFACES-210: The spec is unclear, not incorrect. may be configured means programatically from the Java API, or by an attr on the JSP tag - not

Re: Development blogs

2005-11-11 Thread Travis Reeder
I think that's a great idea, maybe they should allow hosting of blogs on there too? In the meantime, anyone against me starting one on blogger, we can always change where it's hosted later. TravisOn 11/9/05, Martin Cooper [EMAIL PROTECTED] wrote:On 11/9/05, Travis Reeder [EMAIL PROTECTED]

[jira] Commented: (MYFACES-810) Javadoc for AddResource/ResourceHandler/ResourceLoader

2005-11-11 Thread Mathias Broekelmann (JIRA)
[ http://issues.apache.org/jira/browse/MYFACES-810?page=comments#action_12357441 ] Mathias Broekelmann commented on MYFACES-810: - Great Job Simon. Writing the documentation is always a pain for me (since I did the AddResource modifications) so

Re: Resetting state before encoding of dataTable

2005-11-11 Thread Mathias Brökelmann
I added preserveRowStates to t:datatable which allows to define if the datatable should discard its rowstate before rendering the table. The default is false. I think this is much safer and gives the user the opportunity to decide when the rowstates really must be discarded and when not.

[jira] Created: (MYFACES-814) Allow tree2 to work within dataList and dataTable

2005-11-11 Thread Daniel Ray (JIRA)
Allow tree2 to work within dataList and dataTable - Key: MYFACES-814 URL: http://issues.apache.org/jira/browse/MYFACES-814 Project: MyFaces Type: Improvement Components: Tomahawk Versions: 1.1.0

[jira] Commented: (MYFACES-814) Allow tree2 to work within dataList and dataTable

2005-11-11 Thread Daniel Ray (JIRA)
[ http://issues.apache.org/jira/browse/MYFACES-814?page=comments#action_12357466 ] Daniel Ray commented on MYFACES-814: Thoughts for fixing this. Placing the tree2 component within a panelGrid and using the panelGridId:tree2Id combo. Using a