JavaScript enabled or not, any attempt to prevent clients from
saving your web pages is an exercise in futility. This is because all
online content is downloaded to the HD of the client machine (the "Temporary
Internet Files" folder in the case of Windows IE users) before being rendered by
t
I am
using, and very happy with, Servlets.com. But depending on the package you go
for they can get expensive.
Colin
-Original Message-From: A mailing list for
discussion about Sun Microsystem's Java Servlet API Technology.
[mailto:[EMAIL PROTECTED]]On Behalf Of Galbreath,
Thanks
Mike, I was looking for this also.
-Original Message-From: A mailing list for
discussion about Sun Microsystem's Java Servlet API Technology.
[mailto:[EMAIL PROTECTED]]On Behalf Of Mike
CroninSent: Wednesday, May 29, 2002 2:16 PMTo:
[EMAIL PROTECTED]Subject: Re: ho
Do you know if JBuilder Professional or Enterprise is required?
Thanks,
Colin
- Original Message -
From: "Chen, Gin" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Tuesday, February 19, 2002 7:38 AM
Subject: Re: About Servlets Compilres
> if you mean compiler for just servlets than
Thanks Harish, this was very helpful for me
also.
Colin
- Original Message -
From:
Harish K
Kottarathil
To: [EMAIL PROTECTED]
Sent: Tuesday, February 05, 2002 7:10
PM
Subject: Re: JRun/JNDI Question
Hi,When u lookup , u don't put the
HOME name., Inste
Thanks for the code example.
Colin
- Original Message -
From: "Rohan Shrinivas Desai" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Friday, January 04, 2002 12:29 AM
Subject: Re: Problem with the back button in the HTML
when ever u open a page an entry is made into the history list
Nilantha,
The checkbox value should be the value of your "book" field, presuming you
want a list of all books selected to be submitted to the server. I am guessing
that the problem may be that there are no double quotes surrounding the value
attribute or your HTML checkbox. If there is a s
I apologize there is an error below; the code within a constructor is NOT
static.
Sorry,
Colin
- Original Message -
From: "Colin Capriati" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Friday, December 28, 2001 6:28 PM
Subject: Re: Static Reference Issue
&g
- Original Message -
From: "Colin Capriati" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Friday, December 28, 2001 6:28 PM
Subject: Re: Static Reference Issue
> Static context is from within a method declared as static:
>
> public static void aMetho
Static context is from within a method declared as static:
public static void aMethod()
{
// static context
}
Or from within a constructor:
public Class Aclass
{
public Aclass()
{
// static context
}
}
Or from within a static code block (excecuted at Class load time)
publi
For brevity you could also try:
application.setAttribute("errorMessage",new String("NO Error Message"));
Colin
- Original Message -
From: "Mark Galbreath" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Tuesday, December 18, 2001 12:51 PM
Subject: Re: Communication between JSP and ser
great x-mas gift for
me and
> works perfect now. Also very appreciate Richard tips, I am gona use these
tips
> in other features.
>
> Happy x-mas to you guys.
>
>
>
> --- Colin Capriati <[EMAIL PROTECTED]> wrote:
> > Ali,
> >
> > Thank you for the de
Ali,
Thank you for the details of your current problem/solution. Richard has a
good point in that heavy dependence on JavaScript can be problematic. Your
point about server resources when using session variables is valid as well.
Ultimately then you will decide which will provide a bettor solutio
If you don't mind relying on JavaScript, you may also create a set of hidden
INPUT controls in the HTML form that map to the same parameters as your
checkboxes, and then use JavaScript to handle the checkbox.onchange event
and update the appropriate hidden control. When the HTML form is submitted
Could you use QueryString from the calling ASP?
- Original Message -
From: "Dave Piper" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Thursday, December 13, 2001 2:07 AM
Subject: Bing bang bong
> Hi everyone,
> This is a bit rambling but stick with me.
> Client goes to servlet A, se
Could it be a case sensitivity issue?
Exception:
> jsp threw exception
> org.apache.jasper.JasperException: Cannot find a method to read property
> 'carYear' in a bean of type 'QuoteCalculationBean'
refers to property "carYear"
Method:
> properties it can't find. In the case of carYear they are
Thanks!
- Original Message -
From: "Christian Roslawski" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Monday, December 03, 2001 12:05 AM
Subject: Re: servlets and IIS
> > Are you running Tomcat as a service in Win2K?
>
> Yes, and it works fine so far. Switch "NT Service (NT/2k/XP o
Chris,
Thanks for the excellent information.
Are you running Tomcat as a service in Win2K?
Colin
- Original Message -
From: "Christian Roslawski" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Friday, November 30, 2001 5:46 AM
Subject: Re: servlets and IIS
> > (*) is it possibile
I am a Java Servlet "Newbie", but I've solved this problem in other systems
before by replacing characters by ansi character code; the tab character is
9 for example.
Hope this is a help,
Colin
- Original Message -
From: "Barbara Johnson" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent
19 matches
Mail list logo