Re: [OT] SELECT ... LIKE with iBatis

2004-03-26 Thread Ronald Rotteveel
Hi Andy, we have a same kind of statement in our xml file and it looks like this: codesnippet mapped-statement name=statementName result-map=result SELECT * FROM tbl_name WHERE column_name LIKE '%'; /mapped-statement /codesnippet Pay attention to the single quotes around the %-sign! Good

[OT] Tomcat 5 + j_security_check + login-error-page

2004-02-06 Thread Ronald Rotteveel
Hello everybody, I am porting my application from Tomcat 4.1.29 to Tomcat 5.0.18. I have a Struts ForwardAction mapped to /Login.do that produces the page with login form. Form based authentication is set with the following fragment of the deployment descriptor: login-config auth-method

html:link LookupDispatchAction

2003-12-30 Thread Ronald Rotteveel
/CustomerForm.do redirect=false/ /action Any suggestions are welcome! Thanks in advance! Beste regards, Ronald Rotteveel - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

LookupDispatchAction - ActionForward - ActionForm (after successfull insert not empty).

2003-12-22 Thread Ronald Rotteveel
. I searched through this mail archive, but didn't find anything usefull or maybe I'm searching on the wrong keywords! Thanks in advance! Regards, Ronald Rotteveel - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional

Re: LookupDispatchAction - ActionForward - ActionForm (after successfull insert not empty).

2003-12-22 Thread Ronald Rotteveel
(mapping); I presume you have written your own? Anyway, it looks like the reset method isn't called. Could it be that my LookupDispatchAction isn't implemented well? Thanks for any submissions in advance! Regards, Ronald Rotteveel - Original Message - From: Wendy Smoak [EMAIL PROTECTED

Re: Help me get my boss of my back

2003-09-04 Thread Ronald Rotteveel
Have you considered Awstats maybe? I personally think it's a very good tool and Open Source too Link: http://awstats.sourceforge.net/ Good luck with your boss. Cheers, Ronald - Original Message - From: Witbeck, Shane [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Thursday,

Re: Bars Graph

2003-09-02 Thread Ronald Rotteveel
Hello, I'm not going to say anything about choosing struts is the right choice. And I think some people won't call it a TOOL, it's more like a framework... What I can say is something about the Bars Graph tool/library you need. I personally think that http://www.jfree.org/jfreechart/index.html

Re: Duplication of code in Business objects and Action forms

2002-10-22 Thread Ronald Rotteveel
I'm not using Struts for a very long time now, but I think this is NOT the way to do this. In your ActionForm bean called User I would put the getter/setter methods. In your UserBO (User Business Object) I would put the methods that make use of the UserDAO (User Data Access Object). The UserBO is

Re: Duplication of code in Business objects and Action forms

2002-10-22 Thread Ronald Rotteveel
a instance variable of this UserData object which they use. This way if my data is changing I just have to change it at one place i.e. my UserData class. Are we both essentially talking the same thing ?? Thanx Rajesh -Original Message- From: Ronald Rotteveel [mailto:r.p.rotteveel

Re: Where do you convert (form) strings to other data types?

2002-10-03 Thread Ronald Rotteveel
Hi David, that's indeed another approach and it sounds like a very nice one. Would you share your code (tags and FormDate class) with this list? It would help me for sure! Thanks in advance. Regards, Ronald Rotteveel - Original Message - From: David Whitmarsh [EMAIL PROTECTED

Where do you convert (form) strings to other data types?

2002-10-01 Thread Ronald Rotteveel
set the above form input field in nice Struts tags. I know these questions are pretty basic, but I'm a rookie at Struts and I've got two nice books where the are implementing Struts both at a bit different way, so I hope you all could help me out here! Thanks in advance! Regards, Ronald

Re: Where do you convert (form) strings to other data types?

2002-10-01 Thread Ronald Rotteveel
then? Hope to hear from anyone (I would like them most with some code examples if that's possible...) Thank you all! Regards, Ronald Rotteveel - Original Message - From: Charles McClain [EMAIL PROTECTED] To: 'Struts Users Mailing List' [EMAIL PROTECTED] Sent: Tuesday, October 01, 2002 4:29 PM

Re: Where do you convert (form) strings to other data types?

2002-10-01 Thread Ronald Rotteveel
webpage, http://husted.com/struts/catalog.html . The title of the particular design pattern in that document is 'Use a populate utility to exchange data with value objects'. Do a search on that string and you'll find it. Regards, -Original Message- From: Ronald Rotteveel [mailto

Re: Differences in error validation between 1.0 and 1.1b?

2002-09-30 Thread Ronald Rotteveel
Don't you have to call the method saveErrors() ? Regards, Ronald - Original Message - From: Billerby Erik [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Monday, September 30, 2002 2:29 PM Subject: Differences in error validation between 1.0 and 1.1b? I have recently upgraded to