Dear all,

This is from <jetspeed-home>\WEB-INF\templates\vm\navigations\html\top.vm

<form method="POST" action="$link"
enctype="application/x-www-form-urlencoded">
<input name="$jlink.ActionKey" type="hidden"
value="$config.getString("action.login")" />

Q: please explain how to define "action", "enctype", input "name" "value".


<td class=MENUBUTTON><a
href="$link.setPage("NewAccount")">$l10n.TOP_CREATENEWACCOUNT</a></td>

Q: please define "$link.setPage("NewAccount")", where is it link to?

Q: what is the "$l10n." in front of "TOP_CREATENEWACCOUNT", how to access
other "predefined" variable in other .properties file?

Q: where do we define all the class? (class="MENUBUTTON"...etc.)?


Thank you so much for the help !!


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

Reply via email to