Re: problem with HttpSession in Resin-2.1.2

2002-07-24 Thread Jonathan Fuerth
will help you solve the problem, but that's my best guess at what's happening to your session. Good luck with it! -- Jonathan Fuerth - SQL Power Group Inc. (416)218-5551 (Toronto); 1-866-SQL-POWR (Toll-Free) Unleash the Power of your Corporate Data - http://www.sqlpower.ca/ -- To uns

Re: problem with HttpSession in Resin-2.1.2

2002-07-24 Thread Jonathan Fuerth
d! > > Back to IE and it still doesn't work. IE is setup to check > for newer page version with each request. So it's not a > problem with the cache. Maybe we've both overlooked the obvious: Is it at all possible that you've got cookies turned off in your MSIE p

Exception handling best-practise

2002-02-19 Thread Jonathan Fuerth
e you people done when a login fails, a database goes away, a resultset overflows, or other nasty things happen to the business layer? Thanks! -- Jonathan Fuerth - SQL Power Group Inc. (416)218-5551 (Toronto); 1-866-SQL-POWR (Toll-Free) Unleash the Power of your Corporate Data - www.sqlpower

Re: Exception handling best-practise

2002-02-22 Thread Jonathan Fuerth
ons via a getConnection call in my custom LoginSession class, which I plan to hook up with Poolman later on. Thanks again for your help. -- Jonathan Fuerth - SQL Power Group Inc. (416)218-5551 (Toronto); 1-866-SQL-POWR (Toll-Free) Unleash the Power of your Corporate Data - www.sqlpower.ca -- To unsu

html:error and html:text enhancements

2002-03-07 Thread Jonathan Fuerth
tered in a collection of indexed text boxes. If nobody is currently working on this, I'd be happy to do it. I'm especially interested in input from the Struts maintainers so that I can do the modificiation properly. That way, it could be integrated with future releases. Thanks! --

Re: What's a good practice to reuse formBeans with validation

2002-03-08 Thread Jonathan Fuerth
ing hyperlinks instead of > submit buttons, so the solution might be there. This could work if you required your users to have a javascript-enabled browser, but the method I'm using works with all forms-enabled browsers... which is most (but not all) of them. :) -- Jonathan Fuerth - SQL Power G

Re: What's a good practice to reuse formBeans with validation

2002-03-08 Thread Jonathan Fuerth
ime pressure. (It's ironic that sometimes we're so busy that we don't have the time to learn how to do things more efficiently). -- Jonathan Fuerth - SQL Power Group Inc. (416)218-5551 (Toronto); 1-866-SQL-POWR (Toll-Free) Unleash the Power of your Corporate Data - www.sqlpowe

RT expression in html:errors tag

2002-03-08 Thread Jonathan Fuerth
nstruct doesn't show the error messages at all. I have double-checked that I'm using the same error names in the form validtor and on the jsp. -- Jonathan Fuerth - SQL Power Group Inc. (416)218-5551 (Toronto); 1-866-SQL-POWR (Toll-Free) Unleash the Power of your Corporate Data - http://www

Re: RT expression in html:errors tag

2002-03-08 Thread Jonathan Fuerth
On Fri, Mar 08, 2002 at 06:05:42PM -0500, Jonathan Fuerth wrote: > I figured it out. I changed the above line to: And now it works just as I wanted it to! Does anyone know why this is? Something to do with the way RTExpr attributes are supposed to work in JSP? Or maybe it's

Re: Off Topic how to download mirror of web site

2002-04-01 Thread Jonathan Fuerth
effort of liaison with 5 subsidiary company > webmasters prevents. Ok, I know this is 6 days after the fact.. but the ideal tool for your needs is wget. Its webpage is http://www.gnu.org/software/wget/wget.html from there, you can download the source for *nix as well as Win32 binaries. --

Form Bean Validation

2001-06-27 Thread Jonathan Fuerth
Hi. I'm new to struts (I've been working on my first struts webapp for the past few days), but I have a design question to ask: Why is there a separate validation call to an ActionForm? Isn't the normal JavaBeans PropertyVetoException model cleaner and easier to maintain? I may well be missing

Re: Form Bean Validation

2001-06-27 Thread Jonathan Fuerth
On Wed, Jun 27, 2001 at 09:27:13AM -0700, David Winterfeldt wrote: > The ActionForm is considered to be a container for > holding and preserving the information the user has > entered. So you don't want to reject any data at this > level because if the validation fails you want to > return exactl

Connection Pool from JSP tag?

2001-07-06 Thread Jonathan Fuerth
Hello! I've made up a custom JSP tag that I'm using with a struts application: It loads an organisation hierarchy from a JDBC data source and renders it to HTML. My question is this: How does my JSP custom tag class ask the Struts connection pool for one of its connections? Thanks!

Bug in struts-1.0 framework

2001-07-09 Thread Jonathan Fuerth
t; :action: Process servletName=action, urlPattern=*.do 2001-07-09 05:23:34 - path="/pt" :action: Mapping for servlet 'action' = '*.do' Hope this one's not too tough to fix. :) Thanks! -Jonathan Fuerth

ApplicationResources has gone missing

2002-05-21 Thread Jonathan Fuerth
5) at org.apache.jsp.login$jsp._jspService(login$jsp.java:99) [...] Has anyone seen this problem under Tomcat 4.0 and JDK 1.4 before? My first guess is that this is a JDK 1.4 quirk... I'd be interested in hearing from anyone who's had trouble upgrading to 1.4. Thanks! -- Jonathan Fuerth -

Re: Help: Problems attempting to migrate to nightly build from 1.0.2

2002-05-22 Thread Jonathan Fuerth
er JDK 1.4, although everything works fine for Tomcat 3.x and 4.0 under JDK 1.2.x and 1.3.x on Solaris, Linux, and NT! Having said that, please follow-up in this thread if you upgrade to JDK1.4 and all goes well! Maybe I've just lost my marbles. :) -- Jonathan Fuerth - SQL Power Group In

Re: ApplicationResources has gone missing

2002-05-22 Thread Jonathan Fuerth
On Tue, May 21, 2002 at 06:30:46PM -0400, Jonathan Fuerth wrote: > But when we run the same codebase on: > -Tomcat 4.0 with Sun JDK 1.4.0 on Sparc Solaris 8 > > We get the following exception: > > javax.servlet.jsp.JspException: Cannot find message r

Re: selected="selected" ?

2002-05-23 Thread Jonathan Fuerth
nding it. :) See <http://www.w3.org/TR/xhtml1/#h-4.5> for the actual recommendation. -- Jonathan Fuerth - SQL Power Group Inc. (416)218-5551 (Toronto); 1-866-SQL-POWR (Toll-Free) Unleash the Power of your Corporate Data - http://www.sqlpower.ca/ -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

Re: 'm*n' no of dynamic Text boxes in form Bean ???????

2002-05-29 Thread Jonathan Fuerth
g too much readability. Let me know if you get it working on your end. -- Jonathan Fuerth - SQL Power Group Inc. (416)218-5551 (Toronto); 1-866-SQL-POWR (Toll-Free) Unleash the Power of your Corporate Data - http://www.sqlpower.ca/ -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

Re: errorPage directive works incomprehensibly sometimes

2002-05-31 Thread Jonathan Fuerth
you've tried to write out much HTML. You might also be able to increase the size of the JSPWriter's buffer enough to avoid sending the data before your exception gets thrown. Happy coding! It's Friday afternoon and I'm headed home! -- Jonathan Fuerth - SQL Power Group In

Re: bean:write

2002-06-03 Thread Jonathan Fuerth
.com/products/jsp/tags/11/syntaxref115.html#11258 for details on all the stuff you can do with standard JSP 1.1. To use the Struts custom tags (such as bean:write), I think you always need to define a bean before using the session attribute's value... but I've never tried it without.

Re: Confused about exception handling design, 1.1 beta

2002-06-05 Thread Jonathan Fuerth
? I'd be happy to read it and give feedback if I could read the file's contents. Thanks! -- Jonathan Fuerth - SQL Power Group Inc. (416)218-5551 (Toronto); 1-866-SQL-POWR (Toll-Free) Unleash the Power of your Corporate Data - http://www.sqlpower.ca/ -- To unsubscribe, e-mail: <m

Re: how to search this list's archives

2002-07-05 Thread Jonathan Fuerth
each list. This makes me feel better.. it's not broken software, just good old-fashioned resource constraints. :) Cheers. -- Jonathan Fuerth - SQL Power Group Inc. (416)218-5551 (Toronto); 1-866-SQL-POWR (Toll-Free) Unleash the Power of your Corporate Data - http://www.sqlpower.ca/ -- To unsub