Re: Need Help!!! Pls

2002-06-01 Thread Stephen
Hi Mark! Thanks for your suggestion to read the how to ask smart question!! Indeed, this is the first time i submit question to this user-group and don't really know to what extend i should elaborate on the problems. The things i try to do is: 1. I have a class that extends struts PlugIn, in t

Using variables in template assignments Help?

2002-06-01 Thread Paul Idusogie
I have the following within a jsp page that uses a template. In this page I assign values to variables that are used within the template clause but it does not work For example the title page (title.jsp) does not set the window title with the value stored in <%= windowTitle %>. Help:?

Re: Does anyone know Digest class library?

2002-06-01 Thread @Basebeans.com
Subject: Re: Does anyone know Digest class library? From: Vic C <[EMAIL PROTECTED]> === http://jakarta.apache.org/commons/digester.html Liang Chen wrote: > I can not find any infomation in Google. > Thanks in advance. > > LC > > > -- > To unsubscribe, e-mail: > Fo

How to get Dynamic Action Form to ues ValidatorPlugin ?

2002-06-01 Thread Rick Reumann
I have a sample Dynamic Action Form set up like this: The problem is I can't seem to get this form to Validate using the ValidatorPlugin. If I comment this code out and end up using a UserForm bean validation works fine which leads me to believe it must have something to do

RE: Arbitrary parameters in ActionMapping?

2002-06-01 Thread Jivan, Rajiv
Do we declare the variable which holds the value of the property test as an instance variable? If so will the class be thread safe? -Original Message- From: James Holmes [mailto:[EMAIL PROTECTED]] Sent: Friday, May 31, 2002 6:03 PM To: Struts Users Mailing List Subject: Re: Arbitrary par

RE: Does anyone know Digest class library?

2002-06-01 Thread Nathan Anderson
Are you talking about the Digester library from Apache? http://jakarta.apache.org/commons/digester.html Nathan -Original Message- From: Liang Chen [mailto:[EMAIL PROTECTED]] Sent: Saturday, June 01, 2002 6:51 PM To: Struts Users Mailing List Subject: Does anyone know Digest class librar

Does anyone know Digest class library?

2002-06-01 Thread Liang Chen
I can not find any infomation in Google. Thanks in advance. LC -- To unsubscribe, e-mail: For additional commands, e-mail:

RE: [ANN] Struts Wizard v1.0.2 for JBuilder - Now Eclipse

2002-06-01 Thread John Menke
I must be going blind thank you > -Original Message- > From: Rajesh Kalluri [mailto:[EMAIL PROTECTED]] > Sent: Saturday, June 01, 2002 11:55 AM > To: Struts Users Mailing List > Subject: RE: [ANN] Struts Wizard v1.0.2 for JBuilder - Now Eclipse > > > After you extract the plugin into

RE: [ANN] Struts Wizard v1.0.2 for JBuilder - Now Eclipse

2002-06-01 Thread Rajesh Kalluri
After you extract the plugin into plugins folder go to File-New-Other you will notice struts on top of Java. hope this helps. Regards Raj -Original Message- From: John Menke [mailto:[EMAIL PROTECTED]] Sent: Saturday, June 01, 2002 6:59 AM To: Struts Users Mailing List Subject: RE: [ANN

Re: [Struts Tips] #2 - Use DispatchAction to organize related ope

2002-06-01 Thread @Basebeans.com
Subject: Re: [Struts Tips] #2 - Use DispatchAction to organize related ope From: Vic C <[EMAIL PROTECTED]> === This of course will let you see the upcoming tips. I just checked it and it is fine. You can also see the first 8 tips at news.basebeans.com using a news reader. Hth, Vic Galbreath, Ma

RE: Console DTD?

2002-06-01 Thread Galbreath, Mark
Thanks, James. IE choked on it (apparently it uses a CSS to render XML), but I got it and printed it out with Netscape 6.2. -Original Message- From: James Holmes [mailto:[EMAIL PROTECTED]] Sent: Saturday, June 01, 2002 8:41 AM To: Struts Users Mailing List Subject: Re: Console DTD? Yes

RE: [Struts Tips] #2 - Use DispatchAction to organize related operations

2002-06-01 Thread Galbreath, Mark
Hey Ted, I just tried to subscribe to the basebeans' mail list and got a DNS error at: http://www.basebeans.com:8081/mailman/listinfo/mvc-programmers Whassup? -Original Message- From: Ted Husted [mailto:[EMAIL PROTECTED]] Sent: Saturday, June 01, 2002 8:35 AM http://husted.com/struts/t

Re: submit weirdness

2002-06-01 Thread Ted Husted
It may be related to the old issue of the default name for the submit button being "SUBMIT", which tends to confuse the onsubmit event. "Galbreath, Mark" wrote: > > That did the trick, dude! Thanks - been a few years since I've done > HTML/JavaScript stuff (have to now - no web page designers

Re: Console DTD?

2002-06-01 Thread James Holmes
Yes. Use the Struts config file DTD distributed by Jakarta. It holds many answers :) and explains alot about how Struts is configured and works. -james --- "Galbreath, Mark" <[EMAIL PROTECTED]> wrote: > Maybe I missed something...was James saying that the > Console has its own DTD > or is it u

Re: [Struts Tips] #2 - Use DispatchAction to organize related operations

2002-06-01 Thread Ted Husted
http://husted.com/struts/tips/index.htm http://jguru.com/faq/subtopic.jsp?topicID=893704 For the record, you can blame Vic Cekvenich for these. It was his idea =:o) -T. Andrew Hill wrote: > > Didnt know there was a tip#1, but if it's as good as this one I think some > archive searching is in

Re: [Struts Tips] #2 - Template Method Dispatch Action?

2002-06-01 Thread Ted Husted
"Molitor, Stephen" wrote: > As is, the DispatchAction in Struts 1.02 cool, but does not provide direct > support for eliminating or consolidating duplicate code from related tasks. > It's just a different style. With DispatchAction, one can have one big > action class to handle related tasks, as

RE: Console DTD?

2002-06-01 Thread Galbreath, Mark
And it gets better! At the Jakarta struts-config DTD URL: Cannot view XML input using style sheet. Please correct the error and then click the Refresh button, or try again later. Cannot have a DTD declaration o

Console DTD?

2002-06-01 Thread Galbreath, Mark
Maybe I missed something...was James saying that the Console has its own DTD or is it using the struts-config DTD (probably more likely the case)? Mark "De recta non tolerandum sunt."

RE: Console Questions

2002-06-01 Thread Galbreath, Mark
Okay, I can live with a DTD...where is it? -Original Message- From: James Holmes [mailto:[EMAIL PROTECTED]] Sent: Saturday, June 01, 2002 8:09 AM 1. Nope...no FM. Sorry. The manual is basically the DTD. 2. FormBeans can have both Form Properties and Properties. See the DTD. 3. I thi

Re: Console Questions

2002-06-01 Thread James Holmes
1. Nope...no FM. Sorry. The manual is basically the DTD. 2. FormBeans can have both Form Properties and Properties. See the DTD. 3. I think you're talking about the actual messages in the MessageResources file? The properties there are from the struts-config.xml file. If you don;t have anyi

RE: How does the framework ensure any action to have self control ?

2002-06-01 Thread Galbreath, Mark
Why are you reposting the same thing you posted yesterday, and which I and 2 other people answered? -Original Message- From: Islam, Sanjib [mailto:[EMAIL PROTECTED]] Sent: Friday, May 31, 2002 11:36 AM What I wanted to find out is whether the framework provides some way for an action to

RE: WebSphere Studio Application Developer and Struts

2002-06-01 Thread John Menke
I will give it a shot - thanks :) > -Original Message- > From: Mannem, Taati [mailto:[EMAIL PROTECTED]] > Sent: Saturday, June 01, 2002 7:52 AM > To: Struts Users Mailing List > Subject: RE: WebSphere Studio Application Developer and Struts > > > John, > Its very simple to do it wit

Problem writing a Filter with Struts

2002-06-01 Thread Jitesh Vidhani
Hi all, I am trying to write a Filter around my struts layer. Basically what I want to achieve is that when the User tries to go to a particular URL, I make him go through the Filter. The filter calls chain.doFilter() and I then I check to see if the ActionBean has set up a particular attribute

Re: DTD Question

2002-06-01 Thread Adam Cohen
Thanks for the info James. -Adam "James Holmes" <[EMAIL PROTECTED]> wrote in message news:<[EMAIL PROTECTED]>... > From the 1.1 code base: > > lines: 341 - 355 > > /** > * The set of public identifiers, and > corresponding resource names, for > * the versions of the configuration fi

validator NullPointer- please help

2002-06-01 Thread Peter Onthrops
I am having problems installing the validator. I am getting a NullPointerException (see below) in the validate method of ...commons.validator.Validator. I followed the install instructions and just can't figure out what it causing the exception. --- ja

How does the framework ensure any action to have self control ?

2002-06-01 Thread Islam, Sanjib
What I wanted to find out is whether the framework provides some way for an action to remain in control of what's currently being processed. For example, if an action is authenticating a user during a logon session by opening a db connection and for some reason, the connection hangs, would the fr

Console Questions

2002-06-01 Thread Galbreath, Mark
1. Where is/is there a **FM? 2. What is the difference between "Form Properties" and "Properties" in the "Form Bean" window, and why are none displayed? 3. Why are none of the properties for my Message Resources files not displayed? 4. What are the purposes of the "Controller" window opt

RE: WebSphere Studio Application Developer and Struts

2002-06-01 Thread Mannem, Taati
John, Its very simple to do it with WSAD as it has its own websphere testenvironment which is infact a fullfledged application server.Just try it .. you will love it.. Regards, Taati > -Original Message- > From: John Menke [SMTP:[EMAIL PROTECTED]] > Sent: Saturday, June 01, 2002

RE: WebSphere Studio Application Developer and Struts

2002-06-01 Thread John Menke
Thanks Taati, I see that Studio supports Tomcat 4.0 for testing. I think I will try with this first. > -Original Message- > From: Mannem, Taati [mailto:[EMAIL PROTECTED]] > Sent: Saturday, June 01, 2002 7:43 AM > To: Struts Users Mailing List > Subject: RE: WebSphere Studio Application

RE: Struts Console Decompression

2002-06-01 Thread Galbreath, Mark
Cool - just booted it up and fed it my struts-config.xml. It looks really good! This should prove to be a great time-saver as I already have about 50 action mappings and trying to find and modify them by looking at the source is a real headache. I trust it's okay to spam you with questions rath

RE: WebSphere Studio Application Developer and Struts

2002-06-01 Thread Mannem, Taati
John, We are using wsad with struts1.0.2 .Infact I tired running it on wsad4.0(trial version) and didnt face any major problems yet. Regards, Taati > From: John Menke [SMTP:[EMAIL PROTECTED]] > Sent: Saturday, June 01, 2002 7:41 AM > To: struts-user > Subject: WebSphere Studio A

Re: Struts Console Decompression

2002-06-01 Thread James Holmes
It was the case, but is not anymore in the last 2 releases. I was on the fence about it, but since people seemed to want to have a top level directory in the archives I put one in. -james [EMAIL PROTECTED] http://www.jamesholmes.com/struts/ --- "Galbreath, Mark" <[EMAIL PROTECTED]> wrote: > See

WebSphere Studio Application Developer and Struts

2002-06-01 Thread John Menke
Is anyone using Struts with Wespshere Studio? I have downloaded the trial edition of Studio and it contains the websphere v4.0 Test environment. There are posts on the list saying you need Websphere 4.03... can I patch the Test environment? john -- To unsubscribe, e-mail:

Struts Console Decompression

2002-06-01 Thread Galbreath, Mark
Seems I remember a thread about unzipping the software, that the default sticks everything in root. That is, James didn't provide for the creation of a default directory. Is that the case, or am I mistaking this for some other app? Mark "De recta non tolerandum sunt."

RE: Struts Console

2002-06-01 Thread James Holmes
The patches are not for Struts Console. Those are for allowing you to have multiple Struts config files with Struts. That is completely separate from the Struts Console. Sorry for the confusion. -james [EMAIL PROTECTED] http://www.jamesholmes.com/struts/ --- "Galbreath, Mark" <[EMAIL PROTEC

RE: Struts Console

2002-06-01 Thread Galbreath, Mark
Yeah, as many times as I've seen you post updates and discussions, I was pretty surprised that nill came up. Anyway, I see the patches for 1.02 and prior; I'm using 1.1b-1 - is that cool? -Original Message- From: James Holmes [mailto:[EMAIL PROTECTED]] Sent: Saturday, June 01, 2002 7:25

RE: Struts Console

2002-06-01 Thread Galbreath, Mark
Thanks, John. -Original Message- From: John Menke [mailto:[EMAIL PROTECTED]] Sent: Saturday, June 01, 2002 7:28 AM To: Struts Users Mailing List Subject: RE: Struts Console http://www.jamesholmes.com/struts/ > -Original Message- > From: Galbreath, Mark [mailto:[EMAIL PROTECTED]

Re: Struts Console

2002-06-01 Thread James Holmes
http://www.jamesholmes.com/struts/ That's strange that searching through the archive didn't bring it up. It's been in several emails posted to the group. Oh well. I've never been very impressed with the mail-archive.com website. Search features are not very good at all. There's a new version

RE: Struts Console

2002-06-01 Thread John Menke
http://www.jamesholmes.com/struts/ > -Original Message- > From: Galbreath, Mark [mailto:[EMAIL PROTECTED]] > Sent: Saturday, June 01, 2002 7:22 AM > To: Struts (E-mail) > Subject: Struts Console > > > Can you believe a search of the archive returned "0" matches?! > Anyway, I'm > here

Struts Console

2002-06-01 Thread Galbreath, Mark
Can you believe a search of the archive returned "0" matches?! Anyway, I'm here (yet again) in the office on a beautiful Saturday when I should be out on my sailboat on the Chesapeake Bay and thought I'd give it a whirl. Somebody please post the URL. Thanks, Mark "De recta non tolerandum sunt."

RE: Websphere 4.02 Struts Deployment

2002-06-01 Thread John Menke
Danny, > > The steps I had to take to deploy to websphere were: > 1) http://marc.theaimsgroup.com/?l=struts-user&m=102142014616118&w=2 > 2) Set the JVM settings for the Default Server to that mentioned below for > redirect issues > 1. Upgrade to 4.0.3...gah, server admining... 2. Patch Reque

Re: Arbitrary parameters in ActionMapping?

2002-06-01 Thread James Holmes
The data is basically static. Since it is specified in the struts-config.xml file it is read and set once when the "application" starts up. This way you can give your action initialization parameters that can be specified in the config file. Every user would see the same values. -james [EMAIL

RE: [ANN] Struts Wizard v1.0.2 for JBuilder - Now Eclipse

2002-06-01 Thread John Menke
eclipse-SDK-20020521-win32.zip was the file I downloaded (Freeze Build: F1) Is this still version 1? > -Original Message- > From: emmanuel.boudrant [mailto:[EMAIL PROTECTED]] > Sent: Saturday, June 01, 2002 6:57 AM > To: Struts Users Mailing List > Subject: RE: [ANN] Struts Wizard v1.0.2

RE: [ANN] Struts Wizard v1.0.2 for JBuilder - Now Eclipse

2002-06-01 Thread emmanuel.boudrant
which build are you using... ? John Menke <[EMAIL PROTECTED]> a écrit : Emmanuel, I'm using Eclipse 2.0 and I extracted the zip file into my plugins directory. It created a subfolder com.cross.wizard.struts. I still cannot figure out how to activate the wizard though... john > -Origi

RE: [ANN] Struts Wizard v1.0.2 for JBuilder - Now Eclipse

2002-06-01 Thread John Menke
Emmanuel, I'm using Eclipse 2.0 and I extracted the zip file into my plugins directory. It created a subfolder com.cross.wizard.struts. I still cannot figure out how to activate the wizard though... john > -Original Message- > From: emmanuel.boudrant [mailto:[EMAIL PROTECTED]] > Sen

Re: Arbitrary parameters in ActionMapping?

2002-06-01 Thread Tim Sawyer
Doesn't this have multiuser issues? If there is only one action class instance given multiple users of the action, how do you get data from this set() method to read it in the main perform() method? What am I missing? Tim. On Fri, 2002-05-31 at 22:03, James Holmes wrote: > That's just the thin

Re: Tags generating custom tags

2002-06-01 Thread Tim Sawyer
Because I hate reading mailing list archives, seeing the exact same problem, but no answers, I'm going to talk to myself again. Please excuse the intrusion. :-) You can do it like this: String lUrl = RequestUtils.computeURL(pPageContext, null, null, this.link, null, null, false); lHTML.append("

RE: [ANN] Struts Wizard v1.0.2 for JBuilder

2002-06-01 Thread emmanuel.boudrant
Hi, Jbuilder: > Simply copy JBuilderStrutsWizard.jar in your [JBUILDER]\lib\ext directory. Eclipse: > Extract the archive in your [ECLIPSE]\plugins directory. -Emmanuel John Menke <[EMAIL PROTECTED]> a écrit : Thanks for the wizard! Are there any instructions on how to install/use it? I have