changing ComboBox parameters with struts

2003-03-03 Thread Yaron Sela
Hi. I stored in the pageContext two ArrayList that contains different parameters. for example One contains priceses for sell apartment and one contains prices for rent apartment. Example: <% pageContext.setAttribute("rentprices", com.managers.data.getArrayList("rentprices")); pageContext.se

Re: [OT] Text editor usage (was RE: [OT]: What is vim?)

2003-03-03 Thread Dave Newton
On Mon, 2003-03-03 at 20:58, Rick Reumann wrote: > Ginger: > http://www.gilligansisle.com/ginger.html > > Mary Ann > http://www.gilligansisle.com/mary.html > > (Sad that I actually looked this up on Google:) Yeah... The rest of us already had those pages bookmarked ;) Dave -

[HK] List backed parameter validation

2003-03-03 Thread harish krishnaswamy
Is it possible to add a validation rule (required for ex.) to all list backed parameters in the case od a dynamic form? If yes, how is it defined in the validation-rules.xml? __ Do you Yahoo!? Yahoo! Tax Center - forms, calculators, tips, more http:

Re: Wanted best practice for i18n'd optionsCollection

2003-03-03 Thread Christopher Cheng
I posted a similar question long time ago in this list. -> Nobody cares. So I developed my own custom tag to do it. What I did is populating the collection with locale keys in the label of the LabelValueBean and then get the exact message from the property file. If you want it, I can send you a co

Re: [OT] Text editor usage (was RE: [OT]: What is vim?)

2003-03-03 Thread Rick Reumann
On Tue, Mar 04,'03 (01:44 AM GMT-), Sean wrote: > who are ginger and mary anne? Ginger: http://www.gilligansisle.com/ginger.html Mary Ann http://www.gilligansisle.com/mary.html (Sad that I actually looked this up on Google:) -- Rick -

RE: [OT] Text editor usage (was RE: [OT]: What is vim?)

2003-03-03 Thread Sean Chambers
who are ginger and mary anne? > -Original Message- > From: Jaye Bass [mailto:[EMAIL PROTECTED] > Sent: 04 March 2003 01:43 > To: 'Struts Users Mailing List' > Subject: RE: [OT] Text editor usage (was RE: [OT]: What is vim?) > > > First off...I'd take Mary Ann any day. Second I love Intel

RE: [OT] Text editor usage (was RE: [OT]: What is vim?)

2003-03-03 Thread Jaye Bass
First off...I'd take Mary Ann any day. Second I love IntelliJ. Does it make me a better programmer...I think it probably does: alt-enter, refactoring, multiple paste buffers, optimizing imports, finding usages, ok CVS support and a pretty decent debugger. I know it makes me a happier programmer. -

RE: [OT] Text editor usage (was RE: [OT]: What is vim?)

2003-03-03 Thread David Graham
:). In any case, OTI is an ex-Smalltalk IDE shop, so I presume there's a strong NIH syndrome there similar to most other IDE's I've run across -- Then why is there an Emacs keybinding preference setting but none for vi? David _ Add p

Iterate + indexed property arghhh....

2003-03-03 Thread Jonathan
Hello, I wonder whether somebody can help, I'm using the logic iterate tag to loop through a number of items producing a delete button for each of the items. When the delete button is clicked I want to delete that particular item. Using the below: I produce a list of buttons which SHO

Fw: trouble on my editing

2003-03-03 Thread Richard Raquepo
I am doing a webapp in struts... i'm using a sample program i found during my web searches. I was able to do fine, like saving and deleting but i always seem to get this error whenever i try to setting the form to the session in my edit action. My code is: GetUserAccountService service = null;

RE: Kick Start help

2003-03-03 Thread James Turner
I believe he was referring to my secret identity: LISP-BOY, sidekick to PARENTHESIS-MAN... Since my response was to send him the file he couldn't find, I didn't think it was appropriate for the list. James This mailbox protected from junk em

RE: [OT] Text editor usage (was RE: [OT]: What is vim?)

2003-03-03 Thread Sundar Narasimhan
>>In summary, I like my hybrid approach. And I am trying to convince = >>Eclipse >>guys to have / create a true Emacs plugin .. although I don't see any = >>takers >>yet. > wonder why. I don't see any smileys, so I'll presume you are asking this seriously. I did submit a bug report/enhancem

New Window, New Session

2003-03-03 Thread Mark Chaimungkalanont
HI all, Have a Q about sessions. We're just looking to figure out how things work in struts at the moment, I want to start up a new session when I open up a new window. What is the best way of doing this? Basically the behaviour I want is for the Window A to have a link that opens a new window.

Re: Kick Start help

2003-03-03 Thread James Mitchell
Who were you calling LISP-BOY? Could you define what makes a person a LISP-BOY? -- James Mitchell Web Developer/Struts Evangelist http://jakarta.apache.org/struts/ "People demand freedom of speech to make up for the freedom of thought which they avoid." - Soren Aabye Kierkegaard (1813-1855)

RE: Kick Start help

2003-03-03 Thread Mark Galbreath
Are not you presuming too much, LISP-BOY? Your thoughts? - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

RE: deploy with ant, best practices

2003-03-03 Thread Mark Galbreath
Wow, man, like I amaroused. Mark -Original Message- From: Vic Cekvenich [mailto:[EMAIL PROTECTED] Sent: Monday, March 03, 2003 6:38 PM To: [EMAIL PROTECTED] Subject: Re: deploy with ant, best practices Since I get the joy of being on many clients sites I pick up things. Here is s

Re: [OT] Text editor usage (was RE: [OT]: What is vim?)

2003-03-03 Thread Max Cooper
I was not able to contribute to these discussions before I started using an IDE. Now I have all kinds of free time for this stuff! IDEs are great! ;-) -Max - Original Message - From: "Jeff Kyser" <[EMAIL PROTECTED]> To: "Struts Users Mailing List" <[EMAIL PROTECTED]> Sent: Monday, March 0

Re: Kick Start help

2003-03-03 Thread James Mitchell
I'm not sure how others feel, but I don't mind book discussions on the list, in fact, since these questions will come up often, I prefer that they be answered here. Your thoughts? -- James Mitchell Web Developer/Struts Evangelist http://jakarta.apache.org/struts/ "People demand freedom of speec

RE: [OT] Text editor usage (was RE: [OT]: What is vim?)

2003-03-03 Thread Mark Galbreath
wonder why. -Original Message- From: Sundar Narasimhan [mailto:[EMAIL PROTECTED] Sent: Monday, March 03, 2003 6:35 PM In summary, I like my hybrid approach. And I am trying to convince Eclipse guys to have / create a true Emacs plugin .. although I don't see any takers yet. -

Re: deploy with ant, best practices

2003-03-03 Thread Vic Cekvenich
Since I get the joy of being on many clients sites I pick up things. Here is something that started being better than Ant (Ant is still great for builds). So here is how I develop: Lets call this method "developing live". Using Resin you can make it persist a session to a file, during developme

RE: [OT] Text editor usage (was RE: [OT]: What is vim?)

2003-03-03 Thread Sundar Narasimhan
I didn't want to get into this -- since editors are religion :) but personally I use editors for editing code (although I must admit that Eclipse's ctrl-space/and factoring helpers are beginning to win me over :), and IDE's for debugging. (in multi-threaded apps, there's no comparison -- I can be

RE: Add blank option to select

2003-03-03 Thread Mark Galbreath
Wow! That may be the sexiest message I have ever seen in 3 years of struts users-list! You go, girl! -Original Message- From: Wendy Smoak [mailto:[EMAIL PROTECTED] Sent: Monday, March 03, 2003 5:22 PM To: 'Struts Users Mailing List' Subject: RE: Add blank option to select > What I nee

RE: [OT] Text editor usage (was RE: [OT]: What is vim?)

2003-03-03 Thread Mark Galbreath
I rest my case! ;-) Mark Galbreath Principal Consultant Workflow Process Engineering and Systems Integration http://www.QAT.com 410-703-367 / 800-799-8545 "Never attribute to malice that which can be adequately explained by stupidity." ~Hanlon's Razor -Original Message- From: John Es

RE: [OT] Text editor usage (was RE: [OT]: What is vim?)

2003-03-03 Thread Mark Galbreath
Nah - right next to my VB-3 cert! Mark -Original Message- From: Joe Barefoot [mailto:[EMAIL PROTECTED] Sent: Monday, March 03, 2003 5:58 PM To: Struts Users Mailing List Subject: RE: [OT] Text editor usage (was RE: [OT]: What is vim?) Do you hang that next to your WordPerfect certific

RE: [OT] Text editor usage (was RE: [OT]: What is vim?)

2003-03-03 Thread Mark Galbreath
GINGER! And she can whip me with bamboo anytime! Mark -Original Message- From: Jeff Kyser [mailto:[EMAIL PROTECTED] Sent: Monday, March 03, 2003 5:57 PM Wow, this argument is about as winnable as a 'Ginger or Mary Anne' discussion and not nearly as interesting. Although the diatribes a

RE: [OT] Java Certification

2003-03-03 Thread Mark Galbreath
I have to respond to this: I thought getting certification was the coolest thing in the world until I realized that only 10 percent of the questions on the test related to real-world scenarios and 90 percent of the companies I interviewed after the test said, pretty much, "so what?" The fact of t

Re: Add blank option to select

2003-03-03 Thread Claude Betancourt
Do you mean that he should use a plain ... or use ... instead? There are reasons to use a null value in something like: ... When the form is submitted, you're guaranteed a null string will be passed in the actionForm if nothing is selected. I wouldn't want to check for a "..." to know that nothi

Accepting arrays as values in mapped-backed ActionForms

2003-03-03 Thread John Devine
Does anyone know how to specify that the value of the HashMap in a mapped-backed ActionForm should be an array of Strings rather than just a single String? I'm having a problem in trying to set up a page of several rows of indexed multi-boxes: I have a regular action form that includes: publi

RE: [OT] Text editor usage (was RE: [OT]: What is vim?)

2003-03-03 Thread Chen, Gin
I'm selling all my java certs and other certs on ebay. $10 more and I'll change the name on them to whatever. $20 more and I'll include the pin they gave me! -Tim -Original Message- From: John Espey [mailto:[EMAIL PROTECTED] Sent: Monday, March 03, 2003 6:02 PM To: Struts Users Mailing Lis

RE: Form target

2003-03-03 Thread Chen, Gin
Okay I believe this is an IE issue. I can't seem to get _parent to work in any of my forms and I can't get document.open to work for _blank either. Not only that but I can't even get nested forms in IE. I hate Micro$oft. -Tim -Original Message- From: Chen, Gin [mailto:[EMAIL PROTECTED] Sen

RE: [OT] Text editor usage (was RE: [OT]: What is vim?)

2003-03-03 Thread John Espey
Java Certified? That proves it conclusively then. What was I thinking? > -Original Message- > From: Mark Galbreath [mailto:[EMAIL PROTECTED] > Sent: Monday, March 03, 2003 4:49 PM > To: 'Struts Users Mailing List' > Subject: RE: [OT] Text editor usage (was RE: [OT]: What is vim?) > > > W

RE: [OT] Text editor usage (was RE: [OT]: What is vim?)

2003-03-03 Thread Joe Barefoot
Do you hang that next to your WordPerfect certification? > -Original Message- > From: Mark Galbreath [mailto:[EMAIL PROTECTED] > Sent: Monday, March 03, 2003 2:49 PM > To: 'Struts Users Mailing List' > Subject: RE: [OT] Text editor usage (was RE: [OT]: What is vim?) > > > Well, you are f

Re: [OT] Text editor usage (was RE: [OT]: What is vim?)

2003-03-03 Thread Jeff Kyser
Wow, this argument is about as winnable as a 'Ginger or Mary Anne' discussion and not nearly as interesting. Although the diatribes about productivity are kinda humorous, given the context ;) -jeff On Monday, March 3, 2003, at 04:42 PM, Assenza, Chris wrote: If one were to make a value judgem

RE: Add blank option to select

2003-03-03 Thread Wendy Smoak
> What I need is to add a blank option to the select that is not present in my > data. Since my List implementation is just an adaptor, and not a new data > structure, I cannot just add another member. This is what I do for Struts 1.1 with the EL tags, but maybe it will work or can be adapted:

RE: [OT] Text editor usage (was RE: [OT]: What is vim?)

2003-03-03 Thread Mark Galbreath
Well, you are full of shyte. Okay? Mark (been a master carpenter and Java certified) -Original Message- From: John Espey [mailto:[EMAIL PROTECTED] Sent: Monday, March 03, 2003 5:40 PM To: Struts Users Mailing List Subject: RE: [OT] Text editor usage (was RE: [OT]: What is vim?) I dis

RE: [OT] Text editor usage (was RE: [OT]: What is vim?)

2003-03-03 Thread Assenza, Chris
If one were to make a value judgement such as "better" then one would require a common basis for comparison. I would be safe in assuming that not everyone here is analyzing this question based on a common frame of reference, in fact I bet we all have slightly different concepts of who or what make

RE: [OT] Text editor usage (was RE: [OT]: What is vim?)

2003-03-03 Thread John Espey
I disagree STRONGLY with the statement that a programmer who uses a text editor learns the language better. This is like saying a construction worker cannot be a good carpenter unless he builds a house from the ground up with a hammer and a standard screwdriver. Just because I look at a black and

RE: Form target

2003-03-03 Thread Chen, Gin
Sorry. Here's the situation. I have a page that does a window.open to create a popup with another action form. Once that popup form does it's work I want to refresh the parent form. Using HTML I usually just set a target on the form to go to my parent (_parent). When I do this using the target at

Anyone using JBoss with custom validator rules?

2003-03-03 Thread Brian Topping
Hi all, I have Validator operational with two-password validation along the lines of what is in the developer guide. I've found that the custom validator function can be found when the setup is running under standalone Tomcat 4.0.x, but not when that tomcat is running under JBoss, I get the attac

RE: Form target

2003-03-03 Thread Karr, David
How about telling us what "not working" means? What exactly happens? What do you see and what did you expect to see? > -Original Message- > From: Chen, Gin [mailto:[EMAIL PROTECTED] > > I am trying to use target in Struts 1.1b3 > I have: > > this syntax works well when its just ht

Re: [OT] Text editor usage (was RE: [OT]: What is vim?)

2003-03-03 Thread David Graham
I believe Eclipse 2.1 (due out this month) supports user defined key bindings. David From: Rick Reumann <[EMAIL PROTECTED]> Reply-To: "Struts Users Mailing List" <[EMAIL PROTECTED]> To: "Struts Users Mailing List" <[EMAIL PROTECTED]> Subject: Re: [OT] Text editor usage (was RE: [OT]: What is v

RE: isEmpty() Method Not Working?

2003-03-03 Thread Mervin Williams
That was indeed the problem - I had an older version of the Struts.jar in my deployment folder. In my case, I am running Jboss with Tomcat, so I had to update the Struts.jar in my Jboss-3.0.5_tomcat-4.1.18\server\default\lib folder. Thanks much to y'all (yes, I'm from Texas) for all your help! M

RE: Add blank option to select

2003-03-03 Thread apachep2
The replace empty string with "noselect":) -Original Message- From: James Childers [mailto:[EMAIL PROTECTED] Sent: March 3, 2003 5:05 PM To: Struts Users Mailing List Subject: RE: Add blank option to select I just had to do this about 30 minutes ago. All I did was: Quick & dirty, and

Re: [OT] Text editor usage (was RE: [OT]: What is vim?)

2003-03-03 Thread Rick Reumann
On Mon, 3 Mar 2003 15:58:11 -0600 "Chappell, Simon P" <[EMAIL PROTECTED]> wrote: > I now use the Eclipse > IDE for alot of my personal programming because it is like a text > editor that wants to be helpful. What I don't like about many of the IDEs (including my favorites Intellij and Eclipse)

RE: isEmpty() Method Not Working?

2003-03-03 Thread apachep2
isEmpty only came out with b3. -Original Message- From: Ditlinger, Steve [mailto:[EMAIL PROTECTED] Sent: March 3, 2003 5:03 PM To: 'Struts Users Mailing List' Subject: RE: isEmpty() Method Not Working? NoSuchMethodError does not extend Exception, so if you are catching Exception, the ca

RE: Kick Start help

2003-03-03 Thread James Turner
Answered offline... James - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

RE: [OT] Text editor usage (was RE: [OT]: What is vim?)

2003-03-03 Thread apachep2
I still disagree. I use IDE mainly for quick editing. I find it is convenient if I can simply select, drag and drop text using mouse in an editor. I usually turn off those features like you type a ., IDE pops up a list of the methods. I turn them off because they slow down my typing. I used to us

Form target

2003-03-03 Thread Chen, Gin
I am trying to use target in Struts 1.1b3 I have: this syntax works well when its just html but its not working with struts. Is there another syntax that I should be using to post a form to the parent? -Tim - To unsubscri

RE: Add blank option to select

2003-03-03 Thread James Childers
Well, yes there is. The inital form value is an empty string; doing it this way allows it to be preselected accordingly. outputs , not . -= J > -Original Message- > From: David Graham [mailto:[EMAIL PROTECTED] > Sent: Monday, March 03, 2003 4:07 PM > To: [EMAIL PROTECTED] > Subject: RE

RE: Add blank option to select

2003-03-03 Thread Bredesen, Chris - NA US HQ Delray
Because I'm a big moron and like to overcomplicate things! I better get back home, my village is missing its idiot. Thanks a million > -Original Message- > From: David Graham [mailto:[EMAIL PROTECTED] > Sent: Monday, March 03, 2003 4:57 PM > To: [EMAIL PROTECTED] > Subject: Re: Add

RE: [OT] Text editor usage (was RE: [OT]: What is vim?)

2003-03-03 Thread Chappell, Simon P
I know, but arguing languages is as much use as arguing vi/emacs. Actually, I think that Ruby is going to be the next big scripting language and that the fault-tolerant systems of the next decade will be written in Erlang. Just my $0.02. Simon P.S. Did you mean "baiter"? >-Original Message

RE: [OT] Text editor usage (was RE: [OT]: What is vim?)

2003-03-03 Thread Chappell, Simon P
That's why we mark some messages OT, so that you can filter them out. There is no requirement for you to find this thread interesting, as it's connection with Struts is tenuous at best! :-) Simon >-Original Message- >From: Taylor, Jason [mailto:[EMAIL PROTECTED] >Sent: Monday, March 03,

RE: isEmpty() Method Not Working?

2003-03-03 Thread apachep2
There is nothing to do with Z, ignore it. To debug, I have two suggestions: 1. since isEmpty never throws exception from your try block, move try/catch to your errors.add; OR 2. remove if (!errors.isEmpty -Original Message- From: Mervin Williams [mailto:[EMAIL PROTECTED] Sent: March

RE: Add blank option to select

2003-03-03 Thread David Graham
There's no point in using the taglib to output a null valued tag. David From: "James Childers" <[EMAIL PROTECTED]> Reply-To: "Struts Users Mailing List" <[EMAIL PROTECTED]> To: "Struts Users Mailing List" <[EMAIL PROTECTED]> Subject: RE: Add blank option to select Date: Mon, 3 Mar 2003 16:04:4

Generating HTML with HTML:tags within from xsl

2003-03-03 Thread Clement, Stephen
Having a problem generating html from a XSL transformation which I want to contain Struts html:tags (html:form, html:text,...). I get: javax.servlet.ServletException: javax.xml.transform.TransformerConfigurationException: javax.xml.transform.TransformerException: org.xml.sax.SAXParseException: Th

RE: Add blank option to select

2003-03-03 Thread James Childers
I just had to do this about 30 minutes ago. All I did was: Quick & dirty, and it doesn't add anything to your List. But I didn't feel that adding empty entries to my List was something I really wanted to do. -= J > -Original Message- > From: Bredesen, Chris - NA US HQ Delray > [mailt

RE: [OT] Text editor usage (was RE: [OT]: What is vim?)

2003-03-03 Thread Taylor, Jason
z... > -Original Message- > From: Chappell, Simon P [mailto:[EMAIL PROTECTED] > Sent: Monday, March 03, 2003 1:38 PM > To: Struts Users Mailing List > Subject: [OT] Text editor usage (was RE: [OT]: What is vim?) > > > Actually, my primary point was text editor u

RE: isEmpty() Method Not Working?

2003-03-03 Thread Chen, Gin
Dont worry about the Z. Apparently you have the latest version of Struts for development but not when you deploy. You might want to check the version that you have deployed with to make sure. -Tim -Original Message- From: Mervin Williams [mailto:[EMAIL PROTECTED] Sent: Monday, March 03, 20

RE: isEmpty() Method Not Working?

2003-03-03 Thread Ditlinger, Steve
NoSuchMethodError does not extend Exception, so if you are catching Exception, the catch block will not be entered. However, your real problem is that you are compiling against a current version of Struts and then running against an obsolete version of Struts. HTH, Steve -Original Messag

RE: [OT] Text editor usage (was RE: [OT]: What is vim?)

2003-03-03 Thread Mark Galbreath
You guys are soo easy! Mark, the Master Bater -Original Message- From: Chappell, Simon P [mailto:[EMAIL PROTECTED] Sent: Monday, March 03, 2003 5:00 PM To: Struts Users Mailing List Subject: RE: [OT] Text editor usage (was RE: [OT]: What is vim?) I have no intention of arguing thi

RE: [OT] Text editor usage (was RE: [OT]: What is vim?)

2003-03-03 Thread Chappell, Simon P
I have no intention of arguing this one. I've seen shell scripters that could run rings around some java programmers. The language is rarely the issue. The skill of the programmer is the issue. Text editor usage is only an observable trait in skilled programmers. Simon >-Original Message--

RE: [OT] Text editor usage (was RE: [OT]: What is vim?)

2003-03-03 Thread Chappell, Simon P
No. I very specifically said that the better programmers CAN use text editors and command-line tools. This does not mean that they have to, only that they COULD use them if they choose to. I now use the Eclipse IDE for alot of my personal programming because it is like a text editor that wants t

RE: isEmpty() Method Not Working?

2003-03-03 Thread Mervin Williams
I put a try/catch block around the "if(!errors.isEmpty())" call, but the catch block was never entered, and the exception occurred. Below is the stack trace for the error. I do notice something strange in the stack tracke: in the "Root Cause" portion of the stack trace, the NoSuchMethodError re

Re: Add blank option to select

2003-03-03 Thread David Graham
Why can't you just put this at the beginning of your select box ? David From: "Bredesen, Chris - NA US HQ Delray" <[EMAIL PROTECTED]> Reply-To: "Struts Users Mailing List" <[EMAIL PROTECTED]> To: "Struts Users Mailing List (E-mail)" <[EMAIL PROTECTED]> Subject: Add blank option to select Date:

RE: [OT] Text editor usage (was RE: [OT]: What is vim?)

2003-03-03 Thread Brian Topping
I'd say that this probably stems from the fact that IDEs were generally trash until recently, that there was always "one missing link". The IDEs that are worth learning have a pretty high learning curve. The crew that "can't be bothered to learn a complex IDE when the one they have is fine" gener

Re: [OT] Text editor usage (was RE: [OT]: What is vim?)

2003-03-03 Thread David Graham
There have also been studies that show perl programmers are generally better than java programmers. David From: "Chappell, Simon P" <[EMAIL PROTECTED]> Reply-To: "Struts Users Mailing List" <[EMAIL PROTECTED]> To: "Struts Users Mailing List" <[EMAIL PROTECTED]> Subject: [OT] Text editor usage

Re: [OT] Text editor usage (was RE: [OT]: What is vim?)

2003-03-03 Thread Colin Kilburn
I try to learn everything in a "bare-bones" environment, so I'm not handicapped when I don't have my precious IDE. I love vim, but for things like refactoring, eclipse helps me tremendously. If only there were vim key bindings for eclipse... Colin Pani, Gourav wrote: i agree with simon to a

RE: [OT] Text editor usage (was RE: [OT]: What is vim?)

2003-03-03 Thread Pani, Gourav
i agree with simon to a certain degree. personally, i got a lot better understanding of programming when i was forced into an environment where i had to use vi and command line for development. eventually we switched to a more organized environment with jEdit as the IDE. i will admit that using

RE: [OT] Text editor usage (was RE: [OT]: What is vim?)

2003-03-03 Thread Chen, Gin
I think your confusing personal perference with programming skill. Thats like saying that Ted drink Sprite when most of the better programmers drinks Mountain Dew. -Tim -Original Message- From: Chappell, Simon P [mailto:[EMAIL PROTECTED] Sent: Monday, March 03, 2003 4:38 PM To: Struts User

Re: [OT] Text editor usage (was RE: [OT]: What is vim?)

2003-03-03 Thread Max Cooper
Perhaps only good programmers use text editors. But it certainly isn't the case that good programmers only use text editors. I used to use text editors for all my programming, but I have since switched to IntelliJ IDEA because I am convinced it helps me do my work better and faster. I can certainl

Add blank option to select

2003-03-03 Thread Bredesen, Chris - NA US HQ Delray
Hi All, I have a proprietary table object which I expose to html:options via an adaptor class that extends AbstractList. The List implementation gives collection-like random access to my proprietary object which is then used to build a select box. What I need is to add a blank option to the sele

RE: [OT] Text editor usage (was RE: [OT]: What is vim?)

2003-03-03 Thread iguane18-3
is there any relation between skill and productivity? At 16:43 03/03/2003 -0500, you wrote: IDE is what we usually called productivity tool, text editor is not. There is nothing to do with a developer's skill. -Original Message- From: Chappell, Simon P [mailto:[EMAIL PROTECTED] Sent: March

RE: [OT] Text editor usage (was RE: [OT]: What is vim?)

2003-03-03 Thread apachep2
IDE is what we usually called productivity tool, text editor is not. There is nothing to do with a developer's skill. -Original Message- From: Chappell, Simon P [mailto:[EMAIL PROTECTED] Sent: March 3, 2003 4:38 PM To: Struts Users Mailing List Subject: [OT] Text editor usage (was RE: [OT

Re: [OT] Text editor usage (was RE: [OT]: What is vim?)

2003-03-03 Thread alexj
some go with car, some go on foot it doesn't really matter how people go, if they can be at time ;)) -- Alexandre Jaquet - Original Message - From: "Chappell, Simon P" <[EMAIL PROTECTED]> To: "Struts Users Mailing List" <[EMAIL PROTECTED]> Sent: Monday, March 03, 2003 10:38 PM Subject: [OT

[internals] Accessign ActionForm class from within tag

2003-03-03 Thread Ashish Bansal
Hi! I am looking at extending some of the struts provided html/form tags. The requirement is to find out the ActionForm class which holds the data for the form tag being generated [within BaseField/Input/HandlerTag or lowever levels] as the doStartTag() method is being processed. How do I get to th

[OT] Text editor usage (was RE: [OT]: What is vim?)

2003-03-03 Thread Chappell, Simon P
Actually, my primary point was text editor usage and programmer ability. It is my personal observation that the better programmers use text editors. (vi or emacs or jedit or vim ... I don't care ... that's not the argument here). I'm not quite saying that IDEs are bad, although I'm certainly tem

Unable to access "title" attribute in Tiles under layout(1.1-rc1)

2003-03-03 Thread Steve Stair
Inside /layouts/layout.jsp page, I have the following: <%@ taglib uri="/WEB-INF/struts-tiles.tld" prefix="tiles" %> Which works fine, the page title as defined in the tiles defintion file is displayed in the browser's title bar However, when I attempt to use that same title in /tiles/he

Kick Start help

2003-03-03 Thread Andrew Rogov
recently I bought Turner&Bedell 's KICK Start Book, but I find some errors in stock samples ! Not found stock.tld file. Could you help me ! Andrey Rogov mailto:[EMAIL PROTECTED] - To unsubscribe, e-mail: [EMAIL

RE: [OT]: What is vim?

2003-03-03 Thread Joe Barefoot
+1 Especially with open-source like Struts...I have its source mounted in IntelliJ alongside our stuff, so I can jump to a method declaration if need be. I'll take RTFM and do you one better: RTFS ;) --joe > -Original Message- > From: David Graham [mailto:[EMAIL PROTECTED] > Sent

Re: [OT]: What is vim?

2003-03-03 Thread Rick Reumann
On Mon, 3 Mar 2003 16:14:12 -0500 "Mark Galbreath" <[EMAIL PROTECTED]> wrote: > Oh, quit yer whining > > http://www.ee.ryerson.ca:8080/~elf/hack/realmen.html And don't forget... My mom can beat up your mom:) -- Rick Reumann -

RE: [OT]: What is vim?

2003-03-03 Thread Mark Galbreath
Oh, quit yer whining http://www.ee.ryerson.ca:8080/~elf/hack/realmen.html -Original Message- From: Rick Reumann [mailto:[EMAIL PROTECTED] Sent: Monday, March 03, 2003 4:00 PM To: Struts Users Mailing List Subject: Re: [OT]: What is vim? On Mon, 3 Mar 2003 14:56:45 -0500 "Mark Galb

Re: How fast is ?

2003-03-03 Thread David Graham
It's as fast as it takes to lookup a key in a hashmap. If that's unacceptable then you should write a different jsp for each language with hardcoded text. David From: Boris Folgmann <[EMAIL PROTECTED]> Reply-To: "Struts Users Mailing List" <[EMAIL PROTECTED]> To: Struts Users Mailing List <[

RE: [OT]: What is vim?

2003-03-03 Thread John Espey
People always mention auto-complete, but it seems to me that it is one of the least significant features of an IDE in terms of enhanced productivity. Auto-generation of test cases, refactoring, import organization, package generation, exception generation, JPDA, etc. are all things that I think are

RE: isEmpty() Method Not Working?

2003-03-03 Thread p2 - apache
Can you put a try/catch block around your if (!errors... Let's see if this is where the exception is thrown. -Original Message- From: Mervin Williams [mailto:[EMAIL PROTECTED] Sent: March 3, 2003 3:45 PM To: [EMAIL PROTECTED] Subject: FW: isEmpty() Method Not Working? Every time my appli

RE: isEmpty() Method Not Working?

2003-03-03 Thread Karr, David
In general, it's useful if you provide the entire stacktrace, including the root cause. > -Original Message- > From: Mervin Williams [mailto:[EMAIL PROTECTED] > > Every time my application encounters the ActionErrors isEmpty() message, > a Servlet Exception occurs. I simply replaced the

Re: [OT]: What is vim?

2003-03-03 Thread Rick Reumann
On Mon, 3 Mar 2003 14:56:45 -0500 "Mark Galbreath" <[EMAIL PROTECTED]> wrote: > And any non-dot-completion editor refines > your sense of the API because it forces you to RTFM. Ok, I see the whole vi/emacs/IDE wars starting up:) Sure in the beginning a newbie should learn to use a basic text edit

How fast is ?

2003-03-03 Thread Boris Folgmann
Hi Struts-Users! I need to internationalize a high-volume web application. How fast or slow is it to replace the text messages in all JSPs with ? I assume that if every page has appx. 10 tags this could slow down the entire webapp. How fast are those resource file lookups? The keys normally used

RE: [OT]: What is vim?

2003-03-03 Thread David Graham
> >VIM (vi) beats the hell out of EMACS, unless you are a LISP >weenie with a >masochistic bent. And any non-dot-completion editor refines >your sense of >the API because it forces you to RTFM. > >Mark I use an ide and am referencing javadoc all the time anyways. I don't see any correlation betw

FW: isEmpty() Method Not Working?

2003-03-03 Thread Mervin Williams
Every time my application encounters the ActionErrors isEmpty() message, a Servlet Exception occurs. I simply replaced the old call from "errors.empty()" to "errors.isEmpty()". If anyone has ideas as to what's going on, please help! Here is my code: --

RE: Java script with struts

2003-03-03 Thread Edgar Dollin
This is not really a struts question and I don't know your object types but the following is pretty generic. yourJavaScriptFunc("<%= yourJavaObject.toString() %>"); In your example you are looking for a numeric, in which case you would drop the quotes. Edgar > -Original Message---

Re: What is the best struts plugin for Eclipse?

2003-03-03 Thread alexj
viMeilleur :) -- Alexandre Jaquet - Original Message - From: "Pani, Gourav" <[EMAIL PROTECTED]> To: "'Struts Users Mailing List'" <[EMAIL PROTECTED]> Sent: Monday, March 03, 2003 5:16 PM Subject: RE: What is the best struts plugin for Eclipse? > viMproved. > > -Original Message-

RE: reading data from application.properties (Struts 1.1 RC 1)

2003-03-03 Thread Karr, David
Yes, Struts 1.1 changes (wrt Struts 1.0.2) where you specify the application properties file. After your "action-mappings" element, put something like the following: > -Original Message- > From: k [mailto:[EMAIL PROTECTED] > Sent: Monday, March 03, 2003 10:29 AM > To: struts-user > Su

RE: [OT]: What is vim?

2003-03-03 Thread Chappell, Simon P
More of an anti-hero. ;-) >-Original Message- >From: Mark Galbreath [mailto:[EMAIL PROTECTED] >Sent: Monday, March 03, 2003 2:22 PM >To: 'Struts Users Mailing List' >Subject: RE: [OT]: What is vim? > > >Admit it, Simon. I'm your hero. > > >-Original Message- >From: Chappell, Simo

OnLoad

2003-03-03 Thread Ray Madigan
I am working in a jsp and I have found the item im looking for. I write out an

RE: ExceptionHandling

2003-03-03 Thread Karr, David
You have single quotes wrapping single quotes. Make either the inner or outer quotes be double quotes. I assume you're not really referencing the "xxx" attribute? > -Original Message- > From: Ray Madigan [mailto:[EMAIL PROTECTED] > > My application generates detailed Exceptions in the b

RE: [OT]: What is vim?

2003-03-03 Thread Mark Galbreath
Admit it, Simon. I'm your hero. -Original Message- From: Chappell, Simon P [mailto:[EMAIL PROTECTED] Sent: Monday, March 03, 2003 3:01 PM To: Struts Users Mailing List Subject: RE: [OT]: What is vim? I have to agree with Mark here, even though I hate to encourage him! :-) Any program

Re: TILES - Network Traffic...

2003-03-03 Thread Puneet Agarwal
Hue, That's exactly what I am looking at to be able to use both TILES and IFRAMES. Especially for TAB's, I want to achieve the following : "My page has two tabs, when the page loads up, it shows the fist tab and has not brought the information about second tab, but when use clicks on the second ta

RE: [OT]: What is vim?

2003-03-03 Thread Chappell, Simon P
I have to agree with Mark here, even though I hate to encourage him! :-) Any programmer that can't work from a text editor and the API is in need of more training. Now, experienced programmers use IDEs and other labour saving tools, not because they can't program with a text editor, but rather b

RE: [OT]: What is vim?

2003-03-03 Thread Pani, Gourav
hear hear mark. ps: could you fix the vimulator for jEdit please? ;) -Original Message- From: Mark Galbreath [mailto:[EMAIL PROTECTED] Sent: Monday, March 03, 2003 2:57 PM To: 'Struts Users Mailing List' Subject: RE: [OT]: What is vim? VIM (vi) beats the hell out of EMACS, unless yo

RE: [OT]: What is vim?

2003-03-03 Thread Mark Galbreath
VIM (vi) beats the hell out of EMACS, unless you are a LISP weenie with a masochistic bent. And any non-dot-completion editor refines your sense of the API because it forces you to RTFM. Mark -Original Message- From: James Childers [mailto:[EMAIL PROTECTED] Sent: Monday, March 03, 2003

  1   2   3   >