Daniel Lopez wrote:

> Hi,
> I started playing with JSP about two weeks ago and I was using GNUJSP which
> implements  version 0.92 of the spec. A couple of days ago I downloaded JSWDK1.0-ea
> and tried to upgrade to version 1.0 of the spec but I've been having one headache
> after another since then. I found that JSP don't work with JSWDK1.0-ea if you have a
> directory starting with an 'u' in the path to your .jsp pages or to your scratch dir
> (my punishment for using W95 for development ;), and once I changed the location of 
>my
> pages I also discovered that my import directives are ignored so I'm getting lots of
> ClassNotFounException's. Just to make sure I tried with the .jsp sample pages that
> come with the JSWDK and the same problem ocurred so... is the import directive not
> implemented? The readme just says that the plugin and taglib directives have not been
> yet implemented so I thought the other directives had been. I know it's an early
> access release but is anybody using it normally?
>

There is a bug in the "import" tag -- the implementation is actually looking for the 
word
"imports" instead.  This will get fixed in a subsequent release of JSWDK, but for now
just use the plural version of the word.

> Thanks
> Dan
>

Craig McClanahan

===========================================================================
To unsubscribe, send email to [EMAIL PROTECTED] and include in the body
of the message "signoff JSP-INTEREST".  For general help, send email to
[EMAIL PROTECTED] and include in the body of the message "help".

Reply via email to