Hi,

I'm trying to forward to an anchor within a page frmo the struts-config.xml file.  
Now, I understand I can do this as follows:

<forward name="finishadd"  
         path="main.jsp#the_marker" 
         redirect="true"/>

The anchor is definately defined in the page.

The problem is that I'm using tiles and main.jsp looks like:

<%@ taglib uri="/WEB-INF/struts-tiles.tld" prefix="tiles" %>

<tiles:insert page="/template.jsp" flush="true">
 <tiles:put name="header" value="/header.jsp" />
 <tiles:put name="menu"   value="/menu.jsp" />    
 tiles:put name="content" value="/content.jsp" />  
</tiles:insert> 

I'm assuming the reason why it's not working is because it can't find the tag in 
main.jsp because it resides in content.jsp.

Is there any way to resolve this?

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]

Reply via email to