Em Wed, 29 Oct 2008 15:19:34 -0300, Marcel Sammut <[EMAIL PROTECTED]>
escreveu:
For example, how would I add an ActionLink component right beside the
submit button?
Use a Form component and put an BeanEditor inside it. Then add anything
you want. Something like this:
Below is my template for the beaneditform (v5.0.15):
<t:form t:id="loginForm">
<t:beaneditor t:id="loginEditor" t:object="loginForm">
...
</t:beaneditor>
<input type="submit" value="${message:submit}"/>
<t:actionlink ...>...</a>
</t:form>
--
Thiago H. de Paula Figueiredo
Independent Java consultant, developer, and instructor
Consultor, desenvolvedor e instrutor em Java
http://www.arsmachina.com.br/thiago
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]