Hi there I created a date conversion utility class containing static methods which I try to use in my ScalaServerPages (ssp).
When I render a ssp which uses the utility class I got the following error value clerezza is not a member of package org import org.clerezza.cms.utils.DateUtils After restart the platform the ssp can be rendered. Do I have to restart always the platform when I use such classes in scala? If yes, are there any alernatives beside creating a utility class in scala. Thanks Cheers Tsuy
