Hello,

In our seam application, it appears that if we ever have any content containing 
"? or '?, during rendering some sort of query string data will be appended at 
the point of the question mark. (For search engine purposes, I'll use text to 
explain that I'm referring to a double quote or single quote followed by a 
question mark.)

For example, if the .xhtml file contains:
<td>A"?B</td>

it will be rendered as:
<td>A"?key=ZJPxHNQozaqVlTW42chVysI.....
(I'm omitting a bunch of characters here...that key value is quite long). And 
the ending  will be "consumed" by this...it seems to replace quite a bit of 
following markup, actually.

Does anyone know why this is happening? I apologize if this is the wrong place 
for this question.  I'm really just trying to figure out who's translating "? 
into something else, so I can figure out what to do about it. 

View the original post : 
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4228737#4228737

Reply to the post : 
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4228737
_______________________________________________
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user

Reply via email to