I was going to get around to writing up a test for RawScreen to show this but never did. At the time there were no tests of the RawScreen classes in the tree, I haven't looked lately though. I may be able to try to get it setup today again...
Courcoux Peter, Slough wrote:
But be careful about this... Turbine can throw this exception when some seemingly unrelated issue occurs, such as a service not starting properly. I have seen this when the TurbinePull service has failed.
Regards,
Peter
-----Original Message-----
From: Jeffrey D. Brekke [mailto:[EMAIL PROTECTED] Sent: 19 January 2005 14:07
To: Turbine Users List
Subject: Re: RawScreen Problem
If you're getting an exception about not finding the Default page class, (we were) you could try to create one. This worked for us:
----
package [YOUR PACKAGE].modules.pages;
import org.apache.turbine.modules.pages.DefaultPage;
public class Default extends DefaultPage {}
----
Nagendra Singh wrote:
Hi !!
I am not able to use rawscreen api in turbine 2.3. It shows class not
found exception. I am waiting for the solution.
Nagendra Kumar Singh Software Engineer EE/ACES, IIT Kanpur PH- +91-512-2597841
--
=====================================================================
Jeffrey D. Brekke [EMAIL PROTECTED]
Wisconsin, USA [EMAIL PROTECTED]
[EMAIL PROTECTED]
[EMAIL PROTECTED]
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
