JSP-EJB applications

2001-01-04 Thread Meghana
Hi, I'm trying to collect some information on Enterprise application design using J2EE technologies. Mainly using JSP and EJB. Anybody with experience on this combination or knows about the resources? Pls. reply soon. Me

Re: Executing SQL query in bean

2001-01-04 Thread Meghana
} So with normal operation, the method returns the resultset and in case of exception it throws the e. I think this should work. Meghana. -Original Message- From: A mailing list about Java Server Pages specification and reference [mailto:[EMAIL PROTECTED]]On Behalf Of Hariharan N Se

Re: IllegalStateException

2001-01-04 Thread Meghana
oFlush="false" %>), then the buffer is cleared before the request is forwarded. But if the output is not buffered (if you used a page directive with buffer=none), and if anything has been written to the buffer, using results in an IllegalStateException Meghana. -Original Message

Anyone working on JSP-EJB

2001-01-07 Thread Meghana
Hi, I'm trying to collect information on JSP-EJB combination for building Enterprise application. Anyone working on this or knows about resources pls. reply. Thanks. Meghana. ~~~ Meghana Palkar Software Engineer, Patni Com

Re: Removing parameters from request

2001-01-10 Thread Meghana
As there is no direct way of removing parameters from the request that I know of, what probably you could do is use the setAttribute(,) method of the request object to set the "id" value to null or "". I don't know if this helps u. Meghana. -Original Message- F

Re: please Help --session check

2001-01-16 Thread Meghana
ling JSP page. A dynamic file acts on the request and sends back a result that is included in the JSP page. I think this should help u... Meghana. On Tue, 16 Jan 2001, Deepak C S wrote: > hi people, > > As a part of authentication check, I am checking for a session > attr

Re: Generating XML or HTML from the JSP page

2001-01-17 Thread Meghana
helps u. Meghana. On Wed, 17 Jan 2001, S Ramakrishnan wrote: > Hi - > > I need the JSP pages to generate HTML for real-time > viewing and XML for report generation. In either > case, the data source is the same. > > Is it possible to have the JSP page generate > an XML docu

Re: introspection problem

2001-01-18 Thread Meghana
useBean tag before the setProperty tag. Use either Method 1 or Method 2 as described below : Method 1 : Method 2: Use according to u r requirement. Meghana On Thu, 18 Jan 2001, Kevin Jones wrote: > > scope="request" /> > > > > > > Are you