Em Thu, 28 Aug 2008 08:21:50 -0300, Blower, Andy <[EMAIL PROTECTED]> escreveu:

mark(boolean checked, String[] itemIds)

mark(boolean checked, String... itemIds)

mark(boolean checked, List<String> itemIds)

As far as I know, none of the would work because Tapestry would not handle an event handler method with one one String[] or List parameter AND other parameters. It handles String[], List and EventContext, each one as the single parameter, for that matter.

Thiago

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

Reply via email to