RE: I have problem with struts mailing list

2002-05-17 Thread JM
The mailing list for struts is [EMAIL PROTECTED] If you send a email there, they will reply to confirm. Just reply to that and that's it! You will start getting a lot of emails from all the struts users about struts problems. About your Taglibs: You have to make sure that you have the taglib def

Multipart form uploads on WAS 4.02

2002-05-17 Thread Russell Caswell
I'm running websphere 4.02 and am trying to do multipart/form-data file uploads. The problem is that often, but not always, the request hangs even though the action executed correctly and returned the ActionForward. Only after the request times out does the page forward to the next page(It is a

Small Complaint - Struts Impl.

2002-05-17 Thread Jacob Hookom
Is it just me, or on large projects do you find yourself duplicating the same object states for 3 different Action objects? An example would be a creating an Address object that mirrors a row in the DB, then if you want to do an ActionForm, you have to duplicate the states all over again. Ideall

RE: Getting Struts 1.1 beta to work with WLS6.1 SP2: commons-logg ing' s ClassNotFoundException

2002-05-17 Thread Ren Bitonio
Rajesh, Is this a custom web-app that you are having problem with? Have you tried deploying the struts example webapps to isolate whether your environment is correct first? I believe you have installed the latest fixpack and patches for WAS 4.0. FixPack2 is the latest, but you also need the la

Re: Custom tag for Scrolling through multiple pages

2002-05-17 Thread Ryan Norman
Hi, I am Ryan Norman. Can you please tell me where it is. I search for it and I can't find it. Thanks in advance Ryan Norman - Original Message - From: "Jacob Hookom" <[EMAIL PROTECTED]> To: "'Struts Users Mailing List'" <[EMAIL PROTECTED]> Sent: Friday, May 17, 2002 04:12 PM Subject:

Re: Validator Tag with Struts 1.1.b1

2002-05-17 Thread David Morris
Evan, I really appreciate the time you took in answering my question. I can now get the validator to work on simple pages like a login which only has one for the site, but I don't understand how some of the names are correlated. For example, what name should be put in the html:javascript formN

RE: Custom tag for Scrolling through multiple pages

2002-05-17 Thread Jacob Hookom
If you are querying a DB, you may want to look at the Rowset lib from Sun, it works excellently for this scenario. -Original Message- From: Ryan Norman [mailto:[EMAIL PROTECTED]] Sent: Friday, May 17, 2002 6:09 PM To: LA Java User Group; Struts User Mailing List Subject: Custom tag for S

Custom tag for Scrolling through multiple pages

2002-05-17 Thread Ryan Norman
Hi, I am Ryan Norman. We run Win 2K Advanced Server, Tomcat 4.0, Struts, Oracle. We have a requirement where the user should be able to scroll through list of pages like the search results in google. We can always code that. My question is, are there existing JSP tags and Java objects that a

RE: Getting Struts 1.1 beta to work with WLS6.1 SP2: commons-logg ing' s ClassNotFoundException

2002-05-17 Thread AGARWAL, RAJESH (SBCSI)
Hi Ren, I'm trying to deploy struts 1.0.2 in WAS 4.0.2 on Windows 2000. I can see index.jsp but when i click on any request of type*.do, it says page could not be displayed Could you please help? Thanks Rajesh -Original Message- From: Ren Bitonio [mailto:[EMAIL PROTECTED]] Sent: F

RE: Iterator Simple

2002-05-17 Thread Joseph Barefoot
The tag does have an optional attribute called "indexId" whose value is the name of a page scope bean to hold the index. I think that this index bean must be of type Integer (someone correct me if this is wrong), so you would do a for the Integer bean with an appropriate name. Then you can refe

Iterator Simple

2002-05-17 Thread Mannem, Taati
Guys, When I iterate thru how do I know that I am in the last element? I have tried using some other way like getting the index and comparing but it doesnt seem to work.. The reason why I want to do this if I am in the last element I need to print something and if I am not then I dont ha

RE: Need some help with generateToken

2002-05-17 Thread Daniel Jaffa
Thank you very much. Daniel Jaffa Java Developer -Original Message- From: Ted Husted [mailto:[EMAIL PROTECTED]] Sent: Friday, May 17, 2002 3:58 PM To: Struts Users Mailing List Subject: Re: Need some help with generateToken Not much to it really. Before forwarding to the form that

Re: Propertie files in a war file

2002-05-17 Thread Craig R. McClanahan
On Fri, 17 May 2002, Graham Lounder wrote: > Date: Fri, 17 May 2002 13:18:32 -0300 > From: Graham Lounder <[EMAIL PROTECTED]> > Reply-To: Struts Users Mailing List <[EMAIL PROTECTED]> > To: Struts Users Mailing List <[EMAIL PROTECTED]> > Subject: Re: Propertie files in a war file > > Just to ma

RE: Getting Struts to work on WAS

2002-05-17 Thread AGARWAL, RAJESH (SBCSI)
Hi Prabhakar, You can download WAS 4.0 FP2 from http://www14.software.ibm.com/webapp/download/product.jsp?cat=&s=p&id=TDUN-4 9EVRT&pf=&k=&q=&dt=&v=&e=&rs=&c=&S_TACT=&S_CMP=&presb=&type=s&postsb=v&sr=26 Thanks Rajesh -Original Message- From: Prabhakar, V [mailto:[EMAIL PROTECTED]] S

RE: How do you recommend doing this with Struts?

2002-05-17 Thread Michael Marrotte
Suppose the qty values were HTML 's. How would you recommend I reset there values on error, e.g. 2,M,3, below is shown in the second form. Any help is greatly appreciated. Thanks, --Michael Marrotte -Original Message- From: Ted Husted [mailto:[EMAIL PROTECTED]] Sent: Friday, May 17, 2

RE: How do you recommend doing this with Struts?

2002-05-17 Thread Michael Marrotte
Ted, I got it working your way, i.e. with bean:message... But, I had to modify the TLD (struts-bean.tld). I modified the key attribute and added name and property attributes. key false true name false true property false true Is it common practice to modify the TLD's for the Struts tag

RE: Getting Struts 1.1 beta to work with WLS6.1 SP2: commons-logging' s ClassNotFoundException

2002-05-17 Thread Ren Bitonio
Thanks Kevin for pointing to the right direction. I took a quick look, and the info is quite helpful. -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] Sent: Friday, May 17, 2002 12:41 PM To: Struts Users Mailing List Subject: Re: Getting Struts 1.1 beta to work with

RE: Getting Struts to work on WAS

2002-05-17 Thread Prabhakar, V
I have WAS 4.0.0 on WIN 2000 server. I am unable to to get to 4.0.2 as the FixPack 2 does not work on WAS 4.0.0. Any suggestions or am I missing something (is there a way to get WAS to 4.0.2). Besides, does struts work on WAS 4.0.0? Thanks, -V Prabhakar -Original Message- From: Ren B

RE: Does Indexed property in FormBean work?

2002-05-17 Thread Galbreath, Mark
Hmmm...this sounds like config/mapping issue. Do you have the set to the corresponding path in struts-config and associated with the bean and action class? Have you declared the bean as scope="session" in struts-config? Finally, try an empty reset() in the bean so it's properties are not rest t

RE: Getting Struts to work on WAS

2002-05-17 Thread Ren Bitonio
What version of WAS are you using? If 3.5.x, then you can consult http://jakarta.apache.org/struts/doc-1.0.2/installation-was352.html. There are more steps needed to make Struts work with this earlier version. However, if you have 4.0.2 + latest fix packs, then you just need to deploy the web

RE: Getting Struts 1.1 beta to work with WLS6.1 SP2: commons-logging's ClassNotFoundException

2002-05-17 Thread Prabhakar, V
Ren, How do you deploy the sample on WAS? I am struggling to deploy even struts 1.0.2 apps on WAS. I am new to both WAS and struts and so I can use any help. I use AA tool to wrap the sample app and install using WAS admin console. Am I doing anything wrong? Any help would be appreciated. -V

RE: How do you recommend doing this with Struts?

2002-05-17 Thread Michael Marrotte
Isn't the message key mandatory for the bean:message, according to the TLD? So how can the key be set from a bean property? These other two approaches work. But, I don't think this is exaclty what you meant: 1.) 2.) How can I do this with bean:message? I w

RE: Does Indexed property in FormBean work?

2002-05-17 Thread Jason Zhou
No. I have a FormBean called Department with an indexed property called Employee. Department { Employee[] employee = ... } Employee is a javabean with names, address, etc. In the html form, I have a table of html input field (html:text in Struts) and each row representing one employe

RE: Getting Struts 1.1 beta to work with WLS6.1 SP2: commons-logg ing' s ClassNotFoundException

2002-05-17 Thread AGARWAL, RAJESH (SBCSI)
Hi Ren, I'm still not able to set up struts 1.0.1 for WAS 4.0. You said you've it running. Could you tell me what are changes you need to make?? Thanks Rajesh -Original Message- From: Trieu, Danny [mailto:[EMAIL PROTECTED]] Sent: Friday, May 17, 2002 1:39 PM To: 'Struts Users Mail

RE: Getting Struts 1.1 beta to work with WLS6.1 SP2: commons-logging' s ClassNotFoundException

2002-05-17 Thread Trieu, Danny
I just want to say that I have the exact problem like you .. > -Original Message- > From: Ren Bitonio [SMTP:[EMAIL PROTECTED]] > Sent: Friday, May 17, 2002 12:10 PM > To: 'Struts Users Mailing List' > Subject: Getting Struts 1.1 beta to work with WLS6.1 SP2: > commons-logging'

RE: Does Indexed property in FormBean work?

2002-05-17 Thread Galbreath, Mark
Jason, I'm not sure I understand what you are trying to do. It sounds like a simple dropdown select list populated by associated List property on the bean. I use the indexId to access particular elements in a List in order remove selected elements from the List. Is this something like you need

RE: REg Select(Repost)

2002-05-17 Thread dhay
Ps Can you post your struts-config file, and your form beans too "Mannem, Taati" <[EMAIL PROTECTED]> on 05/17/2002 04:15:01 PM Please respond to "Struts Users Mailing List" <[EMAIL PROTECTED]> To: Struts Users Mailing List <[EMAIL PROTECTED]> cc:(bcc: David Hay/Lex/Lexma

RE: REg Select(Repost)

2002-05-17 Thread dhay
2 questions: - what is your jsp -> action sequence ie are you going form1Action -> form1.jsp -> form2Action -> form2.jsp? And in which form is your typelist collection? And in which form is your type value? - Don't understand your question about iterating. Is it completely seperate from the

RE: REg Select(Repost)

2002-05-17 Thread Mannem, Taati
Dave.. I checked the config.xml..Thanks a lot for your help.. Somehow the way u r suggesting is not working and i am making it work this way.. it is associated in the config.xml Anyway I have found tried using collections and as explained in the example and then set the type by declaring a b

Why did they make it tough to process an action on your own?

2002-05-17 Thread Steel, Toby
If one jsp requires many action.do ActionForward results be included on a single page, one used to use ActionServlet.processActionPerform (among other methods) to preprocess the request so that each subsection of a main page could be generated by the result of an Action. This used to (Struts 1.0)

Re: Does Indexed property in FormBean work?

2002-05-17 Thread dhay
search the archive - loads of messages on this. Dave Jason Zhou <[EMAIL PROTECTED]> on 05/17/2002 03:45:55 PM Please respond to "Struts Users Mailing List" <[EMAIL PROTECTED]> To: "'Struts Users Mailing List'" <[EMAIL PROTECTED]> cc:(bcc: David Hay/Lex/Lexmark) Subject:

RE: REg Select(Repost)

2002-05-17 Thread dhay
So you're getting the"error saying form2actionform not defined in the scope null"? If so, that's obviously your problem. Check your struts-config to check it is associated with the action that forwards to form2.jsp. Dave "Mannem, Taati" <[EMAIL PROTECTED]> on 05/17/2002 03:23:39 PM Please

Re: Need some help with generateToken

2002-05-17 Thread Ted Husted
Not much to it really. Before forwarding to the form that needs to be part of the transaction, just call saveToken(request); somewhere in the Action. If the form the Action forwards to uses the Struts html:form tag, it will write out the token for you as a hidden field, so there's nothing n

Re: Getting Struts 1.1 beta to work with WLS6.1 SP2: commons-logging' sClassNotFoundException

2002-05-17 Thread Kevin . Bedell
Looks like your having issues with the WLS classloader architecture. There are a few things that you need to do to get third party class files to be found by the classloader for a web app. Here's a great article on some of the newer classloader architectures. It has some specific material on

RE: How do you recommend doing this with Struts?

2002-05-17 Thread Michael Marrotte
Works like a charm... Thanks for the input! --Michael Marrotte -Original Message- From: Ted Husted [mailto:[EMAIL PROTECTED]] Sent: Friday, May 17, 2002 3:38 PM To: Struts Users Mailing List Subject: Re: How do you recommend doing this with Struts? The action:errors tag is a convenien

Does Indexed property in FormBean work?

2002-05-17 Thread Jason Zhou
I have an indexed property in my form bean and I want to associate the indexed property with a list of html input field in a form so that values of my property can be displayed through the input field and changes can be populated back to the indexed property. How can I do it in Struts? Best R

Re: How do you recommend doing this with Struts?

2002-05-17 Thread Ted Husted
Validation errors actually *belong* to the model, so yes. The error messages are coming out of the ApplicationResources. This is a standard Properties file and part of the standard approach to i18n in any Java application. Ideally, these should be shared with any other application that is doing

Re: Another Error

2002-05-17 Thread Kevin . Bedell
Tough to say from this limited info - Here's what I'd recommend. Go compare your struts-config.xml and your Action classes to those supplied with the example application. Think things through and spend a bit of time reading the javadoc. And read through the messages in your server.log until y

Getting Struts 1.1 beta to work with WLS6.1 SP2: commons-logging's ClassNotFoundException

2002-05-17 Thread Ren Bitonio
Hello All: There have been no responses to my initial request below, and I'd appreciate much if I could get some assistance. I've read past postings that comes close to my issue, but not useful information. Sorry for re-posting, but I need to find a way around this problem. I have an already w

Re: How do you recommend doing this with Struts?

2002-05-17 Thread Ted Husted
The action:errors tag is a convenient interface to the Struts ApplicationResources. Any component in the application is welcome to use the ApplicationResources (hence the "application" moniker). What you might want to do is save the message key in the inputErrors property and then use bean:messag

Getting Struts 1.1 beta to work with WLS6.1 SP2: commons-logging's ClassNotFoundException

2002-05-17 Thread Ren Bitonio
Hello All: There have been no responses to my initial request below, and I'd appreciate much if I could get some assistance. I've read past postings that comes close to my issue, but not useful information. Sorry for re-posting, but I need to find a way around this problem. I have an already w

Re: Need some help with generateToken

2002-05-17 Thread Daniel Jaffa
Sorry they are methods not classes. isTokenValid, saveToken, generateToken - Original Message - From: "Daniel Jaffa" <[EMAIL PROTECTED]> To: "Struts Users Mailing List" <[EMAIL PROTECTED]> Sent: Friday, May 17, 2002 1:55 PM Subject: Need some help with generateToken > Ok, > I have sea

RE: REg Select(Repost)

2002-05-17 Thread Mannem, Taati
Dave, Oops that was actually a typo.. when I said yourform I meant form2actionform. Tried that but it is not orking... I was discussing this with joe also.. Regards, Taati > -Original Message- > From: [EMAIL PROTECTED] [SMTP:[EMAIL PROTECTED]] > Sent: Friday, May 17, 2002 3:17 PM

RE: REg Select(Repost)

2002-05-17 Thread dhay
No, you have to replace "yourform" to YOUR form!!! ie form2actionform (I think in your case - whichever is associated with the select box)! Try that and see if it gives you anything. Cheers, David "Mannem, Taati" <[EMAIL PROTECTED]> on 05/17/2002 03:05:28 PM Please respond to "Struts Us

Another Error

2002-05-17 Thread Chris Cairns
Now this: type Exception report message Internal Server Error description The server encountered an internal error (Internal Server Error) that prevented it from fulfilling this request. exception javax.servlet.ServletException: Cannot find ActionMappings or ActionFormBeans collection What

RE: REg Select(Repost)

2002-05-17 Thread Mannem, Taati
Dave, It brings null.. when it loads... Hope yo have got the csnario right.. form1 = form1.jsp,form1action,form1actionform form2=form2.jsp,form2action,form2actionform onsubmissiong of form1 form1action instantiates and sets the form2actionform.setType=" and then form2.jsp gets loaded

Re: validation approaches

2002-05-17 Thread Emerson Cargnin - MSA
i think that this approache would be better handled as a business validation, not a presentation validation... - Original Message - From: "Struts Newsgroup" <@[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Friday, May 17, 2002 11:40 AM Subject: Re: validation approaches > Subject: Re:

RE: How do you recommend doing this with Struts?

2002-05-17 Thread Michael Marrotte
Thanks for your response... It's exactly what I was thinking and just posted a questiion about. Do you think this diverges from the MVC, though? Should validation errors ideally be stored in the Model? --Michael Marrotte -Original Message- From: Ted Husted [mailto:[EMAIL PROTECTED]] S

RE: REg Select(Repost)

2002-05-17 Thread dhay
Does your select box work? ie when you submit it, is the value of the type var set correctly? It should work in exactly the reverse order - if you have called setType(x) on the same form in the action before you get to the jsp, there should be no problem. Can you try a someone on your page a

RE: How do you recommend doing this with Struts?

2002-05-17 Thread Michael Marrotte
One way I thought of to do this is to store any errors in the bean that uses, e.g.: item qty But, here I'm using the "inputE

RE: complex validation with Validator

2002-05-17 Thread Michael Marrotte
For credit card, I put this in my validator-rules.xml: And this in my validation.xml There's other examples (e.g. required) in the nightly struts-example validat***.xml files. Depending on the digits your validating, you might want to look into defining it

RE: REg Select(Repost)

2002-05-17 Thread Mannem, Taati
Dave. Thanks a lor!. If I set the value of form2 actionclass1 I am not able to retrieve the value in form2.jsp and it does not work. Can you send me some code example. Cheers, Taati > -Original Message- > From: [EMAIL PROTECTED] [SMTP:[EMAIL PROTECTED]] > Sent: Friday, May 17, 20

Re: How do you recommend doing this with Struts?

2002-05-17 Thread Ted Husted
I'd consider adding an error property to the bean that corresponded to each item. In the validate() method, you could then set the error property for whichever item was at fault (if any), using the same key you would use for ActionError. On the JSP side, you can use the message tag to translate

Re: This Error

2002-05-17 Thread Chris Cairns
Nice! It worked- thanks. At 02:23 PM 5/17/2002 -0400, you wrote: >Am I correct in assuming this is a compiler error from your IDE? Or is it >from Ant? > >Whichever - it looks as if the "classes" directory is not on the CLASSPATH >for the compiler generatng the error. I'd check this first - s

RE: REg Select(Repost)

2002-05-17 Thread dhay
Setting the value of the type variable in the underlying form bean should work. Does for me. cheers, Dave "Mannem, Taati" <[EMAIL PROTECTED]> on 05/16/2002 04:51:42 PM Please respond to "Struts Users Mailing List" <[EMAIL PROTECTED]> To: Struts Users Mailing List <[EMAIL P

Re: This Error

2002-05-17 Thread Kevin . Bedell
Am I correct in assuming this is a compiler error from your IDE? Or is it from Ant? Whichever - it looks as if the "classes" directory is not on the CLASSPATH for the compiler generatng the error. I'd check this first - sometimes when you're dealing with multiple applications with different cl

RE: How do you recommend doing this with Struts?

2002-05-17 Thread Michael Marrotte
The ActionErrors work great for static pages. But, the rows in my example are dynamic. How do I name them in say an tag. Or, better yet is there a straightforward or best-practice way to handle this with Struts? Thanks, Michael Marrotte -Original Message- From: DHS Struts [mailto:[E

RE: Flash-Struts Developer Test

2002-05-17 Thread Andrew Hill
Ahhh Fridays I remember those. Back when I was a boy (about 1.5 yrs ago) we could look forward to heading off to the pub at 4:30 :-) Nowdays I simply cant get week.jar to build. Ive got days named Friday, but they dont seem to implement the getWeekendTomorrow() and buggerOffEarly() methods as

This Error

2002-05-17 Thread Chris Cairns
Could someone kindly explain this error: logonform.java:5: package com.jspinsider.struts does not exist import com.jspinsider.struts.*; Thing that I don't understand is, I do have this package set under classes as com.jspinsider.struts with a bean class inside the struts folder. -- To unsubsc

Re: Questions regarding Nested Tutorial..

2002-05-17 Thread Jeff_Mychasiw
Thanks Arron: I will begin to play with this stuff and I'm sure you will give us a shout here when there is more information available. Jeff Arron Bates <[EMAIL PROTECTED]> on 05/17/2002 11:59:24 AM Please respond to "Struts Users Mailing List" <[EMAIL PROTECTED]> To: Struts User

Re: Javascript submit

2002-05-17 Thread Ted Husted
If you write this tag, don't hesitate to submit it. Seems to me like a suffix attribute would be useful to many people. Since the name property is overloaded as the ActionForm attribute name, this is not something you can easily do with a scriptlet. An extended tag seems like the only sane way t

Need some help with generateToken

2002-05-17 Thread Daniel Jaffa
Ok, I have searched around and have not found much info on the following classes isTokenValid, saveToken, generateToken I Think that i could use these classes to help prevent some on from hitting the back button issues. My question is has anybody used these and if so, could u provided me an

RE: struts validator

2002-05-17 Thread JM
We would be glad on the struts "users" list. What's your environment? What does your log files show? What other error messages do you see? JM > -Original Message- > From: John Cheng [mailto:[EMAIL PROTECTED]] > Sent: Friday, May 17, 2002 3:31 PM > To: [EMAIL PROTECTED] > Subject: str

i18n and jsp weirdness

2002-05-17 Thread ajTreece
I've got internationalization working on my site via Struts v1.1.nightlybuild, but it is doing something that I don't understand. I'm using tiles so the webapp has some common portals that show up with every rendering of the page. A page in my webapp may be rendered via a call directly form a

Friday Trivia

2002-05-17 Thread SUPRIYA MISRA
In Action.do use out.flAsh(); _ Chat with friends online, try MSN Messenger: http://messenger.msn.com -- To unsubscribe, e-mail: For additional commands, e-mail:

RE: Javascript submit

2002-05-17 Thread Matt Read
I did consider your first suggestion but there's no guarantee that there won't be other forms on the same page which would put the numbering out. Re your 2nd suggestion, what I'm really looking for is a way to do that within a struts tag without rebuilding the struts source to add an "indexed" a

Re: Getting a list from a session bean and displaying the data in a jsp

2002-05-17 Thread Ted Husted
Just to be clear, there are actually two distinct objects. The ActionFormBean is created by the form-bean element in the Struts configuration. This is a descriptor that the Struts ActionServlet (or sometimes html:form tag) uses to create an ActionForm object. Just to keep you on your toes, dev

Re: Questions regarding Nested Tutorial..

2002-05-17 Thread Arron Bates
Jeff, Just a little clarifying... any value object in a list, is a nested object. 1) Not yet, but I only made it today :) 2) Personally, I'd like it to be there. It's the one thing stopping nested objects from being created on the fly rather than held in session (and that benefits more than ne

RE: How to tell if a parameter has been defined in a tiles definition

2002-05-17 Thread Denham, Martin
Thanks Cedric, It worked a treat. Martin -Original Message- From: Cedric Dumoulin [mailto:[EMAIL PROTECTED]] Sent: 17 May 2002 09:52 To: Struts Users Mailing List Subject: Re: How to tell if a parameter has been defined in a tiles definition Hello, Import Tiles attribute in pa

Re: Logic:Iterate:sort, what do you think?

2002-05-17 Thread Ted Husted
As a practical matter, I think the best test is always going to be: What happens when the suits want this done outside of a Web application? If sorting is done on the model tier, then it is reusable in a Swing application, a PDF, a XLST document, a Velocity template, and even an email. In end

RE: Flash-Struts Developer Test

2002-05-17 Thread Galbreath, Mark
It had nothing to do with anyone's request for help; it was the ensuing pissing contest, and that was 2 weeks ago. And this list has a fine tradition of wry humor. If you don't like it, filter out my name with your email app. According to the meter, I'm "very happy." "Alan" Bates? You don't o

Re: Questions regarding Nested Tutorial..

2002-05-17 Thread Jeff_Mychasiw
Thanks so much Arron. Great reply. The page I need this for on is just (what I thought was..) a simple List of value objects. At this time there are no nested objects. But it may change to nested object in the future. Regardless of the structure, it still needs to be created at reques

Re: Flash-Struts Developer Test

2002-05-17 Thread Arron Bates
Mark, That last one was fairly directed. It's not cool when you're doing such things on someone's request for help. Everyone likes to feel king, or cool, or in control of some group of people, but this isn't the place. That's it, Mark just want's to feel loved (you take the gay-o-meter yourse

Re: Propertie files in a war file

2002-05-17 Thread Graham Lounder
Just to make sure I'm getting this. The web.xml will hold all the default values for an application in the and tags. These default values can be modified by the container during deployment (in tomcat this would be the server.xml) so the war file does not have to be touched?. Sorry If I'm just

RE: Flash-Struts Developer Test

2002-05-17 Thread Galbreath, Mark
Aaron, I think it's pretty obvious when I am having fun with the list; don't take me (or youself) so seriously. After all, it's Friday! -Original Message- From: Arron Bates [mailto:[EMAIL PROTECTED]] Sent: Friday, May 17, 2002 11:53 AM Mark, I'm all for going against the flow...

Re: JRUN 4 PROBLEMS WITH STRUTS 1.0

2002-05-17 Thread Arron Bates
> > >The most common culprit for things like this is sticking a copy of >servlet.jar in $JAVA_HOME/jre/lib/ext and then forgetting about it. Any >such copy found there (or an old copy on your classpath) should be >removed. > Or a rampant copy in {app}/WEB-INF/lib trying to override tomcat's. A

Re: JRUN 4 PROBLEMS WITH STRUTS 1.0

2002-05-17 Thread Craig R. McClanahan
On Sat, 18 May 2002, Arron Bates wrote: > Date: Sat, 18 May 2002 02:00:11 +1000 > From: Arron Bates <[EMAIL PROTECTED]> > Reply-To: Struts Users Mailing List <[EMAIL PROTECTED]> > To: Struts Users Mailing List <[EMAIL PROTECTED]> > Subject: Re: JRUN 4 PROBLEMS WITH STRUTS 1.0 > > You've migrate

Re: validation approaches

2002-05-17 Thread Evan Schnell
Struts Newsgroup (@Basebeans.com) wrote: >Subject: Re: validation approaches >From: Vic C <[EMAIL PROTECTED]> > === >For complex validation you override the validate mehtod on the form bean. > > > Actually in 1.1b1 you should rarely need to override the validate method. Overriding the validat

Re: JRUN 4 PROBLEMS WITH STRUTS 1.0

2002-05-17 Thread Arron Bates
You've migrated on, and trying to run a legacy copy of servlet.jar somewhere. I get it at work when a rogue version of the jar gets in there. Update it (or even try removing it temporarily, as JRun should have it's own), and you should be golden. Arron. Charlesworth, Chico wrote: > > >I'v

Re: Propertie files in a war file

2002-05-17 Thread Craig R. McClanahan
On Fri, 17 May 2002, Nicolas De Loof wrote: > Date: Fri, 17 May 2002 16:12:47 +0200 > From: Nicolas De Loof <[EMAIL PROTECTED]> > Reply-To: Struts Users Mailing List <[EMAIL PROTECTED]> > To: Struts Users Mailing List <[EMAIL PROTECTED]> > Subject: Propertie files in a war file > > Hello, > > I

Re: Flash-Struts Developer Test

2002-05-17 Thread Arron Bates
Mark, I'm all for going against the flow... "you can't fight city hall, but you can crap on the steps and run like buggery" ...know it, live by it. But I think you should pull your head in a little. As much as you don't agree with Flash, it does have the potential to turn the ma

RE: JRUN 4 PROBLEMS WITH STRUTS 1.0

2002-05-17 Thread Charlesworth, Chico
No stray "}" in my jsp, and I don't think that would be the likely cause of this error?? chico -Original Message- From: James Mitchell [mailto:[EMAIL PROTECTED]] Sent: 17 May 2002 16:33 To: Struts Users Mailing List Subject: RE: JRUN 4 PROBLEMS WITH STRUTS 1.0 Check for stray "}" in y

RE: JRUN 4 PROBLEMS WITH STRUTS 1.0

2002-05-17 Thread James Mitchell
Check for stray "}" in your jsp. JM > -Original Message- > From: Charlesworth, Chico [mailto:[EMAIL PROTECTED]] > Sent: Friday, May 17, 2002 11:22 AM > To: 'Struts Users Mailing List' > Subject: JRUN 4 PROBLEMS WITH STRUTS 1.0 > > > > > I've downloaded the new version of JRUN versi

JRUN 4 PROBLEMS WITH STRUTS 1.0

2002-05-17 Thread Charlesworth, Chico
I've downloaded the new version of JRUN version 4 and I get the following error(s) when rendering a simple JSP with some struts tags in it: 72. } while(_tag1.doAfterBody() == javax.servlet.jsp.tagext.BodyTag.EVAL_BODY_AGAIN); <-> *** Error: No method named "doAfterBody" wa

Re: Getting Struts Example work with WebSphere 4.0

2002-05-17 Thread Nicolas De Loof
>Thanks Nicolas for the quick response. I will try with the fixpack 2. >Did u get any special struts.jar or used the onle from binary >distribution? I used the web-application war files (in struts 1.0.2 bin distrib) and so the included struts.jar. Nico -- To unsubscribe, e-mail:

Struts Tag Design Question

2002-05-17 Thread Galbreath, Mark
And I simply overlooking a parameter of a particular tag, or is there no way to test a boolean "isXxxx" method with a Struts tag? Is the the best we have (due to the reliance upon beans)? Mark

Re: Propertie files in a war file

2002-05-17 Thread Kevin . Bedell
Anything in Struts or in the (web application for that matter) would need to be in the war file. One alternative may be: Alternaitive 1: Build-time solution 1. Create a war file for the application. Also, create a bare-bones directory structure containing ONLY those files you want them

RE: Getting Struts Example work with WebSphere 4.0

2002-05-17 Thread Prabhakar, V
Could you please tell me the steps you took to installit on WSAD? - I took the struts-example.war file and assembled it into another .war file using Application Assembly tool. - Using the admin console I installed it like any other web app. As I mentioned earlier I did not configure any JDBC re

Flash-Struts Developer Test

2002-05-17 Thread Galbreath, Mark
http://www.channel4.com/life/microsites/G/gayometer/index.html -- To unsubscribe, e-mail: For additional commands, e-mail:

RE: Getting Struts Example work with WebSphere 4.0

2002-05-17 Thread DHS Struts
http://www.mail-archive.com/struts-user@jakarta.apache.org/ >From: "Prabhakar, V" <[EMAIL PROTECTED]> >Reply-To: "Struts Users Mailing List" <[EMAIL PROTECTED]> >To: "Struts Users Mailing List" <[EMAIL PROTECTED]> >Subject: RE: Getting Struts Example work with WebSphere 4.0 >Date: Fri, 17 May 20

RE: Getting Struts Example work with WebSphere 4.0

2002-05-17 Thread Mannem, Taati
Guys, I did not need to do anything but I could run struts example 1.0.2 version in the WSAD4.0 on NT. As Ruta was sayin WSAD comes with its own websphere server intsance. Regards, Taati > -Original Message- > From: Ruta Thakkar [SMTP:[EMAIL PROTECTED]] > Sent: Friday, May 17, 2002

RE: How do I unsubscribe.... tried Web site unsubscribe

2002-05-17 Thread Mike Dewhirst
If you look at the bottom of _every_ email, it tells you how to do it there. > -Original Message- > From: Wright, Doris [mailto:[EMAIL PROTECTED]] > Sent: 17 May 2002 15:31 > To: 'Struts Users Mailing List'; [EMAIL PROTECTED] > Subject: How do I unsubscribe tried Web site unsubscribe

RE: Getting Struts Example work with WebSphere 4.0

2002-05-17 Thread Ruta Thakkar
Hi, I have got Struts working on Websphere Application Studio Developer 4.02 without any modifications to the struts code.This comes with a wepshere server instance. The only thing i had to do was to put xerces.jar compliant with jaxp1.1 in web-inf/lib folder of the web project. Cheers Ruta

RE: Getting Struts Example work with WebSphere 4.0

2002-05-17 Thread Prabhakar, V
Thanks Nicolas for the quick response. I will try with the fixpack 2. Did u get any special struts.jar or used the onle from binary distribution? BTW, has anyone tried/used struts (with the distributed sample) on Win 2000. I guess Win2000 and Websphere may be odd combination. -V Prabhakar ---

Re: validation approaches

2002-05-17 Thread @Basebeans.com
Subject: Re: validation approaches From: Vic C <[EMAIL PROTECTED]> === For complex validation you override the validate mehtod on the form bean. Ex: Check to see if the clients new purchase order excedes therir unpaid invoices and minus their credt line. So in your validate method you call the

RE: How do I unsubscribe.... tried Web site unsubscribe

2002-05-17 Thread Stephen . Thompson
Have a look at the bottom of this message. -Original Message- From: Wright, Doris [mailto:[EMAIL PROTECTED]] Sent: 17 May 2002 15:31 To: 'Struts Users Mailing List'; [EMAIL PROTECTED] Subject: How do I unsubscribe tried Web site unsubscribe -- To unsubscribe, e-ma

RE: How do I unsubscribe.... tried Web site unsubscribe

2002-05-17 Thread James Mitchell
Read the bottom of this email JM > -Original Message- > From: Wright, Doris [mailto:[EMAIL PROTECTED]] > Sent: Friday, May 17, 2002 10:31 AM > To: 'Struts Users Mailing List'; [EMAIL PROTECTED] > Subject: How do I unsubscribe tried Web site unsubscribe > > > > > > -- >

How do I unsubscribe.... tried Web site unsubscribe

2002-05-17 Thread Wright, Doris
-- To unsubscribe, e-mail: For additional commands, e-mail:

RE: radio buttons

2002-05-17 Thread Mike Dewhirst
Hello and thanks for reading! I have a form that contains a Collection of objects. The Objects have these String properties: ownAccess, roleAccess and allAccess. How can I write this out using the html:radio tags? Can use them at all for this? Each property will need a radio button group, so

RE: validation approaches

2002-05-17 Thread James Mitchell
I guess that depends on where you draw the line on customization. If you can build a tool that handles your needs in a 'generic' fashion. Then by all means, help us out and donate it. However, if you app requires special validation handling, then customize the app to do so. JM > -Original

  1   2   >