EPrints Technical Mailing List Archive
Message: #03243
< Previous (by date) | Next (by date) > | < Previous (in thread) | Next (in thread) > | Messages - Most Recent First | Threads - Most Recent First
[EP-tech] EP_TRIGGER_URL_REWRITE and redirecting to a screen
- To: "eprints-tech@ecs.soton.ac.uk" <eprints-tech@ecs.soton.ac.uk>
- Subject: [EP-tech] EP_TRIGGER_URL_REWRITE and redirecting to a screen
- From: John Salter <J.Salter@leeds.ac.uk>
- Date: Fri, 11 Jul 2014 11:16:14 +0100
Hi, What's the *best/intended* way to go from an EP_TRIGGER_URL_REWRITE trigger to a screen? >From searching the Bazaar, is seems like most things like this either: (1) use a cgi/... script that does the screen selection/processing, or (2) register a handler that does the work (e.g. $request->set_handlers(PerlResponseHandler => [ 'EPrints::Plugin::MePrints::MePrintsHandler' ] ); ) Both seem not-quite-right: (1) requires the trigger to do a redirect (another HTTP call), (2) would duplicate a lot of stuff that EPrints does 'normally' (the screen I want to use is a normal EPrints screen). Should the trigger should be able to do the work? Have I missed some magic way of doing this? Cheers, John
- Follow-Ups:
- [EP-tech] Re: EP_TRIGGER_URL_REWRITE and redirecting to a screen
- From: Sebastien Francois <sf2@ecs.soton.ac.uk>
- [EP-tech] Re: EP_TRIGGER_URL_REWRITE and redirecting to a screen
- Prev by Date: [EP-tech] Re: About compounds
- Next by Date: [EP-tech] Re: EP_TRIGGER_URL_REWRITE and redirecting to a screen
- Previous by thread: [EP-tech] Search in subjects and divisions does nothing
- Next by thread: [EP-tech] Re: EP_TRIGGER_URL_REWRITE and redirecting to a screen
- Index(es):