On Wed, 6 Jun 2001 [EMAIL PROTECTED] wrote:

> 
> 
> Hi.  I have a form where I display the current filename, and allow them to
> change it.  As such, I don't need to do anything in the action, just let Struts
> populate the form bean.
> 

Without an Action, how would Struts know where to go next?  You would
still need an action for this -- even if it's just a one-liner to return
an appropriate ActionForward.

> How do I go about this?  Do I need an action that does nothing in its perform
> method?  Or can I set things up so no action is needed at all?
> 
> Cheers,
> 
> Dave
> 
> 
> 
> 
Craig


Reply via email to