Re: Wrong version 48.0, should be 47.0?

2003-01-26 Thread Sven Bischoff
tomcat seems to use a 1.3-compiler with the 1.4-runtime classes. with jdk1.4 the version of the generated classes has changed from 47.0 to 48.0 (i guess due to the "assert" keyword). make sure your JAVA_HOME environment variable points to the new jdk. sven Joe Latty wrote: Has anyone come up

Re: problem streaming file to browser

2002-12-27 Thread Sven Bischoff
if you generate the response yourself, you should return null in your ReportAction. sven Srinivas Sampige wrote: Hi Thanks for your reply.The code you have supplied is on the lines of what I am doing. Here is what happens. First time the action is run the PDF comes out fine to the nrowser bu

Re: working with resource.properties files in JSTL & Struts

2002-11-08 Thread Sven Bischoff
just place a context-param element in your web.xml as a child of . javax.servlet.jsp.jstl.fmt.localizationContext ApplicationResources Sven Anthony Mutiso 2 wrote: What is recognized way to get JSTL tag to share the same resources bundle as Struts tag? Thanks Anthony -- To unsubscrib

Re: html:options ordering

2002-10-30 Thread Sven Bischoff
Dennis Muhlestein wrote: I have a hashtable with key/value that get displayed by an html:options tag. Works ok, but they are ordered in reverse order of the id. That isn't any performance problem, but it looks a little strange to the user. For instance, what if you wanted the options in alphab