When writing a declarative java webscript what is the preferred pattern for managing errors in the webscript?
For example if I have a webscript that fails (Runtime Exception) and throws a status...
Type: Posts; User: krist@soundstrue.com; Keyword(s):
When writing a declarative java webscript what is the preferred pattern for managing errors in the webscript?
For example if I have a webscript that fails (Runtime Exception) and throws a status...
I have seen those posts and I see how this could work in a Java class but is this possible to do this in a Javascript webscript?
To rephrase, how can one get the HttpServletRequest from a...
I noticed in M2 on the RequestContext there was a wonderful method called getRequest() which returns a HttpServletRequest
...
M3 is busted in a few key places, is there any plans on an M4 or an RC?
Many thanks, I am so much closer now but still not there
args.asset
does not work, it actually gives a 500 error because the value is null
further research leaves me wondering where "args"...
I found some information on how to pass parameters into a component from the page definition like so...
<page>
...
<component>
<region-id>middleRight1</region-id>
...
I am unable to create unique url's to my defined pages like the default "products" page and I question if the syntax is the problem, the syntax above is like
<uri-templates>
...