Hi all, I'm working on a WebPage which fetches data from a source and write it to the response. The data can be of various MIME-Type. One solution that I came up with was to replace the current IRequestHandler, which is handling the WebPage, with another one which can handle the data (e.g. TextRequestHandler). The question is which is the correct work flow:
A) requestCycle.scheduleRequestHandlerAfterCurrent(myHandler) B) throw new ResetResponseException/ReplaceHandlerException -> Wicket version : 6.0.0-beta3 Best Pouyan
signature.asc
Description: This is a digitally signed message part
