Make sure your "generate" method has the same signature as the standard Action.execute() method (i.e. parameters of ActionForm, etc.)
On 2005-03-07 06:39:59 -0500, nitin dubey <[EMAIL PROTECTED]> said:


Hello,

I have put "dispatch" parameter value as "generate",
and have created a generate() method in the action
class.  I am forwarded to this page from a Login page
using local forward:

<forward name="generateSite"
path="/admin/GenerateSite.jsp" redirect="true" />

When the clients reaches I wish to load some data in
my unspecified().  But it is not getting called.

this is my action:
<action path="/admin/generatesite" name="dummyForm" parameter="dispatch" scope="request"
type="com.imc.startec.web.processor.GenerateAction" >
<forward name="self" path="/admin/GenerateSite.jsp"
/>
</action>


Any suggesstions ??

Nitin Dubey





__________________________________ Celebrate Yahoo!'s 10th Birthday! Yahoo! Netrospective: 100 Moments of the Web http://birthday.yahoo.com/netrospective/




---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Reply via email to