Re: build order for MyFaces Portlet

2005-08-19 Thread Shinsuke SUGAYA
Stan Silvert wrote: Go ahead and enter the feature request in jira. We can discuss/capture the details there. Filed MYFACES-434, and attached the patch. As described in it, for the patch, tomahawk depends on impl. So, it needs your suggestion. Regards, shinsuke Stan Silvert JBoss, Inc. [EM

[jira] Updated: (MYFACES-434) MyFaces's Portlet enhancement

2005-08-19 Thread Shinsuke SUGAYA (JIRA)
[ http://issues.apache.org/jira/browse/MYFACES-434?page=all ] Shinsuke SUGAYA updated MYFACES-434: Attachment: newfile_for_portlet.tar.gz patch_for_portlet.patch Attached patch(newfile_for_portlet.tar.gz and patch_for_portlet.patch).

[jira] Created: (MYFACES-434) MyFaces's Portlet enhancement

2005-08-19 Thread Shinsuke SUGAYA (JIRA)
MyFaces's Portlet enhancement - Key: MYFACES-434 URL: http://issues.apache.org/jira/browse/MYFACES-434 Project: MyFaces Type: Improvement Versions: Nightly Build Environment: LInux, J2SE 1.4.2 Reporter: Shinsuke SUGAYA MyFac

ResponseWriter with null argment fro componentForElement

2005-08-19 Thread Frank Ye
Hello, In some instances of the MyFaces custom components, the startElement(..) is called with a null componentForElement. This causes a problem for the integration of MyFaces' custom components with some 3rd-party ResponseWriters. See JSF 1.1 specification: Section 6.4 of the JSF specificatio

[jira] Reopened: (MYFACES-376) HTML Renderkit doesn't choose correct ContentType

2005-08-19 Thread Sylvain Vieujot (JIRA)
[ http://issues.apache.org/jira/browse/MYFACES-376?page=all ] Sylvain Vieujot reopened MYFACES-376: - I think we now have a bigger issue here. Here is my bug report. Sorry, no time to look at this before next week though. Subject: Bug Report for /fr

[jira] Commented: (MYFACES-433) inputCalendar renderPopupButtonAsImage does not line up image correctly

2005-08-19 Thread Mike Youngstrom (JIRA)
[ http://issues.apache.org/jira/browse/MYFACES-433?page=comments#action_12319422 ] Mike Youngstrom commented on MYFACES-433: - We could add (style="vertical-align:bottom;") to the image...or provide an image style to the tag and the the user add

[jira] Commented: (MYFACES-433) inputCalendar renderPopupButtonAsImage does not line up image correctly

2005-08-19 Thread Mike Youngstrom (JIRA)
[ http://issues.apache.org/jira/browse/MYFACES-433?page=comments#action_12319420 ] Mike Youngstrom commented on MYFACES-433: - Good points.I'll see if I can come up with a better solution. > inputCalendar renderPopupButtonAsImage does not line u

[jira] Commented: (MYFACES-427) In myfaces-all.jar, faces-config.xml doesn't include the content of the sandbox's faces-config.xml

2005-08-19 Thread Sylvain Vieujot (JIRA)
[ http://issues.apache.org/jira/browse/MYFACES-427?page=comments#action_12319416 ] Sylvain Vieujot commented on MYFACES-427: - Hello Sean, I just committed a hack that works, but it needs to be cleaned (and replaced by good code later on). Could yo

suggest method signature in inputSuggestAjax

2005-08-19 Thread Sylvain Vieujot
Hello Martin, I'm just starting using your inputSuggestAjax component, and I found the suggestedItemsMethod a bite missleading. We are used to omit the set/get in EL, but here, I have to use it : suggestedItemsMethod="#{clientFace.getPossibleAccountManagers}" If I omit it, it

[jira] Commented: (MYFACES-433) inputCalendar renderPopupButtonAsImage does not line up image correctly

2005-08-19 Thread Sylvain Vieujot (JIRA)
[ http://issues.apache.org/jira/browse/MYFACES-433?page=comments#action_12319414 ] Sylvain Vieujot commented on MYFACES-433: - This isn't very clean. I see several problems using a table : - it can't be on the same line as another component - A lot

[jira] Reopened: (MYFACES-118) inputCalendar RenderAsPopup fails: Duplicate ID

2005-08-19 Thread Martin Marinschek (JIRA)
[ http://issues.apache.org/jira/browse/MYFACES-118?page=all ] Martin Marinschek reopened MYFACES-118: --- > inputCalendar RenderAsPopup fails: Duplicate ID > --- > > Key: MYFACES-118 > URL

RE: build order for MyFaces Portlet

2005-08-19 Thread Stan Silvert
Go ahead and enter the feature request in jira. We can discuss/capture the details there. Stan Silvert JBoss, Inc. [EMAIL PROTECTED] callto://stansilvert > -Original Message- > From: Shinsuke SUGAYA [mailto:[EMAIL PROTECTED] > Sent: Thursday, August 18, 2005 6:17 PM > To: MyFaces Develop

[jira] Created: (MYFACES-433) inputCalendar renderPopupButtonAsImage does not line up image correctly

2005-08-19 Thread Mike Youngstrom (JIRA)
inputCalendar renderPopupButtonAsImage does not line up image correctly --- Key: MYFACES-433 URL: http://issues.apache.org/jira/browse/MYFACES-433 Project: MyFaces Type: Improvement Components: Tom

[jira] Commented: (MYFACES-118) inputCalendar RenderAsPopup fails: Duplicate ID

2005-08-19 Thread Mike Youngstrom (JIRA)
[ http://issues.apache.org/jira/browse/MYFACES-118?page=comments#action_12319409 ] Mike Youngstrom commented on MYFACES-118: - > is fixed in nightly build It's not fixed for me. I'm using it in a really complicated situation that I cannot seem to

[jira] Commented: (MYFACES-430) inputDate (calendar) and French Locale

2005-08-19 Thread Martin Marinschek (JIRA)
[ http://issues.apache.org/jira/browse/MYFACES-430?page=comments#action_12319399 ] Martin Marinschek commented on MYFACES-430: --- It would be great if you (or other interested users) could find a solution to this... regards, Martin > inputDate (

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

2005-08-19 Thread Walter Snel
Hi Martin, I just spent some time resurrecting my code. I now use the following implementation (from the jar manifest): Implementation-Version: 1.0.9 (2005-04-13 13:17 EDT) I don't seem to be able to recreate the problem straight away. However, I'll devote some time to this 'old' code next week

Re: preserveDataModel

2005-08-19 Thread Martin Marinschek
hmmm... so the final solution for our component should be that you don't call only the encodeInnerHtml method, but call everything from the encodeBegin method on. which would mean that you would need to find a way to replace not only the innards of the tag, but also the tag itself - which would

Re: preserveDataModel

2005-08-19 Thread [EMAIL PROTECTED]
well its a rather ajax specific problem... the real problem was that we skipped the render response phase, which calls the encode begin method (which we skip, since we only render the content that is we only call the encodeInnerHTML method). this was a problem, because the method nullifies the

[jira] Updated: (MYFACES-432) [tree2] Expand full node path of a specific nodes programatically

2005-08-19 Thread sean schofield (JIRA)
[ http://issues.apache.org/jira/browse/MYFACES-432?page=all ] sean schofield updated MYFACES-432: --- Description: We need to be able to select and expand nodes in the tree. If someone hits 'search', we need to expand the path to the node we find and sel

[jira] Updated: (MYFACES-351) [tree2] Cannot dynamically add or delete nodes

2005-08-19 Thread sean schofield (JIRA)
[ http://issues.apache.org/jira/browse/MYFACES-351?page=all ] sean schofield updated MYFACES-351: --- Summary: [tree2] Cannot dynamically add or delete nodes (was: Tree2 isssue (Summary)) Description: We need to be able to dynamically add and d

[jira] Created: (MYFACES-432) [tree2] Expand full node path of a specific nodes programatically

2005-08-19 Thread sean schofield (JIRA)
[tree2] Expand full node path of a specific nodes programatically - Key: MYFACES-432 URL: http://issues.apache.org/jira/browse/MYFACES-432 Project: MyFaces Type: Bug Components: Tomahawk Environment

[jira] Commented: (MYFACES-427) In myfaces-all.jar, faces-config.xml doesn't include the content of the sandbox's faces-config.xml

2005-08-19 Thread sean schofield (JIRA)
[ http://issues.apache.org/jira/browse/MYFACES-427?page=comments#action_12319380 ] sean schofield commented on MYFACES-427: Martin (Bosak), I've added you as a watcher. You helped us with an XSLT issue in the past. Are you available to help us wi

[jira] Commented: (MYFACES-427) In myfaces-all.jar, faces-config.xml doesn't include the content of the sandbox's faces-config.xml

2005-08-19 Thread sean schofield (JIRA)
[ http://issues.apache.org/jira/browse/MYFACES-427?page=comments#action_12319379 ] sean schofield commented on MYFACES-427: One potential drawback of including sandbox in myfaces-all.ajr is that you can't have a massively changed version of an *exi

Re: [jira] Closed: (MYFACES-419) Dynamic loading of navigation rules not working

2005-08-19 Thread Sean Schofield
Doh. Sorry. I just figured you were tired. :-) On 8/19/05, Martin Marinschek <[EMAIL PROTECTED]> wrote: > Oh, I was waiting for feedback of the user - then I wanted to close > it... I set it to resolved on purpose.. > > regards, > > Martin > > On 8/19/05, sean schofield (JIRA) wrote: > >

Re: [jira] Closed: (MYFACES-419) Dynamic loading of navigation rules not working

2005-08-19 Thread Martin Marinschek
Oh, I was waiting for feedback of the user - then I wanted to close it... I set it to resolved on purpose.. regards, Martin On 8/19/05, sean schofield (JIRA) wrote: > [ http://issues.apache.org/jira/browse/MYFACES-419?page=all ] > > sean schofield closed MYFACES-419: > ---

[jira] Closed: (MYFACES-419) Dynamic loading of navigation rules not working

2005-08-19 Thread sean schofield (JIRA)
[ http://issues.apache.org/jira/browse/MYFACES-419?page=all ] sean schofield closed MYFACES-419: -- > Dynamic loading of navigation rules not working > --- > > Key: MYFACES-419 > URL: http://i

[jira] Commented: (MYFACES-427) In myfaces-all.jar, faces-config.xml doesn't include the content of the sandbox's faces-config.xml

2005-08-19 Thread Martin Marinschek (JIRA)
[ http://issues.apache.org/jira/browse/MYFACES-427?page=comments#action_12319378 ] Martin Marinschek commented on MYFACES-427: --- a +1 from me for that as well... would be great if we would get someone to help out with this. regards, Martin > In

[jira] Closed: (MYFACES-347) ExtensionFilter called multiple times under Weblogic

2005-08-19 Thread sean schofield (JIRA)
[ http://issues.apache.org/jira/browse/MYFACES-347?page=all ] sean schofield closed MYFACES-347: -- > ExtensionFilter called multiple times under Weblogic > > > Key: MYFACES-347 > URL

Lets keep the JIRA fixes coming!

2005-08-19 Thread Sean Schofield
Thanks to Martin and Sylvain for their JIRA close-out session last night and this morning. Thanks also to our users for reporting problems (and more importantly, providing patches.) Lets keep those fixes coming! sean

[jira] Created: (MYFACES-431) NullPointerException when binding HtmlDataTable to backing bean

2005-08-19 Thread JIRA
NullPointerException when binding HtmlDataTable to backing bean --- Key: MYFACES-431 URL: http://issues.apache.org/jira/browse/MYFACES-431 Project: MyFaces Type: Bug Components: Tomahawk Versions: 1.

[jira] Commented: (MYFACES-348) JSF tags do not use the pageContext for the tag for output

2005-08-19 Thread Martin Marinschek (JIRA)
[ http://issues.apache.org/jira/browse/MYFACES-348?page=comments#action_12319367 ] Martin Marinschek commented on MYFACES-348: --- Care to see what the RI for JSF 1.2 is doing in this case? if the fixes are similar, we will be patching right away, i

[jira] Resolved: (MYFACES-419) Dynamic loading of navigation rules not working

2005-08-19 Thread Martin Marinschek (JIRA)
[ http://issues.apache.org/jira/browse/MYFACES-419?page=all ] Martin Marinschek resolved MYFACES-419: --- Fix Version: Nightly Build Resolution: Fixed fixed this. Please try it out with nightly build or SVN head. regards, Martin > Dynamic

[jira] Commented: (MYFACES-348) JSF tags do not use the pageContext for the tag for output

2005-08-19 Thread Dan Zehme (JIRA)
[ http://issues.apache.org/jira/browse/MYFACES-348?page=comments#action_12319362 ] Dan Zehme commented on MYFACES-348: --- I do not know what is proposed for JSF 1.2. This fix was independently developed. Thanks, Dan > JSF tags do not use the pageConte

[jira] Created: (MYFACES-430) inputDate (calendar) and French Locale

2005-08-19 Thread Maxence Dewil (JIRA)
inputDate (calendar) and French Locale -- Key: MYFACES-430 URL: http://issues.apache.org/jira/browse/MYFACES-430 Project: MyFaces Type: Bug Components: Tomahawk Versions: Nightly Build Reporter: Maxence Dewil Pr

[jira] Created: (MYFACES-429) Tree2 in ClientSide preserveToggle=true does not work

2005-08-19 Thread Marc Vandeloise (JIRA)
Tree2 in ClientSide preserveToggle=true does not work --- Key: MYFACES-429 URL: http://issues.apache.org/jira/browse/MYFACES-429 Project: MyFaces Type: Bug Components: Tomahawk Versions: Nightly Build

[jira] Resolved: (MYFACES-373) columns attribute not initialized properly

2005-08-19 Thread Martin Marinschek (JIRA)
[ http://issues.apache.org/jira/browse/MYFACES-373?page=all ] Martin Marinschek resolved MYFACES-373: --- Fix Version: Nightly Build Resolution: Fixed Please try out the current version - I will close this bug then. regards, Martin > col

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

2005-08-19 Thread Walter Snel
Martin, Thanks for taking this up. I'll need to dive into my code again and disable my work around. This might take me a day or two (currently on different project). Stay tuned, will mail you as soon as I have an exception trace. Walter

[jira] Resolved: (MYFACES-347) ExtensionFilter called multiple times under Weblogic

2005-08-19 Thread Martin Marinschek (JIRA)
[ http://issues.apache.org/jira/browse/MYFACES-347?page=all ] Martin Marinschek resolved MYFACES-347: --- Fix Version: Nightly Build Resolution: Fixed > ExtensionFilter called multiple times under Weblogic > -

[jira] Commented: (MYFACES-347) ExtensionFilter called multiple times under Weblogic

2005-08-19 Thread Martin Marinschek (JIRA)
[ http://issues.apache.org/jira/browse/MYFACES-347?page=comments#action_12319358 ] Martin Marinschek commented on MYFACES-347: --- I have checked in a fix for this - hope this fits. Particularly, I am calling chain.doFilter even if the filter has be

[jira] Resolved: (MYFACES-376) HTML Renderkit doesn't choose correct ContentType

2005-08-19 Thread Martin Marinschek (JIRA)
[ http://issues.apache.org/jira/browse/MYFACES-376?page=all ] Martin Marinschek resolved MYFACES-376: --- Fix Version: Nightly Build Resolution: Fixed Please test this before I close it out completely. regards, Martin > HTML Renderkit doe

[jira] Commented: (MYFACES-237) x:inputDate and popupCalendar problem

2005-08-19 Thread Martin Marinschek (JIRA)
[ http://issues.apache.org/jira/browse/MYFACES-237?page=comments#action_12319352 ] Martin Marinschek commented on MYFACES-237: --- Can you try it out with inputCalendar? If you confirm this problem with inputCalendar, I will take over... regards,

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

2005-08-19 Thread Martin Marinschek (JIRA)
[ http://issues.apache.org/jira/browse/MYFACES-210?page=comments#action_12319351 ] Martin Marinschek commented on MYFACES-210: --- I don't understand where those NPEs would occurr. The thing is that this converter configuration stuff is something My

[jira] Commented: (MYFACES-237) x:inputDate and popupCalendar problem

2005-08-19 Thread Tomasz Bandura (JIRA)
[ http://issues.apache.org/jira/browse/MYFACES-237?page=comments#action_12319350 ] Tomasz Bandura commented on MYFACES-237: I don't know because i don't use inputCalendar in my appl. , sorry > x:inputDate and popupCalendar problem > ---

[jira] Commented: (MYFACES-208) faces-config.xml is only found in jar files located in WEB-INF/lib

2005-08-19 Thread Martin Marinschek (JIRA)
[ http://issues.apache.org/jira/browse/MYFACES-208?page=comments#action_12319349 ] Martin Marinschek commented on MYFACES-208: --- P.S.: this is what the RI does. I put the license header up on top so that it is clear that this code snippet is unde

[jira] Closed: (MYFACES-284) x:calendar doesn't work under firefox

2005-08-19 Thread Martin Marinschek (JIRA)
[ http://issues.apache.org/jira/browse/MYFACES-284?page=all ] Martin Marinschek closed MYFACES-284: - Fix Version: Nightly Build Resolution: Fixed yes - finally closed out ;) regards, Martin > x:calendar doesn't work under firefox > -

[jira] Commented: (MYFACES-208) faces-config.xml is only found in jar files located in WEB-INF/lib

2005-08-19 Thread Martin Marinschek (JIRA)
[ http://issues.apache.org/jira/browse/MYFACES-208?page=comments#action_12319347 ] Martin Marinschek commented on MYFACES-208: --- I have evaluated this and Chris is absolutely right - there is a difference in how MyFaces and the RI handle this spec

[jira] Commented: (MYFACES-284) x:calendar doesn't work under firefox

2005-08-19 Thread ludovic SMADJA (JIRA)
[ http://issues.apache.org/jira/browse/MYFACES-284?page=comments#action_12319344 ] ludovic SMADJA commented on MYFACES-284: Hi, I've tried with the nightly build of yesterday and all seems to work fine. Thanks for your good job. regards, Ludovic

[jira] Commented: (MYFACES-420) InputText isn't refreshed after valueChangeListener

2005-08-19 Thread Mathias Werlitz (JIRA)
[ http://issues.apache.org/jira/browse/MYFACES-420?page=comments#action_12319339 ] Mathias Werlitz commented on MYFACES-420: - Can you provide more details what you are doing in the valueChangeListener? The Input components show the submitted value o

[jira] Closed: (MYFACES-192) inputParam component

2005-08-19 Thread Martin Marinschek (JIRA)
[ http://issues.apache.org/jira/browse/MYFACES-192?page=all ] Martin Marinschek closed MYFACES-192: - Fix Version: Nightly Build Resolution: Won't Fix > inputParam component > > > Key: MYFACES-192 > URL

[jira] Commented: (MYFACES-192) inputParam component

2005-08-19 Thread Martin Marinschek (JIRA)
[ http://issues.apache.org/jira/browse/MYFACES-192?page=comments#action_12319338 ] Martin Marinschek commented on MYFACES-192: --- Good to hear. thanks for bringing this up, Adam. I will close that out and we will be implementing this in our JSF 1.

[jira] Created: (MYFACES-428) InputDate(s) within dataTable submitting incorrect dates

2005-08-19 Thread Colin Chalmers (JIRA)
InputDate(s) within dataTable submitting incorrect dates Key: MYFACES-428 URL: http://issues.apache.org/jira/browse/MYFACES-428 Project: MyFaces Type: Bug Versions: 1.0.9 beta Environment: JDK 1.4.2_08