What Tapestry version? Just checked with 5.3.0-SNAPSHOT and it works like a
charm.
BTW: SECURE_ENABLED is only needed when PRODUCTION_MODE is set to false. In
production mode, secure
is enabled by default.
Uli
On 23.02.2011 19:40, Matias Moran wrote:
> Dear Tapestry users, how have you been?
>
Hi,
public void contributeMetaDataLocator(
> MappedConfiguration configuration) {
> configuration.add(MetaDataConstants.SECURE_PAGE, "true");
> }
>
didn't work for me either...
I 'm using tapestry 5.0.1.5,
can you confirm me if that configuration should work on this version?
thanks
Nicol