JSCookMenu and f:param

2006-02-06 Thread Richard Frazer
Is f:param supported in tandem with jsookMenu/navigationMenuItem? If not, is there a way to achieve the same result? thanks.

Re: JSCookMenu and f:param

2006-02-07 Thread Richard Frazer
actionListener feature. On 2/6/06, Richard Frazer [EMAIL PROTECTED] mailto:[EMAIL PROTECTED] wrote: Is f:param supported in tandem with jsookMenu/navigationMenuItem? If not, is there a way to achieve the same result? thanks. -- Dudu `P

RE: JSCookMenu and f:param

2006-02-07 Thread Richard Frazer
phase, the only component that can be passed to the ActionListener is the menu itself. Thomas On 2/7/06, Richard Frazer [EMAIL PROTECTED] wrote: Thanks Thomas. I'll grab the nightly tomorrow and try it out. What do you mean that most of you are using the NavigationMenuItem(s) to create

Re: JSCookMenu and f:param

2006-02-08 Thread Richard Frazer
is the menu itself. Thomas On 2/7/06, Richard Frazer [EMAIL PROTECTED] wrote: Thanks Thomas. I'll grab the nightly tomorrow and try it out. What do you mean that most of you are using the NavigationMenuItem(s) to create the entire menu tree? Does that mean you aren't using the jscookMenu tag

Re: MyFAces with FAcelets

2006-02-21 Thread Richard Frazer
Title: Re: MyFAces with FAcelets Whats the url you are trying to hit? Based on the web.xml below, you are mapping the faces servlet to *.jsf. The url you enter should be pagename.jsf, not pagename.xhtml. From: Marco Mistroni [EMAIL PROTECTED] Reply-To: MyFaces Discussion

Re: Tree2 backward compatibility issue : node selection

2006-03-01 Thread Richard Frazer
Is the TreeWalker interface supposed to be package private? thanks. From: Sean Schofield [EMAIL PROTECTED] Reply-To: MyFaces Discussion users@myfaces.apache.org Date: Mon, 20 Feb 2006 14:32:58 -0500 To: MyFaces Discussion users@myfaces.apache.org Subject: Re: Tree2 backward compatibility

TreeWalker interface

2006-03-02 Thread Richard Frazer
Is this interface supposed to be package private? If so, how are we to implement it? thanks.

jenia popup w/ input text

2006-03-06 Thread Richard Frazer
Has anybody tried something like this: jp:popupBox f:facet name=buttonUser Id/f:facet f:facet name=content h:panelGrid columns=3 Filter h:inputText id=userIdFilter value=#{userListBean.userIdFilter}/ h:commandLink value=go action=#{userListBean.filter}/ /h:panelGrid

Re: jenia popup w/ input text

2006-03-07 Thread Richard Frazer
FYI. I just got a response on the Jenia forum. It currently isn't possible to put an input box in a popup box, but it is being worked on. From: Richard Frazer [EMAIL PROTECTED] Reply-To: MyFaces Discussion users@myfaces.apache.org Date: Mon, 06 Mar 2006 13:59:28 -0500 To: MyFaces