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

admin localHeader.jsp pages need to adhere to jsp 2.0 specs

Details

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

    According to the specs:

    This code is illegal:
    <mytags:tag value="<%= "hi!" %>" />

    Instead the correct sentence would be:
    <mytags:tag value='<%= "hi!" %>' />
    <mytags:tag value="<%= \"hi!\" %>" />
    <mytags:tag value='<%= \"name\" %>' />

  1. openmrs-1019.patch
    (0.8 kB)
    Burke Mamlin
    2008-09-15 16:43:51 EDT

Activity

Hide
Dave Thomas added a comment - 2008-08-31 20:41:04 EDT

changeset:5412

Show
Dave Thomas added a comment - 2008-08-31 20:41:04 EDT changeset:5412
Hide
Upul Godage added a comment - 2008-09-15 16:43:51 EDT

missed nested double quotes fix

Show
Upul Godage added a comment - 2008-09-15 16:43:51 EDT missed nested double quotes fix
Hide
Upul Godage added a comment - 2008-09-15 16:45:26 EDT

One tiny little tag remains to be fixed. Patch attached.

Show
Upul Godage added a comment - 2008-09-15 16:45:26 EDT One tiny little tag remains to be fixed. Patch attached.
Hide
Ben Wolfe added a comment - 2008-09-15 16:49:52 EDT

Ah, this was a copy/paste error by me. Thanks upul!

Patch applied in rev:5499

Show
Ben Wolfe added a comment - 2008-09-15 16:49:52 EDT Ah, this was a copy/paste error by me. Thanks upul! Patch applied in rev:5499

People

Dates

  • Created:
    2008-08-31 20:23:04 EDT
    Updated:
    2010-07-08 16:21:10 EDT
    Resolved:
    2010-07-01 22:42:25 EDT