Read and respond to this message at: 
https://sourceforge.net/forum/message.php?msg_id=4949455
By: shnplr

actually its not quite that simple:
for html media it should be escaped as "'"
for export media it should probably be escaped as "&apos'"

So (for apostrophe's) we resolve this as follows:

<display:column media="html" ...>
  <c:out value="${row.name}" />
</display:column>

<display:column media="excel" property="name" escapeXml="true" ... />



perhaps displaytag can be modified to write the correct translation as it 
outputs
the media.

______________________________________________________________________
You are receiving this email because you elected to monitor this forum.
To stop monitoring this forum, login to SourceForge.net and visit: 
https://sourceforge.net/forum/unmonitor.php?forum_id=249318

-------------------------------------------------------------------------
This SF.net email is sponsored by the 2008 JavaOne(SM) Conference 
Don't miss this year's exciting event. There's still time to save $100. 
Use priority code J8TL2D2. 
http://ad.doubleclick.net/clk;198757673;13503038;p?http://java.sun.com/javaone
_______________________________________________
displaytag-user mailing list
displaytag-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/displaytag-user

Reply via email to