AW: EJB-Taglib

2002-08-25 Thread Rademacher Tobias
Hi Pierre, thx for your kind response. I'm currently starting to use Jakarta Struts togehter with JBoss3.0/Tomcat4.x with CMP 2.0 EntityBeans. Because the Web-App is not so complex I decided to use some of the EJB getter/setter methods in the Local Interface. Such so a xxxLocal would be handled

Re: String taglib release

2002-08-25 Thread Henri Yandell
On Sun, 25 Aug 2002, Tim Kettering wrote: > Captialization related tags: > > Captialize, uncapitalize, upperCase, lowerCase, swapCase, capitalizeAllWords > > - those could be consolidated in a single tag, such as > > method="captialize|uncaptialize|uppercase|lowercase|swapcase|capitalizeWords

Re: Best way to evaluate several expressions at once?

2002-08-25 Thread Shawn Bayern
No, that's basically the way to do it. You could always write a slightly higher-level function to take advantage of the similarity in structure between your calls, but I don't believe there's any mechanism that will yield greater runtime efficiency. Shawn On 25 Aug 2002, David M. Karr wrote: >

Best way to evaluate several expressions at once?

2002-08-25 Thread David M. Karr
In my derived Struts-EL tags, I evaluate all of the attributes of a tag in the same way, all at the same time. Following this are some examples: --- try { setAltKey((String)ExpressionUtil. evalNotNull("checkbox", "altKey", getAltKey(),

Re: Problems with JSTL

2002-08-25 Thread Shawn Bayern
On Sun, 25 Aug 2002, Andreas wrote: > I'm using Tomcat 4.0.4 with jdk 1.4.0 on a RedHat 7.2 system. I've > installed the JSTL in the WEB-INF/lib directory of my application but > I get a message that the absolute path http://java.sun.com/jstl/core > can neither be resolved by a tld nor by the war

Re: String taglib release

2002-08-25 Thread Tim Kettering
Hen, and all others: I took a look at the strings library and I have a few suggestions on consolidating the tags. Captialization related tags: Captialize, uncapitalize, upperCase, lowerCase, swapCase, capitalizeAllWords - those could be consolidated in a single tag, such as Phonetic tags:

Re: String taglib release

2002-08-25 Thread Henri Yandell
Sorry for the long delay in replying to your suggestions Thomas. The lack of closeness to the JSTL is the thing I want to deal with after a 1.0 release :) Linking to the JSTL means moving from a minimum of JSP1.1 to JSP1.2 and I'd like to release a version before losing the support for the older

Re: Trimmed down JSTL for JSP 1.1

2002-08-25 Thread Henri Yandell
On Sat, 24 Aug 2002, Eugene Bekker wrote: > I've been using the JSTL tags extensively in several projects, but one of my > recent projects is constrained to JSP 1.1 and I wanted to stay within the > standard set as much as possible. I made a quick attempt to port over the > JSTL code back to 2.

Problems with JSTL

2002-08-25 Thread Andreas
Hi there, I'm using Tomcat 4.0.4 with jdk 1.4.0 on a RedHat 7.2 system. I've installed the JSTL in the WEB-INF/lib directory of my application but I get a message that the absolute path http://java.sun.com/jstl/core can neither be resolved by a tld nor by the war-file. I tried to install the sta