IdRatherBeSailing said: > > - My friend gave me a zip'd up copy of his Cocoon > install with a couple of JSR168 test portlets in it > that did work (RSS and Pluto Test portlet). Both of > those portlets appeared to just write to the output > stream of the portlet rather than dispatch to a JSP > page. He apparently got one of his own simple JSR168 > portlets deployed (by copying things into the Cocoon > webapp, not by deploying a jsr168 portlet WAR as a > separate webapp which neither of us could find doc on > for Cocoon), BUT only simple portlets which dispatched > to a JSP page that did nothing but include some output > markup worked. When dispatching to any more complex > pages (eg, with buttons that submit to action URLs > created with the JSR168 portlet url API) he got > nothing but JasperExceptions with no useful info > attached to the message of the exception. Does > anybody have JSR168 portlets which dispatch to JSP > pages working with Cocoon? >
I was able to deploy and run some portlets that have JSPs in them. They were deployed as webapps using the instructions on the wiki. I didn't have to do anything special to get them to work. The portlets aren't terribly complicated. They are loan, savings, interest rate calculators that just accept some input and calculate the results. The results are typically tables containing things like a repayment schedule, a single row containing the initial data and end result, etc. If you have something more involved that you could send me to try I'd be happy to. Ralph --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
