But shouldn't the page be bookmarkable then? How else are you going to
make use of that externalized component? Except if I have got your
concept of "externalizing" wrong (= bookmarkable)

Frank

On 10/11/06, Eelco Hillenius <[EMAIL PROTECTED]> wrote:
On 10/11/06, Igor Vaynberg <[EMAIL PROTECTED]> wrote:
> so what happens if you have a component that supports it and a component
> that doesnt?
>
> you go to this bookmarkable url and only the component that supported
param
> externalization has its state restored, the other one starts new?

No, it would work just like you can have stateless and normal
components mixed now, and a page is not stateless unless everything
nested in it is stateless. Components that are externalizable are not
automatically stateless, though they typically could be. But as long
as there are statefull components on the page, the parameters are put
in the url etc, but the page is still internal.

Eelco

Reply via email to