Re: show image retrieved from database

2015-03-29 Thread David Beer
File file = new File(imagefilePath); > byte[] byteArray = new byte[file.length()](); > byteArray = FileUtils.readFileToByteArray(file); > }catch(Exception e){ > e.printStackTrace(); > > } > > > -- > View this message in context: > http://ap

Re: show image retrieved from database

2015-03-25 Thread sabmoonie
file = new File(imagefilePath); byte[] byteArray = new byte[file.length()](); byteArray = FileUtils.readFileToByteArray(file); }catch(Exception e){ e.printStackTrace(); } -- View this message in context: http://apache-wicket.1842946.n4.nabble.com/show-image-retrieved-from-dat

Re: show image retrieved from database

2013-04-18 Thread ORACLEADF
iew.runtime.png> SimpleDataView.runtime.png <http://apache-wicket.1842946.n4.nabble.com/file/n4658078/SimpleDataView.runtime.png> Thank you Martin. - Regards -- View this message in context: http://apache-wicket.1842946.n4.nabble.com/show-image-retrieved-from-database-tp465800

Re: show image retrieved from database

2013-04-18 Thread Martin Grigorov
View this message in context: > http://apache-wicket.1842946.n4.nabble.com/show-image-retrieved-from-database-tp4658009p4658067.html > Sent from the Users forum mailing list archive at Nabble.com. > > - > To unsubscribe, e-mai

Re: show image retrieved from database

2013-04-17 Thread ORACLEADF
067/byteToImage.png> Is it a good idea? - Regards -- View this message in context: http://apache-wicket.1842946.n4.nabble.com/show-image-retrieved-from-database-tp4658009p4658067.html Sent from the Users forum mailing list archive at Nabb

Re: show image retrieved from database

2013-04-17 Thread ORACLEADF
essage in context: http://apache-wicket.1842946.n4.nabble.com/show-image-retrieved-from-database-tp4658009p4658066.html Sent from the Users forum mailing list archive at Nabble.com. - To unsubscribe, e-mail: users-un

Re: show image retrieved from database

2013-04-16 Thread ORACLEADF
Hi Martin , I am surprised with your fast response. Thank You. - Regards -- View this message in context: http://apache-wicket.1842946.n4.nabble.com/show-image-retrieved-from-database-tp4658009p4658014.html Sent from the Users forum mailing list archive at Nabble.com

Re: show image retrieved from database

2013-04-16 Thread Martin Grigorov
://apache-wicket.1842946.n4.nabble.com/show-image-retrieved-from-database-tp4658009.html > Sent from the Users forum mailing list archive at Nabble.com. > > - > To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org >

show image retrieved from database

2013-04-16 Thread ORACLEADF
How to show images retrieved from database on a wicket page. - Regards -- View this message in context: http://apache-wicket.1842946.n4.nabble.com/show-image-retrieved-from-database-tp4658009.html Sent from the Users forum mailing list archive at Nabble.com