Using Struts/JSP template from within a class/batch process

2007-08-23 Thread Crawford, Preston
We have a need to generate a run of HTML files, like a letter or print batch. We also need to be able to (in real time), generate said reports/letters. Our infrastructure is Struts, so my lean is to create a struts page with a JSP template for the on-demand letters and reports. The question is what

RE: [S1] The proper way to define taglibs in a jsp file

2007-04-23 Thread Crawford, Preston
eston -Original Message- From: Crawford, Preston [mailto:[EMAIL PROTECTED] Sent: Monday, April 23, 2007 10:33 AM To: 'Struts Users Mailing List' Subject: RE: [S1] The proper way to define taglibs in a jsp file This is really strange. So it works if I reference the taglibs as defined in t

RE: [S1] The proper way to define taglibs in a jsp file

2007-04-23 Thread Crawford, Preston
t work... <%@ taglib uri="http://struts.apache.org/tags-bean"; prefix="bean" %> And for an error in WebSphere 6.1 I get the following error. JSPG0047E: Unable to locate tag library for uri http://struts.apache.org/tags-bean Any ideas? Preston -Original Message

RE: [S1] Is JSTL 1.1 compatible with Struts 1.2.9?

2007-04-23 Thread Crawford, Preston
Thanks! That helped. Preston -Original Message- From: Wendy Smoak [mailto:[EMAIL PROTECTED] Sent: Friday, April 20, 2007 12:24 PM To: Struts Users Mailing List Subject: Re: [S1] Is JSTL 1.1 compatible with Struts 1.2.9? On 4/19/07, Crawford, Preston <[EMAIL PROTECTED]>

RE: [S1] Is JSTL 1.1 compatible with Struts 1.2.9?

2007-04-20 Thread Crawford, Preston
Anyone know? Preston -Original Message- From: Crawford, Preston [mailto:[EMAIL PROTECTED] Sent: Thursday, April 19, 2007 6:39 PM To: 'Struts Users Mailing List' Subject: [S1] Is JSTL 1.1 compatible with Struts 1.2.9? Anyone know? I know Struts 1.2 comes with JSTL 1.0. I read

RE: [S1] The proper way to define taglibs in a jsp file

2007-04-20 Thread Crawford, Preston
al Message- From: Dave Newton [mailto:[EMAIL PROTECTED] Sent: Friday, April 20, 2007 2:01 AM To: Struts Users Mailing List Subject: RE: [S1] The proper way to define taglibs in a jsp file --- "Crawford, Preston" wrote: > I did. It's expecting the one you listed. I just ge

RE: [S1] The proper way to define taglibs in a jsp file

2007-04-19 Thread Crawford, Preston
I did. It's expecting the one you listed. I just get a "Not Found" error if I go there. I tried declaring it inside the web.xml instead (newly converted to 2.4) and that doesn't work either. Preston CONFIDENTIALITY NOTICE: This e-mail message, including any attachments, is for the sole use of t

RE: [S1] The proper way to define taglibs in a jsp file

2007-04-19 Thread Crawford, Preston
Wow. Except this URI can't be found. Umm Hmmm.. Preston -Original Message- From: Dave Newton [mailto:[EMAIL PROTECTED] Sent: Thursday, April 19, 2007 3:42 PM To: Struts Users Mailing List Subject: RE: [S1] The proper way to define taglibs in a jsp file --- "Crawfor

[S1] Is JSTL 1.1 compatible with Struts 1.2.9?

2007-04-19 Thread Crawford, Preston
Anyone know? I know Struts 1.2 comes with JSTL 1.0. I read somewhere that you have to use JSTL 1.1 with a 2.4 container, which is what we have. I just need to figure out what version of JSTL we can/should run. Preston CONFIDENTIALITY NOTICE: This e-mail message, including any attachments, is for

RE: [S1] The proper way to define taglibs in a jsp file

2007-04-19 Thread Crawford, Preston
2.0 Spec). Niall On 4/20/07, Crawford, Preston <[EMAIL PROTECTED]> wrote: > Although I can't remember if I need struts-el if all I want is jstl + > the new version of Struts. Dang, I've had my head in Struts 2, Spring, > JSF for too long. > > Preston > >

RE: [S1] The proper way to define taglibs in a jsp file

2007-04-19 Thread Crawford, Preston
Although I can't remember if I need struts-el if all I want is jstl + the new version of Struts. Dang, I've had my head in Struts 2, Spring, JSF for too long. Preston -Original Message----- From: Crawford, Preston [mailto:[EMAIL PROTECTED] Sent: Thursday, April 19, 2007 4:26 PM T

RE: [S1] The proper way to define taglibs in a jsp file

2007-04-19 Thread Crawford, Preston
Nevermind, I think the answer is both if I remember correctly. Preston CONFIDENTIALITY NOTICE: This e-mail message, including any attachments, is for the sole use of the intended recipient(s) and may contain confidential and privileged information. Any unauthorized review, use, disclosure or distr

RE: [S1] The proper way to define taglibs in a jsp file

2007-04-19 Thread Crawford, Preston
One last question. Do I use strut-el.jar or struts.jar? Preston CONFIDENTIALITY NOTICE: This e-mail message, including any attachments, is for the sole use of the intended recipient(s) and may contain confidential and privileged information. Any unauthorized review, use, disclosure or distribution

RE: [S1] The proper way to define taglibs in a jsp file

2007-04-19 Thread Crawford, Preston
s to get a definitive answer. I'm trying to make it cleaner this time. Preston -Original Message- From: Dave Newton [mailto:[EMAIL PROTECTED] Sent: Thursday, April 19, 2007 3:44 PM To: Struts Users Mailing List Subject: RE: [S1] The proper way to define taglibs in a jsp file --- &qu

RE: [S1] The proper way to define taglibs in a jsp file

2007-04-19 Thread Crawford, Preston
Oh, I just remembered something. There might be overhead/risk to jsps hitting the dtd on the Internet vs. the local tld, no? Preston -Original Message- From: Crawford, Preston [mailto:[EMAIL PROTECTED] Sent: Thursday, April 19, 2007 3:27 PM To: 'Struts Users Mailing List' S

RE: [S1] The proper way to define taglibs in a jsp file

2007-04-19 Thread Crawford, Preston
fine. Preston -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Paul Benedict Sent: Thursday, April 19, 2007 3:20 PM To: Struts Users Mailing List Subject: Re: [S1] The proper way to define taglibs in a jsp file On 4/19/07, Crawford, Preston <[EMAIL P

[S1] The proper way to define taglibs in a jsp file

2007-04-19 Thread Crawford, Preston
So I'm helping my company clean up some JSP files, things like that and I'm seeing declarations like this. <%@ taglib uri="/bean" prefix="bean" %> <%@ taglib uri="/html" prefix="html" %> Now I know there is a way to do these same declarations (we're on struts 1.2.9) without actually having to in

RE: Does struts 1.2.x or 1.3.x support the attribute "autocomplet e" f or forms?

2007-04-06 Thread Crawford, Preston
1.3.x support the attribute "autocomplete" f or forms? On 4/6/07, Crawford, Preston <[EMAIL PROTECTED]> wrote: > I'm sure many of you know about this. The originally IE specific > attribute "autocomplete", that when set to "off" would prevent

RE: Does struts 1.2.x or 1.3.x support the attribute "autocomplet e" f or forms?

2007-04-06 Thread Crawford, Preston
Oh, and the other question is if there are issues upgrading from 1.1 to 1.2.x or 1.3.x? Any reason this would be a difficult upgrade, assuming this is the answer to my problem. Preston CONFIDENTIALITY NOTICE: This e-mail message, including any attachments, is for the sole use of the intended recip

Does struts 1.2.x or 1.3.x support the attribute "autocomplete" f or forms?

2007-04-06 Thread Crawford, Preston
I'm sure many of you know about this. The originally IE specific attribute "autocomplete", that when set to "off" would prevent the browser from saving the data in the form for autocompletion later. I'm working on a project that uses Struts 1.1. So I have a few questions. #1 - Is autocomplete