Reminder: Create & find trunk-related issues here. Legacy Trac tickets are still available. Problems? Workflow feedback? Need a module project? Open a support ticket.

OpenMRS Trunk

El syntax not available in extension point tag

Details

  • Type: Bug Bug
  • Status: Closed Closed
  • Priority: Could Could
  • Resolution: Fixed
  • Affects Version/s: None
  • Fix Version/s: OpenMRS 1.5.0
  • Component/s: None
  • Severity:
    3
  • Keywords:
  • Description:
    Hide

    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

    Show
    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

Activity

Hide
Ben Wolfe added a comment - 2009-06-23 19:22:29 EDT

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

Show
Ben Wolfe added a comment - 2009-06-23 19:22:29 EDT Fixed in trunk in rev:8710 and in 1.5.x in rev:8711. This will be available in the 1.5 beta 2 release.

People

Dates

  • Created:
    2009-06-23 19:14:15 EDT
    Updated:
    2010-07-08 16:20:31 EDT
    Resolved:
    2010-07-01 22:44:16 EDT