Re: Web Browsers and Browser Indepedent HTML

2002-07-23 Thread Craig R. McClanahan
On Tue, 23 Jul 2002, CB Thomas wrote: > Date: Tue, 23 Jul 2002 10:10:20 -0500 > From: CB Thomas <[EMAIL PROTECTED]> > Reply-To: Struts Users Mailing List <[EMAIL PROTECTED]> > To: [EMAIL PROTECTED] > Subject: Web Browsers and Browser Indepedent HTML > > I am considering using Struts for a proje

RE: Web Browsers and Browser Indepedent HTML

2002-07-23 Thread Robert Taylor
Struts is a server side framework so it will work with any browser. The Struts tags generate standard HTML code. I'm not sure if it is 3.2 or 4.0. robert > -Original Message- > From: CB Thomas [mailto:[EMAIL PROTECTED]] > Sent: Tuesday, July 23, 2002 11:10 AM > To: [EMAIL PROTECTED] > S

RE: Web Browsers and Browser Indepedent HTML

2002-07-23 Thread Hoang, Hai
Struts has nothing to do with browser independent html if you don't use client side validation. Basically, it's up to you to determine the level of browser independent of your apps. -Original Message- From: CB Thomas [mailto:[EMAIL PROTECTED]] Sent: Tuesday, July 23, 2002 10:10 AM To:

Re: Web Browsers and Browser Indepedent HTML

2002-07-23 Thread ajTreece
Any browser should be fine. Struts is just the framework that is used to while building your servlets, JSP's, etc. The app I'm developing runs equally as well on either Internet Exploder, Netscape v6 and v4.x. Later... CB Thomas wrote: > I am considering using Struts for a project and I ne