Thanks Darryl,
I have used this code in my JSP.
createGroup2 is under the navigation rule in faces-config
<t:commandButton styleClass="btn" id="createGrp"
action="createGroup2" value="Create Group"
rendered="#{folderBean.canManageGroups}" >
<t:updateActionListener property="#{group.folderId}" value="#{folderBean.folderFullPath}"/>
</t:commandButton>
The problem is that i do get the value of rendered as "true" but the action is not called.
[ June 27, 2008: Message edited by: Nitin Tonk ]