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 Bob Lee:
http://wiki.apache.org/struts/RoughSpots

------------------------------------------------------------------------------
- Describe RoughSpots here.
+ * Looking up a `ResultConfig` should be a one-liner. Right now you have to: 
{{{
+     ActionConfig config = invocation.getProxy().getConfig();
+     Map results = config.getResults();
+     ResultConfig resultConfig;
+     synchronized (config) {
+       resultConfig = (ResultConfig) results.get(resultCode);
+     }
+ }}}
  

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

Reply via email to