Yes. It's the only way to do this in 3.0.3. This should help:
public class RegistrarStudentEngine extends RegistrarEngine{
public DataSqueezer createDataSqueezer() {
DataSqueezer squeezer = new DataSqueezer(getResourceResolver(),
new ISqueezeAdaptor[] { new SectionActionItemAdaptor()});
return squeezer;
}
}
On May 24, 2005, at 4:03 PM, Tim Downey wrote:
Hi,
What is the correct way to register an ISqueezeAdaptor in Tapestry
3.0.3? Do I really want to override the createDataSqueezer() method
in AbstractEngine?
I'm sorry if this has been answered before, but I didn't really see a
clear answer on the Wiki page.
Thanks a lot!
-tim
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]