Take a look at org.apache.wicket.markup.html.link.InlineFrame as well 2010/9/30 Altuğ Bilgin Altıntaş <[email protected]>
> WebMarkupContainer > > 2010/9/30 <[email protected]> > > > 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 > > > > > > >
