Re: IBM VisualAge WTE and struts

2001-10-31 Thread SLBrand
Hi Alan, In the instructions I posted, (see http://www.mail-archive.com/struts-user@jakarta.apache.org/msg16646.html), I outline a strategy of replacing the files in the IBM XML Parser for Java project. I believed that the instructions are pretty explicit on exactly how to do this so if

Re: Getting Error:Unable to import Java Page Compile source code

2001-10-25 Thread SLBrand
Hi Hitesh, At first glance, it looks like you're doing an import of a .jsp file that has a compile error in it. You might want to try turning on the jsp debugging in WTE to find the offending line. If you're not familiar with JSP debugging in VAJ/WTE look at the VAJ on-line help under:

Re: IBM VisualAge WTE and struts

2001-10-19 Thread SLBrand
Hitesh, Included are the instructions for getting the struts-example (under Struts v1.0) running in both VAJ 4.0/WTE and WAS 4.0 that I posted a while ago... (Note: The WAS instructions make reference to a .war file that is too big to upload to this group but I will send it directly to anyone

Re: IBM VisualAge WTE and struts

2001-10-19 Thread SLBrand
Eric, I agree that I disliked the fact that IBM packaged up the xml stuff in their project, and I like your idea for separating it out, thank you for posting it. If I get some time between my current projects I'll redo it in my VAJ and then add this to the directions. Thanks for the idea. Here

Re: IBM VisualAge WTE and struts

2001-10-19 Thread SLBrand
Hi Hitesh, I guess you could say that I "missed" some steps ... but I've learned to modify the .webapp files by hand. (I provided the strutsexample.webapp with the directions so you don't _have_ to create one). I suppose at some point I should take the 10-20 minutes and learn (and write-up) the

Re: Support of Struts in IBM Websphere 4.0

2001-10-01 Thread SLBrand
Scott, I and a number of others are already using Struts (1.0) in WAS 4.0.0 and it works fine. Here to help, Stephen :-{) Stephen Brand Software Architect [EMAIL PROTECTED]

Re: Support of Struts in IBM Websphere 4.0

2001-10-01 Thread SLBrand
Scott, I have to agree with Chris on this one... the 2 line change in one method is extremely minor for all the benefit (you get to use struts :). I further agree that if you want IBM's action... to contact IBM directly. On the plus side... in my direct experience with IBM, then have been pretty

Re: AW: Struts vs. JADE (from IBM) - feature and usability comparison - n...

2001-09-09 Thread SLBrand
I agree with your point that this is NOT an indorsement form IBM. (I would too would be highly skeptical if someone said it was...and couldn't quote the source. :) However a quick search through IBM's developer sites will yield a number of articles on struts (a how too guide) and none on jade

Re: AW: Struts vs. JADE (from IBM) - feature and usability comparison - n...

2001-09-07 Thread SLBrand
Not to mention that they built the new Administration Console in struts... go figure...

Guide for Installing/Configuring Struts in VAJ 4.0 using WTE and WAS 4.0

2001-09-07 Thread SLBrand
Hi folks, As promised earlier on the boards, enclose are the directions I've come up with for installing and configuring struts to run in VAJ/WTE 4.0 and WAS 4.0. Claim: - I had 2 other people that I work with use these instructions, and both where able to get up and running in under an hour.

Re: Employeelist example in VAJ 3.5.3

2001-09-05 Thread SLBrand
Hi Dan, Thanks for your response. I did finally solve this last week... I had added the "extra classpath" for 2 different ApplicationResources files. I had the unfortunate luck of putting the one I needed last... and so struts was finding the wrong one. Go figure. I just responded to another

Re: Employeelist example in VAJ 3.5.3

2001-09-03 Thread SLBrand
Sean, I experienced this same problem (in VAJ 3.5.4). I solved it the same way anyone else have a better solution? (Better explanation of what's wrong?) Stephen :-{)

RE: Struts with WebSphere 4.0 on Win2000

2001-08-23 Thread SLBrand
Chris, I've managed to get this running in VAJ 4.0(WTE), but for some reason, I'm missing some step somewhere in getting it to run in WAS 4.0. Do you (or anyone else watching), by chance have step-by-step intstructions for getting the example app running in 4.0? I've heard various piecies,

Struts with WebSphere 4.0 on Win2000

2001-08-22 Thread SLBrand
Any chance anyone has done this for WAS 4.0 on 2000?