Re: Personalised web pages.

2002-08-30 Thread vellosa
Hi, What do you mean my personalised? Does it say welcome user when they log in on the home page? Or do you display messages in the users own language? Or does each user just get a different colour scheme? Or do they see different functionality depending upon their role? Or do they see

Re: Struts and Many Buttons on Single page

2002-08-30 Thread Renato Aganippe
Jim, I'll be interested in your action code. Thank you, Renato - Original Message - From: [EMAIL PROTECTED] To: Struts Users Mailing List [EMAIL PROTECTED] Sent: Thursday, August 29, 2002 7:08 PM Subject: Re: Struts and Many Buttons on Single page Have been through this one;

RE: Personalised web pages.

2002-08-30 Thread Mohan Radhakrishnan
Hi, Or do they see different functionality depending upon their role? They should see a different set of reports based on their profile. The set of reports will be configured by the user through the admin. screen. The current UI is HTML. I am thinking.. if HTML is changed to XHTML,

RE: [BEER] Is it Friday Yet?

2002-08-30 Thread Jesse Alexander (KADA 11)
possiamo anche continuare in italiano se preferite (we can also continue in Italian if you like that better) -Original Message- From: Jerry Jalenak [mailto:[EMAIL PROTECTED]] Sent: Donnerstag, 29. August 2002 21:52 To: 'Struts Users Mailing List' Subject: RE: [BEER] Is it Friday Yet?

RE: Struts and Many Buttons on Single page

2002-08-30 Thread Frederic Laub
Jim, Me too. Thank you, Frederic -Original Message- From: Renato Aganippe [mailto:[EMAIL PROTECTED]] Sent: Friday, August 30, 2002 8:52 AM To: Struts Users Mailing List Subject: Re: Struts and Many Buttons on Single page Jim, I'll be interested in your action code. Thank you,

RE: [BEER] Is it Friday Yet?

2002-08-30 Thread Jacob Hookom
It's Friday... 2am and I've had too much beer... so no 'italiano'. | -Original Message- | From: Jesse Alexander (KADA 11) [mailto:[EMAIL PROTECTED]] | Sent: Friday, August 30, 2002 1:59 AM | To: 'Struts Users Mailing List' | Subject: RE: [BEER] Is it Friday Yet? | | possiamo anche

RE: [BEER] Is it Friday Yet?

2002-08-30 Thread Jesse Alexander (KADA 11)
Maybe we should ask those using "strange" fonts or languages to supply also a understable translation. Davayte nachnem pisat po-russki (Let's start to use russian) -Original Message- From: Joel Rees [mailto:[EMAIL PROTECTED]] Sent: Freitag, 30. August 2002 06:53 To: Struts Users Mailing

Driver-Specific JDBC Functionality

2002-08-30 Thread Dan Rudman
I'm working with postgresql 7.2.1 and want to leverage Large Objects in my Struts application using oid's. I have the typical struts-config.xml configuration specifying a connection pool with the postgresql driver. I'm using Struts 1.0.2. According to the documentation for postgresql, I need to

RE: [BEER] Is it Friday Yet?

2002-08-30 Thread Andrew Hill
3pm and Ive had too little... -Original Message- From: Jacob Hookom [mailto:[EMAIL PROTECTED]] Sent: Friday, August 30, 2002 15:12 To: 'Struts Users Mailing List' Subject: RE: [BEER] Is it Friday Yet? It's Friday... 2am and I've had too much beer... so no 'italiano'. | -Original

RE: [BEER ] Is it Friday Yet?

2002-08-30 Thread Jesse Alexander (KADA 11)
That's just to encourage you to learn a new 3D-language (language usefull for 3D(imensional)-contacts (== real-life). I mean English, Français, Italiano, Deutsch, Espanol and maybe Russki should be considered the minimal survival kit nowadays... salue -Original Message- From: Tim T.

RE: Using Struts in Weblogic Eclipse

2002-08-30 Thread Jesse Alexander (KADA 11)
Use remote-debugging. Simply add the remote debugging parameters to WLS-startup, configure remote-debugging in Eclipse and go ahead... hth Alexander -Original Message- From: Madhavan Srinivasan [mailto:[EMAIL PROTECTED]] Sent: Donnerstag, 29. August 2002 22:12 To: Struts Users Mailing

[ExceptionHandler] NoClassDefFoundError: org/apache/struts/action/ExceptionHandler

2002-08-30 Thread Charles
Hi, I'm using declarative exception handling in struts 1.1. I have no problems implementing them. However I want to display additional information of the exception by getting the e.getMessage() and including it into the ActionError object. I've read up Chuck 's chapter 10 on exception and used

RE: [BEER] Is it Friday Yet?

2002-08-30 Thread John Yu
Please use unicode escapes! My email client is J2EE compliant. :-) At 03:15 pm 30-08-2002, you wrote: That's just to encourage you to learn a new 3D-language (language usefull for 3D(imensional)-contacts (== real-life). I mean English, Français, Italiano, Deutsch, Espanol and maybe Russki

Re: [BEER] Is it Friday Yet?

2002-08-30 Thread Joel Rees
Maybe we should ask those using "strange" fonts or languages to supply also a understable translation. I don't know if it's worth it, but ... Davayte nachnem pisat po-russki (Let's start to use russian) To quote a famous singer, I'd love to, but I can't. -Original Message- From:

Re: [OT ARTICLE] JavaServer Faces on theserverside

2002-08-30 Thread Emmanuel Boudrant
You answer to my question, How manywho is the spec leader ? ;) What's happen to theserverside, the interview was added on August 29 ! Thx, -Emmanuel --- Craig R. McClanahan [EMAIL PROTECTED] a écrit : On Fri, 30 Aug 2002, Emmanuel Boudrant wrote: Date: Fri, 30 Aug 2002 00:02:26

RE: [BEER] Is it Friday Yet?

2002-08-30 Thread Jesse Alexander (KADA 11)
Well, at least your problem is easier to fix... -Original Message- From: Andrew Hill [mailto:[EMAIL PROTECTED]] Sent: Freitag, 30. August 2002 09:19 To: Struts Users Mailing List Subject: RE: [BEER] Is it Friday Yet? 3pm and Ive had too little... -Original Message- From:

RE: [BEER] Is it Friday Yet?

2002-08-30 Thread Andrew Hill
If not cheap... Hows $10 for one beer sound? (about $6 US) sigh/ -Original Message- From: Jesse Alexander (KADA 11) [mailto:[EMAIL PROTECTED]] Sent: Friday, August 30, 2002 16:12 To: 'Struts Users Mailing List' Subject: RE: [BEER] Is it Friday Yet? Well, at least your problem is

Re: Tiles+Validator: Correct way to reference staticJavascript.jspfi le?

2002-08-30 Thread Cedric Dumoulin
Hello, To be independent from you application name, use script language=Javascript1.1 src=%=request.getContextPath()%/staticJavascript.jsp/script Cedric Karr, David wrote: I'm trying to build a simple prototype appliction which is using both Tiles and Validator. I got my Tiles

Re: [ExceptionHandler] NoClassDefFoundError: org/apache/struts/action/ExceptionHandler

2002-08-30 Thread Charles
Btw..here's an except of the error message i get : - start of exception - Error. The server encountered an unexpected condition which prevented it from fulfilling the request. java.lang.NoClassDefFoundError:

Re: Where is the Tiles Tutorial

2002-08-30 Thread Cedric Dumoulin
The tutorial is here: http://www.lifl.fr/~dumoulin/tiles/doc/tutorialBody.html (yes, it is old). Check also: http://www.lifl.fr/~dumoulin/tiles/tilesAdvancedFeatures.pdf And articles, books, ... Cedric Michael wrote: In the Struts 1.1b2 distribution, the Tiles tutorial is missing.

RE : Where is the Tiles Tutorial

2002-08-30 Thread Michael
I followed another user's suggestion and downloaded Chapter 14 from the Struts book from theserverside.com. It explains things pretty well. I just downloaded the PDF, at 40+ pages it's a little intimidating but I'm definitely going to read it. Thanks, Michael -Original Message-

RE: [Core] Setup globals per new session

2002-08-30 Thread Mark Kaye
-Original Message- From: Mark Kaye Thanks Danny. I've looked into this and it seems to be exactly what I'm looking for. You're a star. Hmm, it seems I can't use HttpSessionListener after all :(. After looking into it in more depth, it looks like I won't be able to get a handle

MAPPING configuration error for request URI

2002-08-30 Thread Leonard Wolters
Hi, Can someone help me with resolving this error ? In my jsp, I have the following code: img src='/displayPhotoServlet?imgId=%= izjnUser.getID() %' In my web.xml, i have the following code: servlet servlet-nameDisplayPhotoServlet/servlet-name

SSL with Stuts

2002-08-30 Thread K.Viswanathan
Hi! I believe some people( Ssteve, Max and Prakash) from http://home1.gte.net/ditling/struts/ have implemented ssl extension to Struts. Will this be integrated with Struts? Any inputs on this will be appriciated Thanks Vishy

RE: [New Functionality] ApplicationResources.properties to DB?

2002-08-30 Thread Galbreath, Mark
I thought about writing a db trigger and then decided to include a reload() to manually refresh the data in the event of changes to the db. Mark -Original Message- From: Jason Rosen [mailto:[EMAIL PROTECTED]] Sent: Thursday, August 29, 2002 4:23 PM To: 'Struts Users Mailing List'

RE: [Core] Setup globals per new session

2002-08-30 Thread Mark Kaye
OK, I've decided to create an IndexAction and bind it to /index, then add welcome-fileindex.do/welcome-file to my web.xml. This appears to work and will allow me to set up all the session state I need dependant upon the hostname. I now have to figure out a clean mechanism to ensure that the

RE: [Core] Setup globals per new session

2002-08-30 Thread Miguel Angel Mulero Martinez
About the first type, there is an example of tag in the struts example. It's named: CheckLogonTag / and I think it's useful. -Mensaje original- De: Mark Kaye [mailto:[EMAIL PROTECTED]] Enviado el: viernes, 30 de agosto de 2002 13:36 Para: Struts Users Mailing List Asunto: RE: [Core]

404 error when calling /admin/reload.do

2002-08-30 Thread Michael
I can't figure out why I'm getting a 404 when calling /admin/reload.do: Access log: 127.0.0.1 - - [30/Aug/2002:14:05:18 1000] GET /oemserver/admin/reload.do HTTP/1.1 500 795 Localhost log: 2002-08-30 14:05:18 Authenticator[/oemserver]: Security checking request GET /oemserver/admin/reload.do

RE: [FRIDAY] Official DTD Special Offer

2002-08-30 Thread Galbreath, Mark
But wait! You also get this incredibly versatile carving fork! -Original Message- From: Andrew Hill [mailto:[EMAIL PROTECTED]] Sent: Friday, August 30, 2002 2:25 AM No, but if you order now you can get a free(*) limited edition set of matching steak knives. (*)Not including $699.95

Display dropdown list with data from Application Resources ???

2002-08-30 Thread Struts Rodolphe
Does anyone know of an elegant solution to display a drop downlist with default data from Application Resources file? Specifically, I want to display all the days in a week. It'd be nice if we can specify in Resources properties file as followed: weekday.0= Sunday weekday.1=MondayThen

RE : [FRIDAY] Official DTD Special Offer

2002-08-30 Thread Michael
This is why I really dislike mailing lists. -Original Message- From: Andrew Hill [mailto:[EMAIL PROTECTED]] Sent: Friday, August 30, 2002 2:51 PM To: Struts Users Mailing List Subject: RE: [FRIDAY] Official DTD Special Offer And wait! theres EVEN MORE! Yes thats right!

RE: html:options tag help ASAP

2002-08-30 Thread Sri Sankaran
The sample application that ships with Struts (struts-exercise-taglib) gives you several options -- pardon the pun! Look at html-select.jsp. Sri -Original Message- From: Ashish Kulkarni [mailto:[EMAIL PROTECTED]] Sent: Thursday, August 29, 2002 6:29 PM To: Struts Users Mailing List

RE: [FRIDAY] Official DTD Special Offer

2002-08-30 Thread Galbreath, Mark
And HURRY! If you order your Official DTD with matching steak knives, versatile carving fork, and Tension Sheet (tm) in the NEXT 10 MINUTES, Struts-User will include at absolutely no cost* to you an amazing 7-day holiday at South Carolina's beautiful Hilton Head Island! *transportation, food,

RE: Display dropdown list with data from Application Resources ???

2002-08-30 Thread Galbreath, Mark
Read the file into a class, parse the key/values and stick them in a Properties object. Define the object as a page-scoped bean and assign whatever values you want to an option tag. Mark -Original Message- From: Struts Rodolphe [mailto:[EMAIL PROTECTED]] Sent: Friday, August 30, 2002

RE: Display dropdown list with data from Application Resources ???

2002-08-30 Thread Joe Latty
html:select property=dayOfWeek html:option key=label.sunday value=0/ html:option key=label.monday value=1/ html:option key=label.tuesday value=2/ html:option key=label.wednesday value=3/ html:option key=label.thursday value=4/ html:option

RE: RE : [FRIDAY] Official DTD Special Offer

2002-08-30 Thread Day, Michael-IBM/TT
I agree. I'm getting rather pissed at the sheer number of off-topic messages. I regret that I have to post this message to complain because it is (again) another off-topic message. Everyone, please take this elsewhere. I'm sure there's a comedian list for you to annoy. -Original

[Core] Easy question!

2002-08-30 Thread Mark Kaye
Within an action, how can I get hold of an Object that has been stored in the ServletContext inside which my struts app is running? -- To unsubscribe, e-mail: mailto:[EMAIL PROTECTED] For additional commands, e-mail: mailto:[EMAIL PROTECTED]

Re: RE : [FRIDAY] Official DTD Special Offer

2002-08-30 Thread Mark Nichols
If it is labeled off topic ( [OT] ) or Friday ( [FRIDAY] ) then why are you reading it? Methinks you have to many control issues. /\/\ark - Original Message - From: Day, Michael-IBM/TT [EMAIL PROTECTED] To: 'Struts Users Mailing List' [EMAIL PROTECTED] Sent: Friday, August 30, 2002

RE: [Core] Easy question!

2002-08-30 Thread Mark Kaye
-Original Message- From: Mark Kaye Within an action, how can I get hold of an Object that has been stored in the ServletContext inside which my struts app is running? OK, I figured it out, is the best way: Properties properties = (Properties)

RE: [Core] Easy question!

2002-08-30 Thread Galbreath, Mark
ServletContext sc = this.servlet.getServletContext(); Object obj = sc.getAttribute( nameOfObject); Mark -Original Message- From: Mark Kaye [mailto:[EMAIL PROTECTED]] Sent: Friday, August 30, 2002 9:36 AM To: Struts Users Mailing List Subject: [Core] Easy question! Within an action,

RE: RE : [FRIDAY] Official DTD Special Offer

2002-08-30 Thread Galbreath, Mark
+1 -Original Message- From: Mark Nichols [mailto:[EMAIL PROTECTED]] Sent: Friday, August 30, 2002 9:40 AM To: Struts Users Mailing List Subject: Re: RE : [FRIDAY] Official DTD Special Offer If it is labeled off topic ( [OT] ) or Friday ( [FRIDAY] ) then why are you reading it? Methinks

RE: [Core] Easy question!

2002-08-30 Thread Greg Hess
servlet member variable of Action is avaliable to gain access to ServletContext. ServletContext application = servlet.getServletContext(); DataManager manager = (DataManager)application.getAttribute(Constants.DATA_MANAGER); -Original Message- From: Mark Kaye [mailto:[EMAIL PROTECTED]]

RE : RE : [FRIDAY] Official DTD Special Offer

2002-08-30 Thread Michael
Because you're filling up my mailbox with them. Just think about it, if 1,000 people each take 5 seconds to read your email, the that's over one hour of lost productivity. Do you enjoy wasting everyone's time? The purpose of the email is to discuss struts. Offtopic is one thing but the comedy

problem with image src tag

2002-08-30 Thread Leonard Wolters
I'm running an entreprise application deployed on jboss with tomcat / catalina. How come img src=/displayPhoto does not work but img src=http://localhost:8080/IZJNApp/displayPhoto; does work ? Does anyone know how to solve this !?!? Thanks, Leonard Wolters

Re: RE : [FRIDAY] Official DTD Special Offer

2002-08-30 Thread Eddie Bush
Filter the messages with [FRIDAY] in the topic and delete them from the server. You could do the same thing with [OT] if you wanted. Most reasonable mail clients give you this ability. Regards, Eddie Michael wrote: This is why I really dislike mailing lists. -- To unsubscribe, e-mail:

Re: RE : [FRIDAY] Official DTD Special Offer

2002-08-30 Thread Eddie Bush
You do realize you can setup a message filter to have these messages removed at the server, right? You wouldn't ever even see them in your mailbox ... Regards, Eddie Day, Michael-IBM/TT wrote: I agree. I'm getting rather pissed at the sheer number of off-topic messages. I regret that I

Dynamic name to the text fields

2002-08-30 Thread Anoop
Hi All, I am a newbie to struts and taglibs, was trying to display text fields dynamically using html:iterator. Below is the scenario I was trying out. This is the snippet from my jsp to display the text fields. logic:iterate id=UserDetail name=user property=userDetails

RE: Display dropdown list with data from Application Resources ???

2002-08-30 Thread Struts Rodolphe
Yeah. Thanks. The problem with this approach which I also thought of, is that we have to list ALL of them, which I try to avoid to do. Joe Latty wrote: in your Applications Resource file label.sunday=Sunday etc. -Original Message- From: Struts Rodolphe [mailto:[EMAIL

RE: [Core] Easy question!

2002-08-30 Thread Mark Kaye
-Original Message- From: Galbreath, Mark [mailto:[EMAIL PROTECTED]] ServletContext sc = this.servlet.getServletContext(); Object obj = sc.getAttribute( nameOfObject); I'm doing this in a startup servlet: propFile = getServletContext().getRealPath(clubPropFileName); Properties

Re: RE : [FRIDAY] Official DTD Special Offer

2002-08-30 Thread Mark Nichols
+1 - Original Message - From: Eddie Bush [EMAIL PROTECTED] To: Struts Users Mailing List [EMAIL PROTECTED] Sent: Friday, August 30, 2002 9:01 AM Subject: Re: RE : [FRIDAY] Official DTD Special Offer You do realize you can setup a message filter to have these messages removed at the

RE: [BEER] Is it Friday Yet?

2002-08-30 Thread Zeltser, Mark
Davayte nachnem pisat po-russki (Let's start to use russian) Privet, should we change BEER to VODKA? -- This message is intended only for the personal and confidential use of the designated recipient(s) named above. If

Re: Struts and Many Buttons on Single page

2002-08-30 Thread Ashish Kulkarni
Hi Jim Can u post that code will be a grest help, also will it work for many pages or have to have one action for each page Ashish Renato Aganippe wrote:Jim, I'll be interested in your action code. Thank you, Renato - Original Message - From: To: Struts Users Mailing List Sent:

Re: when the validate retrun null,then the excute in action will not call?

2002-08-30 Thread Struts
I come from china. public ActionErrors validate( ActionMapping mapping, HttpServletRequest request) { if (nam.equals(wqh)){ ActionErrors err=new ActionErrors(); err.add(error,new ActionError(first)); file://return err; can you rem this line! } return null; } - Original

RE : RE : [FRIDAY] Official DTD Special Offer

2002-08-30 Thread Michael
Do you really think it's reasonable for me to reconfigure my mail program to filter messages every time someone decides to create a new off topic subject (OT, FRIDAY, BEER, etc.)? Wouldn't it be much easier to limit emails to relevant topics? I'm on several mailing lists and none of them

Re: Struts and Many Buttons on Single page

2002-08-30 Thread Ashish Kulkarni
Hi Jim can u please post code, your jsp and struts-config file so it will be a clear example to use... Renato Aganippe wrote:Jim, I'll be interested in your action code. Thank you, Renato - Original Message - From: To: Struts Users Mailing List Sent: Thursday, August 29, 2002

RE: [BEER ] Is it Friday Yet?

2002-08-30 Thread Zeltser, Mark
This is not struts diagram... -- This message is intended only for the personal and confidential use of the designated recipient(s) named above. If you are not the intended recipient of this message you are hereby

RE : RE : [FRIDAY] Official DTD Special Offer

2002-08-30 Thread vellosa
Isn't the answer to reconfigure you mail program to pick up the responsible headers like [tiles] and throw the rest into the trash? from:Michael [EMAIL PROTECTED] date:Fri, 30 Aug 2002 15:11:04 to: [EMAIL PROTECTED] subject: RE : RE : [FRIDAY] Official DTD Special Offer

RE : RE : [FRIDAY] Official DTD Special Offer

2002-08-30 Thread Tiago Nodari
sometimes ppl just need to relax, and sending totaly useless emails is fun sometimes, just ignore the message, do really read all the messages, from all the mailing lists? just look at the subject if its something you dont care about, dont read it... there is nothing

Re: RE : [FRIDAY] Official DTD Special Offer

2002-08-30 Thread Mark Nichols
Send mail to [EMAIL PROTECTED], reply to the response you get. End of off topic e-mails on struts user list. /\/\ark - Original Message - From: Michael [EMAIL PROTECTED] To: 'Struts Users Mailing List' [EMAIL PROTECTED] Sent: Friday, August 30, 2002 9:11 AM Subject: RE : RE : [FRIDAY]

[Tiles] Error using controllerClass - says I need to extend Action but I am

2002-08-30 Thread Michael
When I try to use controllerClass: definition name=plant_list path=/jsp/status/plant_list.jsp controllerClass=com.idtect.oemserver.web.GetAllPlantsAction I get this error: [ServletException in:/jsp/layouts/default_layout.jsp] Controller of class

RE : RE : RE : [FRIDAY] Official DTD Special Offer

2002-08-30 Thread Michael
You don't get it. If I was the only one, yes. But there are hundreds of users who don't want to read your crap and about 10 people sending crap. So which behavior is easier to modify? -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] Sent: Friday, August 30,

Re: [groupware] Good project management tools

2002-08-30 Thread Tiago Nodari
I have no idea if its good, or if it does all that you need, but... http://xplanner.sourceforge.net At 10:21 AM 8/29/2002 +0100, you wrote: Anyone know of good (free) groupware webDAV software? Something like (or better then) Savannah PHProjekt SourceForge BitKeeper It

Re: RE : RE : [FRIDAY] Official DTD Special Offer

2002-08-30 Thread Eddie Bush
I ... hrm ... :-) Even the Great Strut himself (Craig) has made note to those being offended by receiving friday-type messages that struts-user has a long history of being more relaxed on Fridays, and that such messages were considered fine. So, we've got Papa Craig's permission to let our

Re: Help me shake the cobwebs out...

2002-08-30 Thread Craig Tataryn
stein:ben Anyone? Anyone? Anyone? /stein:ben From: Craig Tataryn [EMAIL PROTECTED] Reply-To: [EMAIL PROTECTED] To: [EMAIL PROTECTED] Subject: Help me shake the cobwebs out... Date: Thu, 29 Aug 2002 17:52:33 -0500 Alrighty, really have been out of the loop for the last year w.r.t

[PROPOSAL] making a new jakarta list.

2002-08-30 Thread Emmanuel Boudrant
Hi, [EMAIL PROTECTED] or [EMAIL PROTECTED] So we can share our jokes with all jakarta users ... I think there isn't only struts user who drink beer on Friday ;) --- Eddie Bush [EMAIL PROTECTED] a écrit : I ... hrm ... :-) Even the Great Strut himself (Craig) has made note to

RE : [CRAP] Humor on Struts-User

2002-08-30 Thread Galbreath, Mark
I think you need to get laid, dude. -Original Message- From: Michael [mailto:[EMAIL PROTECTED]] Sent: Friday, August 30, 2002 9:51 AM Because you're filling up my mailbox with them. Just think about it, if 1,000 people each take 5 seconds to read your email, the that's over one hour of

Java Server Faces and Developer Life Comments

2002-08-30 Thread Elderclei R Reami
Hi, I've just finished my first Struts project, and it's been a great experience on how to do and not to do things. This list has been of great help, as well. Anyway, I have some comments to make. Please, don't flame me, because it's just a view someone that needs to be productive. I've

Re: [PROPOSAL] making a new jakarta list.

2002-08-30 Thread Eddie Bush
We already went through this suggestion. The short of it is: Don't expect it to happen. Emmanuel Boudrant wrote: Hi, [EMAIL PROTECTED] or [EMAIL PROTECTED] So we can share our jokes with all jakarta users ... I think there isn't only struts user who drink beer on Friday ;) -- To

[VALIDATOR] Bad Error Message when Validating a Range

2002-08-30 Thread David Geary
Sorry to repost this, but it got buried in a bunch of biere messages yesterday... I'm trying to validate a range using the validator. I've got this in validation.xml... form-validation formset form name='loginForm' field property='number' depends='range'

Re: RE : [CRAP] Humor on Struts-User

2002-08-30 Thread Eddie Bush
LMAO - Mark, you're terrible! ... terribly RIGHT, me thinks! :-P I think that adults should act as adults - some prefer to act like whiney children though ... Galbreath, Mark wrote: I think you need to get laid, dude. -Original Message- From: Michael [mailto:[EMAIL PROTECTED]]

RE: RE : RE : [FRIDAY] Official DTD Special Offer

2002-08-30 Thread Mark Kaye
-Original Message- From: Michael [mailto:[EMAIL PROTECTED]] Because you're filling up my mailbox with them. Just think about it, if 1,000 people each take 5 seconds to read your email, the that's over one hour of lost productivity. Do you enjoy wasting everyone's time? The

RE: RE : RE : [FRIDAY] Official DTD Special Offer

2002-08-30 Thread Mark Kaye
-Original Message- From: Mark Kaye Lol, click -- Delete doesn't take me five minutes. If it takes you that long I'd suggest email is the least of your worries ;) Ahh rats, he said 5 seconds. DUH. -- To unsubscribe, e-mail: mailto:[EMAIL PROTECTED] For additional commands,

Re: [CRAP] Humor on Struts-User

2002-08-30 Thread Mark Nichols
My Friday is now complete. /\/\ark - Original Message - From: Galbreath, Mark [EMAIL PROTECTED] To: 'Struts Users Mailing List' [EMAIL PROTECTED] Sent: Friday, August 30, 2002 9:35 AM Subject: RE : [CRAP] Humor on Struts-User I think you need to get laid, dude. -Original

[VOTE] Should this list discontinue it's long,treasured heritage of relaxed fridays?

2002-08-30 Thread Eddie Bush
Do you feel this list should discontinue it's long heritage of relaxed fridays? ( ) Yes ( ) No --- Rather than being a jerk, as some people don't mind to do, I thought it would be very much in the spirit of your community to let everyone have a say. Cast your

Re: Dynamic name to the text fields

2002-08-30 Thread Donald Ball
On 8/30/2002 at 7:28 PM Anoop wrote: Hi All, I am a newbie to struts and taglibs, was trying to display text fields dynamically using html:iterator. Below is the scenario I was trying out. You may be in luck, I've been recently trying to learn how to do something similar myself. snip/

Re: RE : [FRIDAY] Official DTD Special Offer

2002-08-30 Thread Eddie Bush
That's a bit harsh. I don't see any reason for such an action. I do feel we should all act like responsible adults though. If something offends you, either ignore it or remove it (or let your email client do it for you, so you don't have to waste any more time than absolutely necessary)

RE: [PROPOSAL] making a new jakarta list.

2002-08-30 Thread Lopez, William
Please do...I subscribe to several list and would prefer to not receive off-topic e-mails or have to create unnecessary e-mail rules to filter those types of e-mails (no offense). Thanks! -Original Message- From: Emmanuel Boudrant [mailto:[EMAIL PROTECTED]] Sent: Friday, August 30, 2002

RE: [VOTE] Should this list discontinue it's long,treasured heritage of relaxed fridays?

2002-08-30 Thread Mark Kaye
-Original Message- From: Eddie Bush [mailto:[EMAIL PROTECTED]] Do you feel this list should discontinue it's long heritage of relaxed fridays? ( ) Yes ( x ) No If it's a matter of heritage then of course not. It's all in the wording :) -- To unsubscribe, e-mail:

Re: [VOTE] Should this list discontinue it's long, treasured heritage of relaxed fridays?

2002-08-30 Thread Michael Delamere
( ) Yes ( X ) No - Original Message - From: Eddie Bush [EMAIL PROTECTED] To: Struts Users List [EMAIL PROTECTED] Sent: Friday, August 30, 2002 4:47 PM Subject: [VOTE] Should this list discontinue it's long, treasured heritage of relaxed fridays? Do you feel this list should

Re: [Tag Protocol] How to let newbies know?

2002-08-30 Thread Struts
if you know where to download,post to me! Thanks - Original Message - From: Daniel Joshua [EMAIL PROTECTED] To: 'Struts Users Mailing List' [EMAIL PROTECTED] Sent: Friday, August 30, 2002 11:35 AM Subject: RE: [Tag Protocol] How to let newbies know? Anyone know where can I

RE: [VOTE] Should this list discontinue it's long, treasured heritage of relaxed fridays?

2002-08-30 Thread Galbreath, Mark
Do you feel this list should discontinue it's long heritage of relaxed fridays? ( ) Yes ( X ) NO --- -- To unsubscribe, e-mail: mailto:[EMAIL PROTECTED] For additional commands, e-mail: mailto:[EMAIL PROTECTED]

RE: [VOTE] Should this list discontinue it's long, treasured heritage of relaxed fridays?

2002-08-30 Thread Greg Hess
-Original Message- From: Eddie Bush [mailto:[EMAIL PROTECTED]] Sent: Friday, August 30, 2002 10:47 AM To: Struts Users List Subject: [VOTE] Should this list discontinue it's long, treasured heritage of relaxed fridays? Do you feel this list should discontinue it's long heritage of

RE: [VOTE] Should this list discontinue it's long, treasured heritage of relaxed fridays?

2002-08-30 Thread Young, Jim
Do you feel this list should discontinue it's long heritage of relaxed fridays? ( ) Yes ( x ) No -- To unsubscribe, e-mail: mailto:[EMAIL PROTECTED] For additional commands, e-mail: mailto:[EMAIL PROTECTED]

RE: [VOTE] Should this list discontinue it's long, treasured heritage of relaxed fridays?

2002-08-30 Thread Desjardins, Nicolas
Do you feel this list should discontinue it's long heritage of relaxed fridays? ( ) Yes ( X ) No -Original Message- From: Eddie Bush [mailto:[EMAIL PROTECTED]] Sent: Friday, August 30, 2002 10:47 AM To: Struts Users List Subject: [VOTE] Should this list discontinue it's long,

RE: [VOTE] Should this list discontinue it's long, treasured heritage of relaxed fridays?

2002-08-30 Thread Rene Eigenheer
( ) Yes ( X ) No -- but keep in mind when friday starts ;-))) -Original Message- From: Eddie Bush [mailto:[EMAIL PROTECTED]] Sent: Freitag, 30. August 2002 16:47 To: Struts Users List Subject: [VOTE] Should this list discontinue it's long, treasured heritage of relaxed

Re: [OOPS-VOTE] Should this list discontinue it's long, treasured heritage of relaxed fridays?

2002-08-30 Thread Emmanuel Boudrant
Ooopsit's friday and I don't understand the question, My answer is ( ) Yes ( X ) No Of course !!! ps: I'm so tired and my english is poor on friday ;) --- Eddie Bush [EMAIL PROTECTED] a écrit : Do you feel this list should discontinue it's long heritage of relaxed

RE: [VOTE] Should this list discontinue it's long, treasured heri tage of relaxed fridays?

2002-08-30 Thread Hajratwala, Nayan (N.)
Do you feel this list should discontinue it's long heritage of relaxed fridays? ( ) Yes ( x ) No --- - Nayan Hajratwala - Chikli Consulting LLC - http://www.chikli.com -- To unsubscribe, e-mail: mailto:[EMAIL PROTECTED] For additional commands, e-mail: mailto:[EMAIL PROTECTED]

Re: [VOTE] Should this list discontinue it's long, treasured heritage of relaxed fridays?

2002-08-30 Thread John Owen
Do you feel this list should discontinue it's long heritage of relaxed fridays? ( ) Yes (X ) No However, this week it started on Wednesday, which I think is the major complaint. -- To unsubscribe, e-mail: mailto:[EMAIL PROTECTED] For additional commands, e-mail: mailto:[EMAIL

Re: RE : [FRIDAY] Official DTD Special Offer

2002-08-30 Thread Mark Nichols
I guess it was a bit harsh. I just was tired of someone creating more OT messages complaining about all the OT messages and wanting the OT messages to stop. I guess I should have paused before hitting send on the unsubscribe message. Apologies all around. For myself, these OT threads are a

Re: [VOTE] Should this list discontinue it's long,treasured heritage of relaxed fridays?

2002-08-30 Thread Eddie Bush
John Owen wrote: However, this week it started on Wednesday, which I think is the major complaint. Yes, I believe this week has been a bit out-of-line. One of the dangers in not self-disciplining ourselves (keeping friday-like topics to friday) is that we'll fall into the quandry we have

RE: [VOTE] Should this list discontinue it's long, treasured heritage of relaxed fridays?

2002-08-30 Thread Cliff Rowley
( ) Yes ( X ) NO On Fri, 2002-08-30 at 15:51, Galbreath, Mark wrote: Do you feel this list should discontinue it's long heritage of relaxed fridays? ( ) Yes ( X ) NO --- -- To unsubscribe, e-mail: mailto:[EMAIL PROTECTED] For additional commands,

Re: [VOTE] Should this list discontinue it's long, treasured heritageof relaxed fridays?

2002-08-30 Thread Melissa L Kelley
On Fri, 30 Aug 2002, Eddie Bush wrote: Do you feel this list should discontinue it's long heritage of relaxed fridays? ( ) Yes ( X ) No And I'm sure for those who think that filtering is too difficult, the Friday posters could happily agree to just label Friday posts as [FRIDAY] to

Muliple Data Sources

2002-08-30 Thread Brian Hickey
Anyone done this successfully? I have the December 2001 release of Struts (I think this is 1.0) and I am developing a webapp that has a need for two datasources. I modified the struts-config and, leaving the default data-source without a key, added the new data-source (same Oracle database -

RE: [VOTE] Should this list discontinue it's long, treasured heritage of relaxed fridays?

2002-08-30 Thread Assenza, Chris
Do you feel this list should discontinue it's long heritage of relaxed fridays? [addendum: Friday is herein defined as the sixth day of the week. A week is defined as a seven day period that begins with a day designated Sunday and ends on a day designated Saturday. Friday does not mean all

RE: problem with image src tag

2002-08-30 Thread Karr, David
-Original Message- From: Leonard Wolters [mailto:[EMAIL PROTECTED]] Sent: Friday, August 30, 2002 7:00 AM To: Struts Users Mailing List (E-mail) Subject: problem with image src tag I'm running an entreprise application deployed on jboss with tomcat / catalina. How come img

RE: [VOTE] Should this list discontinue it's long, treasured heritage of relaxed fridays?

2002-08-30 Thread Mazza, Glen R, PERSCOM
Do you feel this list should discontinue it's long heritage of relaxed fridays? ( ) Yes ( X ) No -- To unsubscribe, e-mail: mailto:[EMAIL PROTECTED] For additional commands, e-mail: mailto:[EMAIL PROTECTED]

[logic]Testing for null value

2002-08-30 Thread Sri Sankaran
Using Struts 1.0.2 on Tomcat 4.0.2 I see that the logic:empty is only available in Struts 1.1 How does one test for a null value using Struts 1.0 tags? logic:equal property=foo value=%=null% %-- do something --% /logic:equal will not work since deep in the bowels of the logic:equal it does

Re: [VOTE] Should this list discontinue it's long,treasured heritage of relaxed fridays?

2002-08-30 Thread Mark Nichols
( ) Yes ( X ) No - Original Message - From: Eddie Bush [EMAIL PROTECTED] To: Struts Users List [EMAIL PROTECTED] Sent: Friday, August 30, 2002 9:47 AM Subject: [VOTE] Should this list discontinue it's long,treasured heritage of relaxed fridays? Do you feel this list should

action mapping question

2002-08-30 Thread Darren McGuinness
Hi, Having a few problems getting my application working properly. Basically I've got a logon.jsp page which posts to logon.do action, which then validates and if successfull outputs search.jsp (shows in the browser as /logon.do ). then on search.jsp i have 2 forms, one to search.do and one to

Re: [VOTE] Should this list discontinue it's long, treasured heritage of relaxed fridays?

2002-08-30 Thread Patricio Salinas
Despite I'm a newcomer in thins list... I'll make a decision.. and It is: ( ) Yes (X) No :-D Patricio Salinas Mazza, Glen R, PERSCOM wrote: Do you feel this list should discontinue it's long heritage of relaxed fridays? ( ) Yes ( X ) No -- To unsubscribe, e-mail: mailto:[EMAIL

  1   2   3   >