Re: [shale] cannot run unit test framework with java 1.4

2006-02-12 Thread Ryan Wynn
On 2/10/06, Craig McClanahan <[EMAIL PROTECTED]> wrote: > On 2/10/06, Ryan Wynn <[EMAIL PROTECTED]> wrote: > > > > java.lang.UnsupportedClassVersionError: > > org/apache/shale/test/base/AbstractViewControllerTestCase (Unsupported > > major.minor version 48.0) > > > > Does AbstractVCTestCase require

RE: [OT off topic] Oracle Database Performace Issue

2006-02-12 Thread brettconnor
I haven't looked at the query in detail, too hard when it's not formatted. Things to check though: Without the schema (I missed the original email, appologies if the schema was included there) and indexes not much can be deduced. Most likely though there is a missing index or something is preventin

Any good struts based forums application ?

2006-02-12 Thread MC Moisei
Hi, I looking for a well build open source forums application would be java based - struts based would be plus. Can you share your experience and view points if you played with such applications ? Thanks in advance, MC - To un

Re: html:options whith a HashMap

2006-02-12 Thread Laurie Harper
José María Tristán wrote: I create a bean: public class BeanDatos { private Map codigoM = new HashMap(); public Map getCodigoM(){ return this.codigoM; } public void setCodigoM(Map codigoM){ this.codigoM = codigoM; } } An

[ANN] Calyxo Web Application Framework 0.9.0-rc3 / Struts Plugins Released!

2006-02-12 Thread Christoph Beck
The Calyxo development team is pleased to announce the general availability of Calyxo 0.9.0-rc3! This is the third 0.9.0 candidate release, which comes with some minor enhancements, improved documentation as well as a demo application taking you on a Calyxo features round trip. The Calyxo Web App

Re: Modules in Struts 1.2.8

2006-02-12 Thread MC Moisei
What did you mean to use module ? What I did was and kindoff worked was to use the switch action. The bad thing is that I have to do this in every module also I had to "import" the form definition too! Any other way would be very much appreciated ! Torgeir Veimo wrote: > On Sat, 2006-02