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 two from my list. I think the ForwardAction issue is obsolete. 

------------------------------------------------------------------------------
  This page is meant to be a list of issues that users ave encountered while 
migrations existing Struts Action 1.x application to Webwork, or developing new 
Webwork-based applications.  If you have a solution to the issue that will of 
course be most helpful, but even if you don't it is worth noting what you 
encountered none the less in the hopes that someone else can come along and 
answer it for you, and the rest of us.
  
+ ==== How do we set checkboxes false (on uncheck)? ====
+ ** http://forums.opensymphony.com/thread.jspa?threadID=23601&tstart=0
+ 
+ ==== 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. ====
  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.

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

Reply via email to