Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Collection and Map Support

WebWork supports ways to determine the object type found in collections. This is done via an ObjectTypeDetermine. The default implementation is provided. The JavaDocs explain how map and colelction support is determined:

Wiki Markup
{snippet:id=javadoc|javadoc=true|url=com.opensymphony.xwork.util.DefaultObjectTypeDeterminer}

There is also an optional ObjectTypeDeterminer that utilizes Java 5 generics. See the J2SE Support page for more information.

Type Conversion Error Handling

...