> I need to embed an IFRAME into some wicket markup but I need to control > the URL in the src attribute. What markup can I use to generate the > parameter if possible?
I managed to get it work eventually: I just generated the entire IFRAME tag in the value of a label and called label.setEscapeModelStrings(false); on the label to prevent it escaping the raw HTML. I then simply placed a <span wicket:id="myIframe"></span> tag in the markup where I wanted the IFRAME to go. It works but I'm not sure if it's the *correct* way to do such a thing. ------------------------------------------------------------------------- This SF.net email is sponsored by DB2 Express Download DB2 Express C - the FREE version of DB2 express and take control of your XML. No limits. Just data. Click to get it now. http://sourceforge.net/powerbar/db2/ _______________________________________________ Wicket-user mailing list Wicket-user@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/wicket-user