RE: [OS-webwork] UI widgets won't render

2003-02-05 Thread Kristian Duske
Hi Joseph, > Note that the webwork tutorial did, in fact, mention this. Hmm, I didn't find it. Where is that tutorial? Anyway, I think it should be in "Installing WebWork" or in "Forms HowTo" as well. Best regards Kristian --- This SF.NET em

RE: [OS-webwork] UI widgets won't render

2003-02-04 Thread Joseph Ottinger
Note that the webwork tutorial did, in fact, mention this. On Wed, 5 Feb 2003, Kristian Duske wrote: > Hi Andrew, > > > Need to copy the templates folder over to your webapp ... and define the > > location in webwork.properties. > > Thanks, that fixed it. Maybe this should be mentioned in the doc

RE: [OS-webwork] UI widgets won't render

2003-02-04 Thread Kristian Duske
Hi Andrew, > Need to copy the templates folder over to your webapp ... and define the > location in webwork.properties. Thanks, that fixed it. Maybe this should be mentioned in the docs. Best regards Kristian --- This SF.NET email is sponsor

RE: [OS-webwork] UI widgets won't render

2003-02-04 Thread Jason Carreira
Someone please Wiki this > -Original Message- > From: Andrew Lombardi [mailto:[EMAIL PROTECTED]] > Sent: Tuesday, February 04, 2003 4:08 PM > To: [EMAIL PROTECTED] > Subject: Re: [OS-webwork] UI widgets won't render > > > Kristian, > > Need to cop

Re: [OS-webwork] UI widgets won't render

2003-02-04 Thread Andrew Lombardi
Kristian, Need to copy the templates folder over to your webapp ... and define the location in webwork.properties. -a Kristian Duske wrote: Hello everyone, I've been trying to build a simple example to find out how to use forms and validation in WebWork. I have put the following tag in a file

[OS-webwork] UI widgets won't render

2003-02-04 Thread Kristian Duske
Hello everyone, I've been trying to build a simple example to find out how to use forms and validation in WebWork. I have put the following tag in a file named "editItemForm.jsp": ... " method="POST"> ... ... The problem is that the textfield won't get rendered at all. I have tried a lot of di