Declaring a varible names default gives this error by javac.
JspOutTag.java:12: <identifier> expected
 private String default;

rgds
Antony Paul.

----- Original Message -----
From: "Martin van Dijken" <[EMAIL PROTECTED]>
To: "Tag Libraries Users List" <[EMAIL PROTECTED]>
Sent: Monday, December 08, 2003 6:27 PM
Subject: Re: c:out and default - question on code.


> Hey Antony,
>
> Create a Tag class and make sure it has a method setDefault(String
> default) Then make sure you add the attribute default to your tag's tld
> description.
>
> Martin
>
> Antony Paul wrote:
>
> > Hi,
> >     I tried to write a tag handler class which have an attribute
"default".
> > But javac wont compile it. Then how the <c:out default works. How I
could do
> > the same ?
> >
> > rgds
> > Antony Paul
> >
> >
> > ---------------------------------------------------------------------
> > 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]
>
>

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

Reply via email to