Re: Re: [OT] Replacing the standard JspWriter

2020-09-15 Thread Adam Rauch
On 9/14/2020 6:19 AM, Christopher Schultz wrote: -BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Adam, On 9/11/20 19:30, Adam Rauch wrote: I have implemented a custom JspWriter and registered it for use by our JSPs using the approach described here: https://stackoverflow.com/questions/29508245

Re: Re: Replacing the standard JspWriter

2020-09-14 Thread Adam Rauch
On 9/12/2020 2:15 AM, Mark Thomas wrote: On 12/09/2020 00:30, Adam Rauch wrote: I have implemented a custom JspWriter and registered it for use by our JSPs using the approach described here: https://stackoverflow.com/questions/29508245/jsp-using-a-delegate-for-out-jspwriter-with-jsp-includes-to-

Re: [OT] Replacing the standard JspWriter

2020-09-14 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Adam, On 9/11/20 19:30, Adam Rauch wrote: > I have implemented a custom JspWriter and registered it for use by > our JSPs using the approach described here: > https://stackoverflow.com/questions/29508245/jsp-using-a-delegate-for- out-jspwriter-with-

Re: Replacing the standard JspWriter

2020-09-12 Thread Mark Thomas
On 12/09/2020 00:30, Adam Rauch wrote: > I have implemented a custom JspWriter and registered it for use by our > JSPs using the approach described here: > https://stackoverflow.com/questions/29508245/jsp-using-a-delegate-for-out-jspwriter-with-jsp-includes-to-change-the-beh > > > I created a cus

Replacing the standard JspWriter

2020-09-11 Thread Adam Rauch
I have implemented a custom JspWriter and registered it for use by our JSPs using the approach described here: https://stackoverflow.com/questions/29508245/jsp-using-a-delegate-for-out-jspwriter-with-jsp-includes-to-change-the-beh I created a custom JspFactory that returns a custom JspContext t