Re: Model to use for static Label text

2010-02-26 Thread Riyad Kalla
-- View this message in context: http://old.nabble.com/Model-to-use-for-static-Label-text-tp27695054p27700379.html Sent from the Wicket - User mailing list archive at Nabble.com. - To unsubscribe, e-mail: users-unsubscr

Re: Model to use for static Label text

2010-02-23 Thread Serban Balamaci
this message in context: http://old.nabble.com/Model-to-use-for-static-Label-text-tp27695054p27700379.html Sent from the Wicket - User mailing list archive at Nabble.com. - To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org

Model to use for static Label text

2010-02-22 Thread serban . balamaci
Hello. I've always used add(new Label(alabel, new Model(A message)); - does this not save the A message string in the page store? Is it not better to do add(new Label(alabel, new LoadableDetachableModelString() { @Override protected String load() { return A

Re: Model to use for static Label text

2010-02-22 Thread bgooren
...@wicket.apache.org -- View this message in context: http://old.nabble.com/Model-to-use-for-static-Label-text-tp27695054p27695195.html Sent from the Wicket - User mailing list archive at Nabble.com. - To unsubscribe, e