Hi Paul,
In my flowscript, I get an error on this line and I don't know why--the jar file with this package is on the classpath. var encoder = new Packages.org.apache.cocoon.ojb.samples.bean.PasswordEncoder();
Remove the brackets '()' from the end of the line. You want to create a new Object and not call a function.
Regards, David Legg --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
