RE: Quartz Scheduler with Struts

2005-05-08 Thread =?iso-8859-1?Q?G=FCnther_Wieser?=
i added quartz to my struts app lately, used a servlet context listener to start quartz. kr, guenther -Original Message- From: Brian McGovern [mailto:[EMAIL PROTECTED] Sent: Sunday, May 08, 2005 1:47 AM To: user@struts.apache.org Subject: Quartz Scheduler with Struts I need to set up a

RE: Validation Problem with depends=URL

2005-05-04 Thread =?iso-8859-1?Q?G=FCnther_Wieser?=
hi, as franck is in my team, i can answer this question on behalf of franck. i think there went something wrong with the formatting of his email, of course he types in http://www.myurl.com; (yes, without the quotes), but whatever we enter, we get a validation error that this is not a valid url.

RE: problem with checkbox values and map backed properties

2005-05-03 Thread =?iso-8859-1?Q?G=FCnther_Wieser?=
hi, thanks, already solved, problem is that the map is (of course) fille up dynamically, and putting the code to reload it into the reset function is not possible, as the list depends on one of the other properties of the form. now i just say if there's no property in the map, it's unset. kr,

[OT] how to test user role in jsp

2005-05-03 Thread =?iso-8859-1?Q?G=FCnther_Wieser?=
hi, sorry for posting something that's very likely not really related to struts (but maybe it is, who knows), but coudn't find anything on the net. i would like to display a link depending if a user is in a certain role. is there a test i could use in c:if test=${...} or anything else i could

RE: [OT] how to test user role in jsp

2005-05-03 Thread =?iso-8859-1?Q?G=FCnther_Wieser?=
it's amazing, how could i've missed that functionality of the logic: present tag??!?! thanks, guys, sometime the obvious is too near to see it! kr, guenther -- Günther Wieser creative-it Guglgasse 6/1/11/1 A-1110 Wien Austria http://www.creative-it.com -Original Message- From: Joe

RE: Struts with PHP

2005-05-02 Thread =?iso-8859-1?Q?G=FCnther_Wieser?=
you can get parameters and headers (as they are part of http and included in the http request), but no chance to get attributes, they only exist in the virtual machine. -Original Message- From: Frank W. Zammetti [mailto:[EMAIL PROTECTED] Sent: Monday, May 02, 2005 6:30 PM To: Struts

problem with checkbox values and map backed properties

2005-04-29 Thread =?iso-8859-1?Q?G=FCnther_Wieser?=
hi, i have the following problem with map backed properties: i created a form bean with a map called inCampaignMap, and the getter and setters being boolean getInCampaign(String key) and setInCampaign(String key, boolean value). internally, of course, the map value entries are of type Boolean.

RE: gui html

2005-04-26 Thread =?iso-8859-1?Q?G=FCnther_Wieser?=
looks very interesting, has anyone experience in using it? is it stable? would save a lo of time for if so... kr, guenther -Original Message- From: Lucas Bern [mailto:[EMAIL PROTECTED] Sent: Tuesday, April 26, 2005 5:46 PM To: Struts Users Mailing List Subject: gui html has anybody