[Wicket-user] How to display a BufferedImage on Wicket Component

2007-06-29 Thread hanxu198312

How to display a BufferedImage on Wicket Component?

Han

_
享用世界上最大的电子邮件系统― MSN Hotmail。  http://www.hotmail.com  



-
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


[Wicket-user] Problem with the InlineFrame

2007-06-29 Thread hanxu198312
I would like to use the InlineFrame, but the InlineFrame does not work. The 
codes are as follows:


body
   span wicket:id=libBorder   
   iframe wicket:id=bFrame src=[source] name=bottom/

   /span
/body

public class Map extends WebPage {
   public static final String BOTTOM_FRAME_NAME = bottom;

   public Map(final PageParameters pps) {
   Border borderUser = new LibBorderUser(libBorder);
   add(borderUser);
   
   InlineFrame iframe = new InlineFrame(bFrame,

  PageMap.forName(BOTTOM_FRAME_NAME),Display.class);
   add(iframe);
   }
}

Han

_
享用世界上最大的电子邮件系统― MSN Hotmail。  http://www.hotmail.com  



-
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