| Author |
Message |
|
|
vnikic wrote:
We are aware that some widely used CF tags and functions are still not supported by Smith. However, Smith will very soon be open source project, so we hope that community will add all the missing feaures and improve it's quality.
I'm sure that would be the case
|
 |
|
|
I was trying to test out some CFC's and UDF's in Smith but I keep getting this error:
valueOf(java.lang.String) in java.lang.Double cannot be applied to (double)
Double __lower_value_58 = Double.valueOf(SmCast._doubleValue("1"));
One UDF I was trying is my textile udf, which you can download here: http://foundeo.com/products/textile/ for free.
Also support for CreateObject("component", ...) and CreateObject("java", ...) would be rockin, I noticed the function lists create object as unsupported.
|
 |
|
|
|
|