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">

&nbsp; &nbsp; <display&#58;table name="$&#123;form.animals&#125;" id="row"

&nbsp; &nbsp; &nbsp; &nbsp; 
requestURI="$&#123;pageContext.request.requestURL&#125;"

&nbsp; &nbsp; &nbsp; &nbsp; export="true" pagesize="25" sort="list">

&nbsp; &nbsp; &nbsp; &nbsp; <display&#58;setProperty name="export.pdf.filename" 
value="display-all-animals-animals.pdf" />

&nbsp; &nbsp; &nbsp; &nbsp; <display&#58;column media="xml csv excel pdf"

&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; 
titleKey="display.all.animals.display.all.animals.param.animals.id"

&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; property="id" autolink="true" 
paramId="id" />

&nbsp; &nbsp; &nbsp; &nbsp; <display&#58;column media="html"

&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; headerClass="id" paramId="id"

&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; sortProperty="id" sortable="true"

&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; 
titleKey="display.all.animals.display.all.animals.param.animals.id">

&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <div class="id">

&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <html&#58;link 
action="/DisplayAllAnimals/DisplayAllAnimalsGoIdentificationRecord1?id=$&#123;row.id&#125;"
 
onmouseover="hints.show&#40;'display.all.animals.display.all.animals.go.identification.record1.param.id.title'&#41;"
 onmouseout="hints.hide&#40;&#41;">

&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; 
$&#123;row.id&#125;

&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; </html&#58;link>

&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; </div>

&nbsp; &nbsp; &nbsp; &nbsp; </display&#58;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

Reply via email to