RE: Textarea and Wrap

2001-02-06 Thread Ted Husted
The HTML 4.01 specification says that in textareas "user agents may wrap visible text lines to keep long lines visible without the need for scrolling." Unfortunately, many user agents, including Netscape 4.7, won't actually do this with an additional "wrap" property. This is on the TODO list

RE: Textarea and Wrap

2001-02-06 Thread Ted Husted
Did you want to signup for this? It's on the TODO list for 1.1 but no one's volunteered yet. *** REPLY SEPARATOR *** On 2/5/2001 at 11:18 AM Colin Sampaleanu wrote: +1 I actually suggested this 3 or 4 months ago. Not having support for wrap is a big pain in the butt...

[PROPOSAL] struts-blank.war

2001-02-06 Thread Ted Husted
I setup a "blank" Struts application that is helpful to use as a template for new applications. There's a reference copy at http://husted.com/about/struts This is from the Welcome page: "To get started on your own application, rename struts-blank.war to the name for your application, and

Re: [PROPOSAL] struts-blank.war

2001-02-06 Thread Oleg V Alexeev
Hello Ted, +1 Tuesday, February 06, 2001, 3:32:44 PM, you wrote: TH I setup a "blank" Struts application that is helpful to use as a TH template for new applications. There's a reference copy at TH http://husted.com/about/struts TH This is from the Welcome page: TH "To get started on

Installation notes for other servlet containers

2001-02-06 Thread Ted Husted
We now have notes for Orion, Tomcat, Resin, and Weblogic. Similar instructons for other containers, like Enhydra, JBoss, JRun, and Websphere, and whatever else anyone is using, would be very much appreciated. If you know that Struts won't work with a container, and have a good explanation as to

RE: Textarea and Wrap

2001-02-06 Thread Elod_Horvath
+1 Ted Husted [EMAIL PROTECTED] on 02/06/2001 07:32:35 AM Please respond to [EMAIL PROTECTED] To: Struts Dev [EMAIL PROTECTED] cc:(bcc: Elod Horvath) Subject: RE: Textarea and Wrap Received: from wdpsec01.bankofny.com ([10.101.8.180]) by lnotes3.bankofny.com (Lotus SMTP MTA v4.6.7

Re: [PROPOSAL] struts-blank.war

2001-02-06 Thread Elod_Horvath
+1 Ted Husted [EMAIL PROTECTED] on 02/06/2001 07:32:44 AM Please respond to [EMAIL PROTECTED] To: Struts Dev [EMAIL PROTECTED] cc:(bcc: Elod Horvath) Subject: [PROPOSAL] struts-blank.war Received: from wdpsec01.bankofny.com ([10.101.8.180]) by lnotes3.bankofny.com (Lotus SMTP MTA

RE: Textarea and Wrap

2001-02-06 Thread Colin Sampaleanu
+1 Is it also worth thinking in general about a mechanism to allow custom tag properties conditionally. It is fairly easy to detect the user agent (browser), and based on that information different properties could be written out. If we can figure out a clean syntax, it's a lot cleaner than

Current thoughts on Turbine and struts ?

2001-02-06 Thread Rob Leland
Craig: Back in June 2000 you were quoted as saying about turbine and struts Finally, longer term, I would not be at all surprised to see the two approaches merged. What is you current thinking on this.

RE: More on Weblogic and Struts

2001-02-06 Thread Carl Tallis
On 2/6/2001 at 11:02 AM Carl Tallis wrote: example code runs *untouched* on WLS 6.0, So, for WLS 6.0 are we talking an install like: * Copy "struts-documentation.war" and "struts-example.war" to your $WLS6_HOME/webapps directory * Restart WLS if it is already running Correct. I

Re: Struts and WebSphere Appserver 3.5.2

2001-02-06 Thread Craig R. McClanahan
[EMAIL PROTECTED] wrote: I've spent most of this afternoon getting a struts app to work on WebSphere 3.5.2. The bottom line is that even under "Servlet 2.2/JSP 1.1 Compliance mode". getServletContext().getResourceAsStream() will fail and return null. I've worked around this

cvs commit: jakarta-struts/src/doc index.xml

2001-02-06 Thread craigmcc
craigmcc01/02/06 12:23:47 Modified:src/doc index.xml Log: Update the bug reporting URL to point at the new Bugzilla installation. PR: Bugzilla Bug #533. Revision ChangesPath 1.5 +6 -21 jakarta-struts/src/doc/index.xml Index: index.xml