Re: Unable to load class link

2003-11-25 Thread C. Grierson
Hrmf. It turns out that this has been a wild goose chase; JBuilder was using a server.xml that pointed to the wrong appbase (this is normally set automatically, but I had inserted a '' element which froze the values) and was using an old code snapshot in another location. Mea culpa. Sorry for w

Re: Unable to load class link

2003-11-25 Thread Kris Schneider
Have you got struts-el.jar in WEB-INF/lib? If you're using EL, that implies you're also using (at least) a JSP 1.2 container. In which case, you don't need the element in web.xml and you don't need a separate TLD file. Just use the "well-known" URI in the directive: <%@ taglib prefix="c"

Re: Unable to load class link

2003-11-25 Thread C. Grierson
m > > 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

Re: "Unable to load class link"

2003-11-24 Thread Kris Schneider
truts EL and a hand full of JSTL tags. This arose when I upgraded to JBuilder X. The full error displayed in the browser (and logs) is: org.apache.jasper.JasperException: /showUserCases.jsp(35,0) Unable to load class link at org.apache.jasper.compiler.De

"Unable to load class link"

2003-11-24 Thread C. Grierson
is referring to, and I'm just guessing that it's Struts, since I'm only using Struts EL and a hand full of JSTL tags. This arose when I upgraded to JBuilder X. The full error displayed in the browser (and logs) is: org.apache.jasper.JasperException: /showUserCases.jsp(35