Need some help with string formatting.
User copy/paste his resume to textarea from document which could be work, pdf, text and submit. Resume might have bullets or some special characters.
Application uses spring MVC and i am seeing the below error as soon as its submitted
DEBUG: org.springframework.beans.BeanUtils - No property editor [java.lang.IntegerEditor] found for type java.lang.Integer according to 'Editor' suffix convention
DEBUG: org.springframework.beans.BeanUtils - No property editor [java.lang.StringEditor] found for type java.lang.String according to 'Editor' suffix convention
DEBUG: org.springframework.web.servlet.DispatcherServlet - Successfully completed request
can any one suggest how fix this issue or convert it into plain text.
Thanks
ConversionServiceanywhere ?