Firas Adiler <tapestry <at> idigna.com> writes: > Hi everyone, > > In Java, how would you code do something like: > <component id="logoutLink" type="ServiceLink"><binding name="scheme" > value="literal:http" /> > > <binding name="port" value="80" /> > > <binding name="service" value="literal:restart" /> > > </component>
I'm not sure about doing it from the Java side, but it's easy to do from inside a page: <span jwcid="@ServiceLink" service="restart">start new session</span> hth --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]