You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@struts.apache.org by CB Thomas <th...@hotmail.com> on 2002/07/23 17:10:20 UTC

Web Browsers and Browser Indepedent HTML

I am considering using Struts for a project and I need to know what browsers 
will Struts work on (for example, IE version 5, Netscape version 6, etc) and 
if the HTML tags used in the JSP pages are browser-independent?


_________________________________________________________________
Chat with friends online, try MSN Messenger: http://messenger.msn.com


--
To unsubscribe, e-mail:   <ma...@jakarta.apache.org>
For additional commands, e-mail: <ma...@jakarta.apache.org>


Re: Web Browsers and Browser Indepedent HTML

Posted by ajTreece <aj...@sun.com>.
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 need to know what 
> browsers will Struts work on (for example, IE version 5, Netscape 
> version 6, etc) and if the HTML tags used in the JSP pages are 
> browser-independent?
> 
> 
> _________________________________________________________________
> Chat with friends online, try MSN Messenger: http://messenger.msn.com
> 
> 
> -- 
> To unsubscribe, e-mail:   
> <ma...@jakarta.apache.org>
> For additional commands, e-mail: 
> <ma...@jakarta.apache.org>
> 



--
To unsubscribe, e-mail:   <ma...@jakarta.apache.org>
For additional commands, e-mail: <ma...@jakarta.apache.org>


RE: Web Browsers and Browser Indepedent HTML

Posted by Robert Taylor <rt...@mulework.com>.
Struts is a server side framework so it will work with any browser.
The Struts <html:XXXX .../> tags generate standard HTML code. I'm not sure
if it is 3.2 or 4.0.

robert

> -----Original Message-----
> From: CB Thomas [mailto:th4567@hotmail.com]
> Sent: Tuesday, July 23, 2002 11:10 AM
> To: struts-user@jakarta.apache.org
> Subject: Web Browsers and Browser Indepedent HTML
> 
> 
> I am considering using Struts for a project and I need to know 
> what browsers 
> will Struts work on (for example, IE version 5, Netscape version 
> 6, etc) and 
> if the HTML tags used in the JSP pages are browser-independent?
> 
> 
> _________________________________________________________________
> Chat with friends online, try MSN Messenger: http://messenger.msn.com
> 
> 
> --
> To unsubscribe, e-mail:   
> <ma...@jakarta.apache.org>
> For additional commands, e-mail: 
> <ma...@jakarta.apache.org>
> 

--
To unsubscribe, e-mail:   <ma...@jakarta.apache.org>
For additional commands, e-mail: <ma...@jakarta.apache.org>


Re: Web Browsers and Browser Indepedent HTML

Posted by "Craig R. McClanahan" <cr...@apache.org>.

On Tue, 23 Jul 2002, CB Thomas wrote:

> Date: Tue, 23 Jul 2002 10:10:20 -0500
> From: CB Thomas <th...@hotmail.com>
> Reply-To: Struts Users Mailing List <st...@jakarta.apache.org>
> To: struts-user@jakarta.apache.org
> Subject: Web Browsers and Browser Indepedent HTML
>
> I am considering using Struts for a project and I need to know what browsers
> will Struts work on (for example, IE version 5, Netscape version 6, etc) and
> if the HTML tags used in the JSP pages are browser-independent?
>

All of the HTML that is generated by standard Struts tags conforms to
HTML/4.01.  Whether any given browser supports HTML/4.01 correctly, fo
course, is outside of Struts's control :-).

Craig


--
To unsubscribe, e-mail:   <ma...@jakarta.apache.org>
For additional commands, e-mail: <ma...@jakarta.apache.org>