yeah. this is my Action mapping <action path="/PortfolioSummaryAction" name="portfolioSummaryForm" scope="request" input="page.portfolioSummary" type="com.foo.struts.PortfolioSummaryAction" parameter="dispatch"> <forward name="success" path="page.portfolio.summary" redirect="true"/> <forward name="invalidSession" path="page.invalidSession" redirect="true"/> <forward name="combineFailed" path="page.portfolio.summary" redirect="true"/> <forward name="noDispatch" path="page.portfolio.summary" redirect="true"/><!-- FIXME go to real error page--> </action>
On 4/18/05, Dave Newton <[EMAIL PROTECTED]> wrote: > David Johnson wrote: > > >yes, exactly. If changed the value of the hidden field to "graph" > > > >That part is working too. If I do a log.debug > >("dispatch="+theForm.getDispatch()); > > > >it puts out the right value (graph or whatever I clicked in the form) > > > > > What does the code for your base action (that subclasses DispatchAction) > look like? I've never had any issues with DispatchAction or its > subclasses, so I'm a little confused as to why it wouldn't work. > > You probably already posted all of it, but the relevent snippets from > struts-config, the JSP, the base action, and the action might be handy > again :) > > Dave > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > > -- -Dave [EMAIL PROTECTED]