[Mav-user] response.setContentType("image/png");

2003-01-24 Thread Vladimir Yusseem
Hello  maverick users!   My question: I have a servlet that generates image content:     response.setContentType("image/png");   The logic of the servlet is growing and I want ThrowawayBean2 to make this job. Is it possible? I use "domify" as a view factory.   Thank you.   Vladimir Yusseem.

Re: [Mav-user] response.setContentType("image/png");

2003-01-24 Thread Vladimir Yusseem
much sense to try to run your image through domify or xslt transforms :-)   Jeff       -Original Message-From: Vladimir Yusseem [mailto:[EMAIL PROTECTED]] Sent: Friday, January 24, 2003 2:42 PMTo: [EMAIL PROTECTED]Subject: [Mav-user] response.setContentTyp

Re: [Mav-user] Model doesn't get initialized?

2003-02-20 Thread Vladimir Yusseem
Also Java seemed to be case sensetive ... :-). - Original Message - From: "Eelco Hillenius" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Thursday, February 20, 2003 8:53 AM Subject: RE: [Mav-user] Model doesn't get initialized? > Do you know about the JavaBean spec? This is pretty s

[Mav-user] HTTP HEAD request cause IllegalStateException

2005-09-23 Thread Vladimir Yusseem
ied by the request without transferring the entity-body itself. This method is often used for testing hypertext links for validity, accessibility, and recent modification. I made a test through "Rex Swain's HTTP Viewer": http://www.rexswain.com/httpview.html Can someone think of