Hi all,
I'm using JBoss AS 4.0.4GA + JBoss Portal 2.4 beta1

I've an annoying problem.
My web application uses portlet, servlet and jsp.
I've a form in a jsp page (nuovogs.jsp for example) to which I access by a 
servlet previously requested by dispatch call from a portlet.
Dispatching follow exactly this logic:

portlet1(disatching)-->view.jsp(form 
action)-->portlet1(dispatching)-->servlet(dispatching)-->
-->nuovogs.jsp(form action)-->servlet(dispathing):
-->nuovogs.jsp [if get error into form]
-->output.jsp [otherwise]

The problem is: I can arrive to nuovogs.jsp page, return to servlet, but from 
servlet to a jsp page (though a different page) containing the 
<portlet:defineObjects/> portlet tag, I get a 500 error nullpointerexception 
from jasper. 

If the last dispatch is to a page without that portlet tag, a html page for 
example, all is ok, but the output is in a new page, and not in the porltet 
window from i come, I think because absence of that portlet tag.

How can i do to make it return without errors in the nuovogs.jsp?

View the original post : 
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3955319#3955319

Reply to the post : 
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3955319

Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
_______________________________________________
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user

Reply via email to