anonymous wrote : Is there anything which could prevent stuff working properly in a simple webapp to work identically in a portlet ?
Yes, too many Tomahawk components cast the Request to an HttpServletRequest instead of working with the abstract ExternalRequest. It leads to a class cast exception when used in a portlet environment View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3999830#3999830 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3999830 _______________________________________________ jboss-user mailing list [email protected] https://lists.jboss.org/mailman/listinfo/jboss-user
