You know, I'm feeling quite sheepish, as I had looked at line 35,
which is simply '<br>' and didn't find anything important. The next
line, however, seems to be the culprit (or at least a definite
candidate): an '<html:link>' tag. The <% taglib %> directive has the
correct URI reference (ie, a corresponding web.xml entry with an
existing 'taglib-location' file entry).
Forgive my total ignorance of tag libraries. I took a quick peek at
the classes in struts-el.jar and struts.jar and see the naming
convention is (EL)<Tag_name>Tag.class, but the message is clearly
mentioning the class 'link'. Any ideas?
Thanks,
-c
PS: The exact JSP lines involving <html:link> are:
<html:link page="/editCase.jsp">Create a Case</html:link><br>
^^^ that's line 36 which is maybe coincidentally close to 35 as referring
to the compiled servlet code line... I don't know.
and
<html:link page="/showCase.jsp?caseId=${case.id}"><c:out
value="${case.title}"/></html:link><br>
------------------------------------------------------------------------
On Mon, 25 Nov 2003 [EMAIL PROTECTED] wrote:
>
> struts-user Digest 25 Nov 2003 04:44:05 -0000 Issue 4206
>
> Topics (messages 99937 through 99966):
>
> Re: getParameter() returns null on multipart requests
> 99937 by: Terry Brick
> 99953 by: Martin Cooper
> 99955 by: David Friedman
> 99956 by: Martin Cooper
> 99957 by: David Friedman
>
> Re: JSTL
> 99938 by: Manish Singla
>
> Re: ActionForm field not changing when forwarded to Action
> 99939 by: Eric Saya
> 99942 by: Manish Singla
> 99943 by: bort
>
> Re: multiple modules & "cannot retrieve mapping" & not fun!
> 99940 by: Manish Singla
>
> Re: Message Resources and Struts Modules (Partially Solved)
> 99941 by: Manish Singla
>
> links without underline/border
> 99944 by: Sonam Belbase
> 99945 by: Jonathan Sampson
> 99950 by: Brice Ruth
>
> Re: validation.xml and validate() method
> 99946 by: Sergey Smirnov
>
> Most productive Struts Framework :
> 99947 by: MBrewer.cpaglobal.com
>
> Change default forward class
> 99948 by: Eric SCHULTZ
>
> logic:iterate help
> 99949 by: mohan.physics.gmu.edu
>
> disable submit button unless all required fields are filled
> 99951 by: yuensunlam.yahoo.com
> 99952 by: Brice Ruth
>
> Types supported by DynaActionForm (or DynaValidatorForm)
> 99954 by: Sasha Borodin
>
> "Unable to load class link"
> 99958 by: C. Grierson
> 99959 by: Kris Schneider
>
> [ANNOUNCE] Struts Console v4.1
> 99960 by: James Holmes
>
> What is CornerStone?
> 99961 by: Raj A
>
> Re: struts and PHP
> 99962 by: Craig R. McClanahan
>
> Sorry.. Need of blood of B Negative
> 99963 by: Abhijeet Mahalkar
>
> Re: Server manged vs. struts managed db pools
> 99964 by: Craig R. McClanahan
> 99965 by: Mike Duffy
>
> [OT] Re: Sorry.. Need of blood of B Negative
> 99966 by: James Mitchell
>
> Administrivia:
>
> To subscribe to the digest, e-mail:
> [EMAIL PROTECTED]
>
> To unsubscribe from the digest, e-mail:
> [EMAIL PROTECTED]
>
> To post to the list, e-mail:
> [EMAIL PROTECTED]
>
>
> ----------------------------------------------------------------------
>
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]