[FRIDAY] RE: JSP Protection

2004-01-16 Thread Nail, Evan Burke
Perhaps I have a different browser, but mine keeps asking for /images/deniserichards.jpg hmmm -Original Message- From: Max Cooper [mailto:[EMAIL PROTECTED] Sent: Thursday, January 15, 2004 7:20 PM To: Struts Users Mailing List Subject: Re: JSP Protection The images are requested

[OT] iPlanet and Tibco question

2003-12-05 Thread Nail, Evan Burke
Sorry for the very off topic post, just got dumped onto another project and am not familiar very iPlanet or Tibco. I have a managed web server on iPlanet 4.1 that is using tibco. I get different behavior when I start the server from the command line verses the console. the command line

RE: PDF File Display in JSP-Struts

2003-11-10 Thread Nail, Evan Burke
Also, You have to make sure that nothing is written out to the stream before you set your content type. Also I did this just playing around a while back, I noticed that we had to move our jsp imports to the bottom of the file. Having them at the top caused errors in the output. I'm guessing

RE: Store object in application scope

2003-10-31 Thread Nail, Evan Burke
Hey Brice, I would agree I don't think it's finding your bean, as a result its trying to instantiate a Document object, and of course being an interface Document doesn't like someone trying to instantiate it. If your object is in the app scope, your should just be able to use it. You

RE:[OT] JSP code formatting/indentation

2003-10-27 Thread Nail, Evan Burke
The only ones I have used come with the IDEs, although I'll bet if you google you'll find a free, freestanding one. NetBeans has a very easy to use one in it's IDE. Eclipse has one in its 3.x Milestone 3 version ( maybe earlier, not sure). I haven't used it much, so I'm not sure how well

RE: HAPPY DIWALI!

2003-10-22 Thread Nail, Evan Burke
In that case I wish you all Tatas Ke Dher - Enormous amounts of tatas derived from Rupiyo Ke Dher - Enormous amount of (money) Tata Ke Senses - Sense like TATA -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL

RE: No getter method -- Please HELP!

2003-08-15 Thread Nail, Evan Burke
I think its the orgid vs OrgId thats throwing you off. your getter method should be getOrgid bn -Original Message- From: Mitesh Kapadia [mailto:[EMAIL PROTECTED] Sent: Friday, August 15, 2003 11:03 AM To: [EMAIL PROTECTED] Subject: No getter method -- Please HELP! Hello. I have

RE: Weblogic 6 SP 2

2003-08-14 Thread Nail, Evan Burke
And if your using 6.5 .Read the release notes to see how it will affect you of course, but I would do what I could to get to SP4. We hit some logging issues in sp2 and some other issues relating to our use of the excel plug in..that seem to be fixed in sp4. bn -Original Message-

No Getter Method for int to String conversion

2003-06-25 Thread Nail, Evan Burke
I have a number of beans whose instance variables are int. private int claimcount; When generating a report, I use get methods to convert the int to a string. public String getClaimcount(){ return claimcount+; } My jsps have started throwing no getter method exceptions. ( These pages

RE: out-of-memory exp

2003-06-04 Thread Nail, Evan Burke
nagi, Besides the previously mentioned errors, I sometimes get this error when I'm working in my development environment and I have changed a class and not restarted my server. I have not used 7.1 much so I don't know if this could be your error , we're on 6.1 and see it occasionally

RE: [OT] Screen Scraping tool

2003-02-14 Thread Nail, Evan Burke
SilverStream had a tool called XCommerce that among other things did screen scraping. It could pulled down most mainframe and terminal emulation screens along with html and allow you to map to and from most screens via a gui recording type interface using xml. When I last used it a few years

RE: Struts XML

2002-10-23 Thread Nail, Evan Burke
Another option is the Jakarta xsl taglib if that interests you. They have a variety of ways to point to your xml and xsl, I am pretty sure one allows you to pull the xml string from the session and give a url to the style sheet and it will transform for you. I'm certain that it allows you

RE: [FRIDAY] WINDOWS 2000 TEXAS EDITION

2002-09-20 Thread Nail, Evan Burke
I Think I saw an Atlanta edition, every command started with PeachTree. bn -Original Message- From: Jens Khnberger [mailto:[EMAIL PROTECTED]] Sent: Friday, September 20, 2002 12:26 PM To: Struts Users Mailing List Subject: Re: [FRIDAY] WINDOWS 2000 TEXAS EDITION I saw a similar

RE: Struts and Large ResultSet

2002-08-22 Thread Nail, Evan Burke
I once brought back 100,000 rows and made my users page through them 20 at a time. It was somewhere between the 4500 and 4501 time the user was clicking next that we went bankrupt. Some blame this and not the corruption for the fall :) Just FYI, Burke -Original Message- From:

RE: newbie question: HTML Taglib

2002-02-22 Thread Nail, Evan Burke
Lets say you have a script as follows script function testme(){ alert(you tested me); } /script then your html tag would look like this html:text property=action size=16 maxlength=16 onblur=return testme();/ Hope this helps. -Original Message- From: Boyalla,