RE: Access JSP in the WEB-INF

2002-09-30 Thread James Mitchell
I have a modified version of the struts-example that demostrates how to do this. Would you care for a copy? James Mitchell Software Engineer\Struts Evangelist Struts-Atlanta, the "Open Minded Developer Network" http://www.open-tools.org/struts-atlanta > -Original Messag

RE: Property "errors.prefix" not used by HTML:errors ?

2002-09-30 Thread James Mitchell
What version of struts are you using? James Mitchell Software Engineer\Struts Evangelist Struts-Atlanta, the "Open Minded Developer Network" http://www.open-tools.org/struts-atlanta > -Original Message- > From: Pel Oliver Kristiansen [mailto:[EMAIL PROTECTED]

RE: taglib url problem

2002-09-27 Thread James Mitchell
s.tld James Mitchell Software Engineer\Struts Evangelist Struts-Atlanta, the "Open Minded Developer Network" http://www.open-tools.org/struts-atlanta/help/ > -Original Message- > From: Eddie Bush [mailto:[EMAIL PROTECTED]] > Sent: Friday, September 27, 2002 8:07 PM > To

RE: struts 2.0 naming conventions?

2002-09-27 Thread James Mitchell
+1 for SasquatchBean. Although debugging those can get.(dare I say)..hairy ?!? James Mitchell Software Engineer\Struts Evangelist Struts-Atlanta, the "Open Minded Developer Network" http://www.open-tools.org/struts-atlanta > -Original Message- > From: Bartl

RE: [OT] Regular Expression for Validator

2002-09-27 Thread James Mitchell
Can you describe the allowable characters and I'd be happy to help. James Mitchell Software Engineer\Struts Evangelist Struts-Atlanta, the "Open Minded Developer Network" http://www.open-tools.org/struts-atlanta > -Original Message- > From: Darren Hill [ma

RE: [FRIDAY] [OT] Best misunderstanding of an acronym?

2002-09-27 Thread James Mitchell
HAHAHA.well, actually, I look like a typical 30 something dad with 3 kids (from 2 to 9) and a wonderful wife. One day I'll put something up. James Mitchell Software Engineer\Struts Evangelist Struts-Atlanta, the "Open Minded Developer Network" http://www.open-tools.org

RE: Internationalization

2002-09-27 Thread James Mitchell
No. The framework will select the correct bundle on a few simple choices on the locale string passed from the request. See the source for: org.apache.struts.util.PropertyMessageResources.getMessage(Locale locale, String key) for details. James Mitchell Software Engineer\Struts Evangelist

RE: [FRIDAY] [OT] Best misunderstanding of an acronym?

2002-09-27 Thread James Mitchell
hoo hoo h!! T I double GA RR James Mitchell Software Engineer\Struts Evangelist Struts-Atlanta, the "Open Minded Developer Network" http://www.open-tools.org/struts-atlanta > -Original Message- > From: John Owen [mailto:[EMAIL PROTECTED]] > Sent: F

RE: [FRIDAY] [OT] Best misunderstanding of an acronym?

2002-09-27 Thread James Mitchell
I like the vomit one better ;) James Mitchell Software Engineer\Struts Evangelist Struts-Atlanta, the "Open Minded Developer Network" http://www.open-tools.org/struts-atlanta > -Original Message- > From: Kevin A. Smith [mailto:[EMAIL PROTECTED]] > Sent: Friday, Se

RE: Internationalization

2002-09-27 Thread James Mitchell
Oops meant to say this: Change the properties file name to webapp_deu.properties ^^^ James Mitchell Software Engineer\Struts Evangelist Struts-Atlanta, the "Open Minded Developer Network" http://www.open-tools.org/struts-atlanta >

RE: Internationalization

2002-09-27 Thread James Mitchell
c3.html#sec3.10 James Mitchell Software Engineer\Struts Evangelist Struts-Atlanta, the "Open Minded Developer Network" http://www.open-tools.org/struts-atlanta > -Original Message- > From: Ryan Cuprak [mailto:[EMAIL PROTECTED]] > Sent: Friday, September 27, 2002 10:25

RE: [OT] Bad case of the hiccups?

2002-09-26 Thread James Mitchell
;P James Mitchell Software Engineer\Struts Evangelist Struts-Atlanta, the "Open Minded Developer Network" http://www.open-tools.org/struts-atlanta > -Original Message- > From: Eddie Bush [mailto:[EMAIL PROTECTED]] > Sent: Thursday, September 26, 2002 4:27 PM

RE: [OT] Bad case of the hiccups?

2002-09-26 Thread James Mitchell
that's weird, I haven't noticed it he he he ;) James Mitchell Software Engineer\Struts Evangelist Struts-Atlanta, the "Open Minded Developer Network" http://www.open-tools.org/struts-atlanta > -Original Message- > From: Michael Delamere [mailto:[EMAIL PR

RE: [OT] Bad case of the hiccups?

2002-09-26 Thread James Mitchell
that's weird, I haven't noticed it. James Mitchell Software Engineer\Struts Evangelist Struts-Atlanta, the "Open Minded Developer Network" http://www.open-tools.org/struts-atlanta > -Original Message- > From: Michael Delamere [mailto:[EMAIL PROTECTED]] >

RE: [OT] Bad case of the hiccups?

2002-09-26 Thread James Mitchell
that's weird, I haven't noticed it. James Mitchell Software Engineer\Struts Evangelist Struts-Atlanta, the "Open Minded Developer Network" http://www.open-tools.org/struts-atlanta > -Original Message- > From: Michael Delamere [mailto:[EMAIL PROTECTED]] >

RE: Scheduled Jobs

2002-09-26 Thread James Mitchell
On the windoze side, you can use Scheduled Tasks. >From there just point to a .bat file and you are free to do anything your little heart desires. James Mitchell Software Engineer\Struts Evangelist Struts-Atlanta, the "Open Minded Developer Network" http://www.open-tools.org/s

RE: all this traffic

2002-09-26 Thread James Mitchell
+1 James Mitchell Software Engineer\Struts Evangelist Struts-Atlanta, the "Open Minded Developer Network" http://www.open-tools.org/struts-atlanta > -Original Message- > From: Tero P Paananen [mailto:[EMAIL PROTECTED]] > Sent: Thursday, September 26, 2002 10:14 AM

RE: How to configure multiple Message Resources in Struts 1.0

2002-09-26 Thread James Mitchell
Or you could just take the 1.0 version and customize the source to do what you want. That's one of the perks with having the source code ;) Hava a good one!! James Mitchell Software Engineer\Struts Evangelist Struts-Atlanta, the "Open Minded Developer Network" http://www.open-t

RE: Testing ...

2002-09-25 Thread James Mitchell
If you had searched the archive you would see what "Papa Strut" says about using DynaActionForm and why you would always use String. Please STFA more thoroughly before 'getting lost' ;) James Mitchell Software Engineer\Struts Evangelist Struts-Atlanta, the "Open Minde

RE: Struts and Together CC

2002-09-25 Thread James Mitchell
$0.02 James Mitchell Software Engineer\Struts Evangelist Struts-Atlanta, the "Open Minded Developer Network" http://www.open-tools.org/struts-atlanta > -Original Message- > From: Gus Delgado [mailto:[EMAIL PROTECTED]] > Sent: Wednesday, September 25, 2002 1:33 PM &g

RE: [OT] Commons Validator JavaDoc

2002-09-25 Thread James Mitchell
I can only find this... http://cvs.apache.org/viewcvs.cgi/*checkout*/jakarta-commons/validator/src/s hare/org/apache/commons/validator/package.html?rev=1.1&content-type=text/pla in James Mitchell Software Engineer\Struts Evangelist Struts-Atlanta, the "Open Minded Developer Netw

RE: Firewall and Struts inhibit CSS references

2002-09-25 Thread James Mitchell
hat the session will be maintained if cookies are not present. HTH - Ted. James Mitchell Software Engineer\Struts Evangelist Struts-Atlanta, the "Open Minded Developer Network" http://www.open-tools.org/struts-atlanta > -Original Message- > From: Afshartous, Nick [m

RE: [OT] Excuse me !

2002-09-24 Thread James Mitchell
Let's take this offline guys. James Mitchell Software Engineer\Struts Evangelist Struts-Atlanta, the "Open Minded Developer Network" http://www.open-tools.org/struts-atlanta > -Original Message- > From: Zahid Rahman [mailto:[EMAIL PROTECTED]] > Sent: Tuesday,

RE: syntax highlighting struts tags in netbeans/forte

2002-09-24 Thread James Mitchell
riptor and web.xml. Good Luck!!! James Mitchell Software Engineer\Struts Evangelist Struts-Atlanta, the "Open Minded Developer Network" http://www.open-tools.org/struts-atlanta > -Original Message- > From: Vincent Stoessel [mailto:[EMAIL PROTECTED]] > Sent: Tuesday, Se

RE: syntax highlighting struts tags in netbeans/forte

2002-09-24 Thread James Mitchell
You mean like this: http://www.open-tools.org/struts-atlanta/images/IDE/NetBeans/convince-me.gif James Mitchell Software Engineer\Struts Evangelist Struts-Atlanta, the "Open Minded Developer Network" http://www.open-tools.org/struts-atlanta > -Original Message- &g

RE: html:link confusion

2002-09-24 Thread James Mitchell
h; args +=",height=" + height; args +=",resizable=" + resize; args +=",scrollbars=" + scroll; args +=",status=" + status; remote=window.open(url, name, args); } James Mitchell Software Engineer\Struts Evangelist Struts-Atlanta

RE: html:link confusion

2002-09-24 Thread James Mitchell
Just a quick suggestion but try this... onclick="JavaScript: return openWindow('reportRecei. ^^^ James Mitchell Software Engineer\Struts Evangelist Struts-Atlanta, the "Open Minded Developer Network" http://www.open-tool

RE: Firewall and Struts inhibit CSS references

2002-09-24 Thread James Mitchell
r firewall software. I run a very restrictive firewall on my home server and it handles .css just fine. Good Luck! James Mitchell Software Engineer\Struts Evangelist Struts-Atlanta, the "Open Minded Developer Network" http://www.open-tools.org/struts-atlanta > -Original Message-

FW: [SECURITY] Apache Tomcat 4.x JSP source disclosure vulnerability

2002-09-24 Thread James Mitchell
I'm forwarding this just in case someone *NOT* on the [EMAIL PROTECTED] could be affected by it... Peace! James Mitchell > -Original Message- > From: Remy Maucherat [mailto:[EMAIL PROTECTED]] > Sent: Tuesday, September 24, 2002 7:59 AM > To: Tomcat Developers List;

RE: [ANNOUNCE] StrutsTestCase v1.9 Released

2002-09-24 Thread James Mitchell
vulnerability in Tomcat 4.x (including Tomcat 4.0.4 and Tomcat 4.1.10). I'm sending out a separate thread about this. James Mitchell Software Engineer\Struts Evangelist Struts-Atlanta, the "Open Minded Developer Network" http://www.open-tools.org/struts-atlanta > ---

RE: [ANNOUNCE] StrutsTestCase v1.9 Released

2002-09-24 Thread James Mitchell
n [ANNOUNCEMENT]? James Mitchell Software Engineer\Struts Evangelist Struts-Atlanta, the "Open Minded Developer Network" http://www.open-tools.org/struts-atlanta > -Original Message- > From: Zahid Rahman [mailto:[EMAIL PROTECTED]] > Sent: Tuesday, September 24, 2002 10:12

RE: [TEST] Mail - Please ignore [OT]

2002-09-21 Thread James Mitchell
round trip times in milli-seconds: Minimum = 30ms, Maximum = 40ms, Average = 32ms ;) James Mitchell Software Engineer\Struts Evangelist Struts-Atlanta, the "Open Minded Developer Network" http://www.open-tools.org/struts-atlanta > -Original Message- > From: Pet

RE: quit command

2002-09-21 Thread James Mitchell
All you e-mails are belong to us To unsubscribe #1 e-mail blank message to: mailto:[EMAIL PROTECTED] #2 when confirmation e-mail arrives, reply to it. #3 done James Mitchell Software Engineer\Struts Evangelist Struts-Atlanta, the "Open Minded Developer Network" http:

RE: deploying to jboss/embedded tomcat

2002-09-20 Thread James Mitchell
o jmx-console.war) and place that in the deploy dir. Although I don't know what would cause a redeploy .possibly touching the web.xml or something similar (as Resin does with its server.xml). Anyway, good luck!!! James Mitchell Software Engineer\Struts Evangelist Struts-Atlanta, the &q

[FRIDAY] WINDOWS 2000 TEXAS EDITION

2002-09-20 Thread James Mitchell
..Microsoft Explorer 5.0 Pitchers..a graphics viewer We regret any inconvenience it may have caused if you received a copy of the TEXAS EDITION. You may return it to Microsoft for a replacement version. I hope this helps all ya'll! Billy Bob Gates --

RE: [42] Real Programmers

2002-09-20 Thread James Mitchell
t clips this monthLOL James Mitchell Software Engineer\Struts Evangelist Struts-Atlanta, the "Open Minded Developer Network" http://www.open-tools.org/struts-atlanta > -Original Message- > From: Galbreath, Mark [mailto:[EMAIL PROTECTED]] > Sent: Friday, Sep

RE: Struts 1.0.2 Examples busted in new Tomcat 4.1.10, fine in 4.0.4

2002-09-19 Thread James Mitchell
You probably have other issues, I just ran the 1.0.2 struts-example in Tomcat 4.1.10 and it works fine. James Mitchell Software Engineer\Struts Evangelist Struts-Atlanta, the "Open Minded Developer Network" http://www.open-tools.org/struts-atlanta > -Original Messag

[OT] Interesting Friday search....

2002-09-19 Thread James Mitchell
HA HA HA...oh this good... Not sure if this has been mentioned before 1. Open up Google http://www.google.com 2. Type in "replacing linux" 3. Hit Search What's the first link that comes up? Notice a trend? LOL James Mitchell Software Engineer\Struts Evangelist

RE: Getting Message from properties file in servlet

2002-09-19 Thread James Mitchell
Hi, sorry for the delay. Had family chores (my son's soccer practice) to do. > This works fine when i have only one properties file for english If this work for you in english, then it should work for all others. Have a good one!!! James Mitchell Software Engineer\Struts Evangelis

RE: Getting Message from properties file in servlet

2002-09-19 Thread James Mitchell
If your servlet is running in the same web app as your struts app, (I think) you should be able to: **warning - this is only from memory*** MessageResources mr = servletcontext.getAttribute("org.apache.struts.MESSAGE"); mr.getMessage("index.title"); James Mitche

RE: Tomcat 4.1.9 locks up

2002-09-19 Thread James Mitchell
Not yet. I've got it on the laptop, but mostly use JBoss for dev-redeploy-test cycle. I'm sure I'll need to test XMLMessageResources with all of the above before I release it. Thanx James Mitchell Software Engineer\Struts Evangelist Struts-Atlanta, the "Open Minded Dev

RE: Tomcat 4.1.9 locks up

2002-09-19 Thread James Mitchell
Yes, I've experienced this problem. I went back to Tomcat 4.0.4 on the open-tools.org server because of this. I don't really care 'why' it was happening, just needed to have something reliable. Good Luck James Mitchell Software Engineer\Struts Evangelist Struts-Atlan

RE: JSF & JSTL & STRUTS

2002-09-18 Thread James Mitchell
Reid? Is that you again? James Mitchell Software Engineer\Struts Evangelist Struts-Atlanta, the "Open Minded Developer Network" http://www.open-tools.org/struts-atlanta > -Original Message- > From: Brijesh NK [mailto:[EMAIL PROTECTED]] > Sent: Thursday, Septembe

RE: [OT] Schwing!

2002-09-18 Thread James Mitchell
Thinlet...WOW.very nice. I think I'll be able to use this on my next project. James Mitchell Software Engineer\Struts Evangelist Struts-Atlanta, the "Open Minded Developer Network" http://www.open-tools.org/struts-atlanta > -Original Message- > From:

RE: [OT] Schwing!

2002-09-18 Thread James Mitchell
Have you considered starting with the NetBeans Platform? http://www.netbeans.org/ "The NetBeans Platform is the basis of the NetBeans IDE. It is a 'generic desktop application' which can be used to create almost any client-side application." James Mitchell Soft

RE: Dynamic configuration?

2002-09-18 Thread James Mitchell
This was for 1.0.x only. It will (er...should) not work in 1.1 James Mitchell Software Engineer\Struts Evangelist Struts-Atlanta, the "Open Minded Developer Network" http://www.open-tools.org/struts-atlanta > -Original Message- > From: Joe Barefoot [mailto:[EMAIL PR

RE: I thought I had this figured out...

2002-09-17 Thread James Mitchell
All you should have to do is change the tld to allow the styleId to be used in your jsp. It should work fine after that. Hope that helps. James Mitchell Software Engineer\Struts Evangelist Struts-Atlanta, the "Open Minded Developer Network" http://www.open-tools.org/stru

RE: SQL Query Builder [Off Topic]

2002-09-17 Thread James Mitchell
WOW!!! I wish it was free!!! James Mitchell Software Engineer\Struts Evangelist Struts-Atlanta, the "Open Minded Developer Network" http://www.open-tools.org/struts-atlanta > -Original Message- > From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] > Sent: Tuesday,

RE: I thought I had this figured out...

2002-09-17 Thread James Mitchell
y off hereI'm not sure why it wasn't added. Please submit it as a bug into bugzilla and I'm sure Craig or someone will validate and fix. James Mitchell Software Engineer\Struts Evangelist Struts-Atlanta, the "Open Minded Developer Network" http://www.open-tools.org

RE: [STRUTS USERS ID] [THIEF!!!]

2002-09-17 Thread James Mitchell
Yes, that's it. Vote for: - Most likely to succeed - Most likely to go back to M$ - Most likely to get arrested on International Flights You know, things like that ;) James Mitchell Software Engineer\Struts Evangelist Struts-Atlanta, the "Open Minded Developer Network"

RE: The name of application resources?

2002-09-17 Thread James Mitchell
ces available". I just want to try to check if that file exists > (the name from message-resource element + parameter from reguest) and if > not, log that. > > -jerryk. > > > > ===== > Juraj Kazda > ICQ : 135207538 > = > >

RE: Newbie Questions

2002-09-17 Thread James Mitchell
he page gets redisplayed, it won't say 'twenty two', it will just be blank, or you might have a nice stack trace for them to look at. Search the archives, this is a pretty regular topic. James Mitchell Software Engineer\Struts Evangelist Struts-Atlanta, the "Open Minde

RE: SQL Query Builder [Off Topic]

2002-09-17 Thread James Mitchell
Isn't that only for Oracle? I was hoping to find an Open Source Swing alternative myself. James Mitchell Software Engineer\Struts Evangelist Struts-Atlanta, the "Open Minded Developer Network" http://www.open-tools.org/struts-atlanta > -Original Message- >

RE: SQL Query Builder [Off Topic]

2002-09-17 Thread James Mitchell
connection and do a best guess based on The reason I use Interdev is that it creates the vendor specific sql syntax, which can be different for Oracle vs. DB2 vs. MySql Then I just copy from the sql pane into my application (be it a resource file or into the code) and I'm done. James Mi

RE: refreshing application properties

2002-09-17 Thread James Mitchell
nt add-on standpoint). Good luck and let me know if you find anything. James Mitchell Software Engineer\Struts Evangelist Struts-Atlanta, the "Open Minded Developer Network" http://www.open-tools.org/struts-atlanta > -Original Message- > From: Andy Kriger [mailt

RE: [OT] NAME THAT FACE GAME

2002-09-17 Thread James Mitchell
He sent a picture of Osama. Do you still want to see it? James Mitchell Software Engineer\Struts Evangelist Struts-Atlanta, the "Open Minded Developer Network" http://www.open-tools.org/struts-atlanta > -Original Message- > From: Chappell, Simon P [mailto:[EMAIL PR

RE: [OT] NAME THAT FACE GAME

2002-09-17 Thread James Mitchell
KL HIM!! James Mitchell Software Engineer\Struts Evangelist Struts-Atlanta, the "Open Minded Developer Network" http://www.open-tools.org/struts-atlanta > -Original Message- > From: Galbreath, Mark [mailto:[EMAIL PROTECTED]]

RE: The name of application resources?

2002-09-17 Thread James Mitchell
Perhaps it would be better to explain what you want to do before you do this. Why do you need to extract the name? Are you needing this in your action class? James Mitchell Software Engineer\Struts Evangelist Struts-Atlanta, the "Open Minded Developer Network" http://www.open-tools.

RE: [STRUTS] Please !

2002-09-12 Thread James Mitchell
You could: 1. Check the log files for any more detail or 2. find userlist$jsp.java in tomcat's work directory, and go to line 281 that's where the error is occurring Sorry, that's the best I can offer (given the details). James Mitchell Software Engineer\Struts Evangelist Stru

RE: [STRUTS] Please !

2002-09-12 Thread James Mitchell
Can you check the log files and provide a little more detail on what you are doing? James Mitchell Software Engineer\Struts Evangelist Struts-Atlanta, the "Open Minded Developer Network" http://www.open-tools.org/struts-atlanta > -Original Message- > From: kium

RE: Tiles/Securing JSP pages

2002-09-12 Thread James Mitchell
Have you tried this? Assuming that 'template.jsp' is also under WEB-INF. James Mitchell Software Engineer\Struts Evangelist Struts-Atlanta, the "Open Minded Developer Network" http://www.o

RE: Disadvantages of Struts

2002-09-11 Thread James Mitchell
Ok. Good point. Now, from what perspective? Disadvantages compared to what? ASP? ASPX? PHP? Cold Fusion? CGI (Perl/C/C++)? or do we play in our own ballpark? JSP? (Model 1) Servlet? Servlet w/JSP? Servlet w/XML/XSL? Other similar frameworks? James Mitchell Software Engineer\Struts

RE: Disadvantages of Struts

2002-09-11 Thread James Mitchell
You won't find it on this list. James Mitchell Software Engineer\Struts Evangelist Struts-Atlanta, the "Open Minded Developer Network" http://www.open-tools.org/struts-atlanta > -Original Message- > From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] > Sent

RE: HOWTO add actions to the Struts "pipeline"

2002-09-11 Thread James Mitchell
This can be done by having an abstract BaseAction which extends Action and change all your actions to extend the BaseAction. This allows you to do any setup or logging for all actions. I can send you an example if you need it. James Mitchell Software Engineer\Struts Evangelist Struts-Atlanta

RE: [ot] JDO example - rozpakowywac Commanderem

2002-09-11 Thread James Mitchell
Oops.that was supposed to say "shift"LOL James Mitchell Software Engineer\Struts Evangelist Struts-Atlanta, the "Open Minded Developer Network" http://www.open-tools.org/struts-atlanta > -Original Message- > From: James Mitchell [mailto:[EMAIL PRO

RE: Reference Struts HTML tags from within a custom tag? *Please help!*

2002-09-11 Thread James Mitchell
. And if not, do it and contribute it back to the community. Later John! James Mitchell Software Engineer\Struts Evangelist Struts-Atlanta, the "Open Minded Developer Network" http://www.open-tools.org/struts-atlanta > -Original Message- > From: John Averty [mailto

RE: Question for using struts as our standard MVC framework

2002-09-11 Thread James Mitchell
ntly I would now be writing the front end in a Markup Language that they had invented. I told THEM 'to stick it' and took a $25k raise to another dot com. That was over 2 years ago. When that dot bomb...oops...I mean not com decided to let 3/4 of the company go after Sept 11, I too

RE: [ot] JDO example - rozpakowywac Commanderem

2002-09-11 Thread James Mitchell
and if you take 42 and do a bit shit: System.out.println( 42>>1 ); ...you get 21 (ta daaa) the legal drinking age in the US. Now is that a coincidence or what? James Mitchell Software Engineer\Struts Evangelist Struts-Atlanta, the "Open Minded Developer Network"

RE: Reference Struts HTML tags from within a custom tag? *Please help!*

2002-09-11 Thread James Mitchell
Your best bet is to dig into the source code of the taglibs and see what names the beans/strings/whatever are being stored under (and the proper scope as well). That way you can get a handle on anything you want. Check out the doco as well. There's plenty info out there. HTH James Mit

RE: [OT] [DON'T READ] RE: [FRIVOLOUS] Re: General Struts Question

2002-09-11 Thread James Mitchell
LOLROTF!! We better stop before we are forced to send out apology letter like Mark DOH James Mitchell Software Engineer\Struts Evangelist Struts-Atlanta, the "Open Minded Developer Network" http://www.open-tools.org/struts-atlanta > -Original Message- &

RE: [FRIVOLOUS] Re: General Struts Question [LET US BE KINDER AND MORE SOPHISTICATED?]

2002-09-11 Thread James Mitchell
Is her name Ingeborg? I think I might know her? Does she have more chest hair than Sasquatch? James Mitchell Software Engineer\Struts Evangelist Struts-Atlanta, the "Open Minded Developer Network" http://www.open-tools.org/struts-atlanta > -Original Message- > From

RE: General Struts Question

2002-09-11 Thread James Mitchell
LOL.good one although you could have put: http://www.google.com/search?hl=en&lr=&ie=ISO-8859-1&q=struts+books"/> James Mitchell Software Engineer\Struts Evangelist Struts-Atlanta, the "Open Minded Developer Network" http://www.open-tools.org/struts-atlan

RE: [ot] JDO example - rozpakowywac Commanderem

2002-09-11 Thread James Mitchell
"\"" + Integer.toString( 36 + 6).concat("?\"") or """ & (36 + 6) & "?""" depending on your persuasion ;) James Mitchell Software Engineer\Struts Evangelist Struts-Atlanta, the "Open Minded Developer Network&quo

RE: [ot] sites powered by struts

2002-09-11 Thread James Mitchell
Now now fellas, we are going to be pounded by the I-don't-know-how-to-filter-email mob ;) James Mitchell Software Engineer\Struts Evangelist Struts-Atlanta, the "Open Minded Developer Network" http://www.open-tools.org/struts-atlanta > -Original Message- > From:

RE: Another question [ensuing options ;)]

2002-09-11 Thread James Mitchell
There are many ways to do this. index.html - (javascript) document.location.href='goToMyInitialAction.do' index.html - index.jsp - request.sendRedirect index.jsp - http://www.open-tools.org/struts-atlanta > -Original Message- > From: Mark Kaye [mailto:[EMAIL PROTECTED]] > Sent: Wed

RE: Question for using struts as our standard MVC framework

2002-09-11 Thread James Mitchell
macs debate. I wish you luck in your endeavor. James Mitchell Software Engineer\Struts Evangelist Struts-Atlanta, the "Open Minded Developer Network" http://www.open-tools.org/struts-atlanta P.S. Tell them to stop being so ignorant and pickup FUC#ING book. Hmmmlike the STRU

RE: JDO example - rozpakowywac Commanderem

2002-09-11 Thread James Mitchell
Was there a question in there I missed? James Mitchell Software Engineer\Struts Evangelist Struts-Atlanta, the "Open Minded Developer Network" http://www.open-tools.org/struts-atlanta > -Original Message- > From: Dariusz Wojtas [mailto:[EMAIL PROTECTED]] > Sent: W

RE: [Announce] [New Extension] ApplicationResources.properties fr om Database

2002-09-11 Thread James Mitchell
I've already started on this. I'll let you know. James Mitchell Software Engineer\Struts Evangelist Struts-Atlanta, the "Open Minded Developer Network" http://www.open-tools.org/struts-atlanta > -Original Message- > From: Juraj Lenharcik [mailto:[EMAIL PRO

RE: [Announce] [New Extension] ApplicationResources.properties from Database

2002-09-10 Thread James Mitchell
Sorry for the delay. I've decided to post this on our website. Please feel free to download and try it out. http://www.open-tools.org/struts-atlanta/downloads/DBMessageResources If for some reason the site goes down, just send me an email and I'll get it to you. James Mitchel

RE: Servlte-level Resource Files

2002-09-10 Thread James Mitchell
It doesn't actually 'suck in' the data. I've implemented a database call for getMessage() based on a few predetermined variables (current module, bundleKey, etc). This way you won't ever have to ask for 'reload' capabilities, because it is never 'loaded&#

[Announce] [New Extension] ApplicationResources.properties from Database

2002-09-10 Thread James Mitchell
o get their hands on it sooner, send me a email. For those who were waiting, thanks for your patience. James Mitchell Software Engineer\Struts Evangelist Struts-Atlanta, the "Open Minded Developer Network" http://www.open-tools.org/struts-atlanta -- To unsubscribe, e-mail: <mailt

RE: Submitting a form

2002-09-10 Thread James Mitchell
Try this: function fSubmit() { document.forms["search the archives"].submit(); } Sorry, don't mean to be a smart-a##, but you really should search as this very question gets answered about once a week. James Mitchell Software Engineer\Struts Evangelist Struts-Atl

RE: Simple Question

2002-09-09 Thread James Mitchell
retrieve the correct instance. I could be wrong, (its happened before ;) but I don't beleive struts will ever call your constructor anyway. Look at the docs for ActionForm. It's lifecycle is described pretty well in the docs. You might have some luck with reset(). > > thanks, >

RE: Simple Question

2002-09-09 Thread James Mitchell
Are doing this within an Action? James Mitchell Software Engineer\Struts Evangelist Struts-Atlanta, the "Open Minded Developer Network" http://www.open-tools.org/struts-atlanta > -Original Message- > From: Mark Silva [mailto:[EMAIL PROTECTED]] > Sent: Monday, Sept

RE: [OT] RE: Struts and Large ResultSet

2002-09-07 Thread James Mitchell
com/2008-1082-947510.html James Mitchell Software Engineer\Struts Evangelist Struts-Atlanta, the "Open Minded Developer Network" http://www.open-tools.org/struts-atlanta > From: Bartley, Chris P > Subject: RE: [OT] RE: Struts and Large ResultSe

RE: Off topic-building PC's

2002-09-07 Thread James Mitchell
rinter/CDR/CDRW/DVD/etc/etc) I've done it several times. Good luck!!! James Mitchell Software Engineer\Struts Evangelist Struts-Atlanta, the "Open Minded Developer Network" http://www.open-tools.org/struts-atlanta > -Original Message- > From: Ron Day [mailto:[EMA

RE: DBMessageResources status and questions

2002-09-06 Thread James Mitchell
sub-app and one called 'catalog'. Tell me, when struts calls: MessageResources.getMessage(Locale locale, String key) How will I know which sub-app to filter for? How will I know which bundle key to filter for? James Mitchell Software Engineer\Struts Evangelist Struts-Atlanta,

RE: [FRIDAY] Out of control ... again

2002-09-06 Thread James Mitchell
You know, Craig blasted me when I gave Micael-Oge-Mac-Something (whatever his name is) the virtual finger. Not sure if were aware, but there is a porn advertisement popup as Eddie mentioned. (I hope the network folks here don't notice it) I can only imagine what Craig will say if he clicks that

RE: [FRIDAY] Out of control ... again

2002-09-06 Thread James Mitchell
LMAO James Mitchell Software Engineer\Struts Evangelist Struts-Atlanta, the "Open Minded Developer Network" http://www.open-tools.org/struts-atlanta > -Original Message- > From: Chappell, Simon P [mailto:[EMAIL PROTECTED]] > Sent: Friday, September 06, 2002 11

DBMessageResources status and questions

2002-09-06 Thread James Mitchell
nfig, or even MessageResourcesConfig Future: -- I've also got plans for XMLMessageResources, but I think that I will have the same issues with it as well. Sorry for the long post. I would appreciate any enlightening you can give. James Mitchell Software Engineer\Struts Evangelist Struts-Atlanta

RE: [Redirect] Caching problem with redirect... (new attempt)

2002-09-05 Thread James Mitchell
Here's a good response from Craig.. http://www.mail-archive.com/struts-user@jakarta.apache.org/msg35600.html Scroll down to see explaination James Mitchell Software Engineer\Struts Evangelist Struts-Atlanta, the "Open Minded Developer Network" http://www.open-tools.org

RE: [Redirect] Caching problem with redirect... (new attempt)

2002-09-05 Thread James Mitchell
ample or docs for exact usage and benefits. > > Michael > > HTH James Mitchell Software Engineer\Struts Evangelist Struts-Atlanta, the "Open Minded Developer Network" http://www.open-tools.org/struts-atlanta -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

RE: [FLAME] Jakarta Commons Lib ... and Struts

2002-09-05 Thread James Mitchell
That's Mr. Micael to you!!! James Mitchell Software Engineer\Struts Evangelist Struts-Atlanta, the "Open Minded Developer Network" http://www.open-tools.org/struts-atlanta > -Original Message- > From: Galbreath, Mark [mailto:[EMAIL PROTECTED]] > Sent: Thursd

RE: ActionForms

2002-09-05 Thread James Mitchell
Or...use DynaActionForm. See documentation for details. James RTFM Mitchell Software Engineer\Struts Evangelist Struts-Atlanta, the "Open Minded Developer Network" http://www.open-tools.org/struts-atlanta > -Original Message- > From: Galbreath, Mark [mailto:[EMAIL PROTECTED]] > Sent:

RE: xml parsing error in struts-config

2002-09-05 Thread James Mitchell
it should have been for the struts-config. James Mitchell Software Engineer\Struts Evangelist Struts-Atlanta, the "Open Minded Developer Network" http://www.open-tools.org/struts-atlanta > -Original Message- > From: Wasiq Hasan [mailto:[EMAIL PROTECTED]] > Sent: Thu

RE: Struts advantages, Struts alternatives

2002-09-04 Thread James Mitchell
Nope, same. James Mitchell Software Engineer\Struts Evangelist Struts-Atlanta, the "Open Minded Developer Network" http://www.open-tools.org/struts-atlanta > -Original Message- > From: Dan Cancro [mailto:[EMAIL PROTECTED]] > Sent: Wednesday, September 04, 2002 4:

RE: Struts advantages, Struts alternatives

2002-09-04 Thread James Mitchell
(I hope you don't mind Dan???) I made an HTML version if anyone would like it. Size: 985 kb James Mitchell Software Engineer\Struts Evangelist Struts-Atlanta, the "Open Minded Developer Network" http://www.open-tools.org/struts-atlanta > -Original Message-

RE: Tree Folder navigation

2002-09-04 Thread James Mitchell
Why don't you just use the struts project there? http://sourceforge.net/projects/struts/ James Mitchell Software Engineer\Struts Evangelist Struts-Atlanta, the "Open Minded Developer Network" http://www.open-tools.org/struts-atlanta > -Original Message- > From

RE: Change only some tile

2002-09-04 Thread James Mitchell
ri="/WEB-INF/tld/struts-atlanta.tld" prefix="util" %>  •   •  So, in the end, it looks like the only thing changing is the "main" area of my pages (called by "main.tile") I can send you the complete s

RE: [TEST]

2002-09-03 Thread James Mitchell
Nein. Alle wir sind am Mittagessen. James Mitchell Software Engineer\Struts Evangelist Struts-Atlanta, the "Open Minded Developer Network" http://www.open-tools.org/struts-atlanta > -Original Message- > From: Peter A. J. Pilgrim [mailto:[EMAIL PROTECTED]] > Sent:

<    4   5   6   7   8   9   10   11   12   13   >