[OT] {BEER] commercial J2EE application server recommendations.

2005-08-05 Thread Gareth Meyrick
hi, perhaps the subject should be stout vs. porter vs. bitter vs. pale ale vs. pilsner;) as an open source advocate and user, i usually recommend open source solutions. however, i have a rapidly growing client that is uncomfortable with open source, and has plenty of money. i haven't worked wit

[SOLVED] Re: Cannot retrieve definition for form bean null disaster

2005-07-25 Thread Gareth Meyrick
hi, thanks for the responses.. the subject line did look like a FAQ question, hence there were few replies (thanks Lucas and Vincent). as per the FAQ, i added a null form bean for the action question.. although it still didn't work:( i was confused because the web application worked the first ti

Re: Cannot retrieve definition for form bean null disaster

2005-07-24 Thread Gareth Meyrick
hi, Lucas Bern wrote: > > Hi, I think the problem should be arround the SurveySubmit action... > Coul you paste that definition form struts-config??? > What is failing??, the load of the form, or the submit??? tomcat barfs about not finding a form bean for /Survey. note:

Cannot retrieve definition for form bean null disaster

2005-07-24 Thread Gareth Meyrick
hi, i'm at a loss.. i've verified the usual suspects, checked the usual places, but still can't find an answer. background: /Login -> /LoginSubmit -> /Survey -> /SurveySubmit from struts-config.xml (IMHO unrelelated stuff elided): the first time everythi

Re: [OT] Stinking text editors

2005-06-29 Thread Gareth Meyrick
hi, Frank W. Zammetti wrote: > > (although I'm not really sure allegory is the correct term metaphor? anyway, work to do (um.. yes.. using vim;). -gm - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail

Re: [OT] Too late to become a rock star?

2005-05-12 Thread Gareth Meyrick
hi, Dave Newton wrote: > > When we see "Perversion of Control" fronted by "Hot Dependency > Injection" THEN I'll be scared. actually i'm already scared.. imagine the VU reincarnating itself to play something like "I'm waiting for my IDE".. 'guess i'm _really_ showing my age;) isn't today thu

Re: [OT] Request an app test (free beer!)

2004-12-20 Thread Gareth Meyrick
hi, Frank W. Zammetti wrote: > > I'm working on something for which I need to know what the os.name > property on various OS's is. [...] > I'm particularly interested in various *nix variants, Linux, Mac and > such. (solaris 9): [EMAIL PROTECTED] 130> uname -a SunOS galois 5.9 Generic_112233

Re: Help Validating Accepted/Not Accepted radio buttons

2004-12-02 Thread Gareth Meyrick
hi, Wendy Smoak wrote: > > From: "Jeff Beal" <[EMAIL PROTECTED]> > > I'd just put that in the Action class instead of in validation. It > > seems like more of a "business" decision than a "validation" decision. > > (After all, 'Y' and 'N' are both valid responses.) > > > > In Action: > > > > if

Re: using JSTL with struts (stupid question?)

2004-11-17 Thread Gareth Meyrick
hi, Guillaume Cottenceau wrote: > > Any place to check where this feature could be turned off > inadvertandly? try inserting the page directive <%@ page isELIgnored="false" %> before any expression language (EL) stuff. hope this helps.. -gm