t; > > > >Date: Fri, 4 Jun 2004 10:25:41 -0500
> > > > > >
> > > > > >We're currently running a swing java webstart app but issues
> > > > > with clients
> > > > > >jvm
> > > > > >versions and permissions to install/update programs on their
> > > > > workstations
> > > > > >are
> > > > > >making us look into alternatives.
> > > > > >What are people out there using to get thick client functionality
> >in
> > > >the
> > > > > >browser? Ultimately it would work without any plug-ins and on
> > > > > all browsers,
> > > > > >but it's not necessary as long as it works on IE and doesn't use
> > > >activeX.
> > > > > >
> > > > > >I'm also looking for comments and feedback on thinlets and canoo.
> > > > > >
> > > > > >Thanks.
> > > > > >
> > > > >
> > >-
> > > > > >To unsubscribe, e-mail: [EMAIL PROTECTED]
> > > > > >For additional commands, e-mail: [EMAIL PROTECTED]
> > > > > >
> > > > >
> > > > > _
> > > > > MSN Toolbar provides one-click access to Hotmail from any Web page
> > > >FREE
> > > > > download!
> > > http://toolbar.msn.click-url.com/go/onm00200413ave/direct/01/
> > > > >
> > > > >
> > > > >
> >-
> > > > > To unsubscribe, e-mail: [EMAIL PROTECTED]
> > > > > For additional commands, e-mail: [EMAIL PROTECTED]
> > > > >
> > > > >
> > > >
> > > >
> > > >-
> > > >To unsubscribe, e-mail: [EMAIL PROTECTED]
> > > >For additional commands, e-mail: [EMAIL PROTECTED]
> > > >
> > >
> > > _
> > > MSN Toolbar provides one-click access to Hotmail from any Web page
> >FREE
> > > download! http://toolbar.msn.click-url.com/go/onm00200413ave/direct/01/
> > >
> > >
> > > -
> > > To unsubscribe, e-mail: [EMAIL PROTECTED]
> > > For additional commands, e-mail: [EMAIL PROTECTED]
> > >
> > >
> >
> >
> >-
> >To unsubscribe, e-mail: [EMAIL PROTECTED]
> >For additional commands, e-mail: [EMAIL PROTECTED]
> >
>
> _
> MSN Toolbar provides one-click access to Hotmail from any Web page FREE
> download! http://toolbar.msn.click-url.com/go/onm00200413ave/direct/01/
>
>
> -
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
>
>
--
Khalid K.
-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
> Version: 6.0.674 / Virus Database: 436 - Release Date: 5/2/2004
>
>
>
> -
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
>
>
--
Khalid K.
--
Platform websphere/struts 1.0 (updating to 1.1 out of question)
Question: Are there any draw backs of declaring multiple controller
servlets in one web app ??
I've heard that it is not recommended because they will share the
same servlet context which will cause problems ???
Whoever
You can store an attribute in session when you initially start the session
Subsquent checks for that attribute on EACH request will check if that
Attribute doesn't exist...session has expired or they are not logged on etc.
Of course the key to this is to put a hook on RequestProcessor to run this
You can presist the "lastSearchTerm" in HttpSession and update your form
object with it.
In Action something like
If(session.getAttribute("lastSearchTerm") != null)
myform.setSearchTerm((String)
session.getAttribute("lastSearchTerm"));
-Original Message-
From: Nilesh [mailto:[EM
5 matches
Mail list logo