yeah, I didn't think of it like that.

On 1/17/07, Igor Vaynberg <[EMAIL PROTECTED]> wrote:

leaving the frame means leaving the html tags, and that means the
component might not be fully hidden as expected if, for example, it has a
css border

-igor


On 1/17/07, Marc-Andre Houle <[EMAIL PROTECTED]> wrote:

> Just to know if I'm the only one who think it should be a good idea
> that, when outputmarkupId is true, the "frame" of the component is still
> there so it can be reprinted using ajax and without having the overhead of
> managing to add a new component and setting each one of them to the correct
> visibility.
>
> Maybe not all the type of component, but particularly container can be
> of that style. (Like setting invisible a fragment at startup and make it
> appear when you click something.
>
> Anyway, my 2 cents about that.
>
> Marc
>
>
> On 1/16/07, Marc-Andre Houle < [EMAIL PROTECTED]> wrote:
> >
> > Just to let know a possible reader, do not override isVisible.  It is
> > what make me search a long time about this to find out that if you say in
> > isVisible something that you don't want, it will make your
> > fragment/panel/whateverContainer disapear like before.
> >
> > So, thats it, don't override isVisible if it is not necessary (Or like
> > me becaus eyou don't want to modify some existing lazy code...)
> >
> > Thanks
> >
> > Marc
> >
> > On 1/16/07, Erik van Oosten <[EMAIL PROTECTED]> wrote:
> > >
> > > Martijn's example works only with JavaScript but needs no server
> > > roundtrip.
> > > Igor's and my version also works without JavaScript but does need to
> > > make a call to the server.
> > >
> > > My version is probably more useful when you need to switch more
> > > things
> > > in and out. Now I reread your question, this does not seem to be the
> > > case. So either of the Martijn and Igor solutions are appropriate.
> > >
> > >     Erik.
> > >
> > >
> > > Marc-Andre Houle wrote:
> > > > Every one of you seem's to have a different answer, but I'm not
> > > sure
> > > > which one is the best...
> > >
> > > --
> > > Erik van Oosten
> > > http://day-to-day-stuff.blogspot.com/
> > >
> > >
> > > -------------------------------------------------------------------------
> > >
> > > Take Surveys. Earn Cash. Influence the Future of IT
> > > Join SourceForge.net's Techsay panel and you'll get the chance to
> > > share your
> > > opinions on IT & business topics through brief surveys - and earn
> > > cash
> > > http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
> > >
> > > _______________________________________________
> > > Wicket-user mailing list
> > > Wicket-user@lists.sourceforge.net
> > > https://lists.sourceforge.net/lists/listinfo/wicket-user
> > >
> >
> >
>
>
> -------------------------------------------------------------------------
> Take Surveys. Earn Cash. Influence the Future of IT
> Join SourceForge.net's Techsay panel and you'll get the chance to share
> your
> opinions on IT & business topics through brief surveys - and earn cash
>
> http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
>
> _______________________________________________
> Wicket-user mailing list
> Wicket-user@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/wicket-user
>
>
>

-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share
your
opinions on IT & business topics through brief surveys - and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV

_______________________________________________
Wicket-user mailing list
Wicket-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wicket-user



-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys - and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________
Wicket-user mailing list
Wicket-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wicket-user

Reply via email to