On Wed, 2004-01-14 at 16:10, Thavutam, Prashanth wrote: > Bela, > > Copy the action class in either of these packages > org.apache.jetspeed.modules.actions.portlets > org.apache.turbine.modules.actions.portlets > and try.
that's a quick and nasty hack, useful to prove you've got a working .class file, but you'll soon end up in a mess. After it works, create your own class hierarchy as Archana suggests: On Wed, 2004-01-14 at 16:08, Archana Turaga wrote: > Hi, > The action class for the stock jsp protlet if you have done the tutorial will be in > com.bluesunrise.jportal.modules.actions.portlets. You need to follow a similar path > structure for your action class. Maybe something like this > com.wizard.belaportal.modules.actions.portlets. Paul --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
