java - Struts-Layout table heading with unwanted characters -


i using struts-layout 1.4 draw editable table. except table heading part. each heading in table contain ???en_us. shown below. i've tried add filter , set "content-type" in vain. ???en_us. not part of code neither in jsp nor java class. please remove these headings.

???en_us.name???  ???en_us.department??? ???en_us.designation???  john            java                   sse 

as written in comments of question, need create right right resource bundle corresponding locale. ???en_us.name??? means struct cannot find value of name en_us locale.

you can info here.


Comments

Popular posts from this blog

How to remove text and logo OR add Overflow on Android ActionBar using AppCompat on API 8? -

html - How to style widget with post count different than without post count -

url rewriting - How to redirect a http POST with urlrewritefilter -