On Wed, 21 Jan 2015 12:07:10 -0200, George Christman
<gchrist...@cardaddy.com> wrote:
I guess there is a bug in the PageRenderLinkSource component
It's not a component: it's a service.
then or
I'm missing something because it does not seem to work. My
configuration is as followed, perhaps I'm missing something simple.
My local environment uses Jetty
In my DevelopmentModule I have the following config.
public static void
contributeApplicationDefaults(MappedConfiguration<String, Object>
configuration) {
// The factory default is true but during the early stages of
an application
// overriding to false is a good idea. In addition, this is
often overridden
// on the command line as -Dtapestry.production-mode=false
configuration.add(SymbolConstants.PRODUCTION_MODE, "false");
configuration.add(SymbolConstants.HOSTNAME, "localhost");
configuration.add(SymbolConstants.HOSTPORT, "8080");
configuration.add(SymbolConstants.HOSTPORT_SECURE, "8443");
}
Are you sure this method was actually invoked?
Exception
ex Unable to delegate method invocation to property 'request' of
<Proxy for RequestGlobals(org.apache.tapestry5.services.RequestGlobals)>,
because the property is null.
Full stack trace please.
--
Thiago H. de Paula Figueiredo
Tapestry, Java and Hibernate consultant and developer
http://machina.com.br
---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscr...@tapestry.apache.org
For additional commands, e-mail: users-h...@tapestry.apache.org