[jboss-user] [JBoss Seam] - Re: JSF 1.2 RI escaping problems with inputText

chuckadams do-not-reply at jboss.com
Mon Sep 18 16:43:46 EDT 2006


Ick, something is getting unescaped somehow.  If I have this in a page:


  | 			<h:inputText value="This is a static inputText with a <strong>HTML</strong> tag"/> <br />
  | 

I get this browser error in response:


  | XML Parsing Error: not well-formed
  | Location: http://localhost:8080/fiat/home.seam
  | Line Number 18, Column 81:
  | <input type="text" name="j_id9:j_id10" value="This is a static inputText with a <strong&gt;HTML</strong&gt; tag" /> <br />
  | --------------------------------------------------------------------------------^
  | 
  | 
  | 
  | 

What am I doing wrong here?


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

Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3972423



More information about the jboss-user mailing list