Re: Free Tags

2001-08-22 Thread Jurrius, Mark
You might be able to find something at www.jsptags.com or www.jspinsider.com Mark -Original Message- From: Hans Liebenberg [mailto:[EMAIL PROTECTED]] Sent: Wednesday, August 22, 2001 11:59 AM To: [EMAIL PROTECTED] Subject:

Re: simple jsp question ? thanks

2001-03-12 Thread Jurrius, Mark
Try using if (flag.equals ("download")) instead of if (flag == "download") Mark -Original Message- From: sufi malak [mailto:[EMAIL PROTECTED]] Sent: Monday, March 12, 2001 1:11 PM To: [EMAIL PROTECTED] Subject:simple jsp question ? thanks Could you please just tell me, w

Re: JSP Coding Standards

2001-03-12 Thread Jurrius, Mark
Try this URL: http://java.sun.com/docs/codeconv/html/CodeConventions.doc.html Note that this is Java coding standards and are not JSP specific. Mark -Original Message- From: Sumit Mishra [mailto:[EMAIL PROTECTED]] Sen

Re: disabling of select box

2001-03-09 Thread Jurrius, Mark
We had the same problem and could not find a solution. It came down to why use a select box in the first place if we are just going to disable all the choices in the option list. Instead we used a text box using the onblur method to disable the field. Mark -Original Message- From: A

Restarting Tomcat??

2001-02-06 Thread Jurrius, Mark
I'm using Tomcat 3.2 with Microsoft NT. In my Java Beans I call many Oracle procedures and functions. When I make changes to an Oracle procedure/function do I need to stop-start Tomcat for it to recognize the new changes? It seems to be inconsistent. Thanks in advance. Mark =

Re: Offtopic

2001-01-11 Thread Jurrius, Mark
You can try a text editor called Ultra Edit at www.ultraedit.com Mark -Original Message- From: Arun Prakash [mailto:[EMAIL PROTECTED]] Sent: Thursday, January 11, 2001 1:38 AM To: [EMAIL PR

Re: passing hidden values

2000-12-01 Thread Jurrius, Mark
If I understand your question correctly I think you are referring to the 'address box' as the URL. When you add a FORM button, add METHOD=POST to hide the URL. The other option is METHOD=GET which does show the complete URL. I hope this answers your question. Mark -Origin

Re: Norms

2000-11-09 Thread Jurrius, Mark
You can find Java programming coding standards at: http://java.sun.com/docs/codeconv/html/CodeConventions.doc.html Mark Hi all. Where can I find the norms for programming a very good java code.?

For-Loop Custom Tag

2000-09-12 Thread Jurrius, Mark
Can anybody provide me with an example or point me in the right direction as to how I can make a custom tag that runs a SQL query where it populates an HTML SELECT-OPTION list using a FOR loop and one of the options might be selected? Thanks in advance. Mark

Re: Making a Field non-editable

2000-08-31 Thread Jurrius, Mark
Using the readonly or disabled properties in your HTML tags will work with IE but not Netscape. The only cross browser compatible solution I could come up with was to use onfocus=this.blur() for every HTML element that I wanted to be non-editable. Unfortunately this is using JavaScript, but I co

Re: include error

2000-08-25 Thread Jurrius, Mark
I think the problem is that your trying to initialize a value to a variable called page which is a JSP keyword. Hope that helps. Mark -Original Message- From: Jim Huffsmith [mailto:[EMAIL PROTECTED]] Sent: Friday, August 25, 2000 11:5

Re: escaping single quotes in JSP embedded SQL

2000-07-19 Thread Jurrius, Mark
Check out Section 9 - JSP Comments and Character Escaping Conventions at this web site: http://www.apl.jhu.edu/~hall/java/Servlet-Tutorial/Servlet-Tutorial-JSP.html Mark -Original Message-

Re: Image Size

2000-07-04 Thread Jurrius, Mark
Adobe Photoshop will give the image height and width. Mark -Original Message- From: anderson [mailto:[EMAIL PROTECTED]] Sent: Tuesday, July 04, 2000 10:22 AM To: [EMAIL PROTECTED] Subject:Ima

JSP Coding standards

2000-06-19 Thread Jurrius, Mark
Does anyone know where I can find some good JSP coding standards? Thanks. Mark === To unsubscribe: mailto [EMAIL PROTECTED] with body: "signoff JSP-INTEREST". Some relevant FAQs on JSP/Servlets can be found at: http://jav