Hi all,
I'm submitting to my dispatch action and getting a blank screen. In my
struts config I've set the parameter attribute to 'method' and I'm
submitting a form variable called 'method' that is equal to 'create'.
However, the create() method in my action is not getting called.
Nothing is showing up in the catalina.out file other than:
Jan 26, 2003 10:36:00 AM org.apache.struts.action.RequestProcessor process
INFO: Processing a 'POST' for path '/managePOP'
Has anyone encountered this behavior before?
Thanks,
Kenny Smith
My action mapping:
<action
path="/managePOP"
parameter="method"
type="net.samaritech.mail.ManagePOPAction"
name="popForm"
input="/managePOP.jsp">
</action>
--
To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>