Chemik - 2012-05-01

Hi,

I have problem with formating string using function String.format().

Here is code:

<template>${String.format(search_url.toString(), person.get("name").toString())}</template>

It throws this exception:

Error in method invocation: Static method format( java.lang.String, java.lang.String ) not found in class'java.lang.String'

Can somebody help me please? What's wrong with this code?

Thanx