...
[12:20:34 CST(-0600)] <EricDalquist> or a servlet
[12:21:05 CST(-0600)] <cwaymire> it's in the SSP portlet, but all of these are just in standard Spring MVC controllers
[12:21:17 CST(-0600)] <cwaymire> the actual portlet just loads up the main display page
[12:21:20 CST(-0600)] <EricDalquist> so it is a portlet/servlet hybrid app
[12:21:23 CST(-0600)] <cwaymire> yeah
[12:21:26 CST(-0600)] <EricDalquist> ah
[12:21:27 CST(-0600)] <EricDalquist> yeah
[12:21:31 CST(-0600)] <EricDalquist> there isn't a great way to fix that
[12:21:33 CST(-0600)] <cwaymire> all of the functioanlity is in the servlet part
[12:21:44 CST(-0600)] <EricDalquist> I mean the best would be to turn that all into portlet resource controllers
[12:21:48 CST(-0600)] <EricDalquist> instead of servlet controllers
[12:21:52 CST(-0600)] <EricDalquist> then you go through the portal
[12:21:54 CST(-0600)] <cwaymire> that was suggested. they are reluctant/resistant to migrating the functionality
[12:22:02 CST(-0600)] <EricDalquist> but other than that ...