Re: Tab library question...

2006-10-30 Thread Rahul Akolkar
On 10/30/06, Nathan Wilhelmi <[EMAIL PROTECTED]> wrote: Hello - This may be a bit off topic, and if so any recommend pointers to the right place would be great. I really like the reuse aspects of tag libraries, however I don't like doing all the println statements to emit HTML. Feels like there h

Re: Remove Excess whitespace from jsp

2006-02-21 Thread Rahul Akolkar
On 2/21/06, Steven Pannell <[EMAIL PROTECTED]> wrote: > Hi, > > Is there a way to configure tomcat to remove the excess whitespace that is > left over when tomcat parses the jsp tags. Configuring Jasper to trim spaces [1] should help some. If justified, a compaction filter could be introduced as

Re: org.apache.log.format.Formatter

2006-02-05 Thread Rahul Akolkar
On 2/5/06, Martin Gainty <[EMAIL PROTECTED]> wrote: > Good Morning Gentlemen- > > Any idea where I can acquire jar for org.apache.log.format? > excalibur-logkit [ http://excalibur.apache.org/download.cgi ], formerly known as avalon-logkit. -Rahul > Sorry for the simple question > > Thanks! > >

Re: and

2005-11-16 Thread Rahul Akolkar
On 11/16/05, Marten Lehmann <[EMAIL PROTECTED]> wrote: > Hello, > > I was used define some taglibs manually in web.xml when using > http://java.sun.com/dtd/web-app_2_3.dtd as deployment descriptor. Now I > tried to upgrade but isn't available any longer > (http://java.sun.com/xml/ns/j2ee and > htt

Re: Passing values to tags [Was: Passing typed (non-String) data to tag file - error in getValueFromPropertyEditorManager]

2005-11-02 Thread Rahul Akolkar
On 11/2/05, andrew cooke <[EMAIL PROTECTED]> wrote: > > Thanks! I don't yet have it (the page I asked about) running, but > changing the web.xml to follow the spec (using the schema rather than the > old 2_3 DTD) has cleared up a whole slew of strange behaviour. Suddenly > everything works as as

Re: Passing values to tags [Was: Passing typed (non-String) data to tag file - error in getValueFromPropertyEditorManager]

2005-11-01 Thread Rahul Akolkar
On 11/1/05, andrew cooke <[EMAIL PROTECTED]> wrote: > > More generally, I can't see how to pass a value at all! > > If I change my tag to accept a string, then the value it receives if > ${name} (literally). This is true even if rtexprtype is explicitly set to > true. > > I can force evaluation by