I am using the Dynamic Content control to display different Custom Controls based on the hash.
Like this in the url /home.xsp#content=customcontrol
What I want to do know is to extend the hash to include additional parameters, this way I can perform more tasks within the same custom control and user can bookmark these things
Like this in the url: /home.xsp#content=customcontrol&id=1234
Currently it is not possible to use parameters after the hash
so this url will not work with the dynamic content control: /home.xsp#content=customcontrol&id=1234 as the facet key seem to look for anything after "content"
</xe:dynamicContent>
<xp:this.facets>
<xp:span xp:key="customcontrol">
<xc:cc1></xc:cc1>
</xp:span>
</xp:this.facets>
</xe:dynamicContent>
I hope you understand what I mean.
using the hash to load dynamic content seem to be the way to do stuff on the internet these days (facebook, twitter etc..), so I really hope you continue to add feature to this control.
thanks
Thomas