Dear All,
    i have next tags in my template excel file  : 
<jx:forEach items="rules" var="rule"><jx:forEach items="names" var="name"> 
${rule.get('group1').get('${name}')} </jx:forEach></jx:forEach>
my purpose is : evaluate ${name} first, assume it's jxls, then evaluate 
${rule.get('group1').get('jxls')}.
in my java bean, rule.get('group1') return Object, but this object is an 
instance of HashMap.
but there is error : 
Caused by: org.apache.commons.jexl2.parser.TokenMgrError: Lexical error at line 
1, column 42.  Encountered: <EOF> after : "\'${name"
so how can i achieve my purpose ?
Thanks in advance !                                       
------------------------------------------------------------------------------
Learn the latest--Visual Studio 2012, SharePoint 2013, SQL 2012, more!
Discover the easy way to master current and previous Microsoft technologies
and advance your career. Get an incredible 1,500+ hours of step-by-step
tutorial videos with LearnDevNow. Subscribe today and save!
http://pubads.g.doubleclick.net/gampad/clk?id=58040911&iu=/4140/ostg.clktrk
_______________________________________________
jXLS-user mailing list
jXLS-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jxls-user

Reply via email to