On Wed, 27 Aug 2008, pixologe wrote: > Short question: if my interpretation of the source code is correct, it is > not possible to use StringResourceModel's MessageFormat features just with a > single model (without passing a params array). > > If this is right: would it be a good idea to make it possible or is there a > good reason that it is not, which I am not aware of?
I think that the best choice is to fix that with varargs in Wicket 1.4 or 1.5 (that use Java 5 that has varargs). The dependency on the order will stay though. Best wishes, Timo -- Timo Rantalaiho Reaktor Innovations Oy <URL: http://www.ri.fi/ > --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
