Hi,
I have a page that is quite large so i'm trying to put anchor <a> tags in the page so
that i can redirect the user to a specific part of the page. this is quite easy to
achieve so I'm told using the following piece of code in the struts-config.xml file:
action path="/action"
type="org.me.myAction"
name="addNewAorB"
scope="request">
<forward name="addA"
path="/a.jsp#addA"/>
</action>
This will take me to the addA anchor tag in the page provided redirect is set to true.
The problem I have is that I'm using tiles. Does this prevent me from doing the
above? If so is there any way around this?
Many thanks,
Jon.
Need a new email address that people can remember
Check out the new EudoraMail at
http://www.eudoramail.com
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]