RE: Calling mapping from Action

2002-08-26 Thread avasey
Yes thanks that helped - actually stupid mistake on my part. |+--- || palfors@delph| || ion.com | || | || 23/08/2002 | || 04:39 PM | ||

Re: struts and OSWorkflow

2002-08-26 Thread Matthias Bauer
The library works with struts 1.1, but the following modifications need to be done to the test application: 1. In web.xml, the init-parameter mapping is not used anymore. Instead, you must add className=com.livinglogic.struts.workflow.ApplicationMapping in every action in struts-config.xml. 2.

Status of Struts integration with container managed security and alternatives

2002-08-26 Thread Michael
I've recently played with the container managed security of J2EE (using Tomcat) and the attempt at integrating it into Struts 1.1. I see that a roles attribute has been added to the action tag in the struts config XML file. The problem is with tag is that it doesn't work. I posted a couple

RE : Status of Struts integration with container managed security and alternatives

2002-08-26 Thread Michael
tag in the struts config XML file. The problem is with tag is that it doesn't work. I posted a couple questions about A slight clarification I meant to add. The roles attribute will prevent the user from using the action if the user doesn't belong to the roles specified. However that

[ANNOUNCE| Struts Workflow Extension Package V0.9.1

2002-08-26 Thread Matthias Bauer
To all struts users! I just released the Bugfix-Version 0.9.1 of the Struts Workflow Extension Package. It fixes a bug in the test application's web.xml file, some users have stumbled over. Also the web site http://www.livinglogic.de/Struts/ has been updated to describe how to use the

RE: Problem with Struts 1.1b2 and Weblogic

2002-08-26 Thread Lajos Papp
Hi, I upgraded to Struts 1.1b2 from an earlier version of Struts 1.1 and Weblogic gives an error at startup. Not sure if thats to do with Struts, Weblogic or both. It's definitely not to do with struts. The 1.1b2 struts-example.war is deployable with WLS 7.0 without any problem. Weblogic

Re: Message Resources Placement

2002-08-26 Thread John Yu
speculation reason=I haven't used eclipse w/ sysdeo plugin I suspect the problem is that the plugin adds struts.jar to the system (ie. tomcat's) classpath. So, all Struts' classes don't see WEB-INF/classes. /speculation At 06:05 am 26-08-2002, you wrote: I think I've solved it!!! Short

Application Context Access

2002-08-26 Thread petra staub
I dont understand the following: I have a struts application, lets call it MyApp, which actions call jsp pages under MyApp/WEB-INF/pages. additionally, I have images stored in the root of my application (MyApp/images). Why cant I access the images in MyApp using the relative path /images? If I

BeanUtils

2002-08-26 Thread petra staub
hi, I know this is a struts-maillist but as the beanutils are commonly used with struts (and I didnt get any feedback in the commons-user list) I dare to ask my question here. :) i recently came over the very useful classes of the BeanUtils package. however, i have some problems... for

RE: using O/R mapping tools

2002-08-26 Thread Galbreath, Mark
Close: http://i5.nyu.edu/~mm64/x52.9755/bottle.html -Original Message- From: micael [mailto:[EMAIL PROTECTED]] Sent: Friday, August 23, 2002 5:49 PM Lord! What drivel! I suggest you read Must We Mean What We Say? by Stanley Cavell. That is a tried and true primer for people stuck

Question regarding sessions

2002-08-26 Thread Michael Delamere
Hi, I know that this isnĀ“t a struts specific question but I really could do with your help. And this list is a guarantee for competent answers :-) ! My question is: how much should I save in a session? Scenario: I have a catalogue with say five levels: e.g. alcohol - wines - red

DynaActionForm - docs somewhere? Bean Creating Exception?

2002-08-26 Thread Fabian Sommer
Hello! I try to use DynaActionForms for the first time. I tried to do it the way explained below, but all I get from Tomcat is this errormessage: Exception creating bean of class null: {1} Does anybody know the meaning of this errormessage? Are there some docs on the use of DynaActionForms

Re: BeanUtils

2002-08-26 Thread petra staub
concerning my own question: so far i realized that it has to do with my mapping somehow. before i had mapped *.do to my actionservlet and then images/someimg.gif worked and now, as i switched over to use /do/ for mapping, it doesn't work anymore with images/someimg.gif and i have to use

Re: Application Context Access

2002-08-26 Thread petra staub
concerning my own question: so far i realized that it has to do with my mapping somehow. before i had mapped *.do to my actionservlet and then images/someimg.gif worked and now, as i switched over to use /do/ for mapping, it doesn't work anymore with images/someimg.gif and i have to use

Re: DynaActionForm - docs somewhere? Bean Creating Exception?

2002-08-26 Thread mailinglist
Hello! I try to use DynaActionForms for the first time. I tried to do it the way explained below, but all I get from Tomcat is this errormessage: Exception creating bean of class null: {1} Does anybody know the meaning of this errormessage? Are there some docs on the use of

Re: Question regarding sessions

2002-08-26 Thread Michael Delamere
Hi, would the problem with that not be, that if the tree changes at any given time, that this would not be reflected in the singleton instance of the tree? I suppose that I have answered the question myself!? What I was talking about was reflecting the state of the tree (catalogue) for each

RE: Question regarding sessions

2002-08-26 Thread Robert Taylor
A general strategy for sessions is to minimize the amount you have to store in them because the user is unpredictable and can cause your system to consume resources unneccessarily by loading up the session and then leaving (this can be controlled to some degree by using session time out and other

please, help! debugging Struts with VisualAge for Java and Tomcat

2002-08-26 Thread Patria Lukman
Hello everyone I really don't want to bother you people, since this question might be addressed to VisualAge users... But I figure out that in this list there might be some people using it as a development tool. I have VAJ 3.5 Professional edition and Tomcat 4.0.b integrated with it... How can

RE: DynaActionForm - docs somewhere? Bean Creating Exception?

2002-08-26 Thread Fabian Sommer
Whoever you are - could you please point me to the chapter where I find help in understanding DynaActionForms? And are there any error-codes explained? Thx, Fabian -Original Message- From: mailinglist [mailto:[EMAIL PROTECTED]] Sent: Monday, August 26, 2002 1:50 PM To: Struts Users

RE: Question regarding sessions

2002-08-26 Thread Robert Parker
Members Equity Email System -Original Message- From: Michael Delamere [mailto:[EMAIL PROTECTED]] Sent: Monday, 26 August 2002 10:15PM To: Struts Users Mailing List Subject: Re: Question regarding sessions [snip] The same goes with the shopping basket. The question was, saving product

RE: How to access current Tiles definition name?

2002-08-26 Thread Holman, Cal
Christian I don't think you can read the definition but you can get to the attributes. To change the menu look based on the page being displayed I use an additional parameter in each page definition - 'page'. The jsp then looks for the 'page' and modifies the menu to display the page being

RE: DynaActionForm - docs somewhere? Bean Creating Exception?

2002-08-26 Thread Fabian Sommer
Exception creating bean of class null: {1} Does anybody know the meaning of this errormessage? Are there some docs on the use of DynaActionForms somewhere out there? They seem to miss within actual struts docu... Thx, Fabian You can download and read Chuck's preview:

Editable/non-editable fields

2002-08-26 Thread Tom Klaasen
Hi all, It's been some time, but it seems I'm back :) I'm currently working on a project where lots of forms are used. The forms are backed up by a DB. Somewhere in the DB, there is a table which tells me which fields should be editable and which shouldn't (they should only be displayed).

Populating values in checkbox incrementally and dynamically

2002-08-26 Thread Anoop
Hi, The task is to populate values onto the checkbox dynamically and incrementally from an array. I have something like this in my jsp- logic:iterate id=user name=user html:multibox name=UserDetail property=status bean:write name=UserDetail property=status/

RE: Editable/non-editable fields

2002-08-26 Thread Kevin A. Smith
Could you set the disabled attribute on the controls? This would still display the info to the user, but they wouldn't be able to edit it. On a previous project, we hacked some of the Struts tags to support this attribute, it wasn't that hard. Maybe a few days of work. -Original

RE: Editable/non-editable fields

2002-08-26 Thread Sri Sankaran
If I understand you question correctly, you want to dynamically determine whether to display the data in an editable manner or not. You could save the condition (that determines whether to allow edits or not) in the form bean and then do something like: logic:equal property=canEdit value=true

If-Then-Else in Validator?

2002-08-26 Thread Jerry Jalenak
Hi All, I have a single form that, based on a bean property value, will display 1 of 4 possible input forms (this is used for data entry purposes). There is only one action associated with the form. In simple terms, it looks like this: html:form action=DataEntry.do method=post

submit form from popup window to parent window

2002-08-26 Thread jeffrey . reid
Hi all, I have a form that appears in a popup window (created via a call to IE's showModalDialog()), that I would like to submit back to the parent window. The target attribute on the html:form tag only seems to allow you to specify which frame you want to submit to, not which window. Does

Re: RE: Editable/non-editable fields

2002-08-26 Thread Tom Klaasen
Hi Sri, Thanks for your reply. There are a few problems though: 1) I don't like to have a myriad of logic:equal in the jsp's. They tend to become unmaintainable. 2) More important, there won't be one global canEdit property: each field would have to decide for itself whether it's editable

Re: RE: Editable/non-editable fields

2002-08-26 Thread Tom Klaasen
Hi Kevin, Thanks for your reply! This seems to be a good second-choice solution in case the other one won't work. However, I'm afraid it would clutter the layout and confuse the user to have disabled and non-disabled fields mixed together. A non-editable field should be a html string

i18n of internal messages

2002-08-26 Thread [EMAIL PROTECTED]
Hi, I need to customise some internal messages (org.apache.struts.taglib.LocalStrings.properties, org.apache.struts.util.LocalStrings.properties...). I first apply the rules for i18n : I created a ApplicationResources_fr_FR.properties I put it in the WEB-INF/classes directory and put the

RE: submit form from popup window to parent window

2002-08-26 Thread Galbreath, Mark
Jeff, See the documentation for window.opener. opener is a reference to the spawning window from the popup. Mark -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] Sent: Monday, August 26, 2002 9:25 AM I have a form that appears in a popup window (created via a

Re: Question regarding sessions

2002-08-26 Thread Michael Delamere
thanks to all who answered. Regards, Michael - Original Message - From: Robert Parker [EMAIL PROTECTED] To: 'Struts Users Mailing List' [EMAIL PROTECTED] Sent: Monday, August 26, 2002 2:55 PM Subject: RE: Question regarding sessions Members Equity Email System -Original

Re: Newbie logic:iterate question

2002-08-26 Thread Bryan Hilterbrand
I figured out my problem...I had a small logic error elsewhere in my code, so the form was returning a null for the String array. Struts does NOT like null arrays, and it was apparently going into the ozone. It would be nice if Struts detected nulls and threw some sort of an error. Bryan

RE: RE: Editable/non-editable fields

2002-08-26 Thread Kevin A. Smith
We went back and forth on this on my project, also. What was finally agreed upon was that it might be less confusing for the user to see an input field grayed out a la Windows, than to see input fields replaced with text strings, looking like field labels. Just my $0.02 worth . . . --Kevin

RE: question about logic:notPresent in struts-blank of struts1.02

2002-08-26 Thread James Mitchell
No, the logic:present and logic:notPresent simply check for the existence of some object in some scope. The org.apache.struts.action.MESSAGE just provides for a unique key so that one's application objects does not overwrite the frameworks. Hope that helps James Mitchell Software

RE: Application Context Access

2002-08-26 Thread James Mitchell
This may not be the problem, but are you using html:base? Reason I ask: html:base and putting jsp under WEB-INF do not play well together. In fact, according to the spec, they should not play at all. James Mitchell Software Engineer\Struts Evangelist Struts-Atlanta, the Open Minded Developer

RE: RE: Editable/non-editable fields

2002-08-26 Thread Sukhenko, Mikhail (Contr)
The grayed out feature does not work on all the web browsers though. Be careful with that. I think even Netscape does not support it. -Original Message- From: Kevin A. Smith [mailto:[EMAIL PROTECTED]] Sent: Monday, August 26, 2002 9:51 AM To: Struts Users Mailing List Subject: RE: RE:

RE: RE: Editable/non-editable fields

2002-08-26 Thread Kevin A. Smith
That is true. But I believe that Netscape supports the disabled attribute in some other way, I think. Its been over a year since I worked on the project I'm referring to, so I could very well be mistaken. --Kevin -Original Message- From: Sukhenko, Mikhail (Contr) [mailto:[EMAIL

RE: Application Context Access

2002-08-26 Thread petra staub
No, currently I use no struts related taglib only pure JSTL. But maybe someone can simply explain me, what is actually going on... ;) if i have following mapping in web.xml servlet-mapping servlet-nameaction/servlet-name url-pattern/do/*/url-pattern /servlet-mapping i thought that

Re: How to Build error messages dynamically??

2002-08-26 Thread vivraji
Oops. I found where the problem is: ActionErrors errors = new ActionErrors(); errors.add(ActionErrors.GLOBAL_ERROR, new ActionError(error.tablemessage, (String)Pass My message)); saveErrors(request, errors); Pass the message as a String Object or Integer Object is what is expected :) Thank

Re: RE: RE: Editable/non-editable fields

2002-08-26 Thread Tom Klaasen
Thanks Kevin, I'll take it up with the user base if they like that. And for the browser compatibility: we're working on an intranet here, so the browsers are standardized anyways (which relieves me of tons of headaches :) ) Thanks to all for your helpfulness! tomK

RE: Application Context Access

2002-08-26 Thread James Mitchell
You've got to keep in mind the relative reference of your images. By configuring: /do/callMyAction with application: MyApp and using: img src=images/myIcon.gif Your saying that you have a structure like this: /MyApp + do + images '---myIcon.gif '---myOtherIcon.gif

Re: Editable/non-editable fields

2002-08-26 Thread Gilles . Vandaele
Hi all; This list works too hard, some solutions comes out before I finish to type! How can you set the disabled attribute on the controls (in order to see an input field grayed out)? If I put an 'html:text disabled=true...' the DISABLED attribute doesn't appear in my HTML INPUT tag! Gilles

Implementing sub-apps with WEB-INF hidden jsp's

2002-08-26 Thread Greg Hess
Hi All, I am trying to take advantage of the new sub-application support with Struts 1.1b. There are several developers working on my current project and we all have our own modules. This functionality will help us greatly with our module integration. I am just trying to get up to speed on how

RE: Editable/non-editable fields

2002-08-26 Thread Kevin A. Smith
Gilles - This is the was the hacking my project team had to do. The html tags don't support this attribute so it doesn't show up in the final rendered HTML. We had to hack the tag code to add support for this. --Kevin -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL

Iterate tag within an iterate tag

2002-08-26 Thread Darryl Nortje
Went through the achives to find out if having an iterate tag within an iterate tag is possible. Didn't find anything. So basically, my question is 1) is it possible. and 2) if so, how. This is what I've done, but it's not working.. logic:iterate name=results id=collElem I am then able to

RE: Editable/non-editable fields

2002-08-26 Thread Gilles . Vandaele
I don't understand your The html tags don't support this attribute The struts tag html:text do have an attribute 'disabled' , so wat is it for , if its not rendered in the 'DISABLED' attribute of the INPUT tag? Gilles Vandaele 0498 52 64 12 [EMAIL PROTECTED]

RE: Editable/non-editable fields

2002-08-26 Thread Kevin A. Smith
Gilles - My memory is a bit foggy, but I believe that the disabled attribute on the tags meant something different than the HTML disabled attribute. There wasn't a 1:1 correspondance. -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] Sent: Monday, August 26, 2002

Re: Re: Editable/non-editable fields

2002-08-26 Thread Tom Klaasen
Are you sure your web server is picking up the latest version of your code? (try adding !-- hi, this is a new version --, if it doesn't appear in your final html, you've got an answer :) ) From a quick inspection of the code I have here (struts 1.0.2), the disabled attribute should work

RE: Implementing sub-apps with WEB-INF hidden jsp's

2002-08-26 Thread James Mitchell
You might try reading this before proceeding. http://www.mail-archive.com/struts-user@jakarta.apache.org/msg38141.html James Mitchell Software Engineer\Struts Evangelist Struts-Atlanta, the Open Minded Developer Network http://www.open-tools.org/struts-atlanta -Original Message-

Re: Status of Struts integration with container managed securityand alternatives

2002-08-26 Thread Craig R. McClanahan
I did answer your question ... maybe you missed it. The roles attribute on an Action element will *not* (by itself) trigger a container-managed login. You must also protect *all* URLs with an appropriate security constraint (mapped to *.do, for example) that forces login but allows everyone in.

RE: Editable/non-editable fields

2002-08-26 Thread Darryl Nortje
Gilles, This is how I did it. Hope it helps logic:iterate name=attrib id=collElem input name=bean:write name='collElem' property='key'/ bean:write name=collElem property=isReadonly// The bean:write tag -- bean:write name=collElem property=isReadonly/ returns a String that either says

Re: Application Context Access

2002-08-26 Thread Craig R. McClanahan
On Mon, 26 Aug 2002, petra staub wrote: Date: Mon, 26 Aug 2002 11:55:09 +0200 From: petra staub [EMAIL PROTECTED] Reply-To: Struts Users Mailing List [EMAIL PROTECTED] To: [EMAIL PROTECTED] Subject: Application Context Access I dont understand the following: I have a struts

RE : Status of Struts integration with container managed security and alternatives

2002-08-26 Thread Michael
I apologize Craig, you did explain this but not in this much detail. I wasn't aware of the solution of protecting all *.do URLs with a role of * (or as you suggest a group everyone is in) and then doing finer grained security with Struts. That makes a lot of sense, thank you for clarifying

Request Beans Sanity Check

2002-08-26 Thread Howard Miller
Hi, Having problems creating beans on the fly. Can somebody spot where I have gone wrong... This is my (obviously incorrect) understanding of the procedure: 1. I create a bean called MyBean 2. an action script creates an instance of the MyBean class, called (say) MB and initialises it... so

Re: BeanUtils

2002-08-26 Thread Craig R. McClanahan
JavaBeans indexed properties (which BeanUtils uses under the covers) only support array based properties for indexed storage. BeanUtils was extended fairly recently to do better with Lists. If you have a particular test case that doesn't work, please post it as an attachment to a bug report

RE: Implementing sub-apps with WEB-INF hidden jsp's

2002-08-26 Thread Greg Hess
Thanks, I had read the archive suggested. Unfortunately none of my sub-app action-mappings are working. I get the following error when I try to access one of my sub-apps mappings threw http:/host/defaultapp/subapp/mapping.do. 500 Servlet Exception java.lang.ClassCastException:

RE: Has anyone made Weblogic 7 work with Struts 1.1b2?

2002-08-26 Thread Trieu, Danny
I had the same problem too. Wonder if this is Weblogic class loader problem or it is b2 problem. -Original Message- From: Ananda Chaudhuri [mailto:[EMAIL PROTECTED]] Sent: Sunday, August 25, 2002 4:11 PM To: [EMAIL PROTECTED] Subject: Has anyone made Weblogic 7 work with Struts 1.1b2?

Re: Re: Editable/non-editable fields

2002-08-26 Thread Gilles . Vandaele
Tom, it doesn't appear in my final html! But it don't have to... or am I in the twilight zone? What do you by:the server is picking up the latest version of your code? I'm using Struts 1.0.2 Gilles Vandaele 0498 52 64 12 [EMAIL PROTECTED]

Re: Iterate tag within an iterate tag

2002-08-26 Thread jsadove
See the 1.1b nested tag extensions or Aron Bates (www.keyboardmonkey.com) 1.0 extensions (which are the ones incorporated into 1.1). Darryl Nortje [EMAIL PROTECTED] on 08/26/2002 10:49:39 AM Please respond to Struts Users Mailing List [EMAIL PROTECTED] To: 'Struts Users Mailing List'

Hesitation leads to NullPointerException

2002-08-26 Thread Sri Sankaran
Using Struts 1.0.2 on Tomcat 4.0.2 bizarre.alert I have a problem that only occurs if the user lingers on a page for a while (say a few minutes). If after this duration, the user triggers any action, the application crashes with a NullPointerException. I have debugged the exception as being

Re: Re: Re: Editable/non-editable fields

2002-08-26 Thread Tom Klaasen
Struts Users Mailing List [EMAIL PROTECTED] wrote: Tom, it doesn't appear in my final html! But it don't have to... or am I in the twilight zone? What do you by:the server is picking up the latest version of your code? Some web servers

j_security_check, jaas and weblogic 6.1

2002-08-26 Thread Michael Lee
I have to do security for the company I am at. I have never used j_security_check, jaas or weblogic 6.1 RDBMS (we have a database for authentication/authorization). I read all through the examples on j_security_check, jaas and WLS RDBMS out there I could get my hands on. There seems to be no good

Re: j_security_check, jaas and weblogic 6.1

2002-08-26 Thread Craig R. McClanahan
JAAS is not relevant if you're using container-managed security. You'll need to set up users in whatever user database your container (WebLogic in your case) provides. Struts also has nothing to do with this -- although you can use role information with tags like logic:present or the roles

Switch Action example

2002-08-26 Thread Greg Hess
Hi All, I am having trouble using the SwitchAction and all the threads in the Archives dont actualy provide an example of its use and claim that it may not work? Could anyone provide an example of its use. Thanks for your time, Greg

trouble with DynaValidatorForm

2002-08-26 Thread Donald Ball
Hey guys, I'm still experimenting with the Dyna stuff. I'm trying out the DynaValidatorForm, following the recipe in chapter 11 of Chuck's (?) book from theserverside. The form bean is capturing my data, hooray, but it does not appear to be validating it. Conf snipppets: struts-config.xml:

Re: trouble with DynaValidatorForm

2002-08-26 Thread chuckcavaness
Have you added the Validator plugin to the struts-config file? Chuck Hey guys, I'm still experimenting with the Dyna stuff. I'm trying out the DynaValidatorForm, following the recipe in chapter 11 of Chuck's (?) book from theserverside. The form bean is capturing my data, hooray, but it does

RE: [Way OT] Eclipse Kick-Start?

2002-08-26 Thread David Mulligan
-Original Message- From: Joe Barefoot [mailto:[EMAIL PROTECTED]] Sent: Friday, August 23, 2002 5:51 PM To: Struts Users Mailing List Subject: RE: [Way OT] Eclipse Kick-Start? Really? Where? I've been using Win2k since it came out, and I've yet to stumble across a virtual

Re: Iterate tag within an iterate tag

2002-08-26 Thread Michael Lee
I've done this... The way I did it is the outer tag needs to populate data into a TagExtraInfo class. The inner tag can now use this data. You also have to make sure in your tld you tell it the TagExtraInfo class you are going to use. I've passed the data in the TagExtraInfo class into the

Adding errors to request in a DefaultAction

2002-08-26 Thread Matt Raible
I have an ActionFilter that maps to /do/*. In this class, I detect if the user has a missing password_hint and if so, set a session variable, missingHint. Then in my DefaultAction (which forward to the Main Menu), I have code to check for that variable and forward - but it's not working - any

RE: using O/R mapping tools

2002-08-26 Thread Joe Barefoot
-Original Message- From: Galbreath, Mark [mailto:[EMAIL PROTECTED]] Sent: Friday, August 23, 2002 12:01 PM To: 'Struts Users Mailing List' Subject: RE: using O/R mapping tools As I pointed out, it's a common mistake. I have a graduate minor in statistics, so it's just a pet

RE: using O/R mapping tools

2002-08-26 Thread Galbreath, Mark
And I would hardly think that civilization would have made much progress if the prevailing opinion that the world was flat was never questioned. Lemmings will be lemmings, and though they have great influence on the masses, do not lead to any worthy end. And what do you think the [sic] is there

RE: using O/R mapping tools

2002-08-26 Thread Joe Barefoot
hmmm...Just noticed your [sic] after wiping morning crud from my eyes. Your grammatical faux pas was illustrative, not accidental. Nice. peace, Joe -Original Message- From: Joe Barefoot Sent: Monday, August 26, 2002 10:48 AM To: Struts Users Mailing List Subject: RE: using O/R

RE: using O/R mapping tools

2002-08-26 Thread Galbreath, Mark
;-) find a job yet? You seem to be sleeping rather late! -Original Message- From: Joe Barefoot [mailto:[EMAIL PROTECTED]] Sent: Monday, August 26, 2002 1:59 PM To: Struts Users Mailing List Subject: RE: using O/R mapping tools hmmm...Just noticed your [sic] after wiping morning crud

RE: using O/R mapping tools

2002-08-26 Thread micael
Erasmus's In Praise of Folly was a tribute to his friend Sir Thomas Moore, the murdered Archbishop of Cantebury, who stood on principle, considered to be the most erudite man in the Christian World at that time. Folly is a pun for Moore. This does not stop the misreading of that book. The

RE: using O/R mapping tools

2002-08-26 Thread Joe Barefoot
For me to use my spectacles on, clearly. You're mixing apples and oranges here, although I agree with you in principle. The popular term is a metaphor, not an expressed opinion. People grasp the meaning intuitively for reasons listed earlier, they don't usually think about it long enough

RE: using O/R mapping tools

2002-08-26 Thread Joe Barefoot
I'm on the west coast. Rather flexible working hours. Loosened your tie yet? ;) peace, Joe -Original Message- From: Galbreath, Mark [mailto:[EMAIL PROTECTED]] Sent: Monday, August 26, 2002 11:07 AM To: 'Struts Users Mailing List' Subject: RE: using O/R mapping tools ;-)

RE: using O/R mapping tools

2002-08-26 Thread micael
Mark, there is a difference between saying that the world is flat, which is a myth by the way, and saying that round MEANS flat, because Charlie Brown is a two dimensional character. There is a difference between words and theory. So, you are right about the theory and wrong about language.

RE: Hesitation leads to NullPointerException

2002-08-26 Thread Hajratwala, Nayan (N.)
are you sure that you haven't set the session timeout to 30 *seconds*? Be careful to notice what the units being used by the timeout parameter are... (minutes, seconds, milliseconds, etc) --- - Nayan Hajratwala - Chikli Consulting LLC - http://www.chikli.com -Original Message- From:

RE: using O/R mapping tools

2002-08-26 Thread Galbreath, Mark
wow...I'm impressed (really). -Original Message- From: micael [mailto:[EMAIL PROTECTED]] Sent: Monday, August 26, 2002 2:10 PM To: Struts Users Mailing List Subject: RE: using O/R mapping tools Erasmus's In Praise of Folly was a tribute to his friend Sir Thomas Moore, the murdered

RE: using O/R mapping tools

2002-08-26 Thread micael
I cannot see why anyone things a steep learning curve is either bad or good. It is just a steep learning curve and may be bad or good depending on the circumstances. I don't see in any event how statistics could make a judgment on whether or not a learning curve was good or bad or

RE: using O/R mapping tools

2002-08-26 Thread micael
Heh, that is a wrong use of [sic]! ///;-) At 10:58 AM 8/26/2002 -0700, you wrote: hmmm...Just noticed your [sic] after wiping morning crud from my eyes. Your grammatical faux pas was illustrative, not accidental. Nice. peace, Joe -Original Message- From: Joe Barefoot Sent:

RE: Why Scriplet is not processed in html:select 'onchange' ele ment ?

2002-08-26 Thread Parvez Sayeed
It works. Thank you. Parvez. -Original Message- From: Martin Cooper [mailto:[EMAIL PROTECTED]] Sent: Friday, August 23, 2002 6:19 PM To: 'Struts Users Mailing List' Subject: RE: Why Scriplet is not processed in html:select 'onchange' ele ment ? -Original Message- From:

RE: using O/R mapping tools

2002-08-26 Thread micael
///;-) I should have said that Erasmus's book was written in Latin, because you cannot see the puns unless you read it in Latin. At 02:17 PM 8/26/2002 -0400, you wrote: wow...I'm impressed (really). -Original Message- From: micael [mailto:[EMAIL PROTECTED]] Sent: Monday, August 26,

RE: html:select question

2002-08-26 Thread Teh, Kah Loong
Sri, I solved my problem by doing a workaround. nothing great, but it would have been great if i didn't need to. Thanks for the input! Kael -Original Message- From: Sri Sankaran [mailto:[EMAIL PROTECTED]] Sent: Friday, August 23, 2002 3:28 PM To: Struts Users Mailing List Subject:

Re: j_security_check, jaas and weblogic 6.1

2002-08-26 Thread Michael Lee
Thank you! You are the ONLY place I've heard this! Now everything seems to make more sense. I was just going to use j_security_check hooked into Weblogic RDBMS and put the user in the session for authentication from there on in (JNDI security to EJB). So this looks like the right path? No

RE: using O/R mapping tools

2002-08-26 Thread Chappell, Simon P
Interesting, but I thought that the phrase was When in Rome, remember you're British! :-) Simon -Original Message- From: micael [mailto:[EMAIL PROTECTED]] Sent: Monday, August 26, 2002 1:10 PM To: Struts Users Mailing List Subject: RE: using O/R mapping tools Erasmus's In Praise of

win2k virtual desktops -- ZDDesk

2002-08-26 Thread Joe Barefoot
Thanks to whoever sent me the link for ZDDesk (lost the email)--very nice, simple implementation of virtual desktops. peace, Joe -- To unsubscribe, e-mail: mailto:[EMAIL PROTECTED] For additional commands, e-mail: mailto:[EMAIL PROTECTED]

Re: Adding errors to request in a DefaultAction

2002-08-26 Thread Michael Lee
Is it not in your resource bundle (ApplicationResources)? - Original Message - From: Matt Raible [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Monday, August 26, 2002 1:48 PM Subject: Adding errors to request in a DefaultAction I have an ActionFilter that maps to /do/*. In this

RE: Hesitation leads to NullPointerException

2002-08-26 Thread Sri Sankaran
I decided (in response to your email) to display the maxInactiveInterval. I nearly fell off my chair when I saw the console read '60 seconds'!! This was a case of the source control not managing what's on the Tomcat server. Source control's web.xml read session-config

Fwd: Re: trouble with DynaValidatorForm

2002-08-26 Thread Donald Ball
Never mind, I found the problem - invalid validator.xml. Pretty good stuff going on now, thanks to the struts team. btw, never got an answer to my second original question - is anyone writing the jakarta docs for the Dyna and Validator stuff? If not, I could try to take a stab at it. - donald

RE: using O/R mapping tools

2002-08-26 Thread Galbreath, Mark
No it isn't...I was quoting myself. ;-) -Original Message- From: micael [mailto:[EMAIL PROTECTED]] Sent: Monday, August 26, 2002 2:19 PM To: Struts Users Mailing List Subject: RE: using O/R mapping tools Heh, that is a wrong use of [sic]! ///;-) At 10:58 AM 8/26/2002 -0700, you

RE: using O/R mapping tools

2002-08-26 Thread Galbreath, Mark
That is certainly the way the Brits behaved when I was in Romania (thank God!). (Is it Friday?) -Original Message- From: Chappell, Simon P [mailto:[EMAIL PROTECTED]] Sent: Monday, August 26, 2002 2:34 PM To: Struts Users Mailing List Subject: RE: using O/R mapping tools Interesting,

RE: submit form from popup window to parent window

2002-08-26 Thread jeffrey . reid
Mark, Thanks for your help. In looking for documentation on window.opener I came across a couple of articles/posts that led me to my solution. What I do is use window.open() instead of showModalDialog() to create the popup. This allows me to submit my struts form to the popup window (I had a

RE: submit form from popup window to parent window

2002-08-26 Thread Galbreath, Mark
My pleasure dude! -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] Sent: Monday, August 26, 2002 2:53 PM To: [EMAIL PROTECTED] Subject: RE: submit form from popup window to parent window Mark, Thanks for your help. In looking for documentation on window.opener I

RE: using O/R mapping tools

2002-08-26 Thread micael
Well, seems you are right then, sort of: sic Thus; so. Used to indicate that a quoted passage, especially one containing an error or unconventional spelling, has been retained in its original form or written intentionally. )-;/// At 02:52 PM 8/26/2002 -0400, you wrote: No it isn't...I was

RE: using O/R mapping tools

2002-08-26 Thread Joe Barefoot
I think (hope) he was facetiously referring to my usage, not yours Mark...i.e., my referencing your usage without putting quotes around the [sic]. Hey, does anyone else want to split hairs with me today? My razor's getting dull... peace, Joe -Original Message- From: Galbreath,

RE: using O/R mapping tools

2002-08-26 Thread Joe Barefoot
...then again, I could be wrong. ;) -Original Message- From: Joe Barefoot Sent: Monday, August 26, 2002 11:59 AM To: Struts Users Mailing List Subject: RE: using O/R mapping tools I think (hope) he was facetiously referring to my usage, not yours Mark...i.e., my referencing

Re: j_security_check, jaas and weblogic 6.1

2002-08-26 Thread Craig R. McClanahan
On Mon, 26 Aug 2002, Michael Lee wrote: Date: Mon, 26 Aug 2002 14:29:44 -0400 From: Michael Lee [EMAIL PROTECTED] Reply-To: Struts Users Mailing List [EMAIL PROTECTED] To: Struts Users Mailing List [EMAIL PROTECTED] Subject: Re: j_security_check, jaas and weblogic 6.1 Thank you! You are

  1   2   >