Portlet TLDs on the JBoss AS version of GateIn was not working, so I had
to renable the patch to specify the portlet war which contains the
portlet TLDs. [I don't know why the patch was missing, if there was a
reason for its absence please let me know]
This means we have a patch to the deployers/jbossweb.deployers/web.xml
to specify the jar containing the tlds (see
http://www.jboss.org/community/wiki/GlobalTLDs)
<init-param>
<description>Portlet standard tlds</description>
<param-name>tagLibJar2</param-name>
<param-value>../../deploy/exoplatform.ear/pc-portlet-2.1.0-Beta1.jar</param-value>
</init-param>
Can we change the jar name to be unversioned so that when the version
changes it doesn't break this? Or can we specify a token instead of
hardcoding the jar name?
Or does anyone know a better way to add the tlds to the portlets on
JBoss AS?