On Fri, 09 Nov 2012 14:29:15 -0200, nhhockeyplayer nashua <nhhockeypla...@hotmail.com> wrote:

Are you suggesting that Integer is not a good type to use for parameters too ?

No. In this case, as null doesn't seem to be valid value for your parameters, you can use int without any problems. You can even enforce that by adding allowNull=false in the @Parameter annotation.

--
Thiago H. de Paula Figueiredo

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

Reply via email to