RE: Potential Security Flaw in Struts MVC

2001-05-08 Thread Assenza, Chris
Is it just me or has the list received this message well over 10 times? Chris -Original Message- From: Jeff Trent [mailto:[EMAIL PROTECTED]] Sent: Monday, May 07, 2001 12:51 PM To: [EMAIL PROTECTED] Subject: Re: Potential Security Flaw in Struts MVC Curt, I don't dispute what your

RE: NoInitialContextException

2001-05-10 Thread Assenza, Chris
Well the first thing that strikes me is that there would be no (ejb) initial context to obtain since Tomcat is not an EJB container. ;) I recommend downloading JBoss from http://www.jboss.org/ for doing that sort of thing. Their values for INITIAL_CONTEXT_FACTORY and PROVIDER_URL are on their

Quick Iterate Question - DefaultTableModel

2001-05-10 Thread Assenza, Chris
Here's a quick one - anyone use or modify iterate to support iterations through a DefaultTableModel. Since it's just a vector of vectors we tried nesting iterate tags, but to no avail. Anyone already done this or do I need to code it myself if I want it (hehe)? :) Chris

RE: Philosophical question(s) related to STRUTS

2001-05-10 Thread Assenza, Chris
Just as a small aside, Wrox has devoted a chapter to Struts in their latest Professional JSP book (http://www.wrox.com/Books/Book_Details.asp?section=11_3isbn=1861004958sub ject=subject_id=) so I'd say it's definitely getting some recognition! :) Chris -Original Message- From: Mark

RE: Philosophical question(s) related to STRUTS

2001-05-10 Thread Assenza, Chris
Good point Hal, WebForms are just a tiny part of what makes up .NET and I forsee the battle between MS and Sun becoming *extremely* aggressive in the near future. .NET and J2EE are two attempts at the (basically) the same end result and both do an excellent job (I'm going to say I think .NET

RE: Precompiling JSP Pages?

2001-05-31 Thread Assenza, Chris
Ditto for WebSphere. Chris -Original Message- From: Deadman, Hal [mailto:[EMAIL PROTECTED]] Sent: Thursday, May 31, 2001 12:59 PM To: [EMAIL PROTECTED] Subject: RE: Precompiling JSP Pages? If you are using Weblogic there is an Ant task that does it in the optional package. I can't

RE: Struts Questions

2001-06-12 Thread Assenza, Chris
We are doing so right now - all we had to do was create an additional class that has all the getters/setters of the ActionForm for a particular screen or set of screens. Then call all the sets from the Action and pass the object along to the EJB. That's it. :) No tangible performance loss/gain.

RE: WebSphere, Jasper and Struts 1.0b3

2001-06-15 Thread Assenza, Chris
I completely agree Dan. Chris -Original Message- From: Dan Miser [mailto:[EMAIL PROTECTED]] Sent: Friday, June 15, 2001 11:42 AM To: [EMAIL PROTECTED] Subject: Re: WebSphere, Jasper and Struts 1.0b3 Kyle, While I appreciate the magnitude of the RD on WAS/VAJ, I also think IBM has been

RE: [ANNOUNCEMENT] Struts 1.0 (Final) Released

2001-06-18 Thread Assenza, Chris
Craig et. al -- congratulations and thank you. I hope when I get some free time I can help out on a project like this one. It is an excellent piece of work and a darn fine help. :) Chris Assenza -Original Message- From: Craig R. McClanahan [mailto:[EMAIL PROTECTED]] Sent: Friday, June

RE: table tag

2001-06-19 Thread Assenza, Chris
I've been half working on it conceptually, but there's nothing to show for it - I never get time to implement it. :( So I'd be interested too. :) Chris -Original Message- From: Charles Baker [mailto:[EMAIL PROTECTED]] Sent: Tuesday, June 19, 2001 9:07 AM To: [EMAIL PROTECTED] Subject:

RE: java report article says bye-bye struts

2001-06-19 Thread Assenza, Chris
To be honest, personally I like nothing more then Textpad and maybe Forte (free) for debugging. :) Chris -Original Message- From: Bill G [mailto:[EMAIL PROTECTED]] Sent: Tuesday, June 19, 2001 4:40 PM To: [EMAIL PROTECTED] Subject: RE: java report article says bye-bye struts Hi John,

RE: Contribution: 1) IF, AND, OR, THEN, ELSE, ELSEIF tags 2) SWITCH, CASE, DEFAULT tags

2001-06-25 Thread Assenza, Chris
Lol! I was just sitting here friday complaining Darn I wish Struts' logic tags supported OR and ELSE! :D Thanks! Chris -Original Message- From: Niall Pemberton [mailto:[EMAIL PROTECTED]] Sent: Sunday, June 24, 2001 4:28 PM To: [EMAIL PROTECTED]; [EMAIL PROTECTED]

RE: Problem loading DATABASE: org.xml.sax.SAXException

2001-06-25 Thread Assenza, Chris
Have you placed Jaxp 1.0.1 (not 1.1.1) jar's in the servlets directory before firing up the server? Chris -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] Sent: Monday, June 25, 2001 9:18 AM To: [EMAIL PROTECTED] Subject: Problem loading DATABASE:

RE: onkeyup support on html:form ...

2001-06-27 Thread Assenza, Chris
Just my $0.02 but for many applications built around the Struts framework there will be specific controlled environments (and for many there won't be) wherein the browser is a known variable. While events like onkeyup are supported on forms for IE4 and above only, it would be nice to have them

RE: onkeyup support on html:form ...

2001-06-27 Thread Assenza, Chris
... For the HTML tags, one solution would be to add a standard options parameter that would pass through the value uninterpreted. This would keep us from having to worry about vendor-specific implementations. Assenza, Chris wrote: Just my $0.02 but for many applications built around the Struts

Struts 1.0 Final Migration Errors

2001-06-29 Thread Assenza, Chris
All, I'm upgrading our app from Struts 1b1 to Struts 1.0. Unfortunately, nothing in our app seems to be working, so I went back a step and tried deploying the struts-example.war file and received the same error when trying to "logon" in the demo. We're using JBoss 2.0 w/ Tomcat 3.2b7

RE: Compiled JSP got too big and produced this Error/ Anyone know of a Solution/Fix?

2001-07-02 Thread Assenza, Chris
Unfortunately I've seen it. :-( -Chris Here is a previous reply on this subject from Mr. Cooper: I am, unfortunately, intimately familiar with this problem. The problem is

RE: proposal: splitting struts mailing list

2001-07-02 Thread Assenza, Chris
Agreed. :) Chris -Original Message- From: Peter Alfors [mailto:[EMAIL PROTECTED]] Sent: Monday, July 02, 2001 1:57 PM To: [EMAIL PROTECTED] Subject: Re: proposal: splitting struts mailing list The problem with splitting into two lists is that the advanced users will not be around to

RE: Struts 1.0 on WebSphere 3.5.4??

2001-07-03 Thread Assenza, Chris
The problem I reported to the list the other day (that error) in JBoss 2 w/ Tomcat 3.2b7 is actually the same issue as this. Granted, I haven't actually tested this in WebSphere, but it is the same issue and others have tried it with success IIRC. Anyway, the problem is (as others have

RE: Struts 1.0 on WebSphere 3.5.4??

2001-07-03 Thread Assenza, Chris
mentioned I could use? In the meantime, I'm going to obtain the rest of the software I'll need in order to compile Struts myself -- just in case. Thank you so much! -cme- --- Assenza, Chris [EMAIL PROTECTED] wrote: The problem I reported to the list the other day (that error) in JBoss 2 w

RE: Know of any consulting companies?

2001-07-05 Thread Assenza, Chris
Although I'm not familiar with ARS or Digita, the company I work for (Access Data Corp - http://www.accessdc.com) does indeed do consulting/software development with Java; and, while we do not necessarily specialize in using Jakarta components, we are very apt to use them. Case in point, the

RE: Problem upgrading from struts-1.0-b1 to struts-1.0

2001-07-06 Thread Assenza, Chris
- --- Assenza, Chris [EMAIL PROTECTED] wrote: The problem I reported to the list the other day (that error) in JBoss 2 w/ Tomcat 3.2b7 is actually the same issue as this. Granted, I haven't actually tested this in WebSphere, but it is the same issue and others have tried it with success IIRC. Anyway

RE: Problem upgrading from struts-1.0-b1 to struts-1.0

2001-07-06 Thread Assenza, Chris
Oops, sorry for that extra reply, I didn't see this message. :) Chris -Original Message- From: Jean-Noel Ribette [mailto:[EMAIL PROTECTED]] Sent: Friday, July 06, 2001 5:01 AM To: [EMAIL PROTECTED] Subject: Re: Problem upgrading from struts-1.0-b1 to struts-1.0 The can't remove

RE: [JBoss-user] RE: Struts Jboss?

2001-07-06 Thread Assenza, Chris
What does your application.xml look like? Chris -Original Message- From: Gregor Rayman [mailto:[EMAIL PROTECTED]] Sent: Friday, July 06, 2001 12:39 PM To: [EMAIL PROTECTED]; [EMAIL PROTECTED] Subject: Re: [JBoss-user] RE: Struts Jboss? Ravindran Ramaiah [EMAIL PROTECTED] wrote:

RE: [JBoss-user] RE: Struts Jboss?

2001-07-06 Thread Assenza, Chris
Okay...I'll rephrase that last one I sent. :) You won't be able to deploy the EAR the way you want without properly using the Application Deployment Descriptor (application.xml). Have you tried doing this? Here's a sample one I use for JBoss 2.0 w/ Tomcat 3.2b7, goes in META-INF of the EAR's

RE: Style sheets with struts

2001-07-30 Thread Assenza, Chris
Stylesheets work as they would normally work in HTML or JSP. :) For the most precise browser compatibility you can do either Server-side browser detection, then use Struts to output the appropriate stylesheet reference with some logic checks (using logic tags, etc. - basically the equivalent of

RE: Wrong ordering of rendered html elements when using templates under WAS 3.5.x

2001-07-31 Thread Assenza, Chris
Title: Wrong ordering of rendered html elements when using templates under WAS 3.5.x You need to use flush="true" on your template:get tags. :) WebSphere needs it's hand held to do the include properly. :-P (ex. template:get name="main" flush="true" / ) -Chris Christopher Assenza Phone:

RE: Branch too large, Internal restriction. (?!)

2001-07-31 Thread Assenza, Chris
This is an evil error but it's not really Struts' fault. Basically the error is the fact that a compiled JSP (servlet really) can't have a single method greater then 64k - but with all those tags being compiled in directly the size grows pretty large. I asked this a while back and Martin Cooper

RE: some comparision between JSP/struts and velocity

2001-07-31 Thread Assenza, Chris
I tend to agree with Tim here, but only in certain circumstances. If you place very specific HTML code in your tag library then that tag library has become very restricted in its use - basically it can only be used in the original context for which it was designed, otherwise the HTML will

Silly Question - Where is the notEmpty tag?

2001-07-31 Thread Assenza, Chris
It is on the web page's documentation but nowhere to be found in the source or TLD...I'm assuming it's been deprecated. It may be a good idea to take it off the page cause I was all excited about it until my JSP screamed at me. :P Chris

RE: Silly Question - Where is the notEmpty tag?

2001-08-01 Thread Assenza, Chris
in the distribution. -- Martin Cooper - Original Message - From: Assenza, Chris [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Tuesday, July 31, 2001 12:22 PM Subject: Silly Question - Where is the notEmpty tag? It is on the web page's documentation but nowhere to be found in the source

RE: Taglibs decrease the separation between designer and developer?

2001-08-01 Thread Assenza, Chris
That's a good point, but what about when your scriptlets are controlling the presentation? Ie. you've got dynamic row changes, or entirely different tables of output being displayed depending on a flag on the request (assuming you can't generecize the output) - and the designer needs to change

RE: DTD Reference Problem Encountered while exercise the Struts Employeelist Example in VAJ WTE 3.5.3

2001-08-01 Thread Assenza, Chris
Just for the sake of getting it working and at the expense of hard-coding, extract the DTD's to some location on your drive and make the doctype declaration look like: !DOCTYPE struts-config SYSTEM file:/c:/etc/etc/etc/struts-config_1_0.dtd Chris -Original Message- From: [EMAIL

RE: some comparision between JSP/struts and velocity

2001-08-01 Thread Assenza, Chris
a case of ensuring that the tags - and more specifically the tag libraries - are well designed for their intended purpose. -- Martin Cooper - Original Message - From: Assenza, Chris [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Tuesday, July 31, 2001 6:28 AM Subject: RE: some comparision

RE: struts.jar for Websphere is Final?

2001-08-02 Thread Assenza, Chris
The modified JAR file that I put up is based on Struts 1.0 final. Chris -Original Message-From: Calabrese, Jason [mailto:[EMAIL PROTECTED]]Sent: Thursday, August 02, 2001 11:20 AMTo: Struts-User (E-mail)Cc: 'Luis Olivares'Subject: RE: struts.jar for Websphere is Final? I'm

RE: DTD Reference Problem Encountered while exercise the Struts Employeelist Example in VAJ WTE 3.5.3

2001-08-02 Thread Assenza, Chris
That message indicates that your change worked as far as WTE/WAS is concerned. :) Didn't it get any further this time? Chris -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] Sent: Thursday, August 02, 2001 10:04 AM To: [EMAIL PROTECTED] Subject: RE: DTD Reference

RE: Using struts in VAJ3.5.2 and apache test environment 1.0

2001-08-02 Thread Assenza, Chris
WebSphere has an older version of Jasper incompatible with Struts 1.0's form tag (as written). Someone came up with a quick fix for the tag and a modified struts.jar with the fix included can be download @ http://www.enfused.com/struts.jar -Chris -Original Message- From: DUPRAT

RE: A Few questions about struts and WebSphere

2001-08-03 Thread Assenza, Chris
1) You need to use flush=true on your template:get tags in the template. 2) Did you deploy your WAR correctly? -- Check to make sure you don't have an extra folder app folder under app in default_host. 3) Haven't used Struts' DataSource functionality, I'm afraid I can't help you there - it

RE: http://jakarta.apache.org/struts/dtds/struts-config_1_0.dtd

2001-08-03 Thread Assenza, Chris
Or get it out of the JAR file if you just want to d/l it. :) Chris -Original Message- From: Anthony Xin Chen [mailto:[EMAIL PROTECTED]] Sent: Thursday, August 02, 2001 1:46 PM To: Ben Gill Subject: Re: http://jakarta.apache.org/struts/dtds/struts-config_1_0.dtd Hello Ben, Thursday,

RE: IF statement in struts-config.xml

2001-08-06 Thread Assenza, Chris
Hmmm, I'm not sure I see the value in this (at least actually IN the XML file) - could you explain in more detail what you intend to do? Chris -Original Message- From: Yi-Xiong Zhou [mailto:[EMAIL PROTECTED]] Sent: Monday, August 06, 2001 5:02 PM To: '[EMAIL PROTECTED]' Subject: IF

RE: Re. : RE: WEBSPHERE 3.5.4 and STRUTS 1.0: cant remove attributes from r equest scope

2001-08-08 Thread Assenza, Chris
http://www.enfused.com/struts.jar :) Chris -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] Sent: Wednesday, August 08, 2001 3:03 AM To: [EMAIL PROTECTED] Subject: Re. : RE: WEBSPHERE 3.5.4 and STRUTS 1.0: cant remove attributes from r equest scope Thanks

RE: New Release

2001-08-09 Thread Assenza, Chris
Just to confirm what Craig said, back-porting them to 1.0 appears to be 100% problem-free. Once I saw those tags and was informed they were in the nightly build, I grabbed them (along with TLD stuff, etc.) and dropped them in our existing struts.jar (1.0); the tags work flawlessly and are quite

RE: New Release

2001-08-09 Thread Assenza, Chris
need to add the class files to the manifest of my struts.jar or is it something else? Kim -Original Message- From: Assenza, Chris [mailto:[EMAIL PROTECTED]] Sent: Thursday, August 09, 2001 7:55 AM To: '[EMAIL PROTECTED]' Subject: RE: New Release Just to confirm what Craig said, back-porting

RE: Index within iterate tags

2001-08-14 Thread Assenza, Chris
When you write your iterator tag add the attribute: indexId=somevalue Then you can use the bean tags to access indexId which returns the current index of the iterator! :-) -Chris Christopher Assenza Phone: 412.201.6026 Fax: 412.201.6060 Email: [EMAIL PROTECTED] ACCESSDATA Moving Your

RE: URGENT: PLEASE HELP

2001-08-15 Thread Assenza, Chris
template:put name=abc direct=truebHello, I'm HTML in a template/b/template:put Chris Christopher Assenza Phone: 412.201.6026 Fax: 412.201.6060 Email: [EMAIL PROTECTED] ACCESSDATA Moving Your Business from Point A to Point e.SM http://www.accessdc.com/ -Original Message- From:

RE: Setting focus on field with error

2001-08-16 Thread Assenza, Chris
I've just been asked to do the same exact thing in our app (what a coincidence!!) but I haven't determined exactly what do yet. In our app, ActionErrors are added by the name of the form field that had the error (ie. field1 is the ActionErrors property and also the html:text property on the

RE: Can V in MVC be Swing in Struts?

2002-10-18 Thread Assenza, Chris
I can't tell if you're being serious or not, but the question really has been answered already. The problem is that you're either A) missing the point or B) a troll. I prefer to assume A. In that case, I believe I can paraphrase what Craig has said: (1) Does STRUTS support sending serialized

RE: [OT] Oracle Magazine Java Developer of the Year

2002-10-28 Thread Assenza, Chris
That's great, congrats James! Chris -Original Message- From: Bradley G Smith [mailto:bgsmith01;fs.fed.us] Sent: Monday, October 28, 2002 3:35 PM To: [EMAIL PROTECTED] Subject: [OT] Oracle Magazine Java Developer of the Year The nov/dec issue of Oracle Magazine has several person of the

RE: How to access the Struts ConnectionPool from an ActionForm

2002-11-21 Thread Assenza, Chris
Steve, If memory serves, I don't think you can get the ActionServlet (thus the servlet) from the Form; but it's been a long time since I last looked at that stuff and I may well be incorrect on that - it's just a guess. As for the db call issue, it makes more sense for something like that to be

RE: Get ServletContext from Action (Struts 1.0.2)

2002-11-22 Thread Assenza, Chris
Indeed it is. :) -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] Sent: Friday, November 22, 2002 1:16 PM To: [EMAIL PROTECTED] Subject: Get ServletContext from Action (Struts 1.0.2) Hello, Can you tell me how to obtain the ServletContext in a Struts 1.0.2 Action.

RE: if condition with or

2002-12-05 Thread Assenza, Chris
I am also inclined to agree, that was my first reaction to seeing that code. I don't know what to think though, it's not as if I have a better answer to the problem either. :-\ -Chris -Original Message- From: Andrew Hill [mailto:[EMAIL PROTECTED]] Sent: Thursday, December 05, 2002 2:08

RE: [OT - Java] Need a recommendation on a Design Pattern class

2003-02-11 Thread Assenza, Chris
The company that owns and runs TheServerSide.com seems to have some nice offerings that should satisfy your needs, though I've never attended their training so I can't vouch for it. :) http://www.middleware-company.com/training/trainingIndex.shtml

RE: [OT] Text editor usage (was RE: [OT]: What is vim?)

2003-03-03 Thread Assenza, Chris
If one were to make a value judgement such as better then one would require a common basis for comparison. I would be safe in assuming that not everyone here is analyzing this question based on a common frame of reference, in fact I bet we all have slightly different concepts of who or what makes

[OT] What do you do with your SQL?

2002-07-26 Thread Assenza, Chris
Hi all, Been a while since I last wrote, but I've been lurking to observe all the crazy antics. :) Anyway, I've got a question of an [ot] nature that I believe you folks will have an answer for. Our application is highly data-driven and as such a lot of our business logic is written to build

RE: [OT] What do you do with your SQL?

2002-07-29 Thread Assenza, Chris
Good thoughts, some comments. :) Our design is actually not the most typical EJB design. Due to a large amount of redundancy in our code, we implemented a single EJB that then calls methods on a specific implementation class depending on the object requested from the Struts tier (sort of like a

RE: [OT] What do you do with your SQL?

2002-07-29 Thread Assenza, Chris
Good idea, I think the only problem we might have with this is the fact that we'd have to build a lot of dynamic sql into our SP - which can be more annoying then just leaving it in the Java code. :) Thanks, Chris -Original Message- From: Yang, Pedro [mailto:[EMAIL PROTECTED]] Sent:

RE: strusts + log4j

2002-08-09 Thread Assenza, Chris
Chandra, It may be that your problems are related to the fact that JBoss 3 initializes a server-wide Log4j service on startup [at least that's what I've observed...their documentation is less then tolerable]. At any rate, you will notice a log4j.xml file in the ${jboss_home}/server/default/conf

RE: XP (and not the Microsoft kind)

2002-08-19 Thread Assenza, Chris
XP is great, but it's not necessarily new. People have been doing rapid agile development for years and just might not know it by that name. The real value is the fact that it can be molded for any situation and it's not the type of methodology where you MUST follow every step. If you can't do

RE: Va Java and Struts

2001-08-22 Thread Assenza, Chris
You need a special struts.jar with a slight modification to the form tag, which you can download from: http://www.enfused.com/struts.jar Chris Christopher Assenza Phone: 412.201.6026 Fax: 412.201.6060 Email: [EMAIL PROTECTED] ACCESSDATA Moving Your Business from Point A to Point e.SM

RE: Va Java and Struts

2001-08-22 Thread Assenza, Chris
Here it is: http://www7.software.ibm.com/vad.nsf/data/document2558?OpenDocumentp=1BCT :) Chris Christopher Assenza Phone: 412.201.6026 Fax: 412.201.6060 Email: [EMAIL PROTECTED] ACCESSDATA Moving Your Business from Point A to Point e.SM http://www.accessdc.com/ -Original

RE: looking for success stories

2001-08-22 Thread Assenza, Chris
Eric, I can't really give you a success story yet, our first Struts application isn't complete and I'd say we did some things wrong and did some things right along the way - but overall things are going very well and Struts has been very useful. Just hang around here for a bit and you'll get

RE: looking for success stories

2001-08-22 Thread Assenza, Chris
/ -Original Message- From: Assenza, Chris [mailto:[EMAIL PROTECTED]] Sent: Wednesday, August 22, 2001 4:16 PM To: '[EMAIL PROTECTED]' Subject: RE: looking for success stories Eric, I can't really give you a success story yet, our first Struts application isn't complete and I'd say we did some

RE: Struts with WebSphere 4.0 on Win2000

2001-08-23 Thread Assenza, Chris
Yes, it works quite well. :) Chris Christopher Assenza Phone: 412.201.6026 Fax: 412.201.6060 Email: [EMAIL PROTECTED] ACCESSDATA Moving Your Business from Point A to Point e.SM http://www.accessdc.com/ -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]

RE: Struts with WebSphere 4.0 on Win2000

2001-08-23 Thread Assenza, Chris
PROTECTED] Subject: RE: Struts with WebSphere 4.0 on Win2000 Are you using EJB? What libraries did you have to import to get it working? Is there anything special you had to do to get it working? Thanks, Kent -Original Message- From: Assenza, Chris [mailto:[EMAIL PROTECTED]] Sent: Thursday

RE: Struts with WebSphere 4.0 on Win2000

2001-08-23 Thread Assenza, Chris
Stephen, We aren't using VAJ (currently) so I can't vouch for the WTE, although it is supposed to be identical to the single-server free license you can d/l from the IBM site. For 4.0 there ARE no long-winded extra steps believe it or not. It's been a while since I last played with it but you

RE: URGENT: PLEASE HELP

2001-08-24 Thread Assenza, Chris
. It complains about ending the template:put tag Shelly Assenza, Chris wrote: template:put name=abc direct=truebHello, I'm HTML in a template/b/template:put Chris Christopher Assenza Phone: 412.201.6026 Fax: 412.201.6060 Email: [EMAIL PROTECTED] ACCESSDATA Moving Your Business

RE: URGENT: PLEASE HELP

2001-08-24 Thread Assenza, Chris
Ignore the word wrapping, sorry. :) Chris Christopher Assenza Phone: 412.201.6026 Fax: 412.201.6060 Email: [EMAIL PROTECTED] ACCESSDATA Moving Your Business from Point A to Point e.SM http://www.accessdc.com/ -Original Message- From: Assenza, Chris [mailto:[EMAIL PROTECTED

RE: Probleme with form:select ...

2001-08-27 Thread Assenza, Chris
Just an aside, don't know if it will impact your problem but struts-form.tld and associated tags are deprecated. If you're using 1.0 they have been replaced by the classes referenced in struts-html.tld Chris Christopher Assenza Email: [EMAIL PROTECTED] ACCESSDATA Moving Your Business from

RE: Barracuda vs. Struts (request for review)

2001-08-27 Thread Assenza, Chris
I haven't read it all yet (and would like to - Barracuda looks intriguing), but: Barracuda definitely aims at the Java Developer end of the spectrum (with the idea that tools integration will ultimately bridge the gap to less sophisticated Page Author types). ... Unlike Barracuda, Struts is

RE: Barracuda vs. Struts (request for review)

2001-08-27 Thread Assenza, Chris
PROTECTED] ACCESSDATA Moving Your Business from Point A to Point e.SM http://www.accessdc.com/ -Original Message- From: Assenza, Chris [mailto:[EMAIL PROTECTED]] Sent: Monday, August 27, 2001 3:34 PM To: '[EMAIL PROTECTED]' Subject: RE: Barracuda vs. Struts (request for review) I haven't read

RE: Barracuda vs. Struts

2001-08-28 Thread Assenza, Chris
Now, DreamWeaver UltraDev, that's a platform for Page Author types that want to use JSP. (It's actually quite impressive -- if you never look at the code it generates ;-) Roflol! :P Chris Christopher Assenza Phone: 412.201.6026 Fax: 412.201.6060 Email: [EMAIL PROTECTED] ACCESSDATA Moving

RE: Logic Tags

2001-08-29 Thread Assenza, Chris
Could you be more specific so we can help? :) Chris Christopher Assenza Phone: 412.201.6026 Fax: 412.201.6060 Email: [EMAIL PROTECTED] ACCESSDATA Moving Your Business from Point A to Point e.SM http://www.accessdc.com/ -Original Message- From: Mike Bungay [mailto:[EMAIL

RE: Websphere deployment problem

2001-08-30 Thread Assenza, Chris
See: http://jakarta.apache.org/struts/installation-was352-x.html Chris Christopher Assenza Phone: 412.201.6026 Fax: 412.201.6060 Email: [EMAIL PROTECTED] ACCESSDATA Moving Your Business from Point A to Point e.SM http://www.accessdc.com/ -Original Message- From: [EMAIL

RE: Websphere deployment problem

2001-08-30 Thread Assenza, Chris
To: '[EMAIL PROTECTED]' [EMAIL PROTECTED] From: Assenza, Chris [EMAIL PROTECTED] Subject: RE: Websphere deployment problem Message-ID: 958E8CEC2784D41186EF00B0D0780B514D99BB@APOLLO See: http://jakarta.apache.org/struts/installation-was352-x.html Chris Christopher Assenza Phone:412.201.6026 Fax

RE: How to make reset button clear all fields

2001-08-30 Thread Assenza, Chris
One alternative is to write a JavaScript function that will clear all your text fields. Bind the function to the onClick event of a generic HTML button tag and you're set. Note that this only affects what you see on the screen, it's never touching the server. If you were to hit your new reset

RE: Setting focus

2001-08-31 Thread Assenza, Chris
It's on the tail end of my to-do list for our project, but I haven't had any time to work on it. Someone else suggested solution a week or two ago but I had no success with it (and haven't had time to,etc. etc.) Chris Christopher Assenza Phone: 412.201.6026 Fax: 412.201.6060 Email: [EMAIL

RE: Still can't you get these quotes arranged correctly?

2001-09-05 Thread Assenza, Chris
Another *JSP* tag's attribute I should say, sorry - long day. Chris Christopher Assenza Phone: 412.201.6026 Fax: 412.201.6060 Email: [EMAIL PROTECTED] ACCESSDATA Moving Your Business from Point A to Point e.SM http://www.accessdc.com/ -Original Message- From: Assenza, Chris

RE: Help Error run Struts in VAJ 4 cant remove Attributes from request scope remain

2001-09-07 Thread Assenza, Chris
The correct Jar is also available on the Ted's site and http://www.enfused.com/struts.jar Chris Christopher Assenza Phone: 412.201.6026 Fax: 412.201.6060 Email: [EMAIL PROTECTED] ACCESSDATA Moving Your Business from Point A to Point e.SM http://www.accessdc.com/ -Original

RE: Setting Struts in VAJ 3.53 ? Help

2001-09-19 Thread Assenza, Chris
See: http://www7.software.ibm.com/vad.nsf/data/document2558?OpenDocumentp=1BCT Christopher Assenza Phone: 412.201.6026 Fax: 412.201.6060 Email: [EMAIL PROTECTED] ACCESSDATA Moving Your Business from Point A to Point e.SM http://www.accessdc.com/ -Original Message-From: Jhaveri,

RE: Struts Websphere 3.5.4 for Windows 2000

2001-09-19 Thread Assenza, Chris
Title: RE: Struts & Websphere 3.5.4 for Windows 2000 You *must* use Jaxp 1.0.1 - WebSphere implodes when you try to use 1.1.1 with Struts. Not sure what the actual reason is (ie. what classes or code is the problem) though, worth investigation I guess, but I'm too lazy. :) Chris

RE: Struts installation on Websphere 4.0

2001-09-24 Thread Assenza, Chris
Still haven't had time to formalize these directions, so they are likely to change once I get time to remove extraeous steps or correct things. :) rief Preliminary Deployment Instructions for WAS 4.0 ยท Deploy Application o Install WebSphere 4.0 o Once completed

RE: Support of Struts in IBM Websphere 4.0

2001-10-01 Thread Assenza, Chris
This is true! :) Not sure what they'd be patching it outside of upgrading their servlet spec to take care of an un-patched form tag. Chris Christopher Assenza Phone: 412.201.6026 Fax: 412.201.6060 Email: [EMAIL PROTECTED] ACCESSDATA Moving Your Business from Point A to Point e.SM

RE: Support of Struts in IBM Websphere 4.0

2001-10-01 Thread Assenza, Chris
Make sure you use the modified struts jar from http://www.enfused.com/struts.jar Chris Christopher Assenza Phone: 412.201.6026 Fax: 412.201.6060 Email: [EMAIL PROTECTED] ACCESSDATA Moving Your Business from Point A to Point e.SM http://www.accessdc.com/ -Original Message- From:

RE: Support of Struts in IBM Websphere 4.0

2001-10-01 Thread Assenza, Chris
Well that's your call. The changes to the form tag are very minor at best, and I don't really see the them having any significant negative impact for most projects, but yours may be that unfortunate exception. If it makes you uneasy or annoyed (which the later does me), then I recommend

RE: html:text align=....

2001-10-02 Thread Assenza, Chris
Martin, All browsers supporting HTML 3.2 should support this attribute, the constants that can be used as valid values differs with browser version although the 4.x and up support is pretty consistent. However, one thing to note is that it only works with input where type = image It is ignored

RE: html:text align=....

2001-10-02 Thread Assenza, Chris
, this thread started with the implication that it worked for text elements, and so should be added to the Struts html:text tag. I guess I'll back out the changes I made... Thanks! -- Martin Cooper - Original Message - From: Assenza, Chris [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent

RE: Bug in Struts Template

2001-10-03 Thread Assenza, Chris
In WebSphere you *must* use the flush attr. :) Chris Christopher Assenza Phone: 412.201.6026 Fax: 412.201.6060 Email: [EMAIL PROTECTED] ACCESSDATA Moving Your Business from Point A to Point e.SM http://www.accessdc.com/ -Original Message- From: Minh Tran [mailto:[EMAIL

RE: OS / Browser tag?

2001-10-04 Thread Assenza, Chris
I have something written that will do the server-side browser detection, etc. but not a tag for it. It's actually an adaptation of a nice PHP-based script that I stumbled on a while back. :) It'd be a great idea for a tag though - go for it! :) Chris Christopher Assenza Phone: 412.201.6026

RE: struts.net?

2001-12-13 Thread Assenza, Chris
Lol, I love .NET. You really don't need Struts with ASP.NET, it already has the core functionality that Struts aims to provide as part of its native architecture. Obviously it's a different approach and people will argue ad infinitum whether or not it's better or worse; or, if Java rules and

RE: [OT] Contract Work: Going Rate?

2003-03-28 Thread Assenza, Chris
That's really over-generalized. Those statistics cannot be so broadly applied to the market. 100,000 available jobs in IT can mean anything from network admins to programmers or perhaps help desk / customer-support people. I also think you'd need to compare the number of tangible programming

RE: Flash+Struts how?

2003-01-28 Thread Assenza, Chris
I suspect the original poster was just having him/herself a little fun with the list using an anonymous email account knowing its history with the topic. In that case, while I hate to admit it, Mark's reply was probably quite apropos. =p -Chris -Original Message- From: Andrew Hill

RE: Opinions: fine or coarse grained actions

2003-02-07 Thread Assenza, Chris
The new one on design patterns: http://www.amazon.com/exec/obidos/tg/detail/-/0321127420/qid=1044650306/sr=8 -1/ref=sr_8_1/104-1055391-3511918?v=glances=booksn=507846 Chris -Original Message- From: Mark Galbreath [mailto:[EMAIL PROTECTED]] Sent: Friday, February 07, 2003 3:37 PM To:

RE: Rendering alternate rows of a table in Struts

2003-02-07 Thread Assenza, Chris
Craig wrote: * Tag files, which allow a page author to point at a chunk of JSP code (which might itself have tag invocations insode) and say, in effect, treat this chunk of stuff as a custom tag. Now, page authors can create and reuse presentation-ish stuff just as easily as Java

RE: Rendering alternate rows of a table in Struts

2003-02-07 Thread Assenza, Chris
Indeed, JSP is starting to feel mature in many more ways. :) Chris -Original Message- From: David Graham [mailto:[EMAIL PROTECTED]] Sent: Friday, February 07, 2003 3:54 PM To: [EMAIL PROTECTED] Subject: RE: Rendering alternate rows of a table in Struts Cool! JSP is catching up to

The Continuing Misadventures of Struts in WebSphere

2001-03-27 Thread Assenza, Chris
All - I'm begging for help here! :\ I have to get this working in WS tomorrow or we're going to drop using Struts in our app and that would THOROUGHLY suck. Here's the most detailed info I can provide - thank you all in advance. 1) Current Environment: - Development: JBoss 2.0 w/ Tomcat

RE: The Continuing Misadventures of Struts in WebSphere - VICTORY!!!!!!!

2001-03-28 Thread Assenza, Chris
After quite a bit of effort, I have finally gotten the Struts example to work flawlessly in WebSphere 3.5.3. What's funny is that I was reading your post Richard and was thinking to myself: "Gee, I've done ALL of this EXACTLY -- in fact I'm even on the same OS, just different drive letters, WHAT

Struts in WebSphere - VICTORY !!!!!!! - Addendum

2001-03-28 Thread Assenza, Chris
If changing the DTD's to SYSTEM, do so ONLY AFTER using the Convert a War util. Ant doesn't seem to like it the other way! :) Chris Assenza -Original Message- From: Assenza, Chris [mailto:[EMAIL PROTECTED]] Sent: Wednesday, March 28, 2001 10:37 AM To: '[EMAIL PROTECTED]' Subject: RE

RE: Template -struts-template and generated HTML / templating using PUSH model

2001-03-28 Thread Assenza, Chris
Harcq, I just ran into this problem myself with WebSphere. The GetTag.java - the source behind the template:get tag that actually does the include calls pageContext and includes whatever content should go in. By default, the servlet engine should flush the buffer (that's what allows an include

Communicating with EJB's from Action

2001-03-29 Thread Assenza, Chris
Hello! :) Our dev team for a big enterprise app has been going back and forth on how to send the data from the ActionForm to a Session bean. We have a number of options and I was hoping for some feedback because we've had enough talk and its time to decide! :) (Our architecture is as of now to

RE: getting value from bean

2001-03-30 Thread Assenza, Chris
Check out the sample app! :) Here's the code for the logon screen that gets the data from the ActionForm. String username = ((LogonForm) form).getUsername(); String password = ((LogonForm) form).getPassword(); LogonForm is the name of the Form Bean and form is from the arguments

  1   2   >