Jump to content
We've recently updated our Privacy Statement, available here ×

rkuznetsov

Members
  • Posts

    1
  • Joined

  • Last visited

rkuznetsov's Achievements

Newbie

Newbie (1/14)

  • Week One Done
  • One Month Later
  • One Year In
  • First Post Rare
  • Conversation Starter Rare

Recent Badges

0

Reputation

  1. Here's the simple code in XML view of print form: <variable name="TITLE" class="java.lang.String"> <variableExpression><![CDATA[$F{APP_NUMBER}.replaceAll( "app_", "" )]]></variableExpression></variable>[/code]If I use this variable in form, it returns null (while using "$V{TITLE}"). But if I remove replaceAll method, it works and returns correct value. What is wrong with expression? Should I use something instead of "<variableExpression>"?
×
×
  • Create New...