[jboss-user] [JBoss Portal] - Re: Portal/CMS Exceptions in 2.6-ALPHA1 when creating new ht

woxster do-not-reply at jboss.com
Wed Feb 21 19:02:18 EST 2007


I have just downloaded the Portal 2.6-APLHA2 version and experienced the same problem as described here. The problem was related to a faulty td tag surrounding the Description field in the create.jsp file. 
<td">
  |     ${n:i18n("CMS_DESCRIPTION")}:
  | </td>
Correcting the tag in create.jsp solved the problem.
<td>
  |     ${n:i18n("CMS_DESCRIPTION")}:
  | </td>

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

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



More information about the jboss-user mailing list