Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: fixed tag lib link

...

...

Code Block
languagexml
titleConfiguring an alternative population strategy
....
<init-param>
	<param-name>PopulationStrategy.Class</param-name>
	<param-value>com.myco.web.MyPopulationStrategy</param-value>
</init-param>
....

...