Re: BufferedImage in Tapestry

2012-10-06 Thread gonzalomp87
is message in context: http://tapestry.1045711.n5.nabble.com/BufferedImage-in-Tapestry-tp5714465p5716694.html Sent from the Tapestry - User mailing list archive at Nabble.com. - To unsubscribe, e-mail: users-unsubscr...@tapestry.

Re: BufferedImage in Tapestry

2012-09-28 Thread Lance Java
: http://tapestry.1045711.n5.nabble.com/BufferedImage-in-Tapestry-tp5714465p5716536.html Sent from the Tapestry - User mailing list archive at Nabble.com. - To unsubscribe, e-mail: users-unsubscr...@tapestry.apache.org For

Re: BufferedImage in Tapestry

2012-09-27 Thread gonzalomp87
e.setHeader("Content-Disposition", "inline;filename=" + filename+ ((extension == null) ? "" : ("." +extension))); } -- View this message in context: http://tapestry.1045711.n5.nabble.com/BufferedImage-in-Tapestry-tp5714465p5716533.html Sent

Re: BufferedImage in Tapestry

2012-09-27 Thread Lance Java
Some disadvantages worth considering when using data URLs for images: http://en.wikipedia.org/wiki/Data_URI_scheme#Disadvantages -- View this message in context: http://tapestry.1045711.n5.nabble.com/BufferedImage-in-Tapestry-tp5714465p5716529.html Sent from the Tapestry - User mailing list

Re: BufferedImage in Tapestry

2012-09-27 Thread Giulio Micali
for such kind of jobs, i use the following method: Returning the entire tag, so I can include it even in ajax responses. I hope it can be helpful, Giulio

Re: BufferedImage in Tapestry

2012-09-27 Thread Lance Java
in context: http://tapestry.1045711.n5.nabble.com/BufferedImage-in-Tapestry-tp5714465p5716515.html Sent from the Tapestry - User mailing list archive at Nabble.com. - To unsubscribe, e-mail: users-unsubscr...@tapestry.apac

Re: BufferedImage in Tapestry

2012-09-26 Thread gonzalomp87
Hi! Up the thread because I have a problem. I was working with Jetty and the above code worked perfectly but in tomcat not showing the image and nor give any error .Anyone know what could be the cause? -- View this message in context: http://tapestry.1045711.n5.nabble.com/BufferedImage-in

Re: BufferedImage in Tapestry

2012-07-21 Thread gonzalomp87
ion", "inline;filename=" + filename+ ((extension == null) ? "" : ("." +extension))); } }; } } -- View this message in context: http://tapestry.1045711.n5.nabble.com/BufferedImage-in-Tapestry-tp5714

Re: BufferedImage in Tapestry

2012-07-17 Thread Howard Lewis Ship
in the variable "final > String uuid" or in this call " getUploadedFile (" SOMEUUID ")" > 3. At these points would have to enter some code? return new StreamResponse > () {... } > > -- > View this message in context: > http://tapestry.1045711.n5

Re: BufferedImage in Tapestry

2012-07-17 Thread Michael Prescott
do not understand that I would have to put in the variable "final > String uuid" or in this call " getUploadedFile (" SOMEUUID ")" > 3. At these points would have to enter some code? return new StreamResponse > () {... } > > -- > View this message in context:

Re: BufferedImage in Tapestry

2012-07-17 Thread gonzalomp87
At these points would have to enter some code? return new StreamResponse () {... } -- View this message in context: http://tapestry.1045711.n5.nabble.com/BufferedImage-in-Tapestry-tp5714465p5714522.html Sent from the Tapestry - User mailing list archive at Nabble.com. ---

Re: BufferedImage in Tapestry

2012-07-15 Thread Michael Prescott
d be much more comfortable but does not work. > > I do not know to put in the code. not work > > Thank you very much! > > -- > View this message in context: > http://tapestry.1045711.n5.nabble.com/BufferedImage-in-Tapestry-tp5714465.html > Sent from t

BufferedImage in Tapestry

2012-07-15 Thread gonzalomp87
more comfortable but does not work. I do not know to put in the code. not work Thank you very much! -- View this message in context: http://tapestry.1045711.n5.nabble.com/BufferedImage-in-Tapestry-tp5714465.html Sent from the Tapestry - User mailing list archive at Nabbl