From: "Andrey Rogov" <[EMAIL PROTECTED]>

<%@ taglib uri="struts-html-el.tld" prefix="html"  %>
<html:form action="${action.actionURI}" >
</html:form>

the error JspCompile runtime: java.lang.NullPointerException. is appeared .

That makes me think 'action' is probably null. What scope is it in, and how did it get there?

Do you have a corresponding action mapping ( <action ...> tag ) in struts-config.xml for each of the things ${action.actionURI} might evaluate to?

--
Wendy Smoak


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

Reply via email to