Can you give more detail about what you are doing? What did you put in
your AppModule, what are the paths that you are trying to secure?

Thanks.

On Mon, Jun 14, 2010 at 10:18 AM, Juan E. Maya <[email protected]> wrote:
> Hi,
> i am trying to secure multiple pages by contributing to the
> MetaDataLocator as explained here:
> http://tapestry.apache.org/tapestry5.1/guide/secure.html but the app
> always uses the default value.
>
> Checking the source code of MetaDataLocatorImpl it seems that the
> value would always use the default value.
>
> String value = valueLocator.valueForKey(key);  //this is always null
> if (value == null)
>  {
>  value = symbolSource.valueForSymbol(key); //Here the default value
> (false) it's obtained
>  }
>  else {
>            value = symbolSource.expandSymbols(value);
> }
>
> Am i missing something during the configuration?
>
> Thanks for your help
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: [email protected]
> For additional commands, e-mail: [email protected]
>
>



-- 
--
http://www.bodylabgym.com - a private, by appointment only, one-on-one
health and fitness facility.
--
http://www.ectransition.com - Quality Electronic Cigarettes at a
reasonable price!
--
TheDailyTube.com. Sign up and get the best new videos on the internet
delivered fresh to your inbox.

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to