RE: Validating Nested Form

2002-10-15 Thread James Mitchell
I don’t recall Struts supporting ‘dynamically generated’ fields. Have you tried your own ‘dynamically generated’ JavaScript? James Mitchell Software Engineer/Struts Evangelist http://www.open-tools.org -Original Message- From: Sriram Hariharan [mailto:[EMAIL PROTECTED]] Sent

RE: Request v Page scope?

2002-10-15 Thread James Mitchell
Hey! That’s Mr. Yankee to you pal!! :) James Mitchell Software Engineer/Struts Evangelist http://www.open-tools.org -Original Message- From: Chappell, Simon P [mailto:[EMAIL PROTECTED]] Sent: Tuesday, October 15, 2002 4:24 PM To: Struts Users Mailing List; [EMAIL PROTECTED

RE: HTTP Status 500 - What does the following mean?

2002-10-15 Thread James Mitchell
is not there and *THAT’S* usually caused by a mis-configured app or (less frequently) a missing file. Double check what you put in the struts-config.xml for message-resources. Also, refer to the struts-example to see how that app does it. Good Luck!! James Mitchell Software Engineer/Struts

RE: Newbie Questions / Direction

2002-10-15 Thread James Mitchell
for the benefit of O/R Mapping, but also connection pooling and caching. (Too many features to list here) For role-based navigation, you might try searching the archives, I’ve seen it mentioned a few times in the past. James Mitchell Software Engineer/Struts Evangelist http://www.open-tools.org

RE: Struts 1.1 Release

2002-10-15 Thread James Mitchell
It wouldn’t matter if it was plastered on the main struts page (WITH BLINKING TEXT), someone would still askLOL. James Mitchell Software Engineer/Struts Evangelist http://www.open-tools.org -Original Message- From: Andrew Hill [mailto:[EMAIL PROTECTED]] Sent: Wednesday

RE: Struts taglibs without Struts

2002-10-16 Thread James Mitchell
What happened when you tried it? You did try itright? James Mitchell Software Engineer/Struts Evangelist http://www.open-tools.org -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] Sent: Wednesday, October 16, 2002 8:03 AM To: [EMAIL PROTECTED] Subject

RE: Struts and cocoon

2002-10-16 Thread James Mitchell
Check out the STXX project http://sf.net/projects/stxx James Mitchell Software Engineer/Struts Evangelist http://www.open-tools.org -Original Message- From: Madhavi Thottempudi [mailto:[EMAIL PROTECTED]] Sent: Wednesday, October 16, 2002 11:53 AM To: [EMAIL PROTECTED] Subject

RE: Struts taglibs without Struts

2002-10-16 Thread James Mitchell
Well, I’m happy you got your answer. I hate giving out fish, I’d much rather hand out a pole and instruction manual. Good Luck! James Mitchell Software Engineer/Struts Evangelist http://www.open-tools.org -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] Sent

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: 'On the fly' action settings

2002-10-18 Thread James Mitchell
It is parsed once during startup. As of 1.1b1, attempting to add/modify/delete anything from the config objects will get you a “Configuration is Frozen” exception. James Mitchell Software Engineer/Struts Evangelist http://www.open-tools.org -Original Message- From: Podhigai

RE: ApplicationResources from within ActionForm's validate()??

2002-10-18 Thread James Mitchell
{ // Extract attributes we will need Locale locale = getLocale(request); ---MessageResources messages = getResources(request); HttpSession session = request.getSession(); James Mitchell Software Engineer/Struts Evangelist http://www.open-tools.org -Original Message

RE: struts + EJBs?

2002-10-18 Thread James Mitchell
+1 Believe me, you will NOT be wasting your time using OJB!!! James Mitchell Software Engineer/Struts Evangelist http://www.open-tools.org -Original Message- From: Eddie Bush [mailto:ekbush;swbell.net] Sent: Thursday, October 17, 2002 1:12 PM To: Struts Users Mailing List

RE: Changing Value in Form Beans

2002-10-18 Thread James Mitchell
it. It’s not going to change, I can assure you. HTH James Mitchell Software Engineer/Struts Evangelist http://www.open-tools.org -Original Message- From: Smith, Johnathan M. [mailto:jsmith4;ubspw.com] Sent: Thursday, October 17, 2002 2:18 PM To: '[EMAIL PROTECTED]' Subject: Changing

RE: Need Answers on questions before going in to speed mode

2002-10-18 Thread James Mitchell
James Mitchell Software Engineer/Struts Evangelist http://www.open-tools.org -- To unsubscribe, e-mail: mailto:struts-user-unsubscribe;jakarta.apache.org For additional commands, e-mail: mailto:struts-user-help;jakarta.apache.org

RE: [OT] Tomcat not extracting war

2002-10-18 Thread James Mitchell
You also might want to check that your “CATALINA_HOME” is not pointed to another install. That has happened beforebut NEVER to me! crossing-fingers/ ;) James Mitchell Software Engineer/Struts Evangelist http://www.open-tools.org -Original Message- From: Kevin A. Smith

RE: [OT] Tomcat not extracting war

2002-10-18 Thread James Mitchell
How are you packing the war file? James Mitchell Software Engineer/Struts Evangelist http://www.open-tools.org -Original Message- From: Mark Silva [mailto:msilva;authenex.com] Sent: Friday, October 18, 2002 1:54 PM To: Struts Users Mailing List Subject: RE: [OT] Tomcat

RE: Urgent

2002-10-18 Thread James Mitchell
-- To unsubscribe, e-mail: mailto:struts-user-unsubscribe;jakarta.apache.org For additional commands, e-mail: mailto:struts-user-help;jakarta.apache.org James Mitchell Software Engineer/Struts Evangelist http://www.open-tools.org -Original Message- From: [EMAIL PROTECTED

RE: [OT] Tomcat not extracting war

2002-10-18 Thread James Mitchell
=${war.excludes}/ webinf dir=./WEB-INF includes=**/* excludes=web.xml, **/*.jar, **/*.class/ lib dir=./WEB-INF/lib/ classes dir=${build.dir}/ /war /target James Mitchell Software Engineer/Struts Evangelist http://www.open-tools.org -Original Message- From

RE: Urgent

2002-10-18 Thread James Mitchell
You have to wait until the confirmation come back, and reply to that. James Mitchell Software Engineer/Struts Evangelist http://www.open-tools.org -Original Message- From: [EMAIL PROTECTED] [mailto:nirdesh.mohan;highmark.com] Sent: Friday, October 18, 2002 2:19 PM To: Struts Users

RE: Urgent

2002-10-18 Thread James Mitchell
Not sure what's going on with your email system, but I just tried to unsubscribe and..well...look at the attachment. James Mitchell Software Engineer/Struts Evangelist http://www.open-tools.org -Original Message- From: [EMAIL PROTECTED] [mailto:nirdesh.mohan;highmark.com] Sent

RE: access ApplicationResource from ActionForm

2002-10-18 Thread James Mitchell
Is there any objection to adding the -None- to the options on the jsp? James Mitchell Software Engineer/Struts Evangelist http://www.open-tools.org -Original Message- From: Darren Hill [mailto:dhill;724.com] Sent: Friday, October 18, 2002 3:41 PM To: 'Struts Users Mailing List

RE: Action sending data to the form?

2002-10-18 Thread James Mitchell
Have you taken a look at the docs or run the struts-example? James Mitchell Software Engineer/Struts Evangelist http://www.open-tools.org -Original Message- From: Smith, Johnathan M. [mailto:jsmith4;ubspw.com] Sent: Friday, October 18, 2002 3:52 PM To: '[EMAIL PROTECTED]' Subject

RE: i18n messages in javascript js file

2002-10-20 Thread James Mitchell
under the hood'. James Mitchell Software Engineer/Struts Evangelist http://www.open-tools.org -Original Message- From: sridhar [mailto:sridhard;tatanova.com] Sent: Sunday, October 20, 2002 12:12 PM To: Struts Users Mailing List Cc: [EMAIL PROTECTED] Subject: Re: i18n messages

RE: Submit button look

2002-10-21 Thread James Mitchell
I don't understand your question. Can you restate it? James Mitchell Software Engineer/Struts Evangelist http://www.open-tools.org -Original Message- From: Heligon Sandra [mailto:sandra.heligon;nextream.fr] Sent: Monday, October 21, 2002 12:06 PM To: 'Struts Users Mailing List

RE: Error while initializing ActionServlet

2002-10-21 Thread James Mitchell
What version of Ant are you using? James Mitchell Software Engineer/Struts Evangelist http://www.open-tools.org -Original Message- From: Vikas Malla [mailto:malla6um;yahoo.co.in] Sent: Monday, October 21, 2002 5:11 PM To: Struts Users Mailing List; [EMAIL PROTECTED] Subject: Re

RE: Form submission

2002-10-21 Thread James Mitchell
Better question. What are you trying to do? (e.g. prevent the form from submitting when a user hits the enter/return key???) James Mitchell Software Engineer/Struts Evangelist http://www.open-tools.org -Original Message- From: Kyrre Lugg [mailto:kyrre.lugg;tomra.no] Sent

RE: Submit button look

2002-10-21 Thread James Mitchell
You will need to use html:image for submitting via input type=image James Mitchell Software Engineer/Struts Evangelist http://www.open-tools.org -Original Message- From: Heligon Sandra [mailto:sandra.heligon;nextream.fr] Sent: Monday, October 21, 2002 11:57 AM To: '[EMAIL

RE: Error while initializing ActionServlet

2002-10-21 Thread James Mitchell
I just ran the test suite for 3.2, 4.0 and 4.1 and only experienced failure for 3.2. (but then my 4.0 was 4.0.6) Can you retry your test with ant's -debug switch? May are may not provide further detail. James Mitchell Software Engineer/Struts Evangelist http://www.open-tools.org

RE: attribute vs name on action in struts-config

2002-10-21 Thread James Mitchell
, and the name is what Struts should use, if you have used put it there already. HTH James Mitchell Software Engineer/Struts Evangelist http://www.open-tools.org -Original Message- From: Tony Baity [mailto:tonybaity;yahoo.com] Sent: Tuesday, October 22, 2002 1:24 AM To: [EMAIL PROTECTED

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

RE: Form submission

2002-10-22 Thread James Mitchell
LOLthanks Eddie ;) 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: Eddie Bush [mailto:[EMAIL

RE: IllegalStateException while using jsp:forward

2002-10-22 Thread James Mitchell
Did you ever get an answer to this? This often occurs when doing a forward or redirect after writing to the browser. 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: 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: 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: 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: 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: 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: 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: 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: [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: 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: [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: 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: [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: 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: 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

  1   2   3   4   5   6   7   8   9   10   >