]
Nicklas Karlsson commented on JBSEAM-3839:
------------------------------------------
and then we hope there isn't any mask that takes ";"...
xls-format-mask doesn't support styles with colons
--------------------------------------------------
Key: JBSEAM-3839
URL:
https://jira.jboss.org/jira/browse/JBSEAM-3839
Project: Seam
Issue Type: Bug
Components: Excel
Affects Versions: 2.1.1.CR2
Reporter: Eric Jung
http://docs.jboss.com/seam/2.1.1.CR2/reference/en-US/html_single#excel.fo...
says:
"if the mask is not in the list, it is treated as a custom mask (see
java.text.DateFormat )., e.g "dd.MM.yyyy" and automatically converted to the
closest match. "
(Note the delimiters in dd.MM.yyyy are periods, not colons). So when I write:
<e:cell value="#{myBean.value}" style="xls-format-mask: M/d h:mm:ss
a"/>
org.jboss.seam.excel.css.Parser emits the warning: "Style component xls-format-mask:
m/d h:mm:ss a should be of form <key>:<value>"
This is due to Parser.parseStyleString() not being able to parse styles that include
colons in the style itself.
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: