Alan Chandler <alan <at> chandlerfamily.org.uk> writes:
> I want to actually go to an anchor on that page rather than the head of the
> page.
In the response page, try including Script component to insert
a .script file like:
<script>
<symbol key="anchor" class="java.lang.String" required="yes"/>
<initialization>
window.location.hash="${anchor}";
</initialization>
</script>
You may also want to encapsulate it into a GotoAnchor component.
--
Author of a book for learning Tapestry (http://www.agileskills2.org/EWDT)
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]