jsp timeout

2000-01-19 Thread Ashwath Narayan A
All,We are using the JSP-EJB combination.  JSP page invokes a session bean which saves the form contents to the database using some entitybeans ) andcalls jsp:forward to another page(say page X).   When submit button (it'sactually a gif image and onMouseDown we call javascript:form.submit()

Re: VisualAge supports debugging with Tomcat JSPs

2000-01-27 Thread Ashwath Narayan A
Dave,   Where can I read the article?  Could you give the url?   Thanks -ashwath - Original Message - From: Dave Peckham To: [EMAIL PROTECTED] Sent: Thursday, January 27, 2000 2:37 AM Subject: VisualAge supports debugging with Tomcat JSPs For those just ge

Re: off topic...I appreciate help

2000-01-29 Thread Ashwath Narayan A
You have to write a Javascript method to do that. -ashwath - Original Message - From: Attili Srinivas <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Saturday, January 29, 2000 3:52 AM Subject: off topic...I appreciate help > In a select box how do u search for items sequentially.say

Re: General Questions on jdbc and SqlJ and also template engines

2000-01-30 Thread Ashwath Narayan A
JDBC is certainly a standard API. Your code will port to any driver/vendor if use only standard JDBC API. Different vendors has their own extensions to JDBC API, which give additional benefits to you. Even with WebSphere, standard JDBC works. It is upto you to learn a little more about the pro

Re: Custom tags

2000-01-30 Thread Ashwath Narayan A
Alex,   I found JSP-Sevlet-EJB model as the better option.  Read this article: http://www.javaworld.com/javaworld/jw-12-1999/jw-12-ssj-jspmvc-2.html   -ashwath www.wisor.com[EMAIL PROTECTED]     - Original Message -

Re: problem while using set and get property

2000-01-30 Thread Ashwath Narayan A
Gosh, It works fine with WebLogic. Should be something wrong with your JSP engine. Check out my code below test1.jsp - test1.jsp-- test2.jsp- Value= test2.jsp -ashwath Ashwath N Akirekadu