Pete,

Thanks, your input was good and I made of it.

I took your last snippet and applied it

        @Persist
        @InitialValue("true")
        public abstract boolean isRememberMe();

        @InjectComponent("rememberMe")
        public abstract Checkbox getRememberMeComponent();

Makes for a nice persistent toggle.

The rememberme cookies are working fine too.

I would like to encrypt my cookie though.

I set scheme="https" on my @Form component, I do not see that materializing on the url. Not sure if the url should change visibly... I would guess it should ... is this a bug?

Ultimately, I need to encrypt the cookie prior to sending it. I needf an encode/decode that encyphers/decyphers the text password in and out of the cookie repository. Is there such a api to do this in tapestry? What would you reocmmend? Any takers?

Thanks in advance.
Ken

_________________________________________________________________
Use your PC to make calls at very low rates https://voiceoam.pcs.v2s.live.com/partnerredirect.aspx


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to