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
_______________________________________________
jboss-user mailing list
[email protected]
https://lists.jboss.org/mailman/listinfo/jboss-user