If you truly don't need the Action to do anything, you might be able to
specify the JSP as the target for your form's submit Action. 

If you did use an Action, it would return an ActionForward to the JSP,
which is its main purpose. 

An empty perform() is not permitted since it must return an
ActionForward or null.

[EMAIL PROTECTED] wrote:
> 
> Oleg,
> 
> Hi.  Thanks for the post.  The current file name is set in my action before the
> page is called.  BUT, I want to give the user the option to change the filename,
> and forward back to this action to display the filter for the new file.  Hence,
> my action doesn't need to DO anything, which prompted my question (I just need
> Struts to set the filename property in my form bean).
> 
> Any ideas whether this is possible, or do I need to have a dummy action for it?
> 
> Thanks,
> 
> Dave

Reply via email to