[jira] Created: (MYFACES-440) Circular dependencies in managed properties lead to StackOverflowError in VariableResolverImpl

2005-08-24 Thread Erik-Berndt Scheper (JIRA)
Circular dependencies in managed properties lead to StackOverflowError in VariableResolverImpl -- Key: MYFACES-440 URL: http://issues.apache.org/jira/browse/MYFACES-440 Project:

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

2005-08-24 Thread Tomasz Bandura (JIRA)
[ http://issues.apache.org/jira/browse/MYFACES-237?page=comments#action_12319837 ] Tomasz Bandura commented on MYFACES-237: Hi, I tried inputCalendar - the same problem occurs. best regards tomasz x:inputDate and popupCalendar problem

Re: myfaces debugging with Eclipse

2005-08-24 Thread Werner Punz
Feel free to add it to the official docs ;-) Sean Schofield wrote: That's some nice documentation (I never checked it out before as I have no problems in this area.) Nice job wiki users! sean On 8/23/05, Martin Marinschek [EMAIL PROTECTED] wrote: Best thing is you follow these

Re: myfaces debugging with Eclipse

2005-08-24 Thread Fab Psycho
Hi Werner, Thanks for explanation, it works that way ... But I think it would be interesting to have an additionnal myfaces build.xml entry such as build wardebug building the four war files with sources included ... That way, we could deploy a war in tomcat, declare project in eclipse and

Re: myfaces debugging with Eclipse

2005-08-24 Thread Werner Punz
Fab Psycho wrote: Hi Werner, Thanks for explanation, it works that way ... But I think it would be interesting to have an additionnal myfaces build.xml entry such as build wardebug building the four war files with sources included ... That way, we could deploy a war in tomcat, declare

Re: myfaces debugging with Eclipse

2005-08-24 Thread Martin Marinschek
Sean is our build expert, so if you get him to introduce something like that (or let you introduce it via a patch), you are all set! regards, Martin On 8/24/05, Fab Psycho [EMAIL PROTECTED] wrote: Hi Werner, Thanks for explanation, it works that way ... But I think it would be

[jira] Created: (MYFACES-441) CLONE -HTML Renderkit doesn't choose correct ContentType (JavaScript)

2005-08-24 Thread Jacob Hookom (JIRA)
CLONE -HTML Renderkit doesn't choose correct ContentType (JavaScript) - Key: MYFACES-441 URL: http://issues.apache.org/jira/browse/MYFACES-441 Project: MyFaces Type: Bug Components: JSF 1.1

[jira] Commented: (MYFACES-441) CLONE -HTML Renderkit doesn't choose correct ContentType (JavaScript)

2005-08-24 Thread Jacob Hookom (JIRA)
[ http://issues.apache.org/jira/browse/MYFACES-441?page=comments#action_12319853 ] Jacob Hookom commented on MYFACES-441: -- If the renderkit is going to allow a content type of xhtml, then it needs to produce xhtml compliant JavaScript, which I don't

[jira] Created: (MYFACES-442) h:panelGrid logs an error when columns parameter not specified

2005-08-24 Thread Brendan Conner (JIRA)
h:panelGrid logs an error when columns parameter not specified Key: MYFACES-442 URL: http://issues.apache.org/jira/browse/MYFACES-442 Project: MyFaces Type: Bug Components: JSF 1.1 Versions:

[jira] Closed: (MYFACES-441) CLONE -HTML Renderkit doesn't choose correct ContentType (JavaScript)

2005-08-24 Thread Martin Marinschek (JIRA)
[ http://issues.apache.org/jira/browse/MYFACES-441?page=all ] Martin Marinschek closed MYFACES-441: - Resolution: Fixed This should finally be done. We should still work on text/xml/xhtml support in any case. CLONE -HTML Renderkit doesn't

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

2005-08-24 Thread Martin Marinschek (JIRA)
[ http://issues.apache.org/jira/browse/MYFACES-376?page=comments#action_12319856 ] Martin Marinschek commented on MYFACES-376: --- fixed anew (see clone MYFACES-441) HTML Renderkit doesn't choose correct ContentType

[jira] Commented: (MYFACES-442) h:panelGrid logs an error when columns parameter not specified

2005-08-24 Thread Martin Marinschek (JIRA)
[ http://issues.apache.org/jira/browse/MYFACES-442?page=comments#action_12319859 ] Martin Marinschek commented on MYFACES-442: --- In the latest nightly build this is fixed ;) regards, Martin h:panelGrid logs an error when columns parameter not

[jira] Commented: (MYFACES-441) CLONE -HTML Renderkit doesn't choose correct ContentType (JavaScript)

2005-08-24 Thread Jacob Hookom (JIRA)
[ http://issues.apache.org/jira/browse/MYFACES-441?page=comments#action_12319858 ] Jacob Hookom commented on MYFACES-441: -- Great! Thanks a ton! CLONE -HTML Renderkit doesn't choose correct ContentType (JavaScript)

[jira] Closed: (MYFACES-442) h:panelGrid logs an error when columns parameter not specified

2005-08-24 Thread Martin Marinschek (JIRA)
[ http://issues.apache.org/jira/browse/MYFACES-442?page=all ] Martin Marinschek closed MYFACES-442: - Fix Version: Nightly Build Resolution: Fixed h:panelGrid logs an error when columns parameter not specified

[jira] Commented: (MYFACES-442) h:panelGrid logs an error when columns parameter not specified

2005-08-24 Thread Martin Marinschek (JIRA)
[ http://issues.apache.org/jira/browse/MYFACES-442?page=comments#action_12319860 ] Martin Marinschek commented on MYFACES-442: --- to be precise: builds from August 21, 2005 on should not have this problem in them. regards, Martin h:panelGrid

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

2005-08-24 Thread Sylvain Vieujot (JIRA)
[ http://issues.apache.org/jira/browse/MYFACES-237?page=comments#action_12319864 ] Sylvain Vieujot commented on MYFACES-237: - Did you check with a recent build ? Because I had the problem too, but it seems that it has been corrected recently.

[jira] Created: (MYFACES-443) javax.faces.render.Renderer.encodeChildren() should encode children

2005-08-24 Thread Ken Weiner (JIRA)
javax.faces.render.Renderer.encodeChildren() should encode children --- Key: MYFACES-443 URL: http://issues.apache.org/jira/browse/MYFACES-443 Project: MyFaces Type: Bug Components: JSF 1.1

t:span tag

2005-08-24 Thread Sylvain Vieujot
I'd like to add a new convenient t:span tag directly to tomahawk. It's a rather risk-free tag, because as the t:div, it'll extend t:htmlTag, with only one method : public Object getValue() { return span; } If nobody objects, I'll do this in the next days. Thanks, Sylvain.

Re: t:span tag

2005-08-24 Thread Sean Schofield
-1 for tomahawk. We should put this in sandbox. There's no real difference except for to be in tomahawk we need example, docs, etc. I have a couple of these I'd like to add too but I think they go in sandbox as well (ex. t:fieldset) We're trying to get a release ready so I'm -1 for new

Re: t:span tag

2005-08-24 Thread Sylvain Vieujot
For really new components, I agree with you, but this one as really nothing new or experimental. So I prefer to postpone it because adding it to the sandbox means I'll have to change all the prefixes if I use it. ... for a convenient tag, this isn't very convenient. P.S. As for the doc, it's

[jira] Created: (MYFACES-444) HtmlMessageRendererBase renders tooltip as message summary rather than detail

2005-08-24 Thread Ken Weiner (JIRA)
HtmlMessageRendererBase renders tooltip as message summary rather than detail - Key: MYFACES-444 URL: http://issues.apache.org/jira/browse/MYFACES-444 Project: MyFaces Type: Bug

[jira] Commented: (MYFACES-444) HtmlMessageRendererBase renders tooltip as message summary rather than detail

2005-08-24 Thread Ken Weiner (JIRA)
[ http://issues.apache.org/jira/browse/MYFACES-444?page=comments#action_12319949 ] Ken Weiner commented on MYFACES-444: I forgot to mention that showDetail should be set to true in order for the tooltip to be activated. The code would then look like

Release Checklist

2005-08-24 Thread Sean Schofield
I know everybody is getting anxious for a release soon. I've put together a simple wiki checklist of the steps I feel we need to do for the release (http://wiki.apache.org/myfaces/MyFaces_1%2e0%2e10.) Please take a moment to review it. Its not really a formal release plan like Struts has but we

[jira] Commented: (MYFACES-438) [tree2] Selected node is lost when navigating to another page

2005-08-24 Thread sean schofield (JIRA)
[ http://issues.apache.org/jira/browse/MYFACES-438?page=comments#action_12319961 ] sean schofield commented on MYFACES-438: @Mathias, I like option#1 (that was my long term plan for TreeState.) Why couldn't we just persist the selected node(s)

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

2005-08-24 Thread sean schofield (JIRA)
[ http://issues.apache.org/jira/browse/MYFACES-427?page=all ] sean schofield closed MYFACES-427: -- Resolution: Fixed I'm going to close this one out for now. I still have a few more tweaks related to a new option to exclude sandbox stuff (for the

Re: Release Checklist

2005-08-24 Thread Martin Marinschek
Thanks Sean again for your hard work. I will have a look at the release plan, and I will play around with generating the release notes from JIRA. regards, Martin On 8/25/05, Sean Schofield [EMAIL PROTECTED] wrote: I know everybody is getting anxious for a release soon. I've put together a