CSS is one possibility.

Chenillekit button component could work also.

I ididn't try <input type="button" t:type="actionlink" t:id="rowSubmit"
t:context="${currentItem.id}" value="Submit"/> yet.


2009/8/25 Stephan Windmüller <stephan.windmuel...@cs.tu-dortmund.de>

> Otho wrote:
>
> >> But every time I select a button in this form (even when it is
> >> outside the grid) I get an IndexOutOfBoundsException. It seems to me
> >> that the grid itself is being transmitted but the values changed. Why
> >> does this happen and how do I prevent this?
> > Use a button with an ActionLink/EventLink instead and pass the current
> > item (or its id for example) as a parameter.
>
> How do I add an ActionLink that looks like a form button? All
> ActionLinks that I know are rendered as <a>.
>
> Regards
>  Stephan
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: users-unsubscr...@tapestry.apache.org
> For additional commands, e-mail: users-h...@tapestry.apache.org
>
>

Reply via email to