2017-08-25 29 views
0

我有这样的代码在我的jspStruts 2的文本框重音字符

<%-- debugging pourpose --%> 
<s:property value="%{dettaglio.titolo}"/> 

<%-- input field --%> 
<div class="form-group" id="form-titolo"> 
    <label class="col-sm-2 control-label no-padding-right" 
     for="titoloLivello">* Titolo </label> 
    <div class="col-sm-8"> 
     <s:textfield disabled="true" id="titoloLivello" name="dettaglio.titolo" 
      class="form-control col-xs-10 col-sm-12" value="%{dettaglio.titolo}" /> 
    </div> 
</div> 

And that's the output I get :(

任何人有关于为什么出现这种情况?

对我有页面顶部的想法这

<!DOCTYPE html> 
    <html lang="it"> 
     <head> 

      <meta http-equiv="X-UA-Compatible" content="IE=edge" /> 
      <meta charset="UTF-8" /> 

... 
+0

链接解决了我的问题谢谢 –

回答