<frameset wicket:id="frameset">...

add(new WebMarkupContainer("frameset").add(new
AttributeModifier("cols", new ReadOnlyModel() { ... }, true)));

Martijn

On 10/6/06, Arseny <[EMAIL PROTECTED]> wrote:
> Hello!
> I am still migrating my mind from Struts into Wicket:)
> I have a newbie question:
> In my component markup I need to dynamically change
> frames width:
> ...
> <FRAMESET cols="20%, 80%">
> ...
>
> In JSP I would write something like:  ...<FRAMESET cols="<%=
> myView.framesWidth()  %>">...
> What is a Wicket approach for this task?
> Thank you!
>
> P.S. By the way, may be there is a Splitter component (like in ZK
> Components) in Wicket (I did not find one)?
>
> Arseny.
>
>
>
> -------------------------------------------------------------------------
> Take Surveys. Earn Cash. Influence the Future of IT
> Join SourceForge.net's Techsay panel and you'll get the chance to share your
> opinions on IT & business topics through brief surveys -- and earn cash
> http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
> _______________________________________________
> Wicket-user mailing list
> Wicket-user@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/wicket-user
>


-- 
<a href="http://www.thebeststuffintheworld.com/vote_for/wicket";>Vote</a>
for <a href="http://www.thebeststuffintheworld.com/stuff/wicket";>Wicket</a>
at the <a href="http://www.thebeststuffintheworld.com/";>Best Stuff in
the World!</a>

-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys -- and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________
Wicket-user mailing list
Wicket-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wicket-user

Reply via email to