Le 4 mai 04, � 11:29, Guillaume Lasnier a �crit :
It seems like the error is due to custom localization settings in the TurbineResources.properties.merge. When I removed the property locale.default.bundles it worked but I loose the capablity of customizing messages and labels. I have copied the content of the TurbineResources.properties.merge file below :
==========================================================
module.packages=com.noga.starterkit.jetspeed.modules
# l10n settings
# The line below must be commented to make customizer work
locale.default.bundles=com.noga.starterkit.jetspeed.modules.localizatio n.PortalLocalization,org.apache.jetspeed.modules.localization.JetspeedL ocalization
locale.default.language=fr
locale.default.country=FR
==========================================================
Has anyone managed to have the customizer work with custom localization settings?
Le 4 mai 04, � 10:32, Guillaume Lasnier a �crit :
Hello,
I am running through the 1.5 tutorial ad I have a problem with the CardController customizer using a Pane layout. When I want to customize the content of pane by clicking on the pane link in the customizer I get an error caused by the fact that the link is malformed. When viewing the HTML source i can see :
<a href="$jslink.getAction("controls.Customize",$entry.Id)">
It seems that the velocity engine was not able to interpret the expression or the jslink variable in the template (card-customize.vm after searching in the code). On the other hand, other velocity macro are well interpreted.
Does anybody know why it is behaving like? What have I missed to get the customizer work?
Thank you
The fact that you see the velocity code in your macro means the template has not been processed correctly.
Can you check and send the velocity.log logfile (in /WEB-INF/log/) ?
-- Rapha�l Luta - [EMAIL PROTECTED] Apache Jetspeed - Enterprise Portal in Java http://portals.apache.org/
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
