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
Post a Comment