Sorry, i was using the deprecated perform method and it was not being
called.
Michael Gluckman wrote:
> Hi all
>
> After my action class is instantiated the method findForward("admin")
> returns a blank html page instead of the admin-frame page.
> If I type the full URL path to the admin-frame it works.
> I have included the <html:base/> in the admin-frame page.
> Any ideas
>
> Thanks
> Michael
>
> <!-- Process a user logon -->
> <action
> path="/logon"
> type="test.LogonAction"
> name="logonForm"
> scope="request"
> input="/logon.jsp">
> <forward name="admin" path="/admin/admin-frame.jsp"/>
> </action>