the only reason I know of that would cause this behavior is when you are overriding the templates using an older version
make sure all displaytag tables have this attribute: requestURI="${pageContext.request.requestURL}" instead of this one: requestURI="${pageContext.request.requestURI}" in your project this means you have this fragment of code in display-all-animals-animals.jspf: <div id="animals" class="table"> <display:table name="${form.animals}" id="row" requestURI="${pageContext.request.requestURL}" export="true" pagesize="25" sort="list"> <display:setProperty name="export.pdf.filename" value="display-all-animals-animals.pdf" /> <display:column media="xml csv excel pdf" titleKey="display.all.animals.display.all.animals.param.animals.id" property="id" autolink="true" paramId="id" /> <display:column media="html" headerClass="id" paramId="id" sortProperty="id" sortable="true" titleKey="display.all.animals.display.all.animals.param.animals.id"> <div class="id"> <html:link action="/DisplayAllAnimals/DisplayAllAnimalsGoIdentificationRecord1?id=${row.id}" onmouseover="hints.show('display.all.animals.display.all.animals.go.identification.record1.param.id.title')" onmouseout="hints.hide()"> ${row.id} </html:link> </div> </display:column> can you verify that attribute is correctly generated, how does that file look on your machine ? -- Wouter Zoons - [EMAIL PROTECTED] http://www.andromda.org/ _________________________________________________________ Reply to the post : http://galaxy.andromda.org/forum/viewtopic.php?p=3024#3024 Posting to http://forum.andromda.org/ is preferred over posting to the mailing list! ------------------------------------------------------- SF.Net email is sponsored by: Discover Easy Linux Migration Strategies from IBM. Find simple to follow Roadmaps, straightforward articles, informative Webcasts and more! Get everything you need to get up to speed, fast. http://ads.osdn.com/?ad_id=7477&alloc_id=16492&op=click _______________________________________________ Andromda-user mailing list Andromda-user@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/andromda-user