signoff JSP-INTEREST

2003-03-06 Thread Cengiz KAYAY
signoff JSP-INTEREST GIZLILIK NOTU Bu e-posta mesaji gizli, hassas bilgi ve/ya da ekler icerebilir. Bu mesaj, mesajin alici kisminda belirtilen kullanici/kullanicilara gonderilmistir. Eger mesaji yanlislikla almis

Re: How can I write a variable filename in jsp:include?

2003-01-21 Thread Cengiz KAYAY
use jsp:param ." flush="true"> -Original Message- From: Partha Ranjan Das [mailto:[EMAIL PROTECTED]] Sent: Monday, January 20, 2003 10:38 AM To: [EMAIL PROTECTED] Subject: [JSP-INTEREST] How can I write a variable filename in jsp:include? Hi, I want to dynamically include a f

Re: Get generated html from jsp-page

2002-10-22 Thread Cengiz KAYAY
Just use HttpConnection and give the url that points to your jsp file. It will return an outputstream. there are tons of examples out there that does that.. -Original Message- From: Gunter D' Hondt [mailto:gudo@;SOFICO.BE] Sent: Tue 10/22/2002 3:46 PM

Re: attaching methods to application and session o bjects

2002-07-31 Thread Cengiz KAYAY
- From: Cengiz KAYAY [mailto:[EMAIL PROTECTED]] Sent: Wednesday, July 31, 2002 3:41 AM To: [EMAIL PROTECTED] Subject: attaching methods to application and session objects Hi all; I have a question about HttpSession. I would like to put some methods into the session object. Cause the

Re: attaching methods to application and session o bjects

2002-07-31 Thread Cengiz KAYAY
directly. session.set*() session.get*() - Original Message - From: "Cengiz KAYAY" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Wednesday, July 31, 2002 4:40 PM Subject: attaching methods to application and session objects > Hi all; > > I have a

attaching methods to application and session objects

2002-07-31 Thread Cengiz KAYAY
Hi all; I have a question about HttpSession. I would like to put some methods into the session object. Cause the HttpSession is only an interface and underlying servlet engine does implement it. How Can I do such a thing if it is any possible ? so, Can I do that ? HttpSession session= request.g