You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@wicket.apache.org by Pedro Santos <pe...@gmail.com> on 2009/12/08 17:02:03 UTC

Style question

Hi, Wicket has the style session attribute. Why the resources reference has
this attribute too?

Currently I can need code like:
resourceReference.setStyle(Session.get().getStyle());
response.renderReference(resourceReference);

I see it as unnecessary. IMO ResourceReference can lose this attribute that
already is on session.

-- 
Pedro Henrique Oliveira dos Santos