Igor Vaynberg wrote:
> components are stand alone but they need to live inside a container (the 
> page) because they are stored in it. this is how the urls are built, and 
> some other services componetns depend on are provided.
> 
> what you might do is create a generic container page that does nothing 
> more then read off the url what kind of component you want and 
> instantiate it.

cool! but aren't components instanciated in the constructor? i'll need to 
remove older ones, right? what about the constructor change in wicket 2.0?

> 
> -Igor
> 
> 
> On 6/11/06, *Ittay Dror* <[EMAIL PROTECTED] 
> <mailto:[EMAIL PROTECTED]>> wrote:
> 
>     yes, i can do that, but i was wondering if there is a way without
>     needing to write a page (i'm planning on having many such components)
> 
>     thanx,
>     ittay
> 
>     Igor Vaynberg wrote:
>      > why not just create a page that only shows the table?
>      >
>      > -Igor
>      >
>      >
>      > On 6/11/06, *Ittay Dror* <[EMAIL PROTECTED]
>     <mailto:[EMAIL PROTECTED]>
>      > <mailto:[EMAIL PROTECTED] <mailto:[EMAIL PROTECTED]>>> wrote:
>      >
>      >     Hi,
>      >
>      >     Since by using ajax components can be refreshed individually, can
>      >     they be "bookmarked". What I mean is, can I have a URL such that
>      >     loading it will give me the html snippet of the component?
>     Can this
>      >     be done from an external page? My use case is to be able to
>     embedd a
>      >     table showing some data in another page, which is not constructed
>      >     with wicket.For example, put the url in an iframe.
>      >
>      >     Thanks,
>      >     Ittay
>      >
>      >     --
>      >     ===================================
>      >     Ittay Dror,
>      >     Chief architect, openQRM TL,
>      >     R&D, Qlusters Inc.
>      >     [EMAIL PROTECTED] <mailto:[EMAIL PROTECTED]>
>     <mailto:[EMAIL PROTECTED] <mailto:[EMAIL PROTECTED]>>
>      >     +972-3-6081994 Fax: +972-3-6081841
>      >
>      >     http://www.openQRM.org
>      >     - Keeps your Data-Center Up and Running
>      >
>      >
>      >     _______________________________________________
>      >     Wicket-user mailing list
>      >     [email protected]
>     <mailto:[email protected]>
>      >     <mailto:[email protected]
>     <mailto:[email protected]>>
>      >     https://lists.sourceforge.net/lists/listinfo/wicket-user
>      >     <https://lists.sourceforge.net/lists/listinfo/wicket-user>
>      >
>      >
>      >
>      >
>     ------------------------------------------------------------------------
>      >
>      > _______________________________________________
>      > Wicket-user mailing list
>      > [email protected]
>     <mailto:[email protected]>
>      > https://lists.sourceforge.net/lists/listinfo/wicket-user
> 
> 
>     --
>     ===================================
>     Ittay Dror,
>     Chief architect, openQRM TL,
>     R&D, Qlusters Inc.
>     [EMAIL PROTECTED] <mailto:[EMAIL PROTECTED]>
>     +972-3-6081994 Fax: +972-3-6081841
> 
>     http://www.openQRM.org <http://www.openQRM.org>
>     - Keeps your Data-Center Up and Running
> 
> 
>     _______________________________________________
>     Wicket-user mailing list
>     [email protected]
>     <mailto:[email protected]>
>     https://lists.sourceforge.net/lists/listinfo/wicket-user
> 
> 
> 
> ------------------------------------------------------------------------
> 
> _______________________________________________
> Wicket-user mailing list
> [email protected]
> https://lists.sourceforge.net/lists/listinfo/wicket-user


-- 
===================================
Ittay Dror, 
Chief architect, openQRM TL, 
R&D, Qlusters Inc.
[EMAIL PROTECTED]
+972-3-6081994 Fax: +972-3-6081841

http://www.openQRM.org
- Keeps your Data-Center Up and Running


_______________________________________________
Wicket-user mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/wicket-user

Reply via email to