Hi Ian, > Thanks for that. For your solution to work it looks like wicket would > need to only call getInputName at most once for each input (since > subsequent calls would return different names). Is that how it works?
no, within the trait I override the 'def getInputName' from Wicket with a 'val getInputName' - i.e. even when Wicket is calling it more than once it is still only evaluated once. That's another nice thing Scala provides... :-) Best regards, --- Jan. --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
