Thanks, never thought about "normal parameters".
I then probably need to do the coercion&stuff on my own. I guess there
is a service I can use for that. However it still feels like hack.


On Sat, May 23, 2009 at 10:06 PM, Thiago H. de Paula Figueiredo
<thiag...@gmail.com> wrote:
> Em Sat, 23 May 2009 16:17:11 -0300, Markus Joschko
> <markus.josc...@gmail.com> escreveu:
>
>> But that does not scale very well.
>> Only 10 draggables and 10 droppables would result into 100 potential
>> links that I need to render "just in case".
>> And if you have to deal with 100 draggables this gets really ugly.
>
> So generate a single link that will have query parameters on them
> (/page/event?x=1&y=2). ;) To get the parameters, @Inject the Request
> service.
>
> --
> Thiago H. de Paula Figueiredo
> Independent Java consultant, developer, and instructor
> http://www.arsmachina.com.br/thiago
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: users-unsubscr...@tapestry.apache.org
> For additional commands, e-mail: users-h...@tapestry.apache.org
>
>

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscr...@tapestry.apache.org
For additional commands, e-mail: users-h...@tapestry.apache.org

Reply via email to