Re: Final release for Struts 1.1

2002-11-06 Thread Marcus Biel
The developers claim there wasn't an exact release date, they would release it when it's done. But that's not true! Whatever they others may have told you, I am the only one who knows the secret release date: On the 12th December 2341, 5:32:23am. Hope this helps, marcus [EMAIL PROTECTED]

Re: Problem with multipart/mixed and file Tag

2002-11-06 Thread Yann Verlynde
Brian, Yes I have. html:file property=file / Yann - Original Message - From: Brian Hickey [EMAIL PROTECTED] To: Struts Users Mailing List [EMAIL PROTECTED] Sent: Tuesday, November 05, 2002 6:52 PM Subject: Re: Problem with multipart/mixed and file Tag Yann, Apologies if this is

RE: Final release for Struts 1.1

2002-11-06 Thread Andrew Hill
Uh no, Ill have to correct you a bit there Marcus. Its 2.0 that will be realsed in 2341. 1.1 however, is to be released somewhat earlier you will be glad to hear. To be precise - on 2156-04-12 at 15:28 as I have pointed out many times. Hmm. They do seem to have a fondness for the 12th of the month

Re: Final release for Struts 1.1

2002-11-06 Thread Marcus Biel
Damn! And I thought my informations would be up to date! So they will release v1.1 almost 200 years earlier then I thought ? Wow, it's really fascinating how fast these guys are! 8-) Hmm. They do seem to have a fondness for the 12th of the month dont they? Yes indeed! marcus [EMAIL

RE: Final release for Struts 1.1

2002-11-06 Thread Craig R. McClanahan
On Wed, 6 Nov 2002, Andrew Hill wrote: Date: Wed, 6 Nov 2002 16:19:02 +0800 From: Andrew Hill [EMAIL PROTECTED] Reply-To: Struts Users Mailing List [EMAIL PROTECTED], [EMAIL PROTECTED] To: Struts Users Mailing List [EMAIL PROTECTED] Subject: RE: Final release for Struts 1.1 1.1

Creating ActionForm in ActionClass

2002-11-06 Thread Marcus Biel
Got a question about ActionClass and ActionForm. If am creating an instance of my ActionForm in my ActionClass, what happens if there already exists an instance of the ActionForm I am creating ? Will a new instance get created, or will the existing instance get used ? If the same instance will

logic tags

2002-11-06 Thread Mohan Radhakrishnan
Hi, Our requirement is this. Based on the report chosen from the menu, we have to show parameters. Parameters vary with the report chosen. We have html:options tags to display the parameters. Are logic tags the best approach to introduce if/else logic inside the JSP to decide which

RE: Creating ActionForm in ActionClass

2002-11-06 Thread Taariq Levack
If am creating an instance of my ActionForm in my ActionClass, what happens if there already exists an instance of the ActionForm I am creating ? marcus isn't your ActionClass passed an instance of the ActionForm in the execute method? -- To unsubscribe, e-mail:

Scripting vars

2002-11-06 Thread Amit Badheka
I have defined one scripting var like - logic:... bean:define id=rec name=pagingForm property=showRec scope=session/ %=rec% /logic:.. when I print the value inside it prints the value. but, I am not able to get the value of var outside the logic Is there any way to get the value of this var?

RE: Creating ActionForm in ActionClass

2002-11-06 Thread Andrew Hill
Rather up to you. You could ditch it, by setting the one you created in its place in the request or session if you want. I reckon you would be better off leaving the instantiating of the ActionForm to struts though and using the one it supplies to you as a parameter. -Original Message-

uploading Image files using Struts

2002-11-06 Thread Alok Garg
Hello All, How to upload Image files using Struts? Alok

Struts 1.1 release

2002-11-06 Thread Adolfo Miguelez
Sorry for the probably, better sure, stupid question, but I have seen an email from Craig saying that Struts 1.1 would be released at Idus of March and a :-) icon after. For the non-English speakers, and do not laught of us, please: was he joking? We can not understand the nounce of the

Re: java.util.Date

2002-11-06 Thread Max Kutny
RR I'm posting this with a different subject line so it will hopefully RR come up in the archives if someone needs to search for it. RR public class DateBeanUtilsConverter implements Converter { RR private String formatPattern = null; RR public void setFormatPattern(String

RE: Struts 1.1 release

2002-11-06 Thread Andrew Hill
Yep. It was a joke.(I hope!) March is quite a long time from now, and I think they dont have all that many bugs left to correct (you can see the list of open bugs in Bugzilla (if you can figure out how to search the darn thing effectively!)) so with luck it would be ready sometime before then?

Re: When using a html:multibox element, no setter-methode is called.

2002-11-06 Thread Bernhard Oberndorfer
Thanks for your tips! I need them for further working. But I found the error! I used the wrong enctype in my html:form element: After setting enctype=multipart/form-data, the setter-methode is called as well! Maybe someone should make a note in http://jakarta.apache.org/struts/struts-html.html to

Re: Re: Struts1.1 : subclass ActionServlet

2002-11-06 Thread aduprat . struts
Thanks for reponse and help Eddie. I've found documentation for the plugins architecture. I'm testing today. I'll let you know but i think it matches my need. Alexandre Duprat. Message d'origine Date: Tue, 05 Nov 2002 09:44:13 -0600 De: Eddie Bush [EMAIL PROTECTED] Sujet: Re: Struts1.1

[OT] Session Timeout Logged-in-ness

2002-11-06 Thread Ian Tomey
Hi all, Have an interesting issue here and just wondering if any of you have the same kind of problem on other containers, or even whether you think this is working correctly. The servlet spec (2.3) it seems does not cover this. We are running Jboss 2.4 with Jetty 4 I have an object that is

Re: Tiles overloading problem/question

2002-11-06 Thread Zsolt Koppany
Hi Dennis, do you know what is wrong in my code? When I use the Not working code I get an error (attached below) . At the end I have a working code but in two definitions and would like to bring them into one. Zsolt Error message: [ServletException in:/templates/tabsLayout.jsp] Error - tag

JBuilder 8

2002-11-06 Thread V. Cekvenich
FYI: Borland Upgrades JBuilder 8 AppDev Tool (TechWeb) JBuilder 8 supports Jakarta Struts open-source framework and testing for Enterprise Java Beans. For the full story, go to:

Re: [OT] Session Timeout Logged-in-ness

2002-11-06 Thread Max Kutny
IT Have an interesting issue here and just wondering if any of you have IT the same kind of problem on other containers, or even whether you IT think this is working correctly. The servlet spec (2.3) it seems does IT not cover this. IT On an explicit logout everything works fine. However

validator works in jbuilder6 navigator but not with iexplorer, Netscape,,,,

2002-11-06 Thread JuanPedro . DeAndres
Can someone help me to find the problem. When I'm developing an application de navigator of jbuilder works OK, I can se it with the debuger realizing the validation inside an Action. Stopping in the same place with an external navigator validations fails, and do nothings. Any Idea? Thanks --

Re: [OT] Session Timeout Logged-in-ness

2002-11-06 Thread Ian Tomey
Unfortunately we need this functionality as all the ejb interfaces are secure and need to remove beans when the session ends... should really be in the spec i think as otherwise there is no way to support this kind of environment (its fine if all your interfaces are insecure..) anyway this

Re: uploading Image files using Struts

2002-11-06 Thread Mike Way
Alok, In the Struts distribution, you will find a .war file called struts-upload.war. This gives examples of how to upload files. Hope that helps. Mike At 15:33 06/11/2002 +0530, you wrote: Hello All, How to upload Image files using Struts? Alok Mike Way, Senior Consultant, Shared

Re: [Sub-Apps] HOW-TO Get from Default to Sub-app and Back

2002-11-06 Thread Eddie Bush
Knowing you somewhat - and knowing you've always got a card up your sleeve - I think perhaps I should be asking *you* that question ;-) I honestly haven't thought about it, James. I've gone so far as to have the thought that an example should be there - no farther. I actually sat down and

Re: Extending the struts config

2002-11-06 Thread Eddie Bush
You betcha man ;-) Michael Delamere wrote: Thank you! -- Eddie Bush -- To unsubscribe, e-mail: mailto:struts-user-unsubscribe;jakarta.apache.org For additional commands, e-mail: mailto:struts-user-help;jakarta.apache.org

Re: Entire Struts Mail Archive

2002-11-06 Thread Eddie Bush
None that I am aware of. :-( While that may seem like a negative, you should consider that information on a product such as Struts can be quite volatile. That being said, it's likely many of the messages would be highly irrelevant if such an archive did exist. Mark Ayad wrote: Is there a

Re: Creating ActionForm in ActionClass

2002-11-06 Thread Marcus Biel
Well, I have to admit, the more I learn about Struts, I realize the more things I don't know exactly. isn't your ActionClass passed an instance of the ActionForm in the execute method? Of course I pass an instance of the ActionForm into my execute method, but I am simple using ActionForm form

RE: Steps to Get JRUN 3.1 and Struts 1.1b2 working

2002-11-06 Thread Steve Fyfe
Celeste, In my case, in order to get Struts 1.1 to work in a JRun 3.1 system I wrote one simple class, and plugged that class into the system by specifying the class name in the web.xml file. The complete class was included in my last email. All the class does is set the Action Servlet's context

Re: Struts1.1 B2 BUG OR Weblogic 6.1 SP2 BUG??????????

2002-11-06 Thread Daniel Jaffa
1. What about SSL, SSL is on by default (port 6667). Could this be the issue. Yes this is wrong of BEA, SSL should not be on by default, it should be off and turned on only if you need to use it. 2. How do you shut down your weblogic servers. Change and use the following code.

problem with html tags

2002-11-06 Thread meissa . Sakho
I have a strange problem in my jsp page . when I try to call html tag like this html:text property=mailBox size=30 maxlength=50/ I have the javax.servlet.ServletException: No getter method available for property mailBox for bean under name org.apache.struts.taglib.html.BEAN when a call the jsp.

RE: Nested properties of form bean not being updated !

2002-11-06 Thread Sri Sankaran
You can root your nesting using the nested:root tag. For example: nested:root name=some-bean !-- All the nested references -- /nested:root Alternatively, if all your nesting is within a nested:form, and the action mapping for the given action has a ActionForm (form-bean) associated with it,

Re: problem with html tags

2002-11-06 Thread ajTreece
Meissa Make sure that the jsp knows about the ActionForm. Check out the docs for html:form type= and html:form action Later, aj [EMAIL PROTECTED] wrote: I have a strange problem in my jsp page . when I try to call html tag like this html:text property=mailBox size=30 maxlength=50/

RE: problem with html tags

2002-11-06 Thread Hari
Check if you have a method getMailBox() in your ActionForm ... I think M in getMailBox() method must be in upper case -Original Message- From: [EMAIL PROTECTED] [mailto:meissa.Sakho;bpam.fr] Sent: Wednesday, November 06, 2002 8:11 PM To: [EMAIL PROTECTED] Subject: problem with html tags

Indexed Hidden fields

2002-11-06 Thread Ian Crossfield
I've done a search of the archives, but can't find any two answers that are the same on this one! I'm creating a wizard interface, and a couple of the pages hold an array of values, that are viewed using html:multibox's within an html:iterate. When they aren't visible, those values that have

Re: validator works in jbuilder6 navigator but not with iexplorer, Netscape,,,,

2002-11-06 Thread JuanPedro . DeAndres
I have found the problem, it's with the value of locale. lenguage=es country= don´t work --explorer lenguage=es country=ES does works. --- jbuilder How can I solve this problem? validator.java : if (hResources.containsKey(LOCALE_KEY)) { locale =

Réf. : Re: problem with html tags

2002-11-06 Thread meissa . Sakho
In the struts-config I define the action like below actionpath=/initSending name=sendMailForm type=com.bpam.mail.actions.CreateSendAction scope=request validate=false forward name=success path=/admSending.jsp/ /action

RE: Struts1.1 B2 BUG OR Weblogic 6.1 SP2 BUG??????????

2002-11-06 Thread Nekkalapudi, Viplava
1. Where to set SSL to be turned OFF? I am not sure about it. 2. We do graceful shutdown of the server either from command line OR even from the console. Still we get the Bind Exception. Again I am repeating this is not an issue with Struts 1.0.2/WLS 6.1 SP2 and only with Struts 1.1

Réf. : Re: problem with html tags

2002-11-06 Thread meissa . Sakho
when I've specified in the form definition of my jsp like this, html:form action=/filterMails name=sendMailForm type= com.bpam.mail.forms.SendMailForm it worked fine. I'm very suprised because I was thinking it was no required to do it there. Meissa ajTreece [EMAIL PROTECTED] on 06/11/2002

Re: Entire Struts Mail Archive

2002-11-06 Thread Mark Ayad
It would be great is messages could be some how tied to a release. I know of a company that wrote search engine software for Altavista here in Paris, they perform stuff like Natural Langauage Processing, Noun Phrase extraction, and Statistical Linguistical Analyisis on search results. For

Re: validator works in jbuilder6 navigator but not with iexplorer, Netscape,,,,

2002-11-06 Thread Dan Tran
JBuilder doesnot have a full pledge brower. Use the external instead (ie IE or Nestcape). -Dan - Original Message - From: [EMAIL PROTECTED] To: Struts Newsgroup [EMAIL PROTECTED] Sent: Wednesday, November 06, 2002 7:43 AM Subject: Re: validator works in jbuilder6 navigator but not with

select and option tag issues

2002-11-06 Thread tbachta
Hi all, I am very new to struts and I am trying to create combo boxes using the html:selecthtml:options tags. I have been able to create and populate them with string arrays placed on the JSP page similar to the examples in the documentation. What I really need to do is populate them based on

html tags

2002-11-06 Thread Bhamani, Nizar A TL56E
I have a typical problem where, I am using the html:form/ tags, in which the contents/fields within the html:form/ tag needs to be dynamic. i.e. the form consists of multiple sections and each of these section has a few fields which can change based on certain conditions. I want to use the

Re: Final release for Struts 1.1

2002-11-06 Thread Struts One
I always thought the Ides of March would be the appropriate (calendar-driven) release date for Struts 1.1. :-) Craig Could it be that Sun is using Craig to hold back Struts back, behind Java Server Faces. The would be abuse of power.

Re: select and option tag issues

2002-11-06 Thread Eddie Bush
Have you discovered the collection attribute of the options tag? Your action can build any collection you desire (ie from a database -- see org.apache.struts.util.LabelValueBean for holding the name/value pairs). It then places that collection into some scope (whichever you like) and forwards

Re: html tags

2002-11-06 Thread tbachta
I did something similar with hiding and showing using JavaScript and a style sheet script function checkUnique(lookupForm) { var x= document.getElementById(unique_select); x.style.visibility = visible; } /script html:form tr tdhtml:select onchange=checkUnique(this.form)

RE: Final release for Struts 1.1

2002-11-06 Thread Trieu, Danny
Hehe... I don't know about that, but I know no one holding you back from using Struts... -Original Message- From: Struts One [mailto:struts_1;hotmail.com] Sent: Wednesday, November 06, 2002 8:44 AM To: [EMAIL PROTECTED] Subject: Re: Final release for Struts 1.1 I always thought the

Re: select and option tag issues

2002-11-06 Thread Eddie Bush
If you examine the struts-example.war you will find a JSP named 'subscription.jsp'. If you need additional guidance, I'd suggest examining that page. While I don't particularly care for the way it makes the collection available, it should serve as a good example of how to use html:options.

Re: html tags

2002-11-06 Thread Jeff_Mychasiw
We have a form with a list of two side by side lists. Each list is included and within each jsp:include we iterate through another list. I did not try this with tiles, but I think the idea of html form tags inside other includes was solved for us with nested tags. Our main form is: nested:form

Passing an (Dyna)ActionForm to the business object

2002-11-06 Thread Kevin . Hooke
Chris - Where are these classes? I can't find them in the api? (1.1-b2) Thanks, Kevin Hooke Quoting Chris Schneider: Almost forgot about PropertyUtils.copyProperties and BeanUtils.copyProperties (I think the difference is that BeanUtils handles type conversion). If the property names of your

Re: Entire Struts Mail Archive

2002-11-06 Thread Eddie Bush
You're not the first to propose something along those lines. The fact of the matter is that, until some generous person writes such a thing and makes it open-source or contributes it to Apache, there's not likely to be such an option available to us. It could be worse; it could be much

logic:iterate works but nested:iterate doesn't

2002-11-06 Thread Michael
The first iterate (using logic) works fine. But the second (using nested) gives me: [ServletException in:/jsp/status/alarm_status.jsp] null' I'm not sure why it's not working. I'm successfully using the nested tags for iterating over a bean's property (that is a Collection). But in this

Struts 1.1b2 tags yielding 'Cannot find message resources...'

2002-11-06 Thread Jerome Jacobsen
Hi, I've used Struts 1.0 tags in my non-struts web applications with no problems. I simply never used the message resources related properties of any of the tags. Now with Struts 1.1b2 I get the following exception for a simple bean:write name='mybean'/. javax.servlet.jsp.JspException: Cannot

Re: Struts1.1 B2 BUG OR Weblogic 6.1 SP2 BUG??????????

2002-11-06 Thread Daniel Jaffa
1. On the console screen under the server. When u run Strts 1.0.2, WLS 6.1, are u running on two servers or one. I would love to help u but i am up to my eye balls in work. Demo is due Nov 21, I wanted it due Nov 26 State Judges here i come - Original Message - From: Nekkalapudi,

Re: Passing an (Dyna)ActionForm to the business object

2002-11-06 Thread Vincent Stoessel
They actually come from commons Beanutils. http://jakarta.apache.org/commons/beanutils.html API http://jakarta.apache.org/commons/beanutils/api/index.html [EMAIL PROTECTED] wrote: Chris - Where are these classes? I can't find them in the api? (1.1-b2) Thanks, Kevin Hooke Quoting Chris

Re: Passing an (Dyna)ActionForm to the business object

2002-11-06 Thread Kris Schneider
Yup, and they're distributed with Struts 1.1 in commons-beanutils.jar. Quoting Vincent Stoessel [EMAIL PROTECTED]: They actually come from commons Beanutils. http://jakarta.apache.org/commons/beanutils.html API http://jakarta.apache.org/commons/beanutils/api/index.html [EMAIL

RE: Passing an (Dyna)ActionForm to the business object

2002-11-06 Thread edgar
They were deprecated in 1.0.2 and removed in 1.1. Edgar -Original Message- From: [EMAIL PROTECTED] [mailto:Kevin.Hooke;indus.com] Sent: Wednesday, November 06, 2002 12:20 PM To: '[EMAIL PROTECTED]' Subject: Passing an (Dyna)ActionForm to the business object Chris - Where are these

RE: Passing an (Dyna)ActionForm to the business object

2002-11-06 Thread Kris Schneider
Only the classes that were *bundled* in 1.0.2 have been deprecated (org.apache.struts.util package). The classes now live in Commons BeanUtils (org.apache.commons.beanutils package), as previously answered. Quoting edgar [EMAIL PROTECTED]: They were deprecated in 1.0.2 and removed in 1.1.

Bean:Define fails in some instances..

2002-11-06 Thread Beeson, Ashley
I have an issue with a bean define statement causing a NullPointerException in my application, The specific error is: java.lang.NullPointerException at java.util.Hashtable.put(Hashtable.java:386) at org.apache.jasper.runtime.PageContextImpl.setAttribute(PageContextImpl.java: 236)

Diiabling Validator XML Validation

2002-11-06 Thread Adam Sherman
My dev box is not connected to the net, and since a few nightlies ago I'm getting critical erros when Digester tries to validate Validatiors validation rules file. Can validation be turned off? Thanks, A. -- Adam Sherman Tritus CG Inc. http://www.tritus.ca/ +1 (613) 797-6819 -- To

RE: Struts1.1 B2 BUG OR Weblogic 6.1 SP2 BUG??????????

2002-11-06 Thread Nekkalapudi, Viplava
We have only one server running thats what we configured for. -Original Message- From: Daniel Jaffa [mailto:jaffad;courtinnovation.org] Sent: Wednesday, November 06, 2002 11:22 AM To: Struts Users Mailing List Subject: Re: Struts1.1 B2 BUG OR Weblogic 6.1 SP2 BUG?? 1. On the

Struts 1.0.2, Nested 1.0 and Standard Tags 1.0.2

2002-11-06 Thread edgar
Are people actively doing things with the JSTL / Struts combination? The first JSTL tag I attempted to use was the c:set. I attempted to use it with a nested:write body but when I ran the page I got a null pointer exception. The only workaround I could find was to re-write the c:set as a very

Graph of Struts Growth.l

2002-11-06 Thread Robert Leland
Back in Feburary of 2001 when I proposed to my new employer that we use struts, one of the items I looked at was mailing list traffic, between it and other open source projects. I have been keeping that chart up to date and thought people here might find it interesting. This is a simplified chart

Re: Graph of Struts Growth.l

2002-11-06 Thread James Holmes
Very interesting! I would tend to agree with these numbers as the Struts Console download rate has significantly increased over time. I get over a hundred downloads a day now versus under 50 several months ago. I wonder if there are any numbers for how many Struts downloads there are? 1.0 vs

Re: Diiabling Validator XML Validation

2002-11-06 Thread David Graham
Yes, see section 4.7.1 http://jakarta.apache.org/struts/userGuide/building_controller.html#action_servlet David From: Adam Sherman [EMAIL PROTECTED] Reply-To: Struts Users Mailing List [EMAIL PROTECTED] To: [EMAIL PROTECTED] Subject: Diiabling Validator XML Validation Date: Wed, 6 Nov 2002

Re: Diiabling Validator XML Validation

2002-11-06 Thread Eddie Bush
Um ... neagatory devil-dog. That refers to the struts-config - not validator. David Graham wrote: Yes, see section 4.7.1 http://jakarta.apache.org/struts/userGuide/building_controller.html#action_servlet David -- Eddie Bush -- To unsubscribe, e-mail:

RE: Graph of Struts Growth.l

2002-11-06 Thread James Mitchell
That's really cool. I have a chart of my own. This chart shows the volume of discussion by component. I haven't perfected the formula, but here's a first look. James Mitchell Software Engineer/Struts Evangelist http://www.open-tools.org Only two things are infinite, the universe and human

Re: Graph of Struts Growth.l

2002-11-06 Thread Eddie Bush
That chart makes me feel like there should be some sort of accompanyment. You know - a sound-track! The numbers look a bit high though. Are you doing some multiplication in there? ... a factor of say 2-5? Very interesting guys. James Mitchell wrote: That's really cool. I have a chart of

problem with client-side validation and ValidatorActionForm

2002-11-06 Thread Ryan Bell
Is there any way I can do both client and server side validation using ValidatorActionForms without setting up two 'forms' in my validation xml? I'm having a problem doing client-side validation because all my action mappings start with '/' and it's causing the generated javascript function to

RE: Graph of Struts Growth.l

2002-11-06 Thread James Mitchell
Actually, I was trying out the Rand() function in excel. So how do the numbers stack up? Do you mean, *gasp* it doesn't look accurate? James Mitchell Software Engineer/Struts Evangelist http://www.open-tools.org Only two things are infinite, the universe and human stupidity, and I'm not sure

RE: Missing Struts Form attributes in Action class

2002-11-06 Thread Sri Sankaran
To retain a form bean across requests, change your action mapping by setting the scope to 'session'. Sri -Original Message- From: Tuan H. Le [mailto:tuan.le;phsadc.com] Sent: Tuesday, November 05, 2002 4:30 PM To: Struts Users Mailing List (E-mail) Subject: Missing Struts Form

Re: Graph of Struts Growth.l

2002-11-06 Thread Eddie Bush
I just can't imagine there being so danged many emails - and such a large percentage of them [OT]. ... do we blabber senslessly that much? I actually went back and examined Rob's again after I clicked send. His corroborates yours pretty much. I just can't believe there's that much traffic!

RE: Graph of Struts Growth.l

2002-11-06 Thread James Mitchell
LOLno...the Rand() is Randomize. (Completely Useless Data) Sorry, just thought I'd have a little fun while making a small point. James Mitchell Software Engineer/Struts Evangelist http://www.open-tools.org Only two things are infinite, the universe and human stupidity, and I'm not sure

Re: Graph of Struts Growth.l

2002-11-06 Thread Eddie Bush
LMAO - you were serious?! I thought you were cracking a joke about my comments! emote:walkingAway emote:addEffect name=shake-head/ ... shoulda known better ... :-) /emote:walkingAway James Mitchell wrote: LOLno...the Rand() is Randomize. (Completely Useless Data) Sorry, just thought

Re: java.util.Date

2002-11-06 Thread Antoni Reus
Hi, see below ... A Dimecres 06 Novembre 2002 11:29, Max Kutny va escriure: RR I'm posting this with a different subject line so it will hopefully RR come up in the archives if someone needs to search for it. RR public class DateBeanUtilsConverter implements Converter { RR private

Re: Graph of Struts Growth.l

2002-11-06 Thread John Owen
Need to loosen that tie just a bit Eddie. ;) - Original Message - From: Eddie Bush [EMAIL PROTECTED] To: Struts Users Mailing List [EMAIL PROTECTED] Sent: Wednesday, November 06, 2002 3:15 PM Subject: Re: Graph of Struts Growth.l LMAO - you were serious?! I thought you were cracking a

Re: Adding a parameter to a URL + can I use the JSTL expression language with struts?

2002-11-06 Thread Antoni Reus
Hi, Why don't you just use an input of type hidden? If you are using an ActionForm add the property objID and use html:hidden property=objID / if not then you can just use input type=hidden name=objID value=${param.objID} A Dimecres 06 Novembre 2002 07:03, Jim

Re: Diiabling Validator XML Validation

2002-11-06 Thread David Graham
Oops, you're right. I don't know how to disable the validator's dtd validation. It seems like a dev. box that's not connected to the net is pretty useless. How do you look up docs, check the mailing list, etc? David From: Eddie Bush [EMAIL PROTECTED] Reply-To: Struts Users Mailing List

reuse select/options?

2002-11-06 Thread Andy Kriger
I have a form that repeats a credit card validation portion multiple times. What is the best way to only have to write html:select/html:options once? Is there a way to give the first use an id and then refer to that by reference? thx andy kriger -- To unsubscribe, e-mail:

Re[2]: java.util.Date

2002-11-06 Thread Rick Reumann
On Wednesday, November 6, 2002, 3:21:28 PM, Antoni wrote: AR Keep in mind that DateFormat (and SimpleDateFormat) is not thread safe so you AR have to be very careful when reusing them. I like Max's suggestion though. I think I will move it to the setFormatPattern for sure. Correct

Re: reuse select/options?

2002-11-06 Thread Eddie Bush
No - but you can sure put the collection in application scope, if that data is static. Andy Kriger wrote: I have a form that repeats a credit card validation portion multiple times. What is the best way to only have to write html:select/html:options once? Is there a way to give the first use an

RE: problem with client-side validation and ValidatorActionForm

2002-11-06 Thread Pete Gieser
Is it necessary to have /validateContactInfo in validation.xml and your jsp? (I am doing client/server validation and leave out the / and it works fine) Pete -Original Message- From: Ryan Bell [mailto:ryan;messagecast.net] Sent: Wednesday, November 06, 2002 3:07 PM To: [EMAIL

Re: java.util.Date

2002-11-06 Thread Eddie Bush
static blocks are run with the class - right? So it's really irrelevant how many instances get created - that code is run a maximum of one time - when the class is first loaded. Am I wrong? Rick Reumann wrote: On Wednesday, November 6, 2002, 3:21:28 PM, Antoni wrote: AR Keep in mind that

RE: Graph of Struts Growth.l

2002-11-06 Thread Bartley, Chris P [PCS]
-Original Message- From: Eddie Bush [mailto:ekbush;swbell.net] Sent: Wednesday, November 06, 2002 3:08 PM To: Struts Users Mailing List Subject: Re: Graph of Struts Growth.l I just can't imagine there being so danged many emails - and such a large percentage of them [OT].

RE: Graph of Struts Growth.l

2002-11-06 Thread James Mitchell
Perhaps this thread is becoming OT itself eh? James Mitchell Software Engineer/Struts Evangelist http://www.open-tools.org Only two things are infinite, the universe and human stupidity, and I'm not sure about the former. - Albert Einstein (1879-1955) -Original Message- From:

Re[2]: java.util.Date

2002-11-06 Thread Rick Reumann
On Wednesday, November 6, 2002, 4:47:32 PM, Eddie wrote: EB static blocks are run with the class - right? So it's really EB irrelevant how many instances get created - that code is run a EB maximum of one time - when the class is first loaded. EB Am I wrong? Right that's what I was

RE: problem with client-side validation and ValidatorActionForm

2002-11-06 Thread Ryan Bell
If I pull the / out of the validation file and jsp then the server side validation stops working. If I pull it out of the jsp only it doesn't build the javascript properly (doesn't match the validation.xml anymore). Did you have to change your struts config file at all? Ryan -Original

Re: Re[2]: java.util.Date

2002-11-06 Thread Antoni Reus
Hi, I don't speak english very very well, so this is a bit difficult for me to explain, but I'll try ;-) see below ... A Dimecres 06 Novembre 2002 21:37, Rick Reumann va escriure: On Wednesday, November 6, 2002, 3:21:28 PM, Antoni wrote: AR Keep in mind that DateFormat (and

re: Diiabling Validator XML Validation

2002-11-06 Thread Robert Leland
Can validation be turned off? 1) You have to make sure your commons-validator.jar and the various validator.xml files are from the same date. The URI changed about 2 weeks ago, so make sure your DTD statement at the top of your applications validator.xml matches the version stored

RE: problem with client-side validation and ValidatorActionForm

2002-11-06 Thread Pete Gieser
I misread your configurations. Upon further review, it looks like you are putting the action instead of the form name in your validation and jsp form name property. i.e., you should have formset form name=contactInfoForm field property=companyName depends=required arg0

Re[4]: java.util.Date

2002-11-06 Thread Rick Reumann
On Wednesday, November 6, 2002, 4:05:45 PM, Antoni wrote: AR Hi, I don't speak english very very well, so this is a bit AR difficult for me to explain, but I'll try ;-) No problem. Most American's don't speak English very well (including myself I'm sure:) AR I have'nt looked at

Help with ValidatorForm

2002-11-06 Thread Wendy Smoak
If I have a regular ActionForm, all is well. If I change to: public final class ContactForm extends ValidatorForm It's validating on the *first* display of the form and then complaining that the required field isn't present. (Of course not... the user hasn't had a chance to type anything yet!)

RE: problem with client-side validation and ValidatorActionForm

2002-11-06 Thread Ryan Bell
I only want to validate when a specific action is performed (server-side) so I'm extending the ValidatorActionForm for my form which is why I'm using the action-mapping in the as the form name in my validation file as described in the pdf of chapter twelve of Struts in action book: To enable

Re: Help with ValidatorForm

2002-11-06 Thread Eddie Bush
Gotcha! Validate defaults to true :-O ... so set it to false in your populate action ;-) -- Eddie Bush -- To unsubscribe, e-mail: mailto:struts-user-unsubscribe;jakarta.apache.org For additional commands, e-mail: mailto:struts-user-help;jakarta.apache.org

Re: Re[4]: java.util.Date

2002-11-06 Thread Kris Schneider
Apologies if I'm misinterpreting, but I think Antoni's concern is that the SimpleDateFormat's parse and format methods are not thread-safe. The creation of the converters and their registration can obviously be accomplished in a thread-safe manner, but if multiple threads call into parse and/or

Recursive iteration using logic:iterate

2002-11-06 Thread Josh Berry
I tried the list archives but was unable to find a solution to the following. If I looked in the wrong spots, a simple pointer would be awesome. :) Basically, I have your typical tree structure. I would like to turn this into an unordered list in the browser. So... I currently iterate over the

Re: Re[4]: java.util.Date

2002-11-06 Thread Antoni Reus
A Dimecres 06 Novembre 2002 22:19, Rick Reumann va escriure: On Wednesday, November 6, 2002, 4:05:45 PM, Antoni wrote: AR Hi, I don't speak english very very well, so this is a bit AR difficult for me to explain, but I'll try ;-) No problem. Most American's don't speak English very

Re: Re[4]: java.util.Date

2002-11-06 Thread Antoni Reus
Hi, A Dimecres 06 Novembre 2002 22:31, Kris Schneider va escriure: Apologies if I'm misinterpreting, but I think Antoni's concern is that the SimpleDateFormat's parse and format methods are not thread-safe. The creation of the converters and their registration can obviously be accomplished in

Re[6]: java.util.Date

2002-11-06 Thread Rick Reumann
On Wednesday, November 6, 2002, 4:51:58 PM, Antoni wrote: AR The problem is that during execution of SimpleDateFormat.parse some private AR fields of SimpleDateFormat are modified. A yes thank you. I bet I have this problem in other pieces of my code as well. What would you

Re[6]: java.util.Date

2002-11-06 Thread Rick Reumann
On Wednesday, November 6, 2002, 4:31:09 PM, Kris wrote: KS The creation of the converters and their registration can KS obviously be accomplished in a thread-safe manner, but if multiple KS threads call into parse and/or format at the same time, this will KS cause a problem. If that's not what

RE: Help with ValidatorForm

2002-11-06 Thread Wendy Smoak
Eddie wrote: Gotcha! Validate defaults to true :-O ... so set it to false in your populate action ;-) Will do... but how could you *ever* set it to true with a LookupDispatchAction? It's validating *before* the form is ever displayed for the first time. Of course it's going to fail! I am

  1   2   >