Re: Verifying integrity of URLs

2003-10-05 Thread Max Cooper
NOTE: Sorry for thinking out loud here, but I usually enjoy reading other people's posts where they go through a design thought process in some area, so I thought it may be okay for me to do it here... This topic obviously got me thinking :-) and I have determined that my recommendation to do a

Re: OT - how much to java web developers charge?

2003-10-05 Thread Steven J. Owens
On Mon, Sep 29, 2003 at 10:22:40AM -0500, Sasha Borodin wrote: I'm really just trying to understand the per/hour vs. per/project difference. But... -I'm in Dallas, TX -I'd be working for myself -I've got 3 medium sized projects under my belt with java, much more with other web-app

Re: Verifying integrity of URLs

2003-10-05 Thread Mark McLaren
From: Craig R. McClanahan [EMAIL PROTECTED] Reply-To: Struts Users Mailing List [EMAIL PROTECTED] To: Struts Users Mailing List [EMAIL PROTECTED] Subject: Re: Verifying integrity of URLs Date: Sat, 04 Oct 2003 14:04:19 -0700 Mark McLaren wrote: This is an excellent idea! I hate having to

My Mail is Bombing

2003-10-05 Thread todd thorner
Struts Newbie Says Hi, I have problems with the Email function of my Struts webapp (deployed for now on a local machine running Tomcat 4.1.24). Maybe I just don't understand how JavaMail works with a smtp server? I can use my machine to successfully telnet in to my ISP's smtp server on 25...

Re: newbie: Best Practice Struts/Value-Objects?

2003-10-05 Thread Ted Husted
Dan Allen wrote: In short, instead of keeping around the DTO, just keep around a key to get to that DTO, whether in a hidden field or the session. Then, you can call up the DTO at any point, update it and push it back to the persistence layer when you want to save it. The nice part about this

Re: My Mail is Bombing

2003-10-05 Thread Yann Cébron
Todd, you need to add activation.jar to your webapp or TC (common/lib) d/l: http://java.sun.com/products/javabeans/glasgow/jaf.html HTH, Yann - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail:

Re: Must everything go through an action?...

2003-10-05 Thread Ted Husted
The current trend is to define two sets of Actions. One set represents the business actions, the client stories. This Action interacts with the business layer and, based on what happens, selects the next View. Back in the Struts 0.5 days, the ActionForward would often points to a server page,

Re: Losing images on redisplay of page.

2003-10-05 Thread Ted Husted
Have a look at the html:base tag. http://jakarta.apache.org/struts/userGuide/struts-html.html#base Ventin, Vince wrote: I am somewhat new to Struts/Web development and I have what I think should be a basic question to answer. I hope to get enough information that will help me to debug this

Re: [OT] My Mail is Bombing

2003-10-05 Thread Adam Hardy
This is totally OT but what on earth is this JAF thing? As an example Sun says: if a browser obtained a JPEG image, this framework would enable the browser to identify that stream of data as an JPEG image, and from that type, the browser could locate and instantiate an object that could

Re: Must everything go through an action?...

2003-10-05 Thread Manish Singla
Keith Pemberton wrote: Experts, I'm struggling with using the View Helper pattern. In my logical way of thinking, when a request to any jsp page is made, then the request goes to the ActionServlet. The ActionServlet then looks up the appropriate view helper initiallizes it with any

Re: Must everything go through an action?...

2003-10-05 Thread Joe Germuska
At 8:16 -0400 10/5/03, Ted Husted wrote: There is talk of adding a specific extension point for a view Action as part of the ActionForward construct, but AFAIK, no one's rolled up their sleeves and given it a try. This would save a trip through the container, and simplify cases where you want

[OT] Simon Chappell's Top 10 Picks for the Wisconsin Quarter

2003-10-05 Thread Mark Galbreath
For the past several years, the US Mint has been producing quarters commemorating the different states. The quarters have a symbol of whichever state stamped on the back and the citizens of Wisconsin just voted to have a cow's head, a wheel of cheese and an ear of corn on their quarter. There

Help needed : cannot resend an indexed property to request

2003-10-05 Thread Frederic Dernbach
Hello, I experience big difficulties resend an indexed property of a form as part of a request. I build a super-simple code sample to share with you so you can help me find the trick. I have a form named TestForm; It has one property named 'beans' that is an array of TestBean. TestBean is a

making strutsTestCarse more verbose?

2003-10-05 Thread Mick Knutson
I am finally getting my StrutsTestCase's working as I have put them off too long. But now that I am writing these test cases, I am finding my FORWARDS do not match like: Was expecting '/member.do' but it appears the Action has tried to return an ActionForward that is not mapped

Help needed : cannot resend an indexed property to request (2)

2003-10-05 Thread Frederic Dernbach
I really get crazy with Struts indexed properties. I just posted a message about big difficulties resend an indexed property of a form as part of a request. I made some progress in debugging and the result is quite SURPRISING ! I build a super-simple code sample to share with you so

Re: Verifying integrity of URLs

2003-10-05 Thread Craig R. McClanahan
Mark McLaren wrote: From: Craig R. McClanahan [EMAIL PROTECTED] Reply-To: Struts Users Mailing List [EMAIL PROTECTED] To: Struts Users Mailing List [EMAIL PROTECTED] Subject: Re: Verifying integrity of URLs Date: Sat, 04 Oct 2003 14:04:19 -0700 Mark McLaren wrote: This is an excellent idea!

Re: Must everything go through an action?...

2003-10-05 Thread Keith Pemberton
Thanks so much for your answer. While I do understand everything that you point out, I was wondering if you might have some links to documentation on some of what you have talked about. I almost feel like this is a grave difficency in the struts framework as to not a standard way of dealing with

Re: Verifying integrity of URLs

2003-10-05 Thread Mark McLaren
From: Craig R. McClanahan [EMAIL PROTECTED] Reply-To: Struts Users Mailing List [EMAIL PROTECTED] To: Struts Users Mailing List [EMAIL PROTECTED] Subject: Re: Verifying integrity of URLs Date: Sun, 05 Oct 2003 09:58:56 -0700 Mark McLaren wrote: From: Craig R. McClanahan [EMAIL PROTECTED]

HELP: strutsTestCase with ant now sending too much stacktrace!

2003-10-05 Thread Mick Knutson
I went from having very little stack trace, to having several hundred/thousand per test. I am not sure what I did to turn it on, and can't seem to turn it off, and am unable to test this at all! Here is the start of 1 of the tests:: [junit] Running

Re: My Mail is Bombing

2003-10-05 Thread todd thorner
Thanks for helping me, I appreciate the ideas and thoughts. I have activation.jar and mail.jar in TOMCAT-HOME/common/lib and nowhere else on the machine I am using. Is this right or wrong? Are there other .jar files that I should make sure are in (or not in) the common/lib directory? Does

Re: My Mail is Bombing

2003-10-05 Thread Martin Gainty
Todd- What does your log say %CATALINA_HOME%\logs localhost_log.DATE.txt ??? -Martin - Original Message - From: todd thorner [EMAIL PROTECTED] To: Struts Users Mailing List [EMAIL PROTECTED] Sent: Sunday, October 05, 2003 7:07 PM Subject: Re: My Mail is Bombing Thanks for helping me,

Re: [POLL] ActionFrom vs DynaActionForm

2003-10-05 Thread Adam Hardy
On 10/01/2003 05:44 PM Robert Leland wrote: On 10/01/2003 01:35 PM Andrew Hill wrote: IDE code completion is certainly one of my favorite reasons for using a real form :-) Actually doesnt copyProperties() also work with dynaforms? Adam Hardy wrote: Yes as long as you don't need

Re: [POLL] ActionFrom vs DynaActionForm

2003-10-05 Thread Adam Hardy
On 09/30/2003 09:04 PM Ted Husted wrote: As mentioned, you can subclass DynaActionForm and create whatever custom validations you need for a particular set of fields. What's trickier is using different Validator validations without defining a new DynaActionForm. Here, the trick is that the

Re: www.asktom.com site

2003-10-05 Thread Jeff Kyser
asktom.oracle.com On Sunday, October 5, 2003, at 07:32 PM, Martin Gainty wrote: Anybody know what happened to Tom Kyte's Site www.asktom.com ? Thanks, -Martin - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional

Re: www.asktom.com site

2003-10-05 Thread Martin Gainty
Thanks for the link, -Martin - Original Message - From: Jeff Kyser [EMAIL PROTECTED] To: Struts Users Mailing List [EMAIL PROTECTED] Sent: Sunday, October 05, 2003 8:51 PM Subject: Re: www.asktom.com site asktom.oracle.com On Sunday, October 5, 2003, at 07:32 PM, Martin Gainty

Re: My Mail is Bombing

2003-10-05 Thread Caroline Jen
Todd, I am uncertain if this piece of information will be of any use to you -- when I first tried to setup JavaMail, I followed the online instruction and put the mail.jar and activation.jar in my j2sdk1.4.1_02\jre\li\ext folder. The JavaMail did not work. Thereafter, I got an advise from

www.asktom.com site

2003-10-05 Thread Martin Gainty
Anybody know what happened to Tom Kyte's Site www.asktom.com ? Thanks, -Martin

Download images

2003-10-05 Thread amind
Hi, Is there a way to give a user the automatic downloadbox in IE or netscape when it goes to an action class. Example. http://127.0.0.1/image/action/getImage will ask the action class to get an image from db and then return the image to the user. IE/Netscape will automatically show the download