Roster/src/java/org/thdl/roster/components/AddressDisplay.html

18 lines
299 B
HTML
Executable File

<html>
<body>
<form action="">
<span jwcid="$content$">
<span jwcid="street"/>
<span jwcid="city"/>
<span jwcid="region"/>
<span jwcid="zip"/>
<span class="label">Country: </span>
<span jwcid="@Insert" value="ognl:addressBean.country.country"/>
</span>
</form>
</body>
</html>