Hi,
I am extending from SimpleEngine & want to provide a constructor for my Engine class where I want to initialize database connection & construct some PreparedStatements, but this constructor is never called(This is a no argument constructor). I wanted to do the same at page level by providing a constructor for a page(Home) where I made a call to getEngine() & init() method of my Engine class but I got an Exception which said that Tapestry couldn't create the
instance for the Home page.
Is this the right way to do what I am doing ? Please let me know.
Thanks,
Aejaz
Do You Yahoo!?
Yahoo! - Official partner of 2002 FIFA World Cup
