Downloads Documentation Community Contribute Demo






Show Sidebar
Login | Register

Ticket #955 (new task)

Opened 2 years ago

Last modified 1 week ago

WebModuleUtil should handle DWR <init> tags in dwr section of config.xml

Reported by: dthomas Assigned to:
Priority: minor Milestone:
Component: OpenMRS Code Base Keywords:
Cc: Introductory Ticket: 1
Code Review Status:

Description

We should support all potential components of dwr.xml during module uploading, and the following is the only thing that is not currently handled:

<init>

<creator id="..." class="..."/> <converter id="..." class="..."/>

</init>

The complete potential structure of DWR.XML can be seen here:

http://directwebremoting.org/dwr/server/dwrxml

Maybe this ticket should be looked at concurrently with #889

Change History

03/10/10 22:42:09 changed by bwolfe

  • intro_ticket set to 1.
  • review_status changed.
  • summary changed from WebModuleUtil should handle DWR <init> tags in dwr section of confix.xml to WebModuleUtil should handle DWR <init> tags in dwr section of config.xml.