Thanks for your reply! It works now. The package was correct, but the class was defined abstract and so turbine couldn't take an instance of it. A little cut and paste fault!
Gunter M. > -----Ursprungliche Nachricht----- > Von: Steve [mailto:[EMAIL PROTECTED]] > Gesendet: Dienstag, 26. Marz 2002 03:20 > An: Turbine Users List > Betreff: RE: link to a RawScreen > > > I use a class that extends RawScreen to output PDF and I call it (from a > template) like your #3 & it works for me... > > <a href="$link.setScreen("Reports.Billing.DailyStaffBillsScreen")">Daily > Staff Bills</a> > > and of course my screen is in screens/Reports/Billing > > Maybe a typo on your part somewhere? > > Usually when I have a class not found error, it's because I > forgot to change > the package name, so the class file ends up in the wrong directory... > > HTH, > Steve > > > -----Original Message----- > From: Gunter Miessbrandt [mailto:[EMAIL PROTECTED]] > Sent: Thursday, March 21, 2002 8:04 AM > To: Turbine Users List > Subject: link to a RawScreen > > > Hi List! > > We have a RawScreen which should create a PDF-OutputStream. > Our Problem: How to point to this Screen from a Velocity-Template? > We have tried: > $link.setPage("admin.PDFRawScreen") > $link.setPage("admin,PDFRawScreen") > $link.setScreen("admin.PDFRawScreen") > > We always get an class not found Exception. > What should we do? > > Gunter M. > > -- > To unsubscribe, e-mail: > <mailto:[EMAIL PROTECTED]> > For additional commands, e-mail: > <mailto:[EMAIL PROTECTED]> > > > > -- > To unsubscribe, e-mail: > <mailto:[EMAIL PROTECTED]> > For additional commands, e-mail: > <mailto:[EMAIL PROTECTED]> > -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>
