You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@struts.apache.org by Hamelmann Stefan <st...@pdb.sbs.de> on 2001/09/12 14:25:00 UTC

calling action classes

Hi

I don't know how to call my action class in order to output the result of a
database request.
I don't want to use an explicit call like a form submit or link.
The database request should be made on the fly and the result encapsulated
in a bean which is added to the request context.

Does anyone know a technique ???

Thanks, Stefan