Struts doesn't deal with client side browser stuff, your right,
but for those of us building complex user interface components
in a browser we have to use something.  Making the same
functionality available in desktop applications to web appliactions
is a big problem and we need a way of solving this.  HTML
doesn't do the job on its own and so we need a scripting language
like Javascript.  The point I was trying to make was if the Javascript
used is compatible with Netscape (and possibly Mozilla) as well as
IE which is what I was viewing it on.

Alternatively another method of complex client side user interfaces is
to use flash remoting and link it through to Struts

http://www.javaworld.com/javaworld/jw-01-2003/jw-0117-flash.html?

I think this has already been done but can't seem to find the link.

Jon.

----- Original Message -----
From: "Rick Reumann" <[EMAIL PROTECTED]>
To: "Struts Users Mailing List" <[EMAIL PROTECTED]>; "JONATHAN
PHILIP HOLLOWAY" <[EMAIL PROTECTED]>
Sent: Wednesday, January 22, 2003 4:25 PM
Subject: Re: A Useful Struts Resource


> On Wednesday, January 22, 2003, 11:22:18 AM, JONATHAN wrote:
>
> JPH> The only I problem is I don't know how compatible this is gonna be
with Netscape,
> JPH> Mozilla and the other browsers.
>
> This isn't a struts issue. Struts doesn't even deal with client side
> browser stuff. Just do all your validation server side if you want and
> then you don't have to worry about the browser type.
>
> --
>
> Rick
> mailto:[EMAIL PROTECTED]
>
>


--
To unsubscribe, e-mail:   <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

Reply via email to