RE: Websphere deployment problem

2001-09-04 Thread Esterkin, Alex
This looks like the well known form tag problem in WebSphere 3.5.*. WebSphere 3.5.* is not fully compliant with the Java standards. Here is the fix. Open Java file org.apache.struts.taglib.html.FormTag, go to method doEndTag() and replace the following two lines:

Struts vs. JADE (from IBM) - feature and usability comparison - need help!

2001-09-06 Thread Esterkin, Alex
Hello, There has emerged a new proprietary MVC framework called JADE and developed and promoted by IBM Consulting National Practice people. I sense it is inferior in comparison to Struts, but I don't have enough information about JADE, and IBM is liked very much at my firm. I need to quickly

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

2001-09-10 Thread Esterkin, Alex
Thanks, Ted. Best regards, Alex Esterkin = -Original Message- From: Ted Husted [mailto:[EMAIL PROTECTED]] Sent: Saturday, September 08, 2001 9:44 AM To: [EMAIL PROTECTED] Subject: Re: AW: Struts

Seeking Know-How Advice: How Do I Implement Pop-up Error Windows With Struts

2001-12-03 Thread Esterkin, Alex
I need to make my error pages displayed in a separate window. The application uses frames. What Struts mechanism or configuration element/attribute can I use to implement target=_blank functionality for error pages? Thanks. Alex Esterkin

RE: SAX / Struts problem SAXNotRecognizedException

2001-12-04 Thread Esterkin, Alex
Try putting JAXP 1.0.1 JARs before xerces.jar in your application classpath. This is the most popular of the known workarounds. Another workaround is to use an older version of Xerces which comes with the Xalan distribution. Reportedly, this problem does not occur in WebSphere 4.0

RE: Struts 1.1 book available for order

2001-12-04 Thread Esterkin, Alex
The book contains just 336 pages. This is not a lot. On the other hand the list of topics is long: Open Standards Software / Requirements / Installation and Configuration / Application Architecture / Support Options / Database CRUD (create, retrieve, update, and delete) / Object

RE: struts.net?

2001-12-13 Thread Esterkin, Alex
This would be a complete waste of time. Any Struts port to .NET would be used if and only if Microsoft added Struts application generation features to its .NET development tools. This will not happen. Even though Struts is open source, product management fundamentals are still applicable.

RE: EJB = bad = MS.net - worrisome flow of ignorant off-topic advice on this board

2002-02-21 Thread Esterkin, Alex
I hope not many enterprise applications are built using this ignorant 'advice'. IBM argued against EJBs up until recently because of countless deficiencies in EJB container implementation in WebSphere 3.5.*. Since WebSphere 4.0 introduction, they have clearly warmed up to using EJBs in their