explicitly? Or
do I still need something in web.xml to get this effect?
- Original Message -
From: Dmitry Gusev
To: Tapestry users
Sent: Wednesday, June 12, 2013 4:44 PM
Subject: Re: symbol not defined
Just set the value of the symbol, try adding this via sy
But my hope was that without being set it would be null rather than blow up at
runtime?
- Original Message -
From: Dmitry Gusev
To: Tapestry users
Sent: Wednesday, June 12, 2013 4:44 PM
Subject: Re: symbol not defined
Just set the value of the symbol, try adding this via
http://tapestry.apache.org/symbols.html
On Wed, Jun 12, 2013 at 7:44 PM, Dmitry Gusev wrote:
> Just set the value of the symbol, try adding this via system properties:
>
> -Dtapestry.execution-mode=production
>
>
> On Wed, Jun 12, 2013 at 7:41 PM, George Christman > wrote:
>
>> It's funny you as
Just set the value of the symbol, try adding this via system properties:
-Dtapestry.execution-mode=production
On Wed, Jun 12, 2013 at 7:41 PM, George Christman
wrote:
> It's funny you ask this question, I was just about to ask a similar one
> about getting production mode.
>
>
> On Wed, Jun 12,
It's funny you ask this question, I was just about to ask a similar one
about getting production mode.
On Wed, Jun 12, 2013 at 11:28 AM, John wrote:
> This code blows up on production system, but is fine on dev and qa! How
> should I fix it?
>
> John
>
> /** The execution mode. */
> @In
This code blows up on production system, but is fine on dev and qa! How should
I fix it?
John
/** The execution mode. */
@Inject
@Symbol(SymbolConstants.EXECUTION_MODE)
private String exeMode;
org.apache.tapestry5.ioc.internal.OperationException: Symbol
'tapestry.execution-mode