RE: Tag List

2003-02-18 Thread Schnitzer, Jeff
at Maverick. Why is Maverick and Struts considerd MVC, when the idea of JSP is part of MVC? Scott - Original Message - From: Schnitzer, Jeff [EMAIL PROTECTED] To: Tag Libraries Users List [EMAIL PROTECTED] Sent: Friday, February 14, 2003 8:19 PM Subject: RE: Tag List Yes

RE: Tag List

2003-02-18 Thread Schnitzer, Jeff
From: Mark R. Diggory [mailto:[EMAIL PROTECTED]] Is this kinda what you mean? Are you trying to add the search/edit/remove/add functionality to the jsp page? This could easily be captured with forms which submit back to the jsp plus a choose block to designate which operation is being

RE: Tag List

2003-02-14 Thread Schnitzer, Jeff
Yes, if you're using JSTL then you will be a whole lot better off with an MVC framework like Struts or Maverick. I recommend Maverick - it's considerably simpler than Struts, yet offers more features. Also, unlike most other similar frameworks (Struts, WebWork, etc), Maverick never started out

RE: Problem with empty key word on a collection.

2003-02-13 Thread Schnitzer, Jeff
From: Shawn Bayern [mailto:[EMAIL PROTECTED]] Why not implement the empty keyword on all collections? The method isEmpty is available in the Collection interface. Was there some sort of argument against that when the spec was defined? I believe so; I don't remember the details of the

RE: JSTL problems on Tomcat 4.1.x

2003-02-13 Thread Schnitzer, Jeff
: Thursday, February 13, 2003 8:29 AM To: Tag Libraries Users List Subject: RE: JSTL problems on Tomcat 4.1.x It might be useful if we could see your JSP code, and any relevant bean code if it's non-trivial. -Original Message- From: Schnitzer, Jeff [mailto:[EMAIL

JSTL problems on Tomcat 4.1.x

2003-02-12 Thread Schnitzer, Jeff
I get an occasional NullPointerException deep in JSTL when running under load on Tomcat 4.1.x. This doesn't occur under 4.0.x. Are the JSTL tags tested on Tomcat 4.1.x? When this problem happens, the page half-loads (up to the tag that fails). Refreshing the page almost always works fine.

RE: JSTL synchronization bottleneck

2003-01-24 Thread Schnitzer, Jeff
Libraries Developers List Subject: Re: JSTL synchronization bottleneck Hi Jeff, Yes, this is a relic from an earlier implementation that we can indeed optimize. I'll look into it more closely and try to post a fix shortly. Shawn On Thu, 23 Jan 2003, Schnitzer, Jeff wrote: I'm doing

JSTL expression evaluation fails under load

2003-01-23 Thread Schnitzer, Jeff
[Does this list require subscription in order to post? Most other Jakarta lists don't.] I'm getting erratic behavior from JSTL tags under Tomcat 4.1.12. When under load, sometimes expressions fail to evaluate. This exception is produced: javax.servlet.ServletException: