Re: using super in Jsp

2001-08-01 Thread Srdjan Pantic
> As others on this list would agree that the best way to use > JSP's is in > conjunction with Servlets and Java Beans, in short "The MVC > Architecture > Model". > In the above mentioned model JSP's are used for display > purposes and the > logic is placed in Beans whereas the Servlet acts as a >

Re: using super in Jsp

2001-08-01 Thread Sachin S. Khanna
oblem correctly. Have a nice day. With regards, Sachin S. Khanna http://www.emailanorder.com - Original Message - From: Rajinder Sandhu <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Wednesday, August 01, 2001 10:38 AM Subject: Re: using super in Jsp > Yes u are right. proj

Re: using super in Jsp

2001-07-31 Thread Rajinder Sandhu
: using super in Jsp Well i won't be answering your question to begin with but would (hopefully) provide you enough food for thought to have a rethink of your design strategy. As others on this list would agree that the best way to use JSP's is in conjunction with Servlets and Java Beans, in

Re: using super in Jsp

2001-07-31 Thread Sachin S. Khanna
Have a nice day. With regards, Sachin S. Khanna http://www.emailanorder.com - Original Message - From: Rajinder Sandhu <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Tuesday, July 31, 2001 3:46 PM Subject: using super in Jsp > Hi all, > > In my JSP file i am initiati

using super in Jsp

2001-07-31 Thread Rajinder Sandhu
Hi all, In my JSP file i am initiating a transaction (any of the action in between can throw an exception), and including/calling other jsp's as well. So for catching exception and to track where the exception exactly has occured. I want define a Basic exception class and have other exception cla