RE: ApplicationResources.properties not reloading added keys

2002-11-26 Thread James Mitchell
when building? If c, the app will not redeploy itself when a property file changes (at least not last time I checked) -- James Mitchell Software Engineer/Struts Evangelist http://www.open-tools.org If you were plowing a field, which would you rather use? Two strong oxen or 1024 chickens? - Seymour

RE: ApplicationResources.properties not reloading added keys

2002-11-26 Thread James Mitchell
that helps. -- James Mitchell Software Engineer/Struts Evangelist http://www.open-tools.org If you were plowing a field, which would you rather use? Two strong oxen or 1024 chickens? - Seymour Cray (1925-1996), father of supercomputing -Original Message- From: Alvarado, Juan (c

RE: invokes processActionForward twice when submit????

2002-11-26 Thread James Mitchell
Have you searched the mail archives? That exact question gets asked about once a week here. Here's 4 message from past discussions. -- James Mitchell Software Engineer/Struts Evangelist http://www.open-tools.org If you were plowing a field, which would you rather use? Two strong oxen or 1024

RE: XML Include for validation.xml

2002-11-25 Thread James Mitchell
At the same level, have you tried: !ENTITY c SYSTEM validation-c.xml ^ -- James Mitchell Software Engineer/Struts Evangelist http://www.open-tools.org If you were plowing a field, which would you rather use? Two strong oxen or 1024 chickens? - Seymour Cray (1925-1996), father

RE: disabling cookies in IE6.0

2002-11-24 Thread James Mitchell
Hi Chris, that's a tough one. Try my home page: http://www.google.com/search?hl=enie=UTF-8oe=UTF-8q=how+to+disable+cookies+in +ie6 -- James Mitchell Software Engineer/Struts Evangelist http://www.open-tools.org If you were plowing a field, which would you rather use? Two strong oxen or 1024

RE: Cannot find global ActionForward for name XXXXX

2002-11-23 Thread James Mitchell
You probably just returned a mis-typed forward from your perform/execute (depending on version). You had: overrid did you mean? override ^ -- James Mitchell Software Engineer/Struts Evangelist http://www.open-tools.org If you were plowing a field, which would you rather use? Two

RE: i18n, resource bundles, bean:message/...

2002-11-22 Thread James Mitchell
it won't compile, its expecting a java.lang.String: try this... bean:message key=submit.price arg0=%= new Double(1234.56).toString() %/ -- James Mitchell Software Engineer/Struts Evangelist http://www.open-tools.org If you were plowing a field, which would you rather use

RE: name of zip file???chuck cavaness book

2002-11-21 Thread James Mitchell
James Mitchell Software Engineer/Struts Evangelist http://www.open-tools.org If you were plowing a field, which would you rather use? Two strong oxen or 1024 chickens? - Seymour Cray (1925-1996), father of supercomputing -Original Message- From: Shalu Goel [mailto:[EMAIL PROTECTED]] Sent

RE: name of zip file???chuck cavaness book

2002-11-21 Thread James Mitchell
-Original Message- From: Shalu Goel [mailto:[EMAIL PROTECTED]] Sent: Thursday, November 21, 2002 7:12 AM To: Struts Users Mailing List Subject: Re: name of zip file???chuck cavaness book Thanks James to bring it to my notice!!! I truly appreciate ur sentiments I promise!! i

RE: not render any client specific attributes [was: IE's autocomplete]

2002-11-21 Thread James Mitchell
type=text name=userName customField1=anything I may need customField2=other stuff -- James Mitchell Software Engineer/Struts Evangelist http://www.open-tools.org If you were plowing a field, which would you rather use? Two strong oxen or 1024 chickens? - Seymour Cray

RE: Can anybody tell how to setup struts in Netbeans IDE

2002-11-21 Thread James Mitchell
started. I was planning to post a how-to for doing this and a few other tasks with NetBeans, Eclipse, and JBuilder. I even have quite a few screenshots taken, but I just haven't finished it. Good Luck with it!!! -- James Mitchell Software Engineer/Struts Evangelist http://www.open-tools.org

RE: Can anybody tell how to setup struts in Netbeans IDE

2002-11-21 Thread James Mitchell
-Original Message- From: Karr, David [mailto:[EMAIL PROTECTED]] Sent: Thursday, November 21, 2002 1:36 PM To: Struts Users Mailing List Subject: RE: Can anybody tell how to setup struts in Netbeans IDE -Original Message- From: James Mitchell [mailto:[EMAIL PROTECTED

RE: Error Cannot find message resources under key ui when attempting to subclass FormBeanConfig in struts-config.xml

2002-11-21 Thread James Mitchell
Apparently, you are trying to use a 'message resources under key ui' and it is not found :/ Have you validated that it is there? Can you post your Dyna extension? -- James Mitchell Software Engineer/Struts Evangelist http://www.open-tools.org If you were plowing a field, which would you

RE: Can anybody tell how to setup struts in Netbeans IDE

2002-11-21 Thread James Mitchell
. So my new laptop is a 1 gig with 128 (which I upgraded about 2 weeks ago to 512), so Eclipse is now SCREEMING -- James Mitchell Software Engineer/Struts Evangelist http://www.open-tools.org If you were plowing a field, which would you rather use? Two strong oxen or 1024

RE: Error Cannot find message resources under key ui when attempting to subclass FormBeanConfig in struts-config.xml

2002-11-21 Thread James Mitchell
I think you might be misunderstanding what the error means by key (unless I'm off base here) Can you post the code that you are using to find the key 'ui' You might also try this. Add this to your default resource file: ui=test See if that clears up your error. -- James Mitchell Software

RE: [tiles] relative paths for the .jsp files

2002-11-20 Thread James Mitchell
Wendy, the source code for Struts-Atlanta does some of what (I think) you are wanting to do. Feel free to download it from either http://www.open-tools.org/struts-atlanta/downloads (as a zip) or http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/struts/struts-atlanta/ (cvs view) James

RE: which one to buy? Struts books? Any ideas?

2002-11-19 Thread James Mitchell
You need to buy both. They complement each other. James Mitchell Software Engineer/Struts Evangelist http://www.open-tools.org If you were plowing a field, which would you rather use? Two strong oxen or 1024 chickens? - Seymour Cray (1925-1996), father of supercomputing -Original

RE: Managing message keys

2002-11-19 Thread James Mitchell
. Once that's complete, I'll make the Struts version available (which will use commons-resources). James Mitchell Software Engineer/Struts Evangelist http://www.open-tools.org If you were plowing a field, which would you rather use? Two strong oxen or 1024 chickens? - Seymour Cray (1925-1996

RE: Strutstest with tiles - verifyForward behavior

2002-11-18 Thread James Mitchell
for verifying Tiles forwards. (MockStrutsTestCase and CactusStrutsTestCase) Not sure if that fixes your problem, but it might be a good place to start. James Mitchell Software Engineer/Struts Evangelist http://www.open-tools.org If you were plowing a field, which would you rather use? Two strong oxen

RE: The content of html:file tag

2002-11-17 Thread James Mitchell
You cannot set a default value for a file input. This is for security reasons. Think about it. The web just wouldn't be same if: input type=file name=whatever value=C:\winnt\something\really\important.dat style=display:none James Mitchell Software Engineer/Struts

[Friday] The winds of change

2002-11-15 Thread James Mitchell
Well, its about time that the 'winds of change' come from somewhere besides Microsoft farting our way. http://news.com.com/2100-1001-966072.html?tag=fd_top James Mitchell Software Engineer/Struts Evangelist http://www.open-tools.org If you were plowing a field, which would you rather use

RE: deferring an action

2002-11-14 Thread James Mitchell
view script that displays something equivalent to an open folder (to visually show the user where they are in the app). Then, in cases like the above, you are constantly sending script back in the moving (target) frame to update the static (menu) one. Ack!!! James Mitchell Software Engineer

RE: deferring an action

2002-11-14 Thread James Mitchell
. James Mitchell Software Engineer/Struts Evangelist http://www.open-tools.org If you were plowing a field, which would you rather use? Two strong oxen or 1024 chickens? - Seymour Cray (1925-1996), father of supercomputing -Original Message- From: James Mitchell [mailto:jmitchtx

RE: am i doing right?

2002-11-14 Thread James Mitchell
Yes, I saw your post, but I currently have 247 other emails to go through first. Please be patient. James Mitchell Software Engineer/Struts Evangelist http://www.open-tools.org If you were plowing a field, which would you rather use? Two strong oxen or 1024 chickens? - Seymour Cray (1925-1996

RE: stylesheets with jsp's under WEB-INF?

2002-11-14 Thread James Mitchell
://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/struts/struts-atlanta/ You can find the tld and the source there. It allows you to do this: util:styleSheet href=/stylesheets/struts-atlanta.css/ and it will prepend your application prefix. James Mitchell Software Engineer/Struts Evangelist http://www.open

RE: test mail - please ignore

2002-11-13 Thread James Mitchell
I had a friend that used to for Ernst Young. They fired him because he read, printed, retained, copied, disseminated, and worsedistributed, an email that was sent to him, but wasn't for him (or any part thereof). James Mitchell Software Engineer/Struts Evangelist http://www.open

RE: Tiles validates ActionForm (second try)

2002-11-12 Thread James Mitchell
), and validate=true on the way out (#3). Hope that helps James Mitchell Software Engineer/Struts Evangelist http://www.open-tools.org If you were plowing a field, which would you rather use? Two strong oxen or 1024 chickens? - Seymour Cray (1925-1996), father of supercomputing -Original Message

RE: Multiple struct-config.xml files

2002-11-12 Thread James Mitchell
the new Struts 1.1 feature Modules does. I know 1.1 is not final, but it will be soon enoughand believe me, you will find this cool feature very useful. Hope that helps James Mitchell Software Engineer/Struts Evangelist http://www.open-tools.org If you were plowing a field, which would you

RE: Client-side Caching???

2002-11-11 Thread James Mitchell
Hi Jon, This really belongs on the struts-users mailing list. If you are not already subscribed, you should do so. I'm sending a copy there for further discussion. James Mitchell Software Engineer/Struts Evangelist http://www.open-tools.org If you were plowing a field, which would you rather

RE: checkbox problem

2002-11-11 Thread James Mitchell
You need to set it to false in the reset() method. James Mitchell Software Engineer/Struts Evangelist http://www.open-tools.org If you were plowing a field, which would you rather use? Two strong oxen or 1024 chickens? - Seymour Cray (1925-1996), father of supercomputing -Original Message

RE: Single Session - Single Browser Session ?

2002-11-11 Thread James Mitchell
Hi Vic, I usually handle this with tokens. I know this doesn't help much with preventing the user from browsing via hyperlink, but it can help prevent corrupting data due to invalid state. I'm sure you could do this with JavaScript, but IMHO that's just something else to maintain. James

RE: Tiles validates ActionForm (second try)

2002-11-11 Thread James Mitchell
Hi Roland, Could you provide a few more details about your tiles definitions and action mappings? James Mitchell Software Engineer/Struts Evangelist http://www.open-tools.org If you were plowing a field, which would you rather use? Two strong oxen or 1024 chickens? - Seymour Cray (1925-1996

RE: Message Resources

2002-11-08 Thread James Mitchell
the resulting war file James Mitchell Software Engineer/Struts Evangelist http://www.open-tools.org Only two things are infinite, the universe and human stupidity, and I'm not sure about the former. - Albert Einstein (1879-1955) -Original Message- From: David Sent: Friday, November 08

RE: [REMINDER] --- Struts Nightly and 1.1B1 1.1B2 users

2002-11-07 Thread James Mitchell
Well, its definitely a classloader issue. And since fixing classloader issues is definitely NOT my specialty, I'm having a slow go at it. Should have something today (hopefully). James Mitchell Software Engineer/Struts Evangelist http://www.open-tools.org Only two things are infinite

RE: [REMINDER] --- Struts Nightly and 1.1B1 1.1B2 users

2002-11-07 Thread James Mitchell
Well, what a coincidence. The solution to my dilemma was quickly resolved by using the suggestion posted about an hour ago by Kjeld Froberg: http://nagoya.apache.org/bugzilla/show_bug.cgi?id=14332 I will post to the dev list about committing this change. James Mitchell Software Engineer

RE: Problems with ActionMessages... (again)

2002-11-07 Thread James Mitchell
Have you tried removing the trailing space? ActionMessage newMessage = new ActionMessage(regform.myMessage ); ^ Not sure if that is a fix, but its a start. James Mitchell Software Engineer/Struts Evangelist http://www.open

RE: [ANNOUNCE] Struts In Action now in print

2002-11-07 Thread James Mitchell
Tan apenas imprima y sujete con grapa el libro. James Mitchell Software Engineer/Struts Evangelist http://www.open-tools.org Only two things are infinite, the universe and human stupidity, and I'm not sure about the former. - Albert Einstein (1879-1955) -Original Message- From

RE: Graph of Struts Growth.l

2002-11-06 Thread James Mitchell
That's really cool. I have a chart of my own. This chart shows the volume of discussion by component. I haven't perfected the formula, but here's a first look. James Mitchell Software Engineer/Struts Evangelist http://www.open-tools.org Only two things are infinite, the universe and human

RE: Graph of Struts Growth.l

2002-11-06 Thread James Mitchell
Actually, I was trying out the Rand() function in excel. So how do the numbers stack up? Do you mean, *gasp* it doesn't look accurate? James Mitchell Software Engineer/Struts Evangelist http://www.open-tools.org Only two things are infinite, the universe and human stupidity, and I'm not sure

RE: Graph of Struts Growth.l

2002-11-06 Thread James Mitchell
LOLno...the Rand() is Randomize. (Completely Useless Data) Sorry, just thought I'd have a little fun while making a small point. James Mitchell Software Engineer/Struts Evangelist http://www.open-tools.org Only two things are infinite, the universe and human stupidity, and I'm not sure

RE: Graph of Struts Growth.l

2002-11-06 Thread James Mitchell
Perhaps this thread is becoming OT itself eh? James Mitchell Software Engineer/Struts Evangelist http://www.open-tools.org Only two things are infinite, the universe and human stupidity, and I'm not sure about the former. - Albert Einstein (1879-1955) -Original Message- From: Bartley

RE: [REMINDER] --- Struts Nightly and 1.1B1 1.1B2 users

2002-11-06 Thread James Mitchell
that are failing are in Tomcat 3.2 (but I'm hot the trail) James Mitchell Software Engineer/Struts Evangelist http://www.open-tools.org Only two things are infinite, the universe and human stupidity, and I'm not sure about the former. - Albert Einstein (1879-1955) -Original Message

RE: [Sub-Apps] HOW-TO Get from Default to Sub-app and Back

2002-11-05 Thread James Mitchell
: http://www.sourceforge.net/projects/struts I have a lot of ideas for modifying the struts-examples, but I have not moved on it because of what I mentioned earlier. James Mitchell Software Engineer/Struts Evangelist http://www.open-tools.org Only two things are infinite, the universe

RE: [Sub-Apps] HOW-TO Get from Default to Sub-app and Back

2002-11-05 Thread James Mitchell
What ideas do you have (as far as functionality)? James Mitchell Software Engineer/Struts Evangelist http://www.open-tools.org Only two things are infinite, the universe and human stupidity, and I'm not sure about the former. - Albert Einstein (1879-1955) -Original Message- From

Re: [Sub-Apps] HOW-TO Get from Default to Sub-app and Back

2002-11-05 Thread James Mitchell
James Mitchell wrote: What ideas do you have (as far as functionality)? James Mitchell Software Engineer/Struts Evangelist http://www.open-tools.org Only two things are infinite, the universe and human stupidity, and I'm not sure about the former. - Albert Einstein (1879-1955

RE: Clearing a form problem - bug or by design?

2002-11-04 Thread James Mitchell
as your form is expecting (as configured). If you don't do this, then Struts will create a new form and populate it from the request (which conveniently has those same values from the original post). The exception to this is if you use redirect=true, which is what you are seeing. James Mitchell

RE: Can't find corresponding get method, even though it is there...?

2002-11-04 Thread James Mitchell
Remove: public void setTargetPage( int targetPage ) { this.targetPage = targetPage; } ...and it will work fine. James Mitchell Software Engineer/Struts Evangelist http://www.open-tools.org Only two things are infinite, the universe and human stupidity, and I'm not sure about

RE: Upload problem

2002-11-04 Thread James Mitchell
So the issue could be either the upload or the download. Have you tried to open them directly from the server? (assuming it has those apps installed) James Mitchell Software Engineer/Struts Evangelist http://www.open-tools.org Only two things are infinite, the universe and human stupidity

RE: Upload problem

2002-11-04 Thread James Mitchell
Well, that would be due to the 'IE sucks' bug that was discovered shortly after its initial release. But seriously, it sounds like this is your browser settings. Is IE trying to load the application and file within the browser? Or is it launching separate? James Mitchell Software Engineer

RE: Resource Bundle file format

2002-11-04 Thread James Mitchell
the built in support for resource files, doing it in XML (the way I wanted) was going back to the basics. I guess if I went with the commons approach, I could just use digester and be done with itoh well. James Mitchell Software Engineer/Struts Evangelist http://www.open-tools.org Only two

RE: Upload problem

2002-11-04 Thread James Mitchell
Well, not sure how the others are handling it, but are you setting the response content type correctly? I don't usually have problems generating or downloading excel files that open within IE. James Mitchell Software Engineer/Struts Evangelist http://www.open-tools.org Only two things

RE: Upload problem

2002-11-04 Thread James Mitchell
If you are depending on the framework to stream the file, then yes. But that does not appear to be what you are doing. Other than searching the mail archives for your server/container, I'm all out of suggestions. James Mitchell Software Engineer/Struts Evangelist http://www.open-tools.org

RE: Application Scope

2002-11-04 Thread James Mitchell
Why would you need this in an action form? James Mitchell Software Engineer/Struts Evangelist http://www.open-tools.org Only two things are infinite, the universe and human stupidity, and I'm not sure about the former. - Albert Einstein (1879-1955) -Original Message- From: Yeo

RE: Application Scope

2002-11-04 Thread James Mitchell
: Monday, November 04, 2002 9:46 PM To: Struts Users Mailing List Subject: RE: Application Scope Maybe the info he wants to retrieve is config info that affects his validation in some way -Original Message- From: James Mitchell [mailto:jmitchtx;telocity.com] Sent: Tuesday, November

RE: Application Scope

2002-11-04 Thread James Mitchell
Hmm.after that comment I should have labeled this thread OT ;) James Mitchell Software Engineer/Struts Evangelist http://www.open-tools.org Only two things are infinite, the universe and human stupidity, and I'm not sure about the former. - Albert Einstein (1879-1955) -Original

RE: Application Scope

2002-11-04 Thread James Mitchell
Ok, check out Chris' post. James Mitchell Software Engineer/Struts Evangelist http://www.open-tools.org Only two things are infinite, the universe and human stupidity, and I'm not sure about the former. - Albert Einstein (1879-1955) -Original Message- From: Yeo, Rodney W

RE: [OT] Swing.... [WAS: RE: [ANNOUNCE] Struts Console v3.0]

2002-11-01 Thread James Mitchell
You're right Eddie, lack of caffeine :) James Mitchell Software Engineer/Struts Evangelist http://www.open-tools.org Only two things are infinite, the universe and human stupidity, and I'm not sure about the former. - Albert Einstein (1879-1955) -Original Message- From: Galbreath

RE: WebLogic/Struts/JSP performance woes...

2002-11-01 Thread James Mitchell
Also, are you using tables to display? You know table tr tdinserting data here.. Are you aware that these tables won't be displayed until all text required for this table have been downloaded? (This is true for IE and most others I'm sure) James Mitchell Software Engineer/Struts

RE: Help please in ApplicationResources

2002-10-31 Thread James Mitchell
This would not be possible with the current API. You can do this with your own implementation (as I have done), but that is still just a hack. James Mitchell Software Engineer/Struts Evangelist http://www.open-tools.org Only two things are infinite, the universe and human stupidity, and I'm

RE: intermittent error 500, refresh brings up jsp

2002-10-30 Thread James Mitchell
I have seen strange behavior like this with Tomcat 4.1.8 (and higher). It PI##ED me off so bad that I was forced to go back to 4.0.4, but it seems that 4.1.12 is a lot better. Not sure if that helps you. James Mitchell Software Engineer/Struts Evangelist http://www.open-tools.org Only two

RE: [Trouble with messages duplicated directly to me (was RE: [Sorting within an Iterate tag])]

2002-10-30 Thread James Mitchell
. This doesn't always happen and not every client will stick the additional name there. My advice, don't put anything in the reply to on YOUR setup. (if that is happening on relay from your ISP or usa.net, then I guess you're just stuck) Hope that helps James Mitchell Software Engineer/Struts

RE: [JAVASCRIPT] parent reloader

2002-10-30 Thread James Mitchell
submitted to a 'processing action' and then forwarded to a 'prepare for display' action, then all you would need to do is send the browser to the 'prepare for display' action. Good luck, whatever you decide!!! James Mitchell Software Engineer/Struts Evangelist http://www.open-tools.org Only two

RE: href to perform an action

2002-10-30 Thread James Mitchell
No, if #1 is your application name (i.e. you deployed vcsc.war) and #2 is correctly defined in your struts-config, then all should be fine (btw. case matters) a href=/vcsc/shipmentTracking.do?equipmentNumber=MATU33445 #1#2 James Mitchell

RE: [ANNOUNCE] Struts Console v3.0

2002-10-30 Thread James Mitchell
I missed the quote that was supposed to be under it. You not using my Console? I kick you azz!!! ;) James Mitchell Software Engineer/Struts Evangelist http://www.open-tools.org Only two things are infinite, the universe and human stupidity, and I'm not sure about the former. - Albert

RE: [ANNOUNCE] Struts 1.1 UML diagrams

2002-10-30 Thread James Mitchell
ApplicationConfig is now ModuleConfig (and other changes to Application??? when related to sub-appsdoh!!! I mean Modules) James Mitchell Software Engineer/Struts Evangelist http://www.open-tools.org Only two things are infinite, the universe and human stupidity, and I'm not sure about

[OT]-delete me if you don't like off topic threads

2002-10-30 Thread James Mitchell
Wow, I was just wondering this morning what happened to Mark. Where ya been? James Mitchell Software Engineer/Struts Evangelist http://www.open-tools.org Only two things are infinite, the universe and human stupidity, and I'm not sure about the former. - Albert Einstein (1879-1955

RE: [OT]-delete me if you don't like off topic threads

2002-10-30 Thread James Mitchell
So..that was a paid vacation of sorts? James Mitchell Software Engineer/Struts Evangelist http://www.open-tools.org Only two things are infinite, the universe and human stupidity, and I'm not sure about the former. - Albert Einstein (1879-1955) -Original Message- From: Galbreath

RE: Message Resources Problem in SubApp - Bug?

2002-10-30 Thread James Mitchell
http://nagoya.apache.org/bugzilla/show_bug.cgi?id=10868 James Mitchell Software Engineer/Struts Evangelist http://www.open-tools.org Only two things are infinite, the universe and human stupidity, and I'm not sure about the former. - Albert Einstein (1879-1955) -Original Message

RE: href to perform an action

2002-10-30 Thread James Mitchell
500 is an internal server error. Can you check your log files and try to find more detail or even a stack trace? James Mitchell Software Engineer/Struts Evangelist http://www.open-tools.org Only two things are infinite, the universe and human stupidity, and I'm not sure about the former

RE: Why Tiles still has no Tab layout ?

2002-10-30 Thread James Mitchell
Download the binary. Take the tiles-documentation.war and deploy it on Tomcat. There is an example there under 'Live Examples'. James Mitchell Software Engineer/Struts Evangelist http://www.open-tools.org Only two things are infinite, the universe and human stupidity, and I'm not sure about

RE: Can format strings be used with html:text input fields

2002-10-29 Thread James Mitchell
Here's a quick work-around: input type=text name=LHO_AppraisedPrice value=bean:write name=overviewForm property=LHO_AppraisedPrice format=$###,###,###.00 / James Mitchell Software Engineer/Struts Evangelist http://www.open-tools.org Only two things are infinite

RE: Can format strings be used with html:text input fields

2002-10-29 Thread James Mitchell
That's a great idea. James Mitchell Software Engineer/Struts Evangelist http://www.open-tools.org Only two things are infinite, the universe and human stupidity, and I'm not sure about the former. - Albert Einstein (1879-1955) -Original Message- From: Karr, David [mailto:david.karr

RE: Can format strings be used with html:text input fields

2002-10-29 Thread James Mitchell
Sorry, that's a bit of a stretch for me. I'll let you submit a patch first ;) James Mitchell Software Engineer/Struts Evangelist http://www.open-tools.org Only two things are infinite, the universe and human stupidity, and I'm not sure about the former. - Albert Einstein (1879-1955

RE: Can I avoid bouncing app when database goes down?

2002-10-29 Thread James Mitchell
What version of Struts are you using? There were some changes made in DBCP a few weeks ago that might help with that, but I could be wrong. James Mitchell Software Engineer/Struts Evangelist http://www.open-tools.org Only two things are infinite, the universe and human stupidity, and I'm

RE: Huge action instance synchronization problem

2002-10-28 Thread James Mitchell
As Andrew pointed out, you are probably using a class level (member) variable. Can you move this to the execute method and retest? Also, you should seriously consider what Sri has posted as well. James Mitchell Software Engineer/Struts Evangelist http://www.open-tools.org Only two things

RE: how can I do it? using validation without formset.

2002-10-28 Thread James Mitchell
If you do not know what the field names are before displaying the page, how could you possibly validate them? Are you storing the validation in the database as well? If so, it sounds like you need to develop your own custom validation. Sorry I can't help you further. FWIWgood luck. James

RE: Problem with multiple html(jsp) pages sharing one form (actionform)

2002-10-28 Thread James Mitchell
editor. (as opposed to cutting it from one jsp and pasting into another) Not to mention repeating the page headers footer and any other page data (style, javascript, etc) James Mitchell Software Engineer/Struts Evangelist http://www.open-tools.org Only two things are infinite, the universe

RE: [OT] Oracle Magazine Java Developer of the Year

2002-10-28 Thread James Mitchell
That's great!!! Congratulations!! James Mitchell Software Engineer/Struts Evangelist http://www.open-tools.org Only two things are infinite, the universe and human stupidity, and I'm not sure about the former. - Albert Einstein (1879-1955) -Original Message- From: Vincent Stoessel

RE: Problem with multiple html(jsp) pages sharing one form (actionform)

2002-10-28 Thread James Mitchell
No, not in the scenario I described earlier. James Mitchell Software Engineer/Struts Evangelist http://www.open-tools.org Only two things are infinite, the universe and human stupidity, and I'm not sure about the former. - Albert Einstein (1879-1955) -Original Message- From: Derek

RE: what for are nested tags ?

2002-10-28 Thread James Mitchell
http://www.google.com/search?hl=enie=UTF-8oe=UTF-8q=what+for+are+nested+t agsbtnG=Google+Search James Mitchell Software Engineer/Struts Evangelist http://www.open-tools.org Only two things are infinite, the universe and human stupidity, and I'm not sure about the former. - Albert Einstein

RE: static pages

2002-10-27 Thread James Mitchell
That choice is up to you. This also depends on what you are serving. Unless your site is using a lot of graphics with high traffic or your users are downloading large files, I think the performance drain is minimal. James Mitchell Software Engineer/Struts Evangelist http://www.open-tools.org

RE: Problem with multiple html(jsp) pages sharing one form (actionform)

2002-10-27 Thread James Mitchell
You would only need hidden fields if you were using request scope for this wizard. From looking at what you've provided, it appears that it should work just fine. What release or build of struts are you using? BTW, you can remove 'dynamic=true', as it is no longer required. James Mitchell

RE: Problem with multiple html(jsp) pages sharing one form (actionform)

2002-10-27 Thread James Mitchell
where they might be getting cleared. James Mitchell Software Engineer/Struts Evangelist http://www.open-tools.org Only two things are infinite, the universe and human stupidity, and I'm not sure about the former. - Albert Einstein (1879-1955) -Original Message- From: Derek Lin

RE: Problem with multiple html(jsp) pages sharing one form (actionform)

2002-10-27 Thread James Mitchell
) At this point you are sitting at the end of Step 1 (or the beginning of Step 2, same thing). Now if the data had been stored in the session correctly in Step 1, then your form should be sitting there already filled out for you. Try that. James Mitchell Software Engineer/Struts Evangelist http

RE: static pages

2002-10-27 Thread James Mitchell
know what it has to offer. I have yet to meet anything that comes close to what this framework can do. James Mitchell Software Engineer/Struts Evangelist http://www.open-tools.org Only two things are infinite, the universe and human stupidity, and I'm not sure about the former. - Albert

RE: Internationalization - user setting the language manually?

2002-10-25 Thread James Mitchell
be/is integrated in struts? (setting an additional request parameter or something) see post by Gemes Tibor (same thread) Regards, Stef. James Mitchell Software Engineer/Struts Evangelist http://www.open-tools.org Only two things are infinite, the universe and human stupidity, and I'm not sure about

RE: [FRIDAY] Preview of a new version of windows! (WinRG) ;-)

2002-10-25 Thread James Mitchell
-Original Message- From: Andrew Hill [mailto:andrew.david.hill;gridnode.com] Sent: Friday, October 25, 2002 8:15 AM To: Struts Subject: [FRIDAY] Preview of a new version of windows! (WinRG) ;-) http://www.surfersonacid.com/pages/winrg.html LOL...THAT WAS S FUNNY For

RE: Enable a button from the program

2002-10-25 Thread James Mitchell
Here's a good one for you: http://javascript.internet.com/forms/disable-submit.html James Mitchell Software Engineer/Struts Evangelist http://www.open-tools.org Only two things are infinite, the universe and human stupidity, and I'm not sure about the former. - Albert Einstein (1879-1955

RE: Open an other window for information

2002-10-24 Thread James Mitchell
Sorry for not getting back sooner. Based on your response, I don't understand your correlation to Help Menu.you really just need help opening a new window. Is this correct? James Mitchell Software Engineer/Struts Evangelist http://www.open-tools.org Only two things are infinite

RE: [sub-apps] smthg missing... (?)

2002-10-24 Thread James Mitchell
the serverside review chapters of Chuck Cavaness'. You can find them here: http://www2.theserverside.com/resources/strutsreview.jsp Please read the chapters on Modules (might be called 'subapps') James Mitchell Software Engineer/Struts Evangelist http://www.open-tools.org Only two things

RE: Open an other window for information

2002-10-23 Thread James Mitchell
Are you talking about overriding the F1 key to open a window to your help docs? James Mitchell Software Engineer/Struts Evangelist http://www.open-tools.org Only two things are infinite, the universe and human stupidity, and I'm not sure about the former. - Albert Einstein (1879-1955

RE: Tiles and validations in Struts

2002-10-23 Thread James Mitchell
Sorry, you have not provided enough details to determine the problem. Can you reply with a few related snippets from your struts-config and your action class? James Mitchell Software Engineer/Struts Evangelist http://www.open-tools.org Only two things are infinite, the universe and human

RE: Image path question

2002-10-23 Thread James Mitchell
, but to do it name your .war file ROOT.war (you know, like the one that ships with Tomcat ;) Can I do it in Struts? or this will be the Tomcat or Apache thing? Yes, and yes Thanks! Billy Ng James Mitchell Software Engineer/Struts Evangelist http://www.open-tools.org Only two things are infinite

RE: [Logging] How to make the darn logs work again?

2002-10-22 Thread James Mitchell
I believe its trying to use log4j without a configuration file. Have you tried adding a generic log4j.properties file to the classpath? James Mitchell Software Engineer/Struts Evangelist http://www.open-tools.org Only two things are infinite, the universe and human stupidity, and I'm not sure

RE: [Logging] How to make the darn logs work again?

2002-10-22 Thread James Mitchell
Eddie gave you one. I'll attach an example that Chuck used in his Beer4All demo. Just put it in WEB-INF/classes/ James Mitchell Software Engineer/Struts Evangelist http://www.open-tools.org Only two things are infinite, the universe and human stupidity, and I'm not sure about the former

RE: Form submission

2002-10-22 Thread James Mitchell
This means you are in a status of SOL. I've seen people in the state a few times..its not pretty. I can't help you then. James Mitchell Software Engineer/Struts Evangelist http://www.open-tools.org Only two things are infinite, the universe and human stupidity, and I'm not sure about

RE: re. i18n

2002-10-22 Thread James Mitchell
already hit the app using the default locale). Should work fine from there. James Mitchell Software Engineer/Struts Evangelist http://www.open-tools.org Only two things are infinite, the universe and human stupidity, and I'm not sure about the former. - Albert Einstein (1879-1955

RE: [TILES] Problem using struts actions in tile's template

2002-10-22 Thread James Mitchell
-tools.org/struts-atlanta/downloads James Mitchell Software Engineer/Struts Evangelist http://www.open-tools.org Only two things are infinite, the universe and human stupidity, and I'm not sure about the former. - Albert Einstein (1879-1955) -Original Message- From: Ken Riley [mailto:kriley

RE: [OT] Tomcat not extracting war

2002-10-22 Thread James Mitchell
that the Account it is running under has authorized permissions for that directory? Have you tried downloading another version of Tomcat? James Mitchell Software Engineer/Struts Evangelist http://www.open-tools.org Only two things are infinite, the universe and human stupidity, and I'm not sure

RE: [OT] Tomcat not extracting war

2002-10-22 Thread James Mitchell
If yes, verigy that the Account it is running under has authorized ^ That's verify. No, I wasmn't drikin wen I rote that ;) James Mitchell Software Engineer/Struts Evangelist http://www.open-tools.org Only two things are infinite, the universe and human stupidity, and I'm

<    2   3   4   5   6   7   8   9   10   11   >