RE: Error-page in web.xml

2001-07-10 Thread Norman Timmler
that's a interesting point. any experieence about orion-server? -Original Message- From: Ryan Cornia [mailto:[EMAIL PROTECTED]] Sent: Tuesday, July 10, 2001 4:49 PM To: [EMAIL PROTECTED] Subject: Error-page in web.xml I'm hoping someone can help me understand this better. In web.xml, I

RE: How to use ? - please help

2001-07-06 Thread Norman Timmler
quot;/listCodes.do;jsessionid=" + <%=request.getRequestedSessionId()%> passing the current session ID to the server with the path, but no way. If someone has already created a separate window typically for displaying codes lists, please could you help? Thanks. -Original Message-

AW: How to use ? - please help

2001-07-06 Thread Norman Timmler
could look like this: window.open("", "WindowName", "resizable=no,scrollbars=no,width=300,height=300"; you just can assign the rewrite value to a javascript variable like this: myPath = ""; hope this helps, norman -Ursprüngliche Nachricht- Von: Adriano Labate [mailto:[EMAIL PROTECTED]

AW: Orion and Struts

2001-07-06 Thread Norman Timmler
hi nicky, we are deploying struts under orion 1.5.2. i never run the example, but everything works fine with our own application. i think that won't help you a lot, but it is a hint that there no major faults merging this software. norman -Ursprungliche Nachricht- Von: Nicky Eshkenazi

AW: proposal: splitting struts mailing list

2001-07-03 Thread Norman Timmler
resources and energy to make those services work. -- Ted Husted, Husted dot Com, Fairport NY USA. -- Custom Software ~ Technical Services. -- Tel 716 737-3463. -- http://www.husted.com/about/struts/ Norman Timmler wrote: > > hi, > > the daily mails in this mailinglist incrased a

AW: simple question

2001-07-03 Thread Norman Timmler
you can compare a property to an int value, but you have to quote it: -Ursprungliche Nachricht- Von: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]Im Auftrag von gdelgado Gesendet: Dienstag, 3. Juli 2001 21:27 An: [EMAIL PROTECTED] Betreff: simple question > can I use the tag in oth

proposal: splitting struts mailing list

2001-07-02 Thread Norman Timmler
hi, the daily mails in this mailinglist incrased a lot past the last month. what do you think about to split the mailinglist into two. eg. into a beginner and advanced one. perhaps this could fit everybodys needs. norman . . . . . . . . . . . . . . . . . . . . . . . . . Norman Timmler

Re: unable to programmatically perform a submit

2001-06-21 Thread Norman Timmler
hi michelle, could you please post the specific part of your source-code from your browser. this would help to resolve your problem. thanks. norman - Original Message - From: "Michelle Popovits" <[EMAIL PROTECTED]> To: "Norman Timmler" <[EMAIL PROTECTE

Re: unable to programmatically perform a submit

2001-06-21 Thread Norman Timmler
hi michelle, i see a main difference between your struts version and your non-struts version. on the struts version you have forms[0] referencing your form and on the second one you have forms[1]. the secure way to talk to forms by JavaScript is to reference the form by name. document.formName.s

Re: help with checkbox

2001-06-20 Thread Norman Timmler
alex, the first problem: try this code in your submit button: the second problem: are you using struts framework? if so, how is this prozess handled. exactly, is the checked attribute of the checkbox putted by struts? norman - Original Message - From: "Alex Colic" <[EMAIL PROTECTED]>

Re: dynamically disable text field

2001-06-19 Thread Norman Timmler
hi michelle, try this: hope this helps. norman - Original Message - From: "Michelle Popovits" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Tuesday, June 19, 2001 4:17 PM Subject: dynamically disable text field Hi, I would like to dynamically disable a text field