RE: [OT] Java Hosting Providers, yes, I know it's been brought up before on the list.

2006-03-01 Thread Taylor, Kevin
www.kattare.com is one of the best feature to price Java hosts. Their support 
is top-notch.

> Kevin Taylor
> 
> -Original Message-
> From: Rick Reumann [SMTP:[EMAIL PROTECTED]
> Sent: Wednesday, March 01, 2006 12:02 PM
> To:   Struts Users Mailing List
> Subject:  Re: [OT] Java Hosting Providers, yes, I know it's been brought 
> up before on the list.
> 
> Wow, thanks for the info Wendy. This is frustrating. Do you have any
> recomendations?
> 
> On 3/1/06, Wendy Smoak <[EMAIL PROTECTED]> wrote:
> >
> > On 3/1/06, Rick Reumann <[EMAIL PROTECTED]> wrote:
> >
> > Of my mailing list searching, this hosting provider seems to hold the most
> > > promise:
> > >
> > > http://www.lunarpages.com/plan2.php
> >
> >
> > I wouldn't... LunarPages has a habit of just disabling access to anything
> > that they suspect is causing a problem.  Sometimes they have a legitimate
> > point, sometimes they just say you're "using too many resources" or
> > "affecting other customers on the server".
> >
> > And look at the things that they say are not allowed, including JSF and
> > Spring:
> >http://helpdesk.lunarpages.com/faq.php?do=article&articleid=120
> >
> > --
> > Wendy
> >
> >
> 
> 
> --
> Rick


RE: OT: Good Java host

2005-09-01 Thread Taylor, Kevin
I have used kattare for several years and they are a top-notch operation. Good 
support, solid systems, good prices.

> Kevin Taylor
> 
> -Original Message-
> From: Emmanouil Batsis [SMTP:[EMAIL PROTECTED]
> Sent: Thursday, September 01, 2005 6:33 AM
> To:   Struts Users Mailing List
> Subject:  Re: OT: Good Java host
> 
> [EMAIL PROTECTED] wrote:
> 
> >I> '> ve recently started moving my jsp/servlet/ based sites to Kattare 
> >(see https://www.kattare.com/index.kvws) who have a good reputation and 
> >so far I> '> ve been pretty impressed.
> >  
> >
> 
> RE kattare, i signed with them more than a year ago and never had any 
> serious issues. Their support team has demonstrated solid know-how and 
> are quite responsive. Their setups are also very flexible. I have no 
> complaints.
> 
> Manos
> 
> -
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
> 


RE: valuator newbie

2005-08-11 Thread Taylor, Kevin
Generally the validator errors are converted into ActionErrors and displayed in 
the JSP with the html:errors tag. This could be handled numerous ways, e.g. in 
the Action class or ActionForm.

> Kevin Taylor
> 
> -Original Message-
> From: David McReynolds [SMTP:[EMAIL PROTECTED]
> Sent: Thursday, August 11, 2005 1:45 PM
> To:   Struts Users Mailing List
> Subject:  Re: valuator newbie
> 
> okay. I was under the impression that the user would not have access
> to the log  files. This exception is the only indication that
> something went wrong. What needs to happen to get a message back to
> the user?
> 
> On 8/11/05, Taylor, Kevin <[EMAIL PROTECTED]> wrote:
> > This is caused by a "required" field being left empty on the form.
> > 
> > > Kevin Taylor
> > >
> > > -Original Message-
> > > From: David McReynolds [SMTP:[EMAIL PROTECTED]
> > > Sent: Thursday, August 11, 2005 12:55 PM
> > > To:   StrutsUserList
> > > Subject:  validator newbie
> > >
> > > If inherited some code. I'm not sure what its trying to tell me. The
> > > user is simpley forwarded on to the next page and there is no
> > > indication of a problem other than this logged exception.
> > >
> > > [11 Aug 2005 13:38:42,886] [org.apache.struts.validator.ValidatorForm]
> > > [ERROR] validateRequired
> > > org.apache.commons.validator.ValidatorException: validateRequired
> > > at 
> > > org.apache.commons.validator.ValidatorAction.loadValidationMethod()V(ValidatorAction.java:627)
> > > at 
> > > org.apache.commons.validator.ValidatorAction.executeValidationMethod(Lorg.apache.commons.validator.Field;Ljava.util.Map;L
> > > org.apache.commons.validator.ValidatorResults;I)Z(ValidatorAction.java:557)
> > > at 
> > > org.apache.commons.validator.Field.validateForRule(Lorg.apache.commons.validator.ValidatorAction;Lorg.apache.commons.vali
> > > dator.ValidatorResults;Ljava.util.Map;Ljava.util.Map;I)Z(Field.java:811)
> > > at 
> > > org.apache.commons.validator.Field.validate(Ljava.util.Map;Ljava.util.Map;)Lorg.apache.commons.validator.ValidatorResults
> > > ;(Field.java:890)
> > > at 
> > > org.apache.commons.validator.Form.validate(Ljava.util.Map;Ljava.util.Map;I)Lorg.apache.commons.validator.ValidatorResults
> > > ;(Form.java:174)
> > > at 
> > > org.apache.commons.validator.Validator.validate()Lorg.apache.commons.validator.ValidatorResults;(Validator.java:367)
> > > at 
> > > org.apache.struts.validator.ValidatorForm.validate(Lorg.apache.struts.action.ActionMapping;Ljavax.servlet.http.HttpServle
> > > tRequest;)Lorg.apache.struts.action.ActionErrors;(ValidatorForm.java:112)
> > > at 
> > > org.apache.struts.action.RequestProcessor.processValidate(Ljavax.servlet.http.HttpServletRequest;Ljavax.servlet.http.Http
> > > ServletResponse;Lorg.apache.struts.action.ActionForm;Lorg.apache.struts.action.ActionMapping;)Z(RequestProcessor.java:921)
> > > at 
> > > org.apache.struts.action.RequestProcessor.process(Ljavax.servlet.http.HttpServletRequest;Ljavax.servlet.http.HttpServletR
> > > esponse;)V(RequestProcessor.java:206)
> > > at 
> > > org.apache.struts.action.ActionServlet.process(Ljavax.servlet.http.HttpServletRequest;Ljavax.servlet.http.HttpServletResp
> > > onse;)V(ActionServlet.java:1164)
> > > at 
> > > org.apache.struts.action.ActionServlet.doPost(Ljavax.servlet.http.HttpServletRequest;Ljavax.servlet.http.HttpServletRespo
> > > nse;)V(ActionServlet.java:415)
> > > at 
> > > javax.servlet.http.HttpServlet.service(Ljavax.servlet.http.HttpServletRequest;Ljavax.servlet.http.HttpServletResponse;)V(
> > > HttpServlet.java:717)
> > > at 
> > > javax.servlet.http.HttpServlet.service(Ljavax.servlet.ServletRequest;Ljavax.servlet.ServletResponse;)V(HttpServlet.java:8
> > > 10)
> > > at 
> > > org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(Ljavax.servlet.ServletRequest;Ljavax.servlet.ServletResp
> > > onse;)V(ApplicationFilterChain.java:237)> 
> > > at 
> > > org.apache.catalina.core.ApplicationFilterChain.doFilter(Ljavax.servlet.ServletRequest;Ljavax.servlet.ServletResponse;)V(
> > > ApplicationFilterChain.java:157)
> > > at 
> > > com.cfa.apps.applicantweb.action.ActionFilter.doFilter(Ljavax.servlet.http.HttpServletRequest;Ljavax.servlet.http.HttpSer
> > > vletResponse;L

RE: valuator newbie

2005-08-11 Thread Taylor, Kevin
This is caused by a "required" field being left empty on the form.

> Kevin Taylor
> 
> -Original Message-
> From: David McReynolds [SMTP:[EMAIL PROTECTED]
> Sent: Thursday, August 11, 2005 12:55 PM
> To:   StrutsUserList
> Subject:  validator newbie
> 
> If inherited some code. I'm not sure what its trying to tell me. The
> user is simpley forwarded on to the next page and there is no
> indication of a problem other than this logged exception.
> 
> [11 Aug 2005 13:38:42,886] [org.apache.struts.validator.ValidatorForm]
> [ERROR] validateRequired
> org.apache.commons.validator.ValidatorException: validateRequired
> at 
> org.apache.commons.validator.ValidatorAction.loadValidationMethod()V(ValidatorAction.java:627)
> at 
> org.apache.commons.validator.ValidatorAction.executeValidationMethod(Lorg.apache.commons.validator.Field;Ljava.util.Map;L
> org.apache.commons.validator.ValidatorResults;I)Z(ValidatorAction.java:557)
> at 
> org.apache.commons.validator.Field.validateForRule(Lorg.apache.commons.validator.ValidatorAction;Lorg.apache.commons.vali
> dator.ValidatorResults;Ljava.util.Map;Ljava.util.Map;I)Z(Field.java:811)
> at 
> org.apache.commons.validator.Field.validate(Ljava.util.Map;Ljava.util.Map;)Lorg.apache.commons.validator.ValidatorResults
> ;(Field.java:890)
> at 
> org.apache.commons.validator.Form.validate(Ljava.util.Map;Ljava.util.Map;I)Lorg.apache.commons.validator.ValidatorResults
> ;(Form.java:174)
> at 
> org.apache.commons.validator.Validator.validate()Lorg.apache.commons.validator.ValidatorResults;(Validator.java:367)
> at 
> org.apache.struts.validator.ValidatorForm.validate(Lorg.apache.struts.action.ActionMapping;Ljavax.servlet.http.HttpServle
> tRequest;)Lorg.apache.struts.action.ActionErrors;(ValidatorForm.java:112)
> at 
> org.apache.struts.action.RequestProcessor.processValidate(Ljavax.servlet.http.HttpServletRequest;Ljavax.servlet.http.Http
> ServletResponse;Lorg.apache.struts.action.ActionForm;Lorg.apache.struts.action.ActionMapping;)Z(RequestProcessor.java:921)
> at 
> org.apache.struts.action.RequestProcessor.process(Ljavax.servlet.http.HttpServletRequest;Ljavax.servlet.http.HttpServletR
> esponse;)V(RequestProcessor.java:206)
> at 
> org.apache.struts.action.ActionServlet.process(Ljavax.servlet.http.HttpServletRequest;Ljavax.servlet.http.HttpServletResp
> onse;)V(ActionServlet.java:1164)
> at 
> org.apache.struts.action.ActionServlet.doPost(Ljavax.servlet.http.HttpServletRequest;Ljavax.servlet.http.HttpServletRespo
> nse;)V(ActionServlet.java:415)
> at 
> javax.servlet.http.HttpServlet.service(Ljavax.servlet.http.HttpServletRequest;Ljavax.servlet.http.HttpServletResponse;)V(
> HttpServlet.java:717)
> at 
> javax.servlet.http.HttpServlet.service(Ljavax.servlet.ServletRequest;Ljavax.servlet.ServletResponse;)V(HttpServlet.java:8
> 10)
> at 
> org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(Ljavax.servlet.ServletRequest;Ljavax.servlet.ServletResp
> onse;)V(ApplicationFilterChain.java:237)
> at 
> org.apache.catalina.core.ApplicationFilterChain.doFilter(Ljavax.servlet.ServletRequest;Ljavax.servlet.ServletResponse;)V(
> ApplicationFilterChain.java:157)
> at 
> com.cfa.apps.applicantweb.action.ActionFilter.doFilter(Ljavax.servlet.http.HttpServletRequest;Ljavax.servlet.http.HttpSer
> vletResponse;Ljavax.servlet.FilterChain;)V(ActionFilter.java:71)
> at 
> com.cfa.apps.applicantweb.action.ActionFilter.doFilter(Ljavax.servlet.ServletRequest;Ljavax.servlet.ServletResponse;Ljava
> x.servlet.FilterChain;)V(ActionFilter.java:55)
> at 
> org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(Ljavax.servlet.ServletRequest;Ljavax.servlet.ServletResp
> onse;)V(ApplicationFilterChain.java:186)
> at 
> org.apache.catalina.core.ApplicationFilterChain.doFilter(Ljavax.servlet.ServletRequest;Ljavax.servlet.ServletResponse;)V(>
>  
> ApplicationFilterChain.java:157)
> at 
> org.jboss.web.tomcat.filters.ReplyHeaderFilter.doFilter(Ljavax.servlet.ServletRequest;Ljavax.servlet.ServletResponse;Ljav
> ax.servlet.FilterChain;)V(ReplyHeaderFilter.java:75)
> at 
> org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(Ljavax.servlet.ServletRequest;Ljavax.servlet.ServletResp
> onse;)V(ApplicationFilterChain.java:186)
> at 
> org.apache.catalina.core.ApplicationFilterChain.doFilter(Ljavax.servlet.ServletRequest;Ljavax.servlet.ServletResponse;)V(
> ApplicationFilterChain.java:157)
> at 
> org.apache.catalina.core.StandardWrapperValve.invoke(Lorg.apache.catalina.Request;Lorg.apache.catalina.Response;Lorg.apac
> he.catalina.ValveContext;)V(StandardWrapperValve.java:214)
> at 
> org.apache.catalina.core.StandardValveContext.invokeNext(Lorg.apache.catalina.Request;Lorg.apache.catalina.Response;)V(St
> andardValveContext.java:104)
> at 
> org.apache.catalina.core.StandardPipel

RE: philosophical question/poll about Struts/JSTL, scriptlets

2004-08-27 Thread Taylor, Kevin
Wherever possible we try to use only tag libs in JSP pages. When we feel the
need to resort to scriptlets, it usually means that we are doing more than
presentation logic in the JSP page. Or there is reusable code that can be
pulled into a custom tag lib.

The only exception to this that I have seen was a page that used JSTL and
the resulting servlet class file exceeded the class file size limit.

> Kevin
> 
> -Original Message-
> From: Woodchuck [SMTP:[EMAIL PROTECTED]
> Sent: Friday, August 27, 2004 12:22 PM
> To:   struts
> Subject:  philosophical question/poll about Struts/JSTL, scriptlets
> 
> sorry to bring this up on a Friday...
> 
> does everyone here have pure Struts/JSTL jsp pages that is absolutely
> void of scriptlets?
> 
> or do you have jsp pages that use a combination of Struts/JSTL and
> scriptlets, all living together harmoniously using whichever method is
> easiest/cleanest?
> 
> is mixing Struts/JSTL with traditional scriptlets a bad thing?
> 
> i have to say that i would prefer to *not* mix scriptlets with
> Struts/JSTL but in some situations it seems scriptlets is the better
> solution (in terms of code maintainability).  that is, it would be
> easier to use a little snippet of scriptlet here and there instead of
> making a round-about (albeit clever) and more verbose way of doing the
> same thing without scriptlets...
> 
> any opinions is welcome!  i want to be able to sleep without nightmares
> about this!!  :)
> 
> 
> 
> 
>   
> __
> Do you Yahoo!?
> Take Yahoo! Mail with you! Get it on your mobile phone.
> http://mobile.yahoo.com/maildemo 
> 
> -
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]