RE: [OT] JSP or Velocity

2004-02-28 Thread Andrew Hill
Hehe, I love this programmers vs designer concept. Every place Ive worked its always the same poor sod (ie: yours truly) who has to do both roles. ...and why is it Im always the only one who sees the advantages of monospaced green text on a black background. Darn users always wanting their

RE: [OT] JSP or Velocity

2004-02-28 Thread Navjot Singh
hi, As far as i am concerned. My prefs are Eclipse and UEdit(designers can use in combination with other design ides like dreamweaver etc). See more at http://jakarta.apache.org/velocity/devtools.html Navjot Singh -Original Message- From: Andrew Hill [mailto:[EMAIL PROTECTED] Sent:

RE: Problem with loss form (session scope)

2004-02-28 Thread Andrew Hill
Ah! So the form is there! Just not the values? hehe , ok I better explain about reset(). The reset() method is always called (by the request processor) before it populates the form from the request. (As you noticed this occurs regardless of validation results). The reason for this is due to the

Re: [OT] Gays and computing

2004-02-28 Thread Mark Lowe
Sounds a bit gay to me.. On 28 Feb 2004, at 07:32, Michael McGrady wrote: Yah, off topic. I bet that is what the [OT] is all about. At 04:06 PM 2/27/2004, you wrote: Definitively funny, but Off-topic :) --- Rick Reumann [EMAIL PROTECTED] escribió: On Friday 27 February 2004 4:39 pm,

RE: servlet.getDebug

2004-02-28 Thread Andrew Hill
umm... if I recall this was to do with the logging output level right? Yeh. 1.1 deprecates that. Instead it expects this all to be configured in your logging impl. 1.1 uses commons-logging (a logging api wrapper) that allows the actual logger used to be pluggable. Unfortunately configartion of

DropDowns....

2004-02-28 Thread Daniel
Whats the best way for implement this situation: On the window I have 2 dropdown, the second depends of the first dropdown value, then I'll back to the class action with the first dropdown value for populate the second. After choice the value at second dropdown, I'll qualify for sending this

RE: DropDowns....

2004-02-28 Thread Guillermo Meyer
Take a look at http://providers.sourceforge.net/ and see ComboSelectTag. This tag allows you to create 2 or more dependant drop down lists using Struts and javascript. With this tag, you do not need to reload the page in the onchange of the first select. Cheers. Guillermo. -Original

RE: [Maybe Spam] Re: [OT] Gays and computing

2004-02-28 Thread David Adelson
your in idiot for passing this around -Original Message- From: Mark Lowe [mailto:[EMAIL PROTECTED] Sent: Saturday, February 28, 2004 4:12 AM To: Struts Users Mailing List Subject: [Maybe Spam] Re: [OT] Gays and computing Sounds a bit gay to me.. On 28 Feb 2004, at 07:32, Michael

RE: [OT] Gays and computing

2004-02-28 Thread David Adelson
Your an idiot for forwarding this -Original Message- From: Domingo A. Rodriguez S. [mailto:[EMAIL PROTECTED] Sent: Friday, February 27, 2004 7:06 PM To: Struts Users Mailing List Subject: Re: [OT] Gays and computing Definitively funny, but Off-topic :) --- Rick Reumann [EMAIL

RE: [OT] Gays and computing

2004-02-28 Thread Michael McGrady
That would, I believe, be you're an idiot? This is like recursion. At 05:35 AM 2/28/2004, you wrote: Your an idiot for forwarding this -Original Message- From: Domingo A. Rodriguez S. [mailto:[EMAIL PROTECTED] Sent: Friday, February 27, 2004 7:06 PM To: Struts Users Mailing List

RE: [OT] Gays and computing

2004-02-28 Thread David Adelson
No, recursion is you sticking your finger up your butt and smelling it, sticking your finger up your butt and smelling, sticking your finger up your butt and smelling it, all day long -Original Message- From: Michael McGrady [mailto:[EMAIL PROTECTED] Sent: Saturday, February 28, 2004

Re: [OT] Maven (was Re: [ANNOUNCE] Struts 1.2.0 Test Build available)

2004-02-28 Thread Joe Germuska
that lets me define the individual versions of *all* dependencies for *all* projects so that I can say, for example, use *this* version of commons-beanutils and *that* version of commons-digester to build ***all*** of the components that are going in to my overall exectable. I am *so* not

RE: [OT] Gays and computing

2004-02-28 Thread Domingo A. Rodriguez S.
Now that really sounds gay... I think no one is an idiot for replying to a message from a list. Idiots are the ones who tend to classify other's people's replies as 'from idiots'. As this is an Off-Topic message, I suggest people to avoid replying it anymore. Thank you. --- David Adelson

Re: [OT] Gays and computing... HAS VIRUS BE CARFULL

2004-02-28 Thread Ashish Kulkarni
HI this one has vrius, i just got a virus alert when i went to this site...carefull --- Domingo A. Rodriguez S. [EMAIL PROTECTED] wrote: Definitively funny, but Off-topic :) --- Rick Reumann [EMAIL PROTECTED] escribió: On Friday 27 February 2004 4:39 pm, Melvin Kurzchen wrote:

Re: [OT]jsp and version control

2004-02-28 Thread Anand Stephen
Hi We are developing a web project which incudes jsp ,struts etc. we are using VSS for source control, we are sending jar files to the client and each jar file we have a manifest file which has the version number,build number and date, so if there is any error we just ask the

Re: [OT] Gays and computing

2004-02-28 Thread Jeff Kyser
technically, that's iteration... On Saturday, February 28, 2004, at 07:56 AM, David Adelson wrote: No, recursion is you sticking your finger up your butt and smelling it, sticking your finger up your butt and smelling, sticking your finger up your butt and smelling it, all day long

Re: Missing bean when validating

2004-02-28 Thread Hubert Rabago
http://www.mail-archive.com/struts-user%40jakarta.apache.org/msg94386.html hth, Hubert --- Martin Gross [EMAIL PROTECTED] wrote: Hi, I have a form with a dropdown list: html:options collection=campaignList property=id labelProperty=name / The collection is set by an action which

splitting struts-config into multiple files

2004-02-28 Thread Jim Anderson
We have many apps that require the same global forwards. Rather than copy this info into the config file for each app, we'd like to be able to place it in a struts-config file that lives somewhere on the filesystem outside WEB-INF, and then specify that as one of the config files to use. I

Modules....

2004-02-28 Thread Daniel
How can I execute one action (action popupCli)on the other module (struts-config-comer.xml), I have one jsp file (cadUsu.jsp) and this jsp file need to use one action (popupCli) of other struts module (struts-config-comer.xml) obrigado Daniel S.

Re: splitting struts-config into multiple files

2004-02-28 Thread Manish Singla
May be Ant task can help in your environment. HTH Manish Singla Jim Anderson wrote: We have many apps that require the same global forwards. Rather than copy this info into the config file for each app, we'd like to be able to place it in a struts-config file that lives somewhere on the

Problems with UTF-8 and forms

2004-02-28 Thread Jon Bohm
Hello, I'm using Aaron Rustads SetCharacterEncodingFilter-filter for Struts but with mixed results (see link below). * All my Resource-, JSP- and Java-files are saved in UTF-8 format. * The filter is configured in Tomcat (WEB-INF/web.xml) for my application. First problem: Posted data from a

Re: DropDowns....

2004-02-28 Thread Rick Reumann
On Saturday 28 February 2004 8:19 am, Daniel wrote: On the window I have 2 dropdown, the second depends of the first dropdown value, then I'll back to the class action with the first dropdown value for populate the second. After choice the value at second dropdown, I'll qualify for sending

RE: map-backed forms example

2004-02-28 Thread Sharad Acharya
Jared; *** You can have your JSP display it's contents dynamically. For this you can use map or list backed forms. But keep in mind that you need to populate such maps or lists before you can display in your JSP. *** Your action form is available in your action class. Look at one of the the