On 7/31/07, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote:
> Rahul, thanks for your reply.
> At the moment I have all action calling a managed bean:
>   <h:commandLink action="#{mybean.myaction}" .... />
> 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 curiosity is: "Why you don't recommend my approach?"
>
<snip/>

Because there is application specific behavior in the dialog
implementation (and dialog implementations should be
application-agnostic). I understand you have other constraints.

-Rahul


> Ciao
> Mario
>

Reply via email to