Hi, I would like to use html iframe tag. Example in html: <iframe src="/eba/test.pdf" border="1" width="900px" height="400px"></iframe>
My Example to use Wicket: <iframe wicket:id="iframe "src="#" border="1" width="900px" height="400px"></iframe> Which Wicket component can I use for iframe Regards, Mehmet
