Dear Wiki user,

You have subscribed to a wiki page or wiki category on "Struts Wiki" for change 
notification.

The following page has been changed by TedHusted:
http://wiki.apache.org/struts/IssuesAndSolutions

The comment on the change is:
Add link to forum thread

------------------------------------------------------------------------------
  ==== How to set the focus on a form field? ====
  ** http://forums.opensymphony.com/thread.jspa?threadID=23777&tstart=0
  
- ==== Webwork does not have an analogy to them Struts !ForwardAction. ====
+ ==== What is the analogy to ForwardAction? ====
+ 
+ http://forums.opensymphony.com/thread.jspa?messageID=46135&#46135
+ 
+ ----
+ 
  One of the Struts "best practices" is that all requests within an application 
should go through Struts.  So, you should generally never reference a JSP 
directly for instance.  To help with this, Struts provides the !ForwardAction, 
which is more or less an Action that does nothing, it just immediately returns 
and forwards to the URI as configured.  Webwork does not appear to have a 
direct analogy to this.  However, it is easy to get the same effect in a couple 
of possible ways.
  
  First, you can write a simple Action like so:

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to