How to pass value? (2)

2000-11-29 Thread Branko Kaucic
Hi, again! Thanks, I found a solution. Please, ignore my previous mail. Brank === To unsubscribe: mailto [EMAIL PROTECTED] with body: "signoff JSP-INTEREST". For digest: mailto [EMAIL PROTECTED] with body: "set JSP-INTEREST

How to pass value?

2000-11-29 Thread Branko Kaucic
Hi, all! I wrote a test page, where I use bean TB with propertie "val" (String). I would like to pass String ValueA to that bean on following way, but I got error message "Syntax error in JSP tag. No quote after name". Culd someone, please, tell me, how to pass value ValueA to bean? <%

Re: Image Size

2000-07-05 Thread Branko Kaucic
Ok, I will try to answer both, to Anderson and to Lesley. Anderson: as I understood, you have an image in database and you would like to show this image in window with the same width and height. First of all, if you intend to show the image in such window, I assume that wont be good, because you

Re: Image Size

2000-07-04 Thread Branko Kaucic
Hi! Tell more about what you need. I made some servlets that produce images, so maybe I can help. Branko On Tue, 4 Jul 2000, Lesley Eadie wrote: > Hi > are you using jsp to generate images server side and display them on a > client browser? If you are or anyone else is, I need your help. I'm

jsp-bean question.. URGENT

2000-06-25 Thread Branko Kaucic
Hi all, tell me, if this goes (before I try by mself - lack of time): <% String ValueA = "A--"+request.getParameter("A") %> <% jsp:setProperty name="test" property="value" value=ValueA /> Thanks, Branko Kaucic ==

Re: jsp-bean? ...URGENT

2000-06-11 Thread Branko Kaucic
, > > Ariosto. > ----- Original Message - > From: Branko Kaucic <[EMAIL PROTECTED]> > To: <[EMAIL PROTECTED]> > Sent: Saturday, June 10, 2000 3:55 AM > Subject: jsp-bean? ...URGENT > > > Hi! > > > > I am posting this mail again, because I got

jsp-bean? ...URGENT

2000-06-09 Thread Branko Kaucic
Hi! I am posting this mail again, because I got response-mail that my mail was not delivered. I guess this really happened, because noone replied on this mail so far. I apologize if my mail was sent already. Branko -- Hi all! Could someone tell me, where I got wrong? All that I get from server

calling servlet from JSP page

2000-06-03 Thread Branko Kaucic
Hi! I am sure, that the answer for my question was already been spoken, but ... still don't know how to resolve this: I need to call a servlet from my JSP page. As I understand, this are the ways of calling servlets from JSP page: 1. (servlet returns an image) 3. servlet is a bean (getProperty,