where would you put the code that changes the src attr?

-igor


On 12/19/06, Konstantin <[EMAIL PROTECTED]> wrote:


HTML:

#
imgs/map_find.gif

Code:
        add(new BookmarkablePageLink("mapFindLink", MapFindPage.class));


Now I need to change src of img. Can I do that without boring
WebMarkupContainer and add(new Image().add(new SimpleAttributeModifier())
in
constructor of that ?

Wicket 1.2.
--
View this message in context:
http://www.nabble.com/Can-I-hangle-some-html-without-WebMarkupContainer-tf2846969.html#a7950328
Sent from the Wicket - User mailing list archive at Nabble.com.


-------------------------------------------------------------------------
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

-------------------------------------------------------------------------
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