Re: How to assign contents of a tag to a Java-variable?

2001-05-24 Thread Peter Alfors
Subbarayan Ramanathan wrote: > There are a variety of books available and personal preference plays a > great part in the books one likes. Regarding the original question of > assigning the contents of a tag to a java variable, I think there is no > elegant way of doing it. I asked this questi

RE: simple tag to check incoming request parameters?

2001-05-24 Thread Renick, Garrel
Brett, I don't know of a "simple" custom tag to do string comparison. I've been using the regexp taglib to do this. Of course, you'll have to spend a bit of time getting used to regular expressions. The regexp examples and documentation provide examples of string matching, substitution, and split

Re: Server?

2001-05-24 Thread Sam Newman
Taglib's are part of suns spec for JSP's et al, therefore any j2ee compliant server should be able to handle them. There are slight differences between them - you may have to extract the /tld file from your taglib jar and put it in WEB-INF/tld and reference that from your .jsp files rather t

Re: Server?

2001-05-24 Thread James Strachan
The Taglibs will run on any servlet engine, whether its Tomcat or Jetty or whatnot or the full J2EE servers like BEA, WebSphere, JRun, iPlanet and so on.   James - Original Message - From: John Foulds To: '[EMAIL PROTECTED]' Sent: Thursday, May 24, 2001 2:17 PM

RE: How to assign contents of a tag to a Java-variable?

2001-05-24 Thread Subbarayan Ramanathan
There are a variety of books available and personal preference plays a great part in the books one likes. Regarding the original question of assigning the contents of a tag to a java variable, I think there is no elegant way of doing it. It is probablt possible to use the page context object h

simple tag to check incoming request parameters?

2001-05-24 Thread Procek, Brett
Does anyone know of a simple tag that checks if an request parameter is equal to a string? For example, I cannot find the following kind of tag: ... I could write my own, but If one is already written, I'd use it. Thanks! Brett

Server?

2001-05-24 Thread John Foulds
Is the taglib implementation Tomcat-bound, or is there any way it could be run on another J2EE-compatible server?   John

RE: How to assign contents of a tag to a Java-variable?

2001-05-24 Thread Procek, Brett
I've been very happy about this book. I'm usually looking for well-explained concepts and code snippets, so spelling errors aren't a big problem for me. Professional JSP WROX ISBN 1-861003-62-5 Brett -Original Message- From: Dave Newton [mailto:[EMAIL PROTECTED]] Sent: Tuesday, May 22,

jsp:include pages flushing i18n taglib instantiations

2001-05-24 Thread Chris Fraser
I've got a question about the i18n TagLib implementation that I cannot find any documentation on. I have a JSP that makes use of jsp:includes as well as the i18n taglib. Each of the jsp:included files also use the i18n taglib. The problem that I am having is that the i18n taglib instance delca