NavigationHandlerImpl and viewId

2005-12-22 Thread Mario Ivankovits
Hi! In NavigationHandlerImpl around line 145 there is the following code ViewHandler viewHandler = facesContext.getApplication().getViewHandler(); //create new view String newViewId = navigationCase.getToViewId(); UIViewRoot viewRoot = viewHandler.createView(facesContext, newViewId);

[jira] Commented: (MYFACES-817) Runtime error using Tomahawk dataTable + selectBooleanCheckboxes (MyFaces 1.1.1)

2005-12-22 Thread Rafael Santini (JIRA)
[ http://issues.apache.org/jira/browse/MYFACES-817?page=comments#action_12361114 ] Rafael Santini commented on MYFACES-817: The problem does not occurs when the row index is restored to the original value. Example: // method to determine the

[jira] Created: (MYFACES-971) Updated tag documentation for UI commands

2005-12-22 Thread Steve Peterson (JIRA)
Updated tag documentation for UI commands - Key: MYFACES-971 URL: http://issues.apache.org/jira/browse/MYFACES-971 Project: MyFaces Type: Improvement Versions: Nightly Reporter: Steve Peterson The action

[jira] Updated: (MYFACES-971) Updated tag documentation for UI commands

2005-12-22 Thread Steve Peterson (JIRA)
[ http://issues.apache.org/jira/browse/MYFACES-971?page=all ] Steve Peterson updated MYFACES-971: --- Attachment: uic.patch Patch containing updated documentation. Updated tag documentation for UI commands -

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

2005-12-22 Thread Shankar Dj (JIRA)
[ http://issues.apache.org/jira/browse/MYFACES-434?page=comments#action_12361122 ] Shankar Dj commented on MYFACES-434: Hi, I am facing the same problem with Weblogic. I am wondering if this patch is applicable to myfaces 1.1.1 nightly build ? Also

Re: Abstracting JSF presentation from HTML?

2005-12-22 Thread Adam Winer
Jacob and Simon have basically said what I would have said (and better). But I'll write on, anyway. :) When I say it's the only way to go, that's hyperbolic. There are, of course, two ways to go. You can focus on the HTML world, or you can focus on the component world. The primary reason I

Re: NavigationHandlerImpl and viewId

2005-12-22 Thread Adam Winer
This is very strange code, IMO. ViewHandler.createView() should return a UIViewRoot with the viewId already set; that last statement (viewRoot.setViewId(newViewId)) should be a no-op. -- Adam On 12/22/05, Mario Ivankovits [EMAIL PROTECTED] wrote: Hi! In NavigationHandlerImpl around line 145

Re: NavigationHandlerImpl and viewId

2005-12-22 Thread Martin Marinschek
This is the comment in viewHandler.createView(): // as of JSF spec page 7-16: // It is the callers responsibility to ensure that setViewId() is called // on the returned view, passing the same viewId value. // so we do not set the viewId here // ok, but the RI does so,

Re: NavigationHandlerImpl and viewId

2005-12-22 Thread Mario Ivankovits
viewRoot.setViewId(viewRoot.getViewId()); Silly code, indeed, might have too much Punch today ;-) So can we remove the setViewId() at this place at all? --- Mario

Re: NavigationHandlerImpl and viewId

2005-12-22 Thread Mario Ivankovits
Martin Marinschek wrote: That's what I've done. Thanks! Merry Christmas to you all !! Ciao, Mario BTW: Are you and your fellows subscribed to [EMAIL PROTECTED] Maybe we can organize meetings in austria/vieanna from time to time in the new year?

Re: NavigationHandlerImpl and viewId

2005-12-22 Thread Martin Marinschek
[EMAIL PROTECTED] there is something like this? didn't know that ;) regards, Martin On 12/22/05, Mario Ivankovits [EMAIL PROTECTED] wrote: Martin Marinschek wrote: That's what I've done. Thanks! Merry Christmas to you all !! Ciao, Mario BTW: Are you and your fellows subscribed to

[jira] Closed: (MYFACES-746) tabChangeListener doesn´t work

2005-12-22 Thread Chris Buckley
Hello, This issue seems to still be a problem. I am using myfaces-20051221 and get the following error when I use the serverSideTabSwitch: SEVERE: Error Rendering View java.lang.ClassCastException: java.lang.String at

Re: [jira] Closed: (MYFACES-746) tabChangeListener doesn´t work

2005-12-22 Thread Mike Kienenberger
Sounds like a bug. I'd open a JIRA issue on it. Note that you can workaround this general kind of a problem by using #{true} which will always convert from a String to a Boolean, provided el expressions are parsed. On 12/22/05, Chris Buckley [EMAIL PROTECTED] wrote: Hello, This issue seems

[jira] Commented: (MYFACES-854) Problem w/ InputSuggestAjax popup suggestion list

2005-12-22 Thread JIRA
[ http://issues.apache.org/jira/browse/MYFACES-854?page=comments#action_12361135 ] Matthias Weßendorf commented on MYFACES-854: hi. is there any update on this topic? Problem w/ InputSuggestAjax popup suggestion list

Re: [jira] Commented: (MYFACES-854) Problem w/ InputSuggestAjax popup suggestion list

2005-12-22 Thread Mike Kienenberger
Matthias, The AddResource.serveResource() change has been in svn for a couple of weeks. If that was the issue, the problem should be gone now. On 12/22/05, Matthias Weßendorf (JIRA) dev@myfaces.apache.org wrote: [

Re: [jira] Commented: (MYFACES-854) Problem w/ InputSuggestAjax popup suggestion list

2005-12-22 Thread Matthias Wessendorf
Ok, I'll close this ticket! On 12/22/05, Mike Kienenberger [EMAIL PROTECTED] wrote: Matthias, The AddResource.serveResource() change has been in svn for a couple of weeks. If that was the issue, the problem should be gone now. On 12/22/05, Matthias Weßendorf (JIRA) dev@myfaces.apache.org

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

2005-12-22 Thread Henrik Bentel (JIRA)
[ http://issues.apache.org/jira/browse/MYFACES-702?page=comments#action_12361138 ] Henrik Bentel commented on MYFACES-702: --- Hi I've just experienced the same issue with Liferay 3.6.1 and Myfaces 1.1.1. I've looked around in Liferay in the util-jsf

Re: [jira] Commented: (MYFACES-854) Problem w/ InputSuggestAjax popup suggestion list

2005-12-22 Thread Mike Kienenberger
Well, I don't know if it was clear that it was caused by this issue, so I'd hold off until someone else comments. On 12/22/05, Matthias Wessendorf [EMAIL PROTECTED] wrote: Ok, I'll close this ticket! On 12/22/05, Mike Kienenberger [EMAIL PROTECTED] wrote: Matthias, The

Re: [jira] Commented: (MYFACES-854) Problem w/ InputSuggestAjax popup suggestion list

2005-12-22 Thread Matthias Wessendorf
ok. Let's wait :)

[jira] Commented: (MYFACES-871) scripts from script.aculo.us needs updated

2005-12-22 Thread JIRA
[ http://issues.apache.org/jira/browse/MYFACES-871?page=comments#action_12361139 ] Matthias Weßendorf commented on MYFACES-871: Volker, version 1.5 and the patch seam to cause some problems. Have you also tried 1.5 instead of 1.5_rc5 ?

[jira] Commented: (MYFACES-871) scripts from script.aculo.us needs updated

2005-12-22 Thread Volker Weber (JIRA)
[ http://issues.apache.org/jira/browse/MYFACES-871?page=comments#action_12361143 ] Volker Weber commented on MYFACES-871: -- No, when i test this the 1.5 was not out. What are the problems? The input suggest of tobago works with this patch and 1.5 of

Proposal: x:panelTabbedPane changes

2005-12-22 Thread chemeia
I'm looking at some enhancements to panelTabbedPane and want to run them by the list before I do the work.1. add ability to shut off the include of the default style sheet.x:panelTabbedPane ... includeDefaultStyles=false The default for the attribute would be true. Is there another example of

Re: NavigationHandlerImpl and viewId

2005-12-22 Thread Adam Winer
On 12/22/05, Martin Marinschek [EMAIL PROTECTED] wrote: This is the comment in viewHandler.createView(): // as of JSF spec page 7-16: // It is the callers responsibility to ensure that setViewId() is called // on the returned view, passing the same viewId value. // so we

Re: Proposal: x:panelTabbedPane changes

2005-12-22 Thread Martin Marinschek
for 1: we generally use the styleLocation, imageLocation and scriptLocation attributes to point to resources for components... with this, the user can change from which directory the files are read. the inputCalendar component additionally has a central switch: addResources will disable serving

Re: Proposal: x:panelTabbedPane changes

2005-12-22 Thread Martin Marinschek
for 2: yes, but can we call it 'theme' - that would go with the method used on other components. for 3: sounds good to me! regards, Martin On 12/23/05, Martin Marinschek [EMAIL PROTECTED] wrote: for 1: we generally use the styleLocation, imageLocation and scriptLocation attributes to

[jira] Commented: (MYFACES-871) scripts from script.aculo.us needs updated

2005-12-22 Thread Martin Marinschek (JIRA)
[ http://issues.apache.org/jira/browse/MYFACES-871?page=comments#action_12361167 ] Martin Marinschek commented on MYFACES-871: --- Matthias, have you also updated prototype to version 1.4? regards, Martin scripts from script.aculo.us needs

[jira] Commented: (MYFACES-450) Can't use h:outputLabel against a Tomahawk component

2005-12-22 Thread Martin Marinschek (JIRA)
[ http://issues.apache.org/jira/browse/MYFACES-450?page=comments#action_12361168 ] Martin Marinschek commented on MYFACES-450: --- I have tried all possible combinations - and they all work for me. So I am closing this out for now as not

[jira] Closed: (MYFACES-450) Can't use h:outputLabel against a Tomahawk component

2005-12-22 Thread Martin Marinschek (JIRA)
[ http://issues.apache.org/jira/browse/MYFACES-450?page=all ] Martin Marinschek closed MYFACES-450: - Fix Version: Nightly Resolution: Cannot Reproduce Can't use h:outputLabel against a Tomahawk component

[jira] Commented: (MYFACES-857) Duplicate id in subview

2005-12-22 Thread Martin Marinschek (JIRA)
[ http://issues.apache.org/jira/browse/MYFACES-857?page=comments#action_12361169 ] Martin Marinschek commented on MYFACES-857: --- Jürgen, as far as I can see, you were absolutely right. That would mean that in MyFaces you couldn't create dynamic

[jira] Closed: (MYFACES-857) Duplicate id in subview

2005-12-22 Thread Martin Marinschek (JIRA)
[ http://issues.apache.org/jira/browse/MYFACES-857?page=all ] Martin Marinschek closed MYFACES-857: - Fix Version: Nightly Resolution: Fixed Hope this is resolved now. Get back to us with any further information! regards, Martin

[jira] Commented: (MYFACES-710) inputCaledar incorrectly working with CSS

2005-12-22 Thread Martin Marinschek (JIRA)
[ http://issues.apache.org/jira/browse/MYFACES-710?page=comments#action_12361172 ] Martin Marinschek commented on MYFACES-710: --- Boris, I am sorry that it took such a long time - and even more sorry that I can't apply your patch right now as

[jira] Commented: (MYFACES-710) inputCaledar incorrectly working with CSS

2005-12-22 Thread Martin Marinschek (JIRA)
[ http://issues.apache.org/jira/browse/MYFACES-710?page=comments#action_12361173 ] Martin Marinschek commented on MYFACES-710: --- Plus - if you are at it, it would be great if you could check the scripts for any remaining issues - I'd also love to

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

2005-12-22 Thread Martin Marinschek (JIRA)
[ http://issues.apache.org/jira/browse/MYFACES-210?page=comments#action_12361174 ] Martin Marinschek commented on MYFACES-210: --- Adam, I don't understand your comment here either. How would a tool provide a default-value for a property of a

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

2005-12-22 Thread Martin Marinschek (JIRA)
[ http://issues.apache.org/jira/browse/MYFACES-210?page=comments#action_12361175 ] Martin Marinschek commented on MYFACES-210: --- Ken, I'd say so, too. That was an omission in the Spec, I'd say. regards, Martin Undesired dependency on

[jira] Commented: (MYFACES-589) inputCalendar localized month names problem

2005-12-22 Thread Martin Marinschek (JIRA)
[ http://issues.apache.org/jira/browse/MYFACES-589?page=comments#action_12361176 ] Martin Marinschek commented on MYFACES-589: --- This should be fixed in the head-version. regards, Martin inputCalendar localized month names problem

[jira] Closed: (MYFACES-589) inputCalendar localized month names problem

2005-12-22 Thread Martin Marinschek (JIRA)
[ http://issues.apache.org/jira/browse/MYFACES-589?page=all ] Martin Marinschek closed MYFACES-589: - Fix Version: Nightly Resolution: Fixed inputCalendar localized month names problem ---