Downloads Documentation Community Contribute Demo






Show Sidebar
Login | Register

Ticket #1587 (closed defect: fixed)

Opened 8 months ago

Last modified 8 months ago

El syntax not available in extension point tag

Reported by: bwolfe Assigned to: bwolfe
Priority: minor Milestone: OpenMRS 1.5
Component: OpenMRS Code Base Keywords:
Cc: Agnor, djazayeri Introductory Ticket: 0
Code Review Status:

Description

This error appears when trying to use attributes on "extension" inside of an extensionPoint tag: org.apache.taglibs.standard.tag.common.core.NullAttributeException: The "url" attribute illegally evaluated to "null" or "" in <import>

The tag is set up properly like so:

<openmrs:extensionPoint pointId="org.openmrs.module.htmlformentry.edit" type="html">
   <openmrs:portlet url="${extension.portletUrl}" moduleId="${extension.moduleId}"/>
   ...
</openmrs:extensionPoint>

See the thread started by Joao on the developers mailing list here: http://n2.nabble.com/Defining-Portlet-Extensions-points-for-modules-td3073276.html

Change History

06/23/09 19:22:29 changed by bwolfe

  • status changed from new to closed.
  • resolution set to fixed.
  • milestone set to OpenMRS 1.5.

Fixed in trunk in [8710] and in 1.5.x in [8711]. This will be available in the 1.5 beta 2 release.