I did try the struts.jar from the lastest nightly build 20030919.zip Is this 1.2? It looks like the implements Controller abstract interface for execute is not being recognized?
Barry ----- Original Message ----- From: "Yann C�bron" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Friday, September 19, 2003 12:02 PM Subject: Re: Tiles implements Controller does not work with execute() > > Hi, > > > > docs say not to use the depracated perform(). Use execute() instead. > > I require execute() because perform() does not handle SQL exception. > > > > I get a compile error class LoadUserCategoriesController must use abstract > > interface perform(). > > > > Did you verify you're using a nightly build of Struts (1.2-dev)? > > Controller#execute() was just added a few days ago, see > http://nagoya.apache.org/bugzilla/show_bug.cgi?id=19022 > > HTH, > Yann > > > > > --------------------------------------------------------------------- > 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]

