Hi, I'm calling servlet.log() inside ManagePOPAction.create(), but they aren't showing up in the log. So, I don't even think my method is getting executed, much less returning null. :/
Any other suggestions? Kenny > -----Original Message----- > From: Tim Fulmer [mailto:[EMAIL PROTECTED]] > Sent: Sunday, January 26, 2003 11:33 AM > To: Struts Users Mailing List > Subject: Re: Blank screen when posting to DispatchAction > > > > > Not sure, but I get this behavior with v1.0.2 whenever there's no forward > defined in the context of the action. That is, when a null forward is > returned form doPerform. > > - Tim > > > At 10:46 AM 1/26/2003, you wrote: > >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]> > > > -- > To unsubscribe, e-mail: > <mailto:[EMAIL PROTECTED]> > For additional commands, e-mail: > <mailto:[EMAIL PROTECTED]> > -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

