type safe field references

2010-04-28 Thread Jesper Tejlgaard Pedersen
() { StockQuote quote = new StockQuote(IBM); add(new Label(stockIBM, new PropertyModel(quote, quote)); } I seem to remember, that I've seen an example of a Wicket extension, which allows me to write type safe field references. Does any one have a clue, which extension I stumbled into or how to perform

Re: type safe field references

2010-04-28 Thread Leo . Erlandsson
() { StockQuote quote = new StockQuote(IBM); add(new Label(stockIBM, new PropertyModel(quote, quote)); } I seem to remember, that I've seen an example of a Wicket extension, which allows me to write type safe field references. Does any one have a clue, which extension I stumbled into or how