Re: Blank screen when posting to DispatchAction

2003-01-28 Thread Steven Banks
I have seen the blank screen before. It ended up being the input parameter int Struts config was spelled wrong . The programmer who had the problem changed the input value to a global forward and it worked. Maybe someone out there could explain the input parameter for the action a lot better

Blank screen when posting to DispatchAction

2003-01-26 Thread Kenny Smith
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

Re: Blank screen when posting to DispatchAction

2003-01-26 Thread Tim Fulmer
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

RE: Blank screen when posting to DispatchAction

2003-01-26 Thread Kenny Smith
: 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