Re: [appfuse-user] Call default JSF managed bean method

2007-02-09 Thread [EMAIL PROTECTED]
Matt I am already using it in my project and it works just fine. Documentation isn't the best though. Still haven't really figured out what to do with the optional default that you can apply in the onload-config.xml. If you want I can send the jar and pom files to you. /Tommy [EMAIL PR

RE: [appfuse-user] Call default JSF managed bean method

2007-02-08 Thread Mark Dopheide
@see java.lang.Comparable#compareTo(T) */ public int compareTo(NavigationRule rule) { // sort longest to shortest return viewId.compareTo(rule.getViewId()) * -1; } } } --

Re: [appfuse-user] Call default JSF managed bean method

2007-02-07 Thread Matt Raible
like /myurl.html?cid=12 >> it >> gives convenient bookmarking support to jsf also. >> >> Mark >> -Original Message----- >> From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] >> Sent: Wednesday, January 17, 2007 2:11 PM >> To: users@appfuse.dev.java.net

Re: [appfuse-user] Call default JSF managed bean method

2007-02-07 Thread md10024
gt; gives convenient bookmarking support to jsf also. >> >> Mark >> -Original Message- >> From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] >> Sent: Wednesday, January 17, 2007 2:11 PM >> To: users@appfuse.dev.java.net >> Subject: [appfuse-user] Ca

Re: [appfuse-user] Call default JSF managed bean method

2007-02-07 Thread Matt Raible
PROTECTED] [mailto:[EMAIL PROTECTED] Sent: Wednesday, January 17, 2007 2:11 PM To: users@appfuse.dev.java.net Subject: [appfuse-user] Call default JSF managed bean method Hi Appfuse is using the struts-menu for its menu system and I like it so I would prefer not to change it. Not my problem is tha

RE: [appfuse-user] Call default JSF managed bean method

2007-01-18 Thread Mark Dopheide
convenient bookmarking support to jsf also. Mark -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Sent: Wednesday, January 17, 2007 2:11 PM To: users@appfuse.dev.java.net Subject: [appfuse-user] Call default JSF managed bean method Hi Appfuse is using the struts-menu for its m

[appfuse-user] Call default JSF managed bean method

2007-01-17 Thread [EMAIL PROTECTED]
Hi Appfuse is using the struts-menu for its menu system and I like it so I would prefer not to change it. Not my problem is that you define the links for the menu in the menu-config.xml file. That means NO JSF stuff there :| I have a link to a JSF page where the backing bean has a method that I