Re: Help: ActionError - does not expand the {0} placeholder

2003-02-22 Thread w i l l i a m b o y d
for anyone else who comes across this problem in the future, the html special character reference "'" is the correct replacement for an apostrophe (not "´"). just so everyone knows the alternative solution in addition to the double apostrophe solution. cheers, will - Original Message - Fr

Re: Help: ActionError - does not expand the {0} placeholder

2003-02-22 Thread w i l l i a m b o y d
thanks paul, you are right. for what it's worth, i'd already solved my problem by trying ´ in place of the apostrophe in the resources bundle (great minds think alike ;¬) i'll give the double apostrophe's a shot next. cheers all, will - Original Message - From: "Paul Linden" <[EMAIL PRO

Re: Help: ActionError - does not expand the {0} placeholder

2003-02-22 Thread Paul Linden
Your comment about the apostrophe is a clue - it's a special character in the MessageFormat class that's used for quoting. Use two apostrophes to display '. I think you'll find {0} will then be evaluated. And relax - Jeff's response may have been no help to you, but he was trying. And please t

Re: Struts and HttpUnit

2003-02-22 Thread Michael C. Lee Jr.
I use JMeter also on the jakarta web site. It is an excellent tool that even non-developer's can use. You can put in entire test suites/plans. Real cool stuff. You don't need JUnit. Michael Lee - Original Message - From: "Thomas L Roche" <[EMAIL PROTECTED]> To: "Struts Users Mailing List"

Re: [OT]What is the best method to set default values of a form?

2003-02-22 Thread Michael C. Lee Jr.
Once again, leave your anti-American political bullshit off the struts email list please. Michael Lee - Original Message - From: "James Childers" <[EMAIL PROTECTED]> To: "Struts Users Mailing List" <[EMAIL PROTECTED]> Sent: Saturday, February 22, 2003 10:45 AM Subject: RE: What is the best

Re: [OT] What's your IQ?

2003-02-22 Thread Michael C. Lee Jr.
What are you doing on a struts email list? There are a lot of evil American contributors to struts. Go launder some terrorist money and leave the anti-American/Capitalist politics off the list. I'm guessing your on this list because you work at an evil company that wants to use struts and make prof

Re: Help: ActionError - does not expand the {0} placeholder

2003-02-22 Thread w i l l i a m b o y d
thanks, david i will give that a try. in the meantime, any more suggestions from others would be sincerely appreciated. - Original Message - From: "David M. Karr" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Sunday, February 23, 2003 4:56 AM Subject: Re: Help: ActionError - does not

Re: Help: ActionError - does not expand the {0} placeholder

2003-02-22 Thread David M. Karr
> "w" == w i l l i a m b o y d writes: w> Sorry! Youve selected too many choices for {0}. (what happened to my w> apostrophe in "You've" ?) w> here is the appropriate line from my resource bundle: w> error.prefs.limit=Sorry! You've selected too many choices for

Re: Help: ActionError - does not expand the{0}placeholder

2003-02-22 Thread Chris Trawick
am i the only one scratching my head at this? did i miss something? - Original Message - From: "w i l l i a m b o y d" <[EMAIL PROTECTED]> To: "Struts Users Mailing List" <[EMAIL PROTECTED]> Sent: Saturday, February 22, 2003 11:17 PM Subject: Re: Help: ActionError - does not expand the{0

Re: Help: ActionError - does not expand the{0}placeholder

2003-02-22 Thread w i l l i a m b o y d
jeff, i *am* impressed. and the impression i get is that you have no interest whatsoever in helping me solve my problem, except in as much as it gives you a reason to spout off how much you know about the validation framework. which i've already clarified, is of no use to me and my setup. SHEESH!

Re: html select problem, help me please

2003-02-22 Thread Buics
It gives me no choice Ray, I'll have to do it in the dirty way. Well first timer, so thats it. <% Iterator i = code1data.iterator(); Hashtable data = new Hashtable(); while (i.hasNext()) { data = (Hashtable) i.next(); String cd = (String) data.get("cd"); String descrip =(Str

RE: struts-el with weblogic 7.1 - Error (JSP 1.1 spec, 5.4.1) at line 2

2003-02-22 Thread Rabih Yazbeck
David, I'm using weblogic 7.01sp2... the problem has been resolved after I downloaded the newest nightly build. I should always remember that I'm working on the nightly build! Thanks a lot, - Rabih -Original Message- From: David M. Karr [mailto:[EMAIL PROTECTED] Sent: 23 February 2003

Re: Help: ActionError - does not expand the{0}placeholder

2003-02-22 Thread Jeff Kyser
Sorry, Will, I missed the 1.0.2 reference. Have only worked with 1.1.3, and using the validation framework. In that situation, the validation.xml file is essentially a bridge between the validation rules (in validator-rules.xml) and the error messages in your resource bundle. And unless you'd cre

html:image HELP

2003-02-22 Thread Ray Madigan
I guess i still don't understand. I think this is my last hurdle to get my prototype working, ever hear that one before :-). I am trying to use images - like the following: When the user clicks on the button the onclick fires some javascript to get some work done. I get the error message:

Re: Help: ActionError - does not expand the {0}placeholder

2003-02-22 Thread w i l l i a m b o y d
thanks for your reply, jeff. i wasn't aware that struts 1.0.2 used a validation.xml file. there is nothing like that anywhere on my system. besides, it's not the validation that is the problem. the validation is working fine. the problem is that the paramater being passed into the ActionError cons

Re: Help: ActionError - does not expand the {0}placeholder

2003-02-22 Thread Jeff Kyser
For example, on my loginForm, where field "userName" depends on the "required" rule: arg0 is what ends up in the "{0} is a required field

Re: Help: ActionError - does not expand the {0}placeholder

2003-02-22 Thread Jeff Kyser
So what does your validation.xml file look like w.r.t. the rule in question? -jeff On Saturday, February 22, 2003, at 09:00 PM, w i l l i a m b o y d wrote: hello all, developing on w98 with tomcat 3.2.24, mysql 3.23.36, struts 1.0.2, jdk 1.3.1., servlet 2.2. will be deploying on basically s

Help: ActionError - does not expand the {0} placeholder

2003-02-22 Thread w i l l i a m b o y d
hello all, developing on w98 with tomcat 3.2.24, mysql 3.23.36, struts 1.0.2, jdk 1.3.1., servlet 2.2. will be deploying on basically similar setup; but deployment os is xp. i got a jsp page that has a choice box that allows multiple choices. i set a validation rule in my action form's validate m

RE: General-Ledger

2003-02-22 Thread Juan
At 11:41 20/2/2003 -0500, you wrote: Not that I know of. But if you do one, I'll beta test for you. haha I'm really thinking about this, but I asked before to be sure that I'm not reinventing the wheel. Is there more people interested to play with? If you are interested, please contact me at [EMAI

Bizarre struts-related e-mail: To Sender Match eManager setting andtake actio n.

2003-02-22 Thread Jeff Kyser
Please excuse, but has anybody gotten one of these? (see below) Having made a total of two post to the list, one an attempt to help and another a pretty innocent comment on the 'IQ Test' thread, I'm more than surprised to see this back in my mailbox. Especially considering the language in some of t

Re: Strange Validator Problem

2003-02-22 Thread Robert Morse
This problem was solved thanks to another lister. It has nothing to do with JDK version. JDK 1.4.1_01 works just fine. The solution was to reference a global forward in the input tag of the action. Struts versions prior to 1.1 did not require this. Perhaps a bug? On Mon, 2003-02-10 at 12:39

Re: struts-el with weblogic 7.1 - Error (JSP 1.1 spec, 5.4.1) at line 2

2003-02-22 Thread David M. Karr
> "Rabih" == Rabih Yazbeck <[EMAIL PROTECTED]> writes: Rabih> Hello, Rabih> I am using Weblogic 7.1 with Struts-el... and I am receiving the Rabih> following error while compiling my JSPs from JBuilder 8 Ent. Rabih> "jsp1.jsp": Error in using tag library uri='/WEB-INF/struts-h

RE: Using Map in ActionForm (ValidatorForm)

2003-02-22 Thread Brandon Goodin
This is what my action form looks like. You can ignore the LinkedHashMap and use a regular HashMap. The only difference really is that I use the 'this.' notation to access the local Map. Basically, I have a single Map that has accessor methods to get/set individual properties and I have accessor m

Re: struts-el with weblogic 7.1 - Error (JSP 1.1 spec, 5.4.1) at line 2

2003-02-22 Thread David M. Karr
> "Rabih" == Rabih Yazbeck <[EMAIL PROTECTED]> writes: Rabih> Hello, Rabih> I am using Weblogic 7.1 with Struts-el... and I am receiving the Rabih> following error while compiling my JSPs from JBuilder 8 Ent. Rabih> "jsp1.jsp": Error in using tag library uri='/WEB-INF/struts-h

Using Map in ActionForm (ValidatorForm)

2003-02-22 Thread Ken Boss
The book forum for "Struts in Action" appears to be down, so thought I'd try here. Apologies if you don't have the book. I am attempting to use a map in my form bean to pass data back and forth from my business tier, as described on pp. 172-173 in "Struts in Action". The code within the form bea

Re: [OT] What's your IQ?

2003-02-22 Thread Robert S. Sfeir
Dude take the politics off the goddamn list, we hear enough and deal enough with that garbage that this is the last place any of us want to see it. If you're so angry about a country's politics DON'T assume everyone in that country feels the same... Just like your dumb comment about the IQ te

RE: [OT] What's your IQ?

2003-02-22 Thread Brandon Goodin
Can we please tone down the geo-political non-debate. Alex, it appears you are the only one arguing here. There are plenty of other places to carry on a healthy debate about these issues. Please vent your frustrations in a more appropriate forum. Brandon Goodin Phase Web and Multimedia PO Box 85 W

RE: WebHosting & Struts

2003-02-22 Thread Etienne
Does anyone know if http://www.kgbinternet.com offers the same thing than www.4java.net? It is the same package + 5$ or 30$! Check it out! Do they have only "better support"? Does http://www.kgbinternet.com offer the same BIND 9.2 DNS configuration? Can we add sub domain name without any other cos

Re: [OT] What's your IQ?

2003-02-22 Thread alexj
Ho you just song like a guy who got for the first time of is life a mirror... - Original Message - From: "John Espey" <[EMAIL PROTECTED]> To: "Struts Users Mailing List" <[EMAIL PROTECTED]> Sent: Saturday, February 22, 2003 11:12 PM Subject: RE: [OT] What's your IQ? > apparently YOU do,

Re: [OT] What's your IQ?

2003-02-22 Thread alexj
What can I said, American people think they know all the truth about how to manage the world. (it's not only my opinion) The world is really not an industry like IBM, I think some american guys have to think about that. If a coutry didn't believe in the "pseudo" american dream, you really nedd t

Re: [OT] What's your IQ?

2003-02-22 Thread Craig R. McClanahan
146 ... the spatial ones were definitely where I had the hardest time. Craig On Thu, 20 Feb 2003, Brandon Goodin wrote: > Date: Thu, 20 Feb 2003 07:52:37 -0700 > From: Brandon Goodin <[EMAIL PROTECTED]> > Reply-To: Struts Users Mailing List <[EMAIL PROTECTED]> > To: Struts User List <[EMAIL PRO

Re: [OT] What's your IQ?

2003-02-22 Thread alexj
I really agree with you with some my previous posts. - Original Message - From: "John Espey" <[EMAIL PROTECTED]> To: "Struts Users Mailing List" <[EMAIL PROTECTED]> Sent: Saturday, February 22, 2003 11:12 PM Subject: RE: [OT] What's your IQ? > apparently YOU do, you responded.. > > a

RE: [OT] What's your IQ?

2003-02-22 Thread John Espey
apparently YOU do, you responded.. are you later going to apologize with some lame excuse like the last time? >>lol sorry for my post (s) I'm a bit tired >>pff you just song like a stupid man who think he have all the rigth and the other people didn't have the rigth to have a different opinon

Emmanuel you are the guy help me please Re: For french architecture expert

2003-02-22 Thread alexj
- Original Message - From: "alexj" <[EMAIL PROTECTED]> To: "Struts Users Mailing List" <[EMAIL PROTECTED]> Sent: Saturday, February 22, 2003 10:54 PM Subject: For french architecture expert > I'm sorry to send a post like this one but I need some advice > about the project I make. > >

Re: For french architecture expert

2003-02-22 Thread alexj
sorry for the geek code :( - Original Message - From: "alexj" <[EMAIL PROTECTED]> To: "Struts Users Mailing List" <[EMAIL PROTECTED]> Sent: Saturday, February 22, 2003 10:54 PM Subject: For french architecture expert > I'm sorry to send a post like this one but I need some advice > abou

Re: [OT] What's your IQ?

2003-02-22 Thread alexj
just ask what's your need ... - Original Message - From: "Vinay Chandupatla" <[EMAIL PROTECTED]> To: "Struts Users Mailing List" <[EMAIL PROTECTED]> Sent: Saturday, February 22, 2003 8:49 PM Subject: RE: [OT] What's your IQ? > There should be some kind of trick or logic to solve those sp

Re: [OT] What's your IQ?

2003-02-22 Thread alexj
who care about your pseudo IQ ??? - Original Message - From: "John Espey" <[EMAIL PROTECTED]> To: "Struts Users Mailing List" <[EMAIL PROTECTED]> Sent: Saturday, February 22, 2003 7:04 PM Subject: RE: [OT] What's your IQ? > 142, ditto on the spacial reasoning =/ > > > -Original Me

For french architecture expert

2003-02-22 Thread alexj
I'm sorry to send a post like this one but I need some advice about the project I make. The url I send to you didn't explore all the think of my project but I really need the advice of some french guys about my work. The link I post here didn't represent a finalized project. http://www.mycgiserv

Re: Struts and HttpUnit

2003-02-22 Thread Thomas L Roche
"Marco Tedone" <[EMAIL PROTECTED]> on Fri, 21 Feb 2003 23:24:34 > Hi, has anyone of you used HttpUnit to test Struts applications? No, but if I wanted to test a Struts app within a JUnit framework, I'd use StrutsTestCase http://strutstestcase.sourceforge.net/ > I would like to retrieve an attrib

RE: struts-el with weblogic 7.1 - Error (JSP 1.1 spec, 5.4.1) at line 2

2003-02-22 Thread Rabih Yazbeck
Yes, it worked fine with Tomcat.. even 4.0x! I got an error with Tomcat 4.12 LE (the one that comes with JBuilder 8) but I updated the jars to 4.18 and it worked fine. The problem only with weblogic 7.1.. - Rabih -Original Message- From: Vic Cekvenich [mailto:[EMAIL PROTECTED] Sent: 22

Re: struts-el with weblogic 7.1 - Error (JSP 1.1 spec, 5.4.1) atline 2

2003-02-22 Thread Vic Cekvenich
Does same work on Tomcat? .V Rabih Yazbeck wrote: Hello, I am using Weblogic 7.1 with Struts-el... and I am receiving the following error while compiling my JSPs from JBuilder 8 Ent. "jsp1.jsp": Error in using tag library uri='/WEB-INF/struts-html-el.tld' prefix='htmlel': The Tag class 'org.apache

Re: What is the best method to set default values of a form?

2003-02-22 Thread Rick Reumann
On Sat, Feb 22,'03 (11:38 AM GMT+0100), Zsolt wrote: > I understand that the reset method should not be used to set the > default values of the fields of a form. What is the preferred way? I think it's best to populate the default form information in an ActionClass. So if I had an insertEmploye

RE: [OT] What's your IQ?

2003-02-22 Thread Vinay Chandupatla
There should be some kind of trick or logic to solve those spacial ones, does anybody knows how to solve those. If we can solve one , we can solve all -- Original Message -- From: "John Espey" <[EMAIL PROTECTED]> Reply-To: "Struts Users Mailing List" <[EMAI

struts-el with weblogic 7.1 - Error (JSP 1.1 spec, 5.4.1) at line 2

2003-02-22 Thread Rabih Yazbeck
Hello, I am using Weblogic 7.1 with Struts-el... and I am receiving the following error while compiling my JSPs from JBuilder 8 Ent. "jsp1.jsp": Error in using tag library uri='/WEB-INF/struts-html-el.tld' prefix='htmlel': The Tag class 'org.apache.strutsel.taglib.html.ELOptionTag' has no setter

RE: [OT] What's your IQ?

2003-02-22 Thread John Espey
142, ditto on the spacial reasoning =/ > -Original Message- > From: James Turner [mailto:[EMAIL PROTECTED] > Sent: Thursday, February 20, 2003 1:29 PM > To: 'Struts Users Mailing List' > Subject: Re: [OT] What's your IQ? > > > 144 here. The spacial reasoning ones were *HARD* > > James

Re: Struts on Jserv???

2003-02-22 Thread Craig R. McClanahan
On Fri, 21 Feb 2003, Damm, Gary wrote: > Date: Fri, 21 Feb 2003 21:26:47 -0800 > From: "Damm, Gary" <[EMAIL PROTECTED]> > Reply-To: Struts Users Mailing List <[EMAIL PROTECTED]> > To: [EMAIL PROTECTED] > Subject: Struts on Jserv??? > > I've developed a Struts application on Tomcat. Now our operat

RE: What is the best method to set default values of a form?

2003-02-22 Thread Ray Madigan
If you look at the example that ships with struts you will see how the registration form is filled in with the data from the User record. The data isn't from a database, but an inmemory XML datastore. -Original Message- From: Jeff Kyser [mailto:[EMAIL PROTECTED] Sent: Saturday, February 22

Re: Design question

2003-02-22 Thread alexj
Great thanks Rick :) -- Alexandre Jaquet - Original Message - From: "Rick Reumann" <[EMAIL PROTECTED]> To: "Struts Users Mailing List" <[EMAIL PROTECTED]> Sent: Saturday, February 22, 2003 5:19 PM Subject: Re: Design question > On Sat, Feb 22,'03 (03:22 PM GMT+0100), alexj wrote: > >

Re: Design question

2003-02-22 Thread Rick Reumann
On Sat, Feb 22,'03 (03:22 PM GMT+0100), alexj wrote: > What's the best to do if for example I got > a view where an user can choose to view > students by class, view students by year > or view students by year ? I think the best is to bring back the results in a table in some default manner (

RE: What is the best method to set default values of a form?

2003-02-22 Thread Zsolt Koppany
Sorry, but I have to read the data from the database. Zsolt On Sat, 2003-02-22 at 16:45, James Childers wrote: > > -Original Message- > > From: Zsolt Koppany [mailto:[EMAIL PROTECTED] > > Sent: Saturday, February 22, 2003 4:39 AM > > To: struts mail list > > Subject: What is the best met

RE: What is the best method to set default values of a form?

2003-02-22 Thread James Childers
> -Original Message- > From: Zsolt Koppany [mailto:[EMAIL PROTECTED] > Sent: Saturday, February 22, 2003 4:39 AM > To: struts mail list > Subject: What is the best method to set default values of a form? > > I understand that the reset method should not be used to set > the default > valu

RE: Language support

2003-02-22 Thread James Childers
> -Original Message- > From: Indrajit M [mailto:[EMAIL PROTECTED] > Sent: Saturday, February 22, 2003 7:40 AM > To: [EMAIL PROTECTED] > Subject: Language support > > > Dear all, > I am using struts to build a news website in arab. For the > language support I am using the following tag

Re: What is the best method to set default values of a form?

2003-02-22 Thread Jeff Kyser
For Dyna forms, you can use the initial='', and on a regular form, for things like radio buttons, the default value is based on the underlying form bean's value. http://husted.com/struts/tips/016.html but not sure about html:text fields in regular ActionForms... -jeff On Saturday, February 22,

Re: can i use native data type

2003-02-22 Thread Vic Cekvenich
BlankDid you try looking this up on the struts user guide page? I will link it for you. http://jakarta.apache.org/struts/userGuide/struts-html.html Also, for others this is a link where you can see a list of questions asked before, you might not be the first to have asked "your" question. http:/

Design question

2003-02-22 Thread alexj
Hi, Hope you didn't get headache ;), I got a little question about the design of my project : What's the best to do if for example I got a view where an user can choose to view students by class, view students by year or view students by year ? Thanks for your advice. <-- Alexandre Jaquet ->

Language support

2003-02-22 Thread Indrajit M
Dear all, I am using struts to build a news website in arab. For the language support I am using the following tags. But I am junk data. But when I change encoding to Arablic windows in the browser, I am watching exact data. Can any body please tell me why it is happening like that? regards,

What is the best method to set default values of a form?

2003-02-22 Thread Zsolt Koppany
Hi, I understand that the reset method should not be used to set the default values of the fields of a form. What is the preferred way? -- Zsolt - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMA