You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@myfaces.apache.org by Matthias Wessendorf <ma...@apache.org> on 2007/03/30 15:05:25 UTC

pprPanelGroup

Hi,

I need to show the modalDialog
(onclick="dojoDialog.show();")

AFTER the pprRequest has been executed

any idea ?

-- 
Matthias Wessendorf
http://tinyurl.com/fmywh

further stuff:
blog: http://jroller.com/page/mwessendorf
mail: mwessendorf-at-gmail-dot-com

Re: pprPanelGroup

Posted by Ernst Fastl <er...@gmail.com>.
Then wrap whatever u use this value-binding for with a
pprPanelGroup with partialTriggers="detaisLink" or the
clientId if it is elsewhere.

On 3/30/07, Matthias Wessendorf <ma...@apache.org> wrote:
>            <h:commandLink id="detailsLink"  onclick="dojoDialog.show();">
>              <t:updateActionListener
> property="#{table.detailCustomer}" value="#{customer}" />
>              <h:outputText value="view details" />
>            </h:commandLink>
>
>
>
> and "presenting" this inside the modalDialog...
>
> value="#{detailCustomer.firstname}"
>
> .M
>
> On 3/30/07, Ernst Fastl <er...@gmail.com> wrote:
> > Hi,
> >
> > The PPR update is asynchronous, so it should not matter if the Dialog
> > pops up before or after the update. At least this is the way it works for me.
> >
> > regards
> >
> > Ernst
> >
> > On 3/30/07, Matthias Wessendorf <ma...@apache.org> wrote:
> > > ok, lemme check the dojo behind ;)
> > >
> > > On 3/30/07, Gerald Müllan <bi...@gmail.com> wrote:
> > > > No :)
> > > >
> > > > On 3/30/07, Matthias Wessendorf <ma...@apache.org> wrote:
> > > > > yeah !
> > > > >
> > > > > volunteering ?
> > > > >
> > > > > On 3/30/07, Gerald Müllan <bi...@gmail.com> wrote:
> > > > > > Sounds like we need a new attribute for a js callback after returning
> > > > > > from ppr request.
> > > > > >
> > > > > > On 3/30/07, Matthias Wessendorf <ma...@apache.org> wrote:
> > > > > > > Hi,
> > > > > > >
> > > > > > > I need to show the modalDialog
> > > > > > > (onclick="dojoDialog.show();")
> > > > > > >
> > > > > > > AFTER the pprRequest has been executed
> > > > > > >
> > > > > > > any idea ?
> > > > > > >
> > > > > > > --
> > > > > > > Matthias Wessendorf
> > > > > > > http://tinyurl.com/fmywh
> > > > > > >
> > > > > > > further stuff:
> > > > > > > blog: http://jroller.com/page/mwessendorf
> > > > > > > mail: mwessendorf-at-gmail-dot-com
> > > > > > >
> > > > > >
> > > > > >
> > > > > > --
> > > > > > http://www.irian.at
> > > > > >
> > > > > > Your JSF powerhouse -
> > > > > > JSF Consulting, Development and
> > > > > > Courses in English and German
> > > > > >
> > > > > > Professional Support for Apache MyFaces
> > > > > >
> > > > >
> > > > >
> > > > > --
> > > > > Matthias Wessendorf
> > > > > http://tinyurl.com/fmywh
> > > > >
> > > > > further stuff:
> > > > > blog: http://jroller.com/page/mwessendorf
> > > > > mail: mwessendorf-at-gmail-dot-com
> > > > >
> > > >
> > > >
> > > > --
> > > > http://www.irian.at
> > > >
> > > > Your JSF powerhouse -
> > > > JSF Consulting, Development and
> > > > Courses in English and German
> > > >
> > > > Professional Support for Apache MyFaces
> > > >
> > >
> > >
> > > --
> > > Matthias Wessendorf
> > > http://tinyurl.com/fmywh
> > >
> > > further stuff:
> > > blog: http://jroller.com/page/mwessendorf
> > > mail: mwessendorf-at-gmail-dot-com
> > >
> >
>
>
> --
> Matthias Wessendorf
> http://tinyurl.com/fmywh
>
> further stuff:
> blog: http://jroller.com/page/mwessendorf
> mail: mwessendorf-at-gmail-dot-com
>

Re: pprPanelGroup

Posted by Matthias Wessendorf <ma...@apache.org>.
           <h:commandLink id="detailsLink"  onclick="dojoDialog.show();">
             <t:updateActionListener
property="#{table.detailCustomer}" value="#{customer}" />
             <h:outputText value="view details" />
           </h:commandLink>



and "presenting" this inside the modalDialog...

value="#{detailCustomer.firstname}"

.M

On 3/30/07, Ernst Fastl <er...@gmail.com> wrote:
> Hi,
>
> The PPR update is asynchronous, so it should not matter if the Dialog
> pops up before or after the update. At least this is the way it works for me.
>
> regards
>
> Ernst
>
> On 3/30/07, Matthias Wessendorf <ma...@apache.org> wrote:
> > ok, lemme check the dojo behind ;)
> >
> > On 3/30/07, Gerald Müllan <bi...@gmail.com> wrote:
> > > No :)
> > >
> > > On 3/30/07, Matthias Wessendorf <ma...@apache.org> wrote:
> > > > yeah !
> > > >
> > > > volunteering ?
> > > >
> > > > On 3/30/07, Gerald Müllan <bi...@gmail.com> wrote:
> > > > > Sounds like we need a new attribute for a js callback after returning
> > > > > from ppr request.
> > > > >
> > > > > On 3/30/07, Matthias Wessendorf <ma...@apache.org> wrote:
> > > > > > Hi,
> > > > > >
> > > > > > I need to show the modalDialog
> > > > > > (onclick="dojoDialog.show();")
> > > > > >
> > > > > > AFTER the pprRequest has been executed
> > > > > >
> > > > > > any idea ?
> > > > > >
> > > > > > --
> > > > > > Matthias Wessendorf
> > > > > > http://tinyurl.com/fmywh
> > > > > >
> > > > > > further stuff:
> > > > > > blog: http://jroller.com/page/mwessendorf
> > > > > > mail: mwessendorf-at-gmail-dot-com
> > > > > >
> > > > >
> > > > >
> > > > > --
> > > > > http://www.irian.at
> > > > >
> > > > > Your JSF powerhouse -
> > > > > JSF Consulting, Development and
> > > > > Courses in English and German
> > > > >
> > > > > Professional Support for Apache MyFaces
> > > > >
> > > >
> > > >
> > > > --
> > > > Matthias Wessendorf
> > > > http://tinyurl.com/fmywh
> > > >
> > > > further stuff:
> > > > blog: http://jroller.com/page/mwessendorf
> > > > mail: mwessendorf-at-gmail-dot-com
> > > >
> > >
> > >
> > > --
> > > http://www.irian.at
> > >
> > > Your JSF powerhouse -
> > > JSF Consulting, Development and
> > > Courses in English and German
> > >
> > > Professional Support for Apache MyFaces
> > >
> >
> >
> > --
> > Matthias Wessendorf
> > http://tinyurl.com/fmywh
> >
> > further stuff:
> > blog: http://jroller.com/page/mwessendorf
> > mail: mwessendorf-at-gmail-dot-com
> >
>


-- 
Matthias Wessendorf
http://tinyurl.com/fmywh

further stuff:
blog: http://jroller.com/page/mwessendorf
mail: mwessendorf-at-gmail-dot-com

Re: pprPanelGroup

Posted by Ernst Fastl <er...@gmail.com>.
Hi,

The PPR update is asynchronous, so it should not matter if the Dialog
pops up before or after the update. At least this is the way it works for me.

regards

Ernst

On 3/30/07, Matthias Wessendorf <ma...@apache.org> wrote:
> ok, lemme check the dojo behind ;)
>
> On 3/30/07, Gerald Müllan <bi...@gmail.com> wrote:
> > No :)
> >
> > On 3/30/07, Matthias Wessendorf <ma...@apache.org> wrote:
> > > yeah !
> > >
> > > volunteering ?
> > >
> > > On 3/30/07, Gerald Müllan <bi...@gmail.com> wrote:
> > > > Sounds like we need a new attribute for a js callback after returning
> > > > from ppr request.
> > > >
> > > > On 3/30/07, Matthias Wessendorf <ma...@apache.org> wrote:
> > > > > Hi,
> > > > >
> > > > > I need to show the modalDialog
> > > > > (onclick="dojoDialog.show();")
> > > > >
> > > > > AFTER the pprRequest has been executed
> > > > >
> > > > > any idea ?
> > > > >
> > > > > --
> > > > > Matthias Wessendorf
> > > > > http://tinyurl.com/fmywh
> > > > >
> > > > > further stuff:
> > > > > blog: http://jroller.com/page/mwessendorf
> > > > > mail: mwessendorf-at-gmail-dot-com
> > > > >
> > > >
> > > >
> > > > --
> > > > http://www.irian.at
> > > >
> > > > Your JSF powerhouse -
> > > > JSF Consulting, Development and
> > > > Courses in English and German
> > > >
> > > > Professional Support for Apache MyFaces
> > > >
> > >
> > >
> > > --
> > > Matthias Wessendorf
> > > http://tinyurl.com/fmywh
> > >
> > > further stuff:
> > > blog: http://jroller.com/page/mwessendorf
> > > mail: mwessendorf-at-gmail-dot-com
> > >
> >
> >
> > --
> > http://www.irian.at
> >
> > Your JSF powerhouse -
> > JSF Consulting, Development and
> > Courses in English and German
> >
> > Professional Support for Apache MyFaces
> >
>
>
> --
> Matthias Wessendorf
> http://tinyurl.com/fmywh
>
> further stuff:
> blog: http://jroller.com/page/mwessendorf
> mail: mwessendorf-at-gmail-dot-com
>

Re: pprPanelGroup

Posted by Matthias Wessendorf <ma...@apache.org>.
ok, lemme check the dojo behind ;)

On 3/30/07, Gerald Müllan <bi...@gmail.com> wrote:
> No :)
>
> On 3/30/07, Matthias Wessendorf <ma...@apache.org> wrote:
> > yeah !
> >
> > volunteering ?
> >
> > On 3/30/07, Gerald Müllan <bi...@gmail.com> wrote:
> > > Sounds like we need a new attribute for a js callback after returning
> > > from ppr request.
> > >
> > > On 3/30/07, Matthias Wessendorf <ma...@apache.org> wrote:
> > > > Hi,
> > > >
> > > > I need to show the modalDialog
> > > > (onclick="dojoDialog.show();")
> > > >
> > > > AFTER the pprRequest has been executed
> > > >
> > > > any idea ?
> > > >
> > > > --
> > > > Matthias Wessendorf
> > > > http://tinyurl.com/fmywh
> > > >
> > > > further stuff:
> > > > blog: http://jroller.com/page/mwessendorf
> > > > mail: mwessendorf-at-gmail-dot-com
> > > >
> > >
> > >
> > > --
> > > http://www.irian.at
> > >
> > > Your JSF powerhouse -
> > > JSF Consulting, Development and
> > > Courses in English and German
> > >
> > > Professional Support for Apache MyFaces
> > >
> >
> >
> > --
> > Matthias Wessendorf
> > http://tinyurl.com/fmywh
> >
> > further stuff:
> > blog: http://jroller.com/page/mwessendorf
> > mail: mwessendorf-at-gmail-dot-com
> >
>
>
> --
> http://www.irian.at
>
> Your JSF powerhouse -
> JSF Consulting, Development and
> Courses in English and German
>
> Professional Support for Apache MyFaces
>


-- 
Matthias Wessendorf
http://tinyurl.com/fmywh

further stuff:
blog: http://jroller.com/page/mwessendorf
mail: mwessendorf-at-gmail-dot-com

Re: pprPanelGroup

Posted by Gerald Müllan <bi...@gmail.com>.
No :)

On 3/30/07, Matthias Wessendorf <ma...@apache.org> wrote:
> yeah !
>
> volunteering ?
>
> On 3/30/07, Gerald Müllan <bi...@gmail.com> wrote:
> > Sounds like we need a new attribute for a js callback after returning
> > from ppr request.
> >
> > On 3/30/07, Matthias Wessendorf <ma...@apache.org> wrote:
> > > Hi,
> > >
> > > I need to show the modalDialog
> > > (onclick="dojoDialog.show();")
> > >
> > > AFTER the pprRequest has been executed
> > >
> > > any idea ?
> > >
> > > --
> > > Matthias Wessendorf
> > > http://tinyurl.com/fmywh
> > >
> > > further stuff:
> > > blog: http://jroller.com/page/mwessendorf
> > > mail: mwessendorf-at-gmail-dot-com
> > >
> >
> >
> > --
> > http://www.irian.at
> >
> > Your JSF powerhouse -
> > JSF Consulting, Development and
> > Courses in English and German
> >
> > Professional Support for Apache MyFaces
> >
>
>
> --
> Matthias Wessendorf
> http://tinyurl.com/fmywh
>
> further stuff:
> blog: http://jroller.com/page/mwessendorf
> mail: mwessendorf-at-gmail-dot-com
>


-- 
http://www.irian.at

Your JSF powerhouse -
JSF Consulting, Development and
Courses in English and German

Professional Support for Apache MyFaces

Re: pprPanelGroup

Posted by Matthias Wessendorf <ma...@apache.org>.
yeah !

volunteering ?

On 3/30/07, Gerald Müllan <bi...@gmail.com> wrote:
> Sounds like we need a new attribute for a js callback after returning
> from ppr request.
>
> On 3/30/07, Matthias Wessendorf <ma...@apache.org> wrote:
> > Hi,
> >
> > I need to show the modalDialog
> > (onclick="dojoDialog.show();")
> >
> > AFTER the pprRequest has been executed
> >
> > any idea ?
> >
> > --
> > Matthias Wessendorf
> > http://tinyurl.com/fmywh
> >
> > further stuff:
> > blog: http://jroller.com/page/mwessendorf
> > mail: mwessendorf-at-gmail-dot-com
> >
>
>
> --
> http://www.irian.at
>
> Your JSF powerhouse -
> JSF Consulting, Development and
> Courses in English and German
>
> Professional Support for Apache MyFaces
>


-- 
Matthias Wessendorf
http://tinyurl.com/fmywh

further stuff:
blog: http://jroller.com/page/mwessendorf
mail: mwessendorf-at-gmail-dot-com

Re: pprPanelGroup

Posted by Gerald Müllan <bi...@gmail.com>.
Sounds like we need a new attribute for a js callback after returning
from ppr request.

On 3/30/07, Matthias Wessendorf <ma...@apache.org> wrote:
> Hi,
>
> I need to show the modalDialog
> (onclick="dojoDialog.show();")
>
> AFTER the pprRequest has been executed
>
> any idea ?
>
> --
> Matthias Wessendorf
> http://tinyurl.com/fmywh
>
> further stuff:
> blog: http://jroller.com/page/mwessendorf
> mail: mwessendorf-at-gmail-dot-com
>


-- 
http://www.irian.at

Your JSF powerhouse -
JSF Consulting, Development and
Courses in English and German

Professional Support for Apache MyFaces