[jbossseam-issues] [JBoss JIRA] Commented: (JBSEAM-4253) xls-format-mask doesnt support dates with spaces

Eric Jung (JIRA) jira-events at lists.jboss.org
Wed Jun 17 18:34:56 EDT 2009


    [ https://jira.jboss.org/jira/browse/JBSEAM-4253?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12472613#action_12472613 ] 

Eric Jung commented on JBSEAM-4253:
-----------------------------------

Suggestion: allow styles to be enclosed within single quotes, and then perform a little more sophisticated parsing (perhaps with a regexp?) instead of componentStyleClass.split(STYLE_SHORTHAND_SEPARATOR)) in org.jboss.seam.excel.css.Parser.
Then we can write:

style="xls-format-mask: 'M dd, YYYY'"/> 

I'll see if I can code this myself if you'd like. Let me know.



> xls-format-mask doesnt support dates with spaces
> ------------------------------------------------
>
>                 Key: JBSEAM-4253
>                 URL: https://jira.jboss.org/jira/browse/JBSEAM-4253
>             Project: Seam
>          Issue Type: Bug
>    Affects Versions: 2.1.2.GA
>            Reporter: Eric Jung
>
> If I write:
>   <e:cell column="0" row="0" value="#{commitService.date}" style="xls-format-mask: M dd, YYYY"/>
> only "M" is used as the format mask.
> This reminds me of JBSEAM-3839.

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: https://jira.jboss.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        



More information about the seam-issues mailing list