#{extends '../../main.html'/}# #{set title:'Html Reference'/}# #{set tab:'management'/}# #{renderTagArgs '../docHome.html'/}#

Pulldown Menu Result

Hi, you chose the color ${selectedColor}$



The Code

The Controller GET method for this page is:

*[	public Render enumListResult() {
		String selectedColor = Current.flash().get("selectedColor");
		return Actions.renderThis(
				"menu", menuCreator.getMenu(),
				"selectedColor", selectedColor
				);
	}]*

The html for this page is simply:

*[

Pulldown Menu Result

Hi, you chose the color ${selectedColor}$

]*