Re: [TRINIDAD] Passing a request parameter to a session bean

2009-03-15 Thread Andrew Robinson
1. try f:setPropertyActionListener 2. use the managed property feature of the managed bean registration in the faces-config.xml 3. I did'nt know f:param didn't work with the command button, have you tested it? -Andrew On Fri, Mar 13, 2009 at 5:09 PM, Amaris Nieves wrote: > I can a

Re: [TOMAHAWK][1.2] what is iconProvider?

2009-03-15 Thread Simon Kitching
On Sat, 2009-03-14 at 08:25 +0200, Anton Gavazuk wrote: > Hi all, > > looked through the list of tags and found iconProvider tag - > > org.apache.myfaces.custom.tree.taglib.IconProviderTag > > does anyone know anything about the tag - what is it? > I don't know. But from the packagename it app

Re: t:selectItems with a map

2009-03-15 Thread Simon Kitching
On Sun, 2009-03-15 at 13:28 +, Johannes Ruthenberg wrote: > Hi everyone! > > First, a big thank you to Cagatay! I was about to agree with Simon that > f:selectItems couldn't do this (judging from the documentation), but it > seems that I didn't even try it without the other attributes. I jus

Re: t:selectItems with a map

2009-03-15 Thread Johannes Ruthenberg
Hi everyone! First, a big thank you to Cagatay! I was about to agree with Simon that f:selectItems couldn't do this (judging from the documentation), but it seems that I didn't even try it without the other attributes. I just tried it out and this actually works like expected (selectedRoles be

Re: t:selectItems with a map

2009-03-15 Thread Simon Kitching
On Sun, 2009-03-15 at 01:37 +0200, Cagatay Civici wrote: > I remember adding this feature in 2006 :) > > If you have a map you actually don't need t:selectItems much. > f:selectItems would suffice where labels are the keys and values are > the map values. How would you do that? The f:selectI