dotCMS / core

Headless/Hybrid Content Management System for Enterprises
http://dotcms.com
Other
863 stars 468 forks source link

missing escalation jsp #271

Closed wezell closed 12 years ago

wezell commented 12 years ago

Getting this on the master - from the escalation portlet

javax.servlet.jsp.JspTagException: File "/html/portlet/ext/escalation/sub_nav.jsp" not found

jtesser commented 12 years ago

Guys I think we never got everything in master here.

I believe we are missing a JSP and the tiles-def.xml might need some help.

maverick1981 commented 12 years ago

Will on my implementations inside com.dotcms.escalation plugin on tiles_defs_ext.xml i've this code:

As you can see i'm referring to "/portlet/ext/workflows/sub_nav.jsp" that is a pre-existent jsp from workflow implementation i've decided to reuse on my context. Let me know how you would proceed to solve this path issue. I you want a new issue/branch or if you can only change jsp path.

I hope there was no problem committing escalation task some days ago and also other files aren't in their final version.

jtesser commented 12 years ago

Commit everything needed to fix the issues and get the portlet running in the backend. Create a new branch from master issue-271-branchname and push that.