Re: How to Generate .xls file from struts app.

2002-04-04 Thread Ben Peter
Hi, I don't have the whole thread available, so I'm not sure whether this has been said: you can use jakarta poi to build native xls files. http://jakarta.apache.org/poi/index.html Cheers, Ben -- Benjamin Peter +49-69-96244395 Application Engineer

Re: Newbie question about Tiles suitability.

2002-03-26 Thread Ben Peter
Hi Alex, make sure you have a look at JetSpeed at http://jakarta.apache.org/jetspeed/ Cheers, Ben Alex Colic wrote: > Hi, > > I just got told I have to create a web site similar to myYahoo where the > user can customize what they want to view on the screen. You know the type, > where you c

Re: error # 302 on compilation

2002-03-25 Thread Ben Peter
Hi, if you get these two working together, let me know ;-) I got so frustrated over this that I eventually skipped to neatbeans (which I like much better now). JBuilder looks at the class spec version of compiled classes, and complains if it does not match (which for me results in the message

Re: error # 302 on compilation

2002-03-25 Thread Ben Peter
Hi, what compiler are you using? This sounds like a jdk1.4-related issue (I had these problems with JBuilder5). The class specs have changed from 1.3.1 to 1.4, and some compilers won't allow to compile against classes that were compiled to other versions of the class spec than the current targ

Re: struts-upload.war

2002-01-25 Thread Ben Peter
Hi Ivan, I had this problem when using a 1.4 jdk. After switching back to 1.3.1, everything was ok. Cheers, Ben Ivan Siviero wrote: > i have downloaded deployed the struts-upload.war file. I use Tomcat4.0 > as JSP container. > when i access the upload.jsp page i get this error: > > javax.ser

Re: Can an expert help? [ was: Weird error message ]

2002-01-22 Thread Ben Peter
Wim, sure, that's what I have been doing. Only it seems that the same problems occur if two apps have struts.jar in their WEB-INF/lib. Could this be a problem with the Digester? The javadoc mentions that only one digester can be used per thread. Cheers, Ben Wim Fournier wrote: > Are you awa

Can an expert help? [ was: Weird error message ]

2002-01-22 Thread Ben Peter
Jorge, I have experienced the same (and other problems) when trying to run more than one struts application in one container. The setup which caused the problems was Struts 1.0.1 and Tomcat 4.0.1 When trying to run both the struts-example.war and struts-blank.war, everything was still ok, but