I like to split the string in my view.jsp page using struts2. Please help me out to solve this issue. I would like to split the string value using comma in
view.jsp
Use the split method in OGNL expression
split
<s:iterator value='languagesKnown.split(",")'/> <span class="lang-tab"><s:property/></span> </s:iterator>