FW: Tomahawk SelectItems

2007-03-07 Thread Cash, Jamie
> Where is the tomahawk SelectItems class? > > It is listed in the tomahawk documentation as being here: > org.apache.myfaces.custom.selectitems.UISelectItems > > but this class doesn't exist in either version 1.1.2 or 1.1.3 of tomahawk. > > The tag t:selectItems is not recognised either. >

RE: property vs method

2006-02-10 Thread Cash, Jamie
r.java:301) at org.apache.myfaces.context.servlet.ServletExternalContextImpl.dispatch (ServletExternalContextImpl.java:416) ... 20 more On 10 Feb 2006, at 12:32, Cash, Jamie wrote: If you named the method getShowThisOne it should work, you do not need to have the actual propert

RE: property vs method

2006-02-10 Thread Cash, Jamie
If you named the method getShowThisOne it should work, you do not need to have the actual property declared in the bean. Regards Jamie -Original Message- From: Philippe Lamote [mailto:[EMAIL PROTECTED] Sent: 10 February 2006 11:29 To: MyFaces Discussion Subject: property vs method Hi

RE: JSF Book marking and Crawling

2006-02-01 Thread Cash, Jamie
If you set the navigation rules to redirect then the pages will be bookmarkable. As for crawling, outputLinks can be crawled where as commandLinks cannot. On my site I have built as usual, but added some outputLinks for pages that I want the search engines to follow. For an example of this see

RE: Tiles & jsCookMenu

2006-01-18 Thread Cash, Jamie
ld have something like this in tiles-defs.xml ?                    ?   so would it be menu.jsp or menu.jsf when declaring it in tiles-defs.xml?      thanx and regards    marco     On 1/18/06, Cash, Jamie <[EMAIL PROTECTED]> wrote: I have used thi

RE: Tiles & jsCookMenu

2006-01-18 Thread Cash, Jamie
I have used this setup (jsf & tiles and jscookmenu) and my setup was as follows: Used struts.jar which includes the tiles stuff. Created my default.jsp (tiles template) file as a standard tiles layout, minimialising the use of jsf tags (This works well, as you have much more control over the sit

RE: TreeNode problem

2006-01-05 Thread Cash, Jamie
I am having some problems with tree node, using MyFaces 1.1.1. I am constructing a tree node with the following statement but isLeaf returns true. treeNode= new TreeNodeBase(nodeType.toString(), node, false); This is still the case even if I explicitly call setLeaf(false); after creating the