brettpr
11/14/2022, 5:14 AMbrettpr
11/14/2022, 5:31 AMzackster
11/14/2022, 9:25 AMzackster
11/14/2022, 11:04 AMGareth
11/15/2022, 6:06 AMstillnet
11/15/2022, 3:06 PMzackster
11/17/2022, 10:45 AMsteveduke
11/17/2022, 12:01 PMromanstr
11/17/2022, 12:51 PMhttps://dl.dropboxusercontent.com/s/6sgtznysrdn9t01/chrome_KsjWLWFFQt.png▾
{
"jvm": {
"args": "-javaagent:C:\\FusionReactor\\instance\\evolve\\fusionreactor.jar=name=evolve,address=8098",
"heapSize": "3000"
},
"profile": "production",
"trayEnable": "false",
"web": {
"AJP": {
"enable": "true",
"port": "8901"
},
"host": "127.0.0.1"
}
}
ACF 2016 looks different https://dl.dropboxusercontent.com/s/4c8moegs2gjwt08/kaIe9EPQzD.png▾
zackster
11/17/2022, 2:08 PMzackster
11/17/2022, 4:02 PMdswitzer
11/18/2022, 12:59 PMzackster
11/18/2022, 2:20 PMsowmyanayak
11/18/2022, 5:01 PMzackster
11/18/2022, 6:04 PMwebsolete
11/21/2022, 3:32 PMDavid Rogers
11/21/2022, 6:36 PMtoBase64
, is there a fromBase64
?bdw429s
11/21/2022, 7:24 PMTravis
11/21/2022, 11:36 PMwaleedehsan1
11/22/2022, 7:40 AMwaleedehsan1
11/22/2022, 7:41 AMwaleedehsan1
11/22/2022, 7:41 AMdswitzer
11/22/2022, 12:17 PMPageContext
should have a pushBody(Writer writer)
method should be implemented that would allow you to change the writer being used, but Lucee does not actually implement in PageContextImpl
. It has it's own pushBody()
method, which does not allow arguments and handles managin a BodyContentStack
object.
I tried using reflection to see if I could override things, but it's protected and the JVM isn't letting me get the PageContextImpl
writer instance.
Have any thoughts on how I might be able to do this?zackster
11/22/2022, 4:41 PMzackster
11/22/2022, 5:44 PMMatt Levine
11/22/2022, 11:25 PMMatt Levine
11/23/2022, 12:10 AMdfgrumpy
11/23/2022, 3:59 PMgsr
11/23/2022, 6:52 PM<CFPARAM NAME="FromDate" default="#dateformat(StartDate,"dd/mm/yyyy")#">
but the date is coming as: 1/01/2022
, how can if i that one, it should display me 01
instead of just one. i am using cf2021gsr
11/23/2022, 6:55 PM