JSTL stringFormat...set to a VAR? -


hello have this:

  <c:when test='${results.fieldnames[rowstatus.index] == "nsn"}'>                 <fmt:formatnumber value="${cell}" pattern="${commas_with_no_decimal_pattern}" var="tarr"/>                 </c:when> 

where im setting formatted # var="tarr". want use string formatter , set var="tarr". know how set this:

<ctl:stringformat format="@@@@-@@-@@@-@@@@">${dispval}</ctl:stringformat> 

how can set formatted string var?

had set var property in ctl:stringformat tld


Comments

Popular posts from this blog

delphi - How to convert bitmaps to video? -

jasper reports - Fixed header in Excel using JasperReports -

python - ('The SQL contains 0 parameter markers, but 50 parameters were supplied', 'HY000') or TypeError: 'tuple' object is not callable -