--
You received this message because you are subscribed to the Google Groups "dotCMS User Group" group.
To view this discussion on the web visit https://groups.google.com/d/msg/dotcms/-/BsPOmO8BB1MJ.
To post to this group, send email to dot...@googlegroups.com.
To unsubscribe from this group, send email to dotcms+un...@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/dotcms?hl=en.
--
You received this message because you are subscribed to the Google Groups "dotCMS User Group" group.
To view this discussion on the web visit https://groups.google.com/d/msg/dotcms/-/BsPOmO8BB1MJ.
To post to this group, send email to dot...@googlegroups.com.
To unsubscribe from this group, send email to dotcms+un...@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/dotcms?hl=en.
## The following line defines $email in this template: #set( $email = "foo" ) $email \$email
or this will render just a dollar sign as well:
${esc.d}
Depending on how you are processing this structure, you might be able to fix this on the fly with a string replacement. This error is coming when you perform a pull. Is this error coming only on a page you perform a pull on?
Something like this might work:
#set ($fixedamount=$con.amount.replaceAll("$", "$"))
$fixedamount
Mark Pitely