Opened 15 years ago

Closed 15 years ago

Last modified 15 years ago

#1329 closed enhancement (fixed)

A plug-in should be able to use a JSP page from an extension for parameter input

Reported by: Nicklas Nordborg Owned by: Nicklas Nordborg
Priority: major Milestone: BASE 2.13
Component: web Version:
Keywords: Cc:

Description

A plug-in may currently use a custom JSP page for parameter input. The limitation is that this JSP page is located in a subdirectory based on the classname of the plug-in. Eg. /plugins/net/sf/basedb/plugins/foo.jsp.

This is not a very useful location for plug-ins that are also extensions since there is no installation mechanism that automatically install files there. I think we should allow RequestInformation.getJspPage() to point to a JSP anywhere if, for example, the returned path starts with '/'.

Note! This feature is needed by the GenePattern integration plug-in/extension. See http://baseplugins.thep.lu.se/wiki/net.sf.basedb.genepattern

Change History (3)

comment:1 by Nicklas Nordborg, 15 years ago

Owner: changed from everyone to Nicklas Nordborg
Status: newassigned

comment:2 by Nicklas Nordborg, 15 years ago

Resolution: fixed
Status: assignedclosed

(In [4962]) Fixes #1329: A plug-in should be able to use a JSP page from an extension for parameter input

comment:3 by Nicklas Nordborg, 15 years ago

(In [4963]) References #1329: A plug-in should be able to use a JSP page from an extension for parameter input

Also updated the docbook documentation.

Note: See TracTickets for help on using tickets.