RE: Customizing Basic DialogContextManager

2007-07-30 Thread mario.buonopane
Rahul, thanks for your reply. At the moment I have all action calling a managed bean: And the action return the dialog name. Unfortunately the dialog name is not build using a "dialogchooser" and I can't use your approach without change the code (I agree should be the best way to do). The curios

Re: Customizing Basic DialogContextManager

2007-07-30 Thread Rahul Akolkar
On 7/30/07, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote: > Tahnks Rahul for your explanation. > My requirements is: > > At the moment I have an application that start a dialog with name "D1". > A new customer need to change the dialog (for ex."D1_1") because want a > specific dialog if a user work

master-detail redirection with annoteded request bean and tomahawk updateActionListener

2007-07-30 Thread �rico
I have an use case where I need to load a dataTable with all monthly fees from a student and put a link in id column to redirect to an annotaded Fee Request Bean where I can visualize all details ... I've tried to use : ... In my faces_config.xml I have : *

RE: Customizing Basic DialogContextManager

2007-07-30 Thread mario.buonopane
Tahnks Rahul for your explanation. My requirements is: At the moment I have an application that start a dialog with name "D1". A new customer need to change the dialog (for ex."D1_1") because want a specific dialog if a user work in a specific group. So, I don't want change the code of my asset by