x:commandLink ActionListener Event only works alternately

2005-04-04 Thread Roger Lee, NOTiFY
I am using the x:commandLink on a x:tree2 component; f:facet name="loan" h:panelGroupx:commandLink styleClass="document" actionListener="#{loanSelectionTreeActionListener.processAction}" action="" h:graphicImage value="images/document.png" border="0"/ h:outputText

Better object.toString() instead of cast (String)object

2005-04-04 Thread Broekelmann, Mathias
Hi, To get a string value from a valuebinding the getter methods of the components always cast the object value to string (ex: HtmlOutputLink.getTitle()). A better way would be to test if the object is null and if it is not null call object.toString() and return that value. That would make it

[jira] Updated: (MYFACES-20) JSCookMenus cause duplicated execution of MethodBinding

2005-04-04 Thread Martin Bosak (JIRA)
[ http://issues.apache.org/jira/browse/MYFACES-20?page=history ] Martin Bosak updated MYFACES-20: Attachment: MyFaces-20.txt OK, here it is. Be warned. This is my first attempt at creating a CVS patch file. I hope I did it right. Yes, it is against

[jira] Commented: (MYFACES-161) Converter for java.math.BigDecimal appears twice in /META-INF/faces-config.xml in myfaces-extensions.jar

2005-04-04 Thread Jonathan Eric Miller (JIRA)
[ http://issues.apache.org/jira/browse/MYFACES-161?page=comments#action_62151 ] Jonathan Eric Miller commented on MYFACES-161: -- I must be blind. I was thinking that it was a duplicate, but, now I see that it's a BigDecimal and a

[jira] Commented: (MYFACES-161) Converter for java.math.BigDecimal appears twice in /META-INF/faces-config.xml in myfaces-extensions.jar

2005-04-04 Thread Jonathan Eric Miller (JIRA)
[ http://issues.apache.org/jira/browse/MYFACES-161?page=comments#action_62152 ] Jonathan Eric Miller commented on MYFACES-161: -- What I'm thinking it is now is that the converters have already been defined by the JSF RI and that it's

[jira] Created: (MYFACES-164) Server-side state should be held

2005-04-04 Thread yamo (JIRA)
Server-side state should be held Key: MYFACES-164 URL: http://issues.apache.org/jira/browse/MYFACES-164 Project: MyFaces Type: Improvement Versions: 1.0.9 beta Environment: WindowsXP SP2;J2SE1.4.2_07;Tomcat4.1.31

[jira] Commented: (MYFACES-164) Server-side state should be held

2005-04-04 Thread yamo (JIRA)
[ http://issues.apache.org/jira/browse/MYFACES-164?page=comments#action_62155 ] yamo commented on MYFACES-164: -- Epexegesis: Prease see (MyFaces 1.0.9) org.apache.myfaces.application.jsp.JspStateManagerImpl#removeSerializedViewFromServletSession and