Is Struts All right ?

2005-03-11 Thread Diego Espada
Hello ? I'm totally surprised about the current state of the Struts web site... 1) I couldn't find the address to subscribe to this list. I just made it up, imagining that it would be the same as the Tomcat list. 2) The Mailing list archive functionality is at 20 % at best. You can't search messag

Validator with more than one module

2005-03-11 Thread Diego Espada
Hi I'm trying to use the validator with one that more Struts module, but I've found that if you've more than one module, only one of them load the validation xmls correctly, the others don't. Having this in the web.xml /WEB-INF/struts-config-one.xml, /WEB-INF/struts-config-two.xml: Each one loa

Re: Is Struts All right ?

2005-03-11 Thread Diego Espada
eads.ThreadPool$ControlRunnable.run(ThreadPool.java:619) at java.lang.Thread.run(Thread.java:534) On Fri, 11 Mar 2005 12:22:06 -0600, Joe Germuska <[EMAIL PROTECTED]> wrote: > At 3:04 PM -0300 3/11/05, Diego Espada wrote: > >Hello ? I'm totally surprised about the current state of

Re: Is Struts All right ?

2005-03-11 Thread Diego Espada
so is not using anymore ?? THAT i didn't know !! Thanks !! On Fri, 11 Mar 2005 12:59:13 -0600, Joe Germuska <[EMAIL PROTECTED]> wrote: > At 3:26 PM -0300 3/11/05, Diego Espada wrote: > >Ok, > > > >the problem with this is that we cannot look for common problems

Re: what do you suggest me? iBatis or Hibernate

2005-03-18 Thread Diego Espada
I haven't used iBatis to tell the truth, but I've used Hibernate extensively (even in a critic project) and it is really a great product. It has an amazing set of features and a big base of users. The learning curve is a bit high, though. If you use Hibernate, you should plan taking into account t

Re: Wouldn't validation be better performed by Actions rather than ActionForms?

2005-03-18 Thread Diego Espada
I do all my validations in the action, and it works great for me. I built a layer upon the action that allows me to activate / deactivate validation for some actions. So i turned my actions into page controllers. I suppose some people would argue that this "resists" the framework, but i think that

Re: html: tags part2

2005-03-18 Thread Diego Espada
You could just use wrote: > Scott Purcell wrote the following on 3/18/2005 1:29 PM: > > > Can I create a image that is a src for a submit, or cancel, or js function? > > Why not just use a regular image wrapped with an href and use javascript? > > example... > > > > > > -- > Rick > >

Re: help needed on ActionForm and ActionForward behaviour

2005-03-18 Thread Diego Espada
Did you check the scope configuration parameter ? Bye On Fri, 18 Mar 2005 16:21:23 +0100, Gaet <[EMAIL PROTECTED]> wrote: > In other words, I would like to implemnt a button "Save and display next > employee" > > How to do this? > > > - Original Message - > From: "Gaet" <[EMAIL PROTECT

Re: what do you suggest me? iBatis or Hibernate

2005-03-18 Thread Diego Espada
I disagree with you in some of those points. If you don't know SQL, don't go with Hibernate. You'll have terrible performance problems if you do so. Hibernate has very complete features to tweak performance and optimize queries, and to make use of that you have to know SQL. I don't know iBATIS, s

Re: what do you suggest me? iBatis or Hibernate

2005-03-19 Thread Diego Espada
David, In my opinion, that's incorrect. Hibernate lets you specify composite primary keys, foreign keys (automatic, thanks to one-to-many relationships), indexes, unique fields and most of the features supported by major databases. You can search by fields using HQL, an object oriented SQL-like qu