You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@tapestry.apache.org by Dan Adams <da...@ifactory.com> on 2007/06/14 22:42:23 UTC

[T5] Component primitive parameter defaults

I know that you can do:

@Parameter(value="some binding")
private Object parameter;

to set a default value. But is doing this the correct way for
primitives:

@Parameter
private boolean parameter = true;

-- 
Dan Adams
Senior Software Engineer
Interactive Factory
617.235.5857


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