Re: Myfaces and Presentation Role based rendering

2009-09-24 Thread jid1
dont see any tag that evaluates to true/false (e.g. for enable disable functionality) It seems ok just for the layouts. Thanks Mike Kienenberger wrote: http://wiki.apache.org/myfaces/SecurityContext On Mon, Sep 21, 2009 at 9:45 AM, jid1 ideligian...@velti.com wrote: Hello, I was looking

[ TRINIDAD ] XMLMenuModel - Action not working with XMLMenuModel and commandNavigationItem

2009-09-22 Thread jid1
Hi, I have the following code: --in the faces JSFX--- tr:navigationPane var=menu value=#{root_menu} level=0 hint=list f:facet name=nodeStamp tr:commandNavigationItem text=#{menu.action} action=#{menu.doAction} / /f:facet /tr:navigationPane --#{root_menu} is defined as bean

RE: MyFaces Spring Orchestra Best Practice

2009-09-21 Thread jid1
use 1 or 2 and sometimes 2a :-) Ciao, Mario -Ursprüngliche Nachricht- Von: jid1 [mailto:ideligian...@velti.com] Gesendet: Freitag, 18. September 2009 17:01 An: users@myfaces.apache.org Betreff: MyFaces Spring Orchestra Best Practice hello, I am trying to implement

Orchestra multi-bean Conversation strange behaviour

2009-09-21 Thread jid1
Hi, I have a the usual example problem (Master/Detail). I have the following beans defined: bean id=personSearchBean class=xxx.PersonSearchBean scope=conversation.access orchestra:conversationName=conv1 /bean bean id=personDetailsBean

Myfaces and Presentation Role based rendering

2009-09-21 Thread jid1
Hello, I was looking for role-based rendering Tags/Tools to use with myfaces. Is there any common practice from this? I would like my forms (and other UI) to render information based on the user role. Eg. If I have a component I would like it to be editable for ROLE_ADMIN, visible for ROLE_MOD

MyFaces Spring Orchestra Best Practice

2009-09-18 Thread jid1
hello, I am trying to implement the following: Backing bean A is used to render search results Backing bean B is used to render the specific details of one result I am setting both beans to conversation.access and don't want to 'access' them from different components (as it's not supposed to