Re: tapestry-jquery: changing superfish menu colors

2012-05-13 Thread Clément OUDOT
2012/5/13 Chris Cureau :
> I'm sure that I'm overlooking something, but I can't seem to find the css
> in my project that controls how jquery components are drawn.  I want to
> change the color of the superfish menu from the default blue to something
> that matches the rest of the pages a little more closely.  How can I do
> this?  Is the css contained within tapestry-jquery.jar?

I think the easiest way is to override the .js-menu class in your CSS.
For example:

.sf-menu li {
background: none repeat scroll 0 0 #ccc;
}



Clément OUDT
LinID project - http://www.linid.org

-
To unsubscribe, e-mail: users-unsubscr...@tapestry.apache.org
For additional commands, e-mail: users-h...@tapestry.apache.org



Re: tapestry-security and sso

2011-07-22 Thread Clément OUDOT
2011/7/22 Nicolas Barrera :
> Hi,
>
> just wondered... (nothing concrete)
>
> about a tapestry app implementing single -sign on...
>
> does tapestry-security integrates with a CAS server? ( I 'm thinking about
> that because I 've never used shiro although I could start using it, no
> problem. But I come from acegi where it integrated with CAS for
> single-sign-on)
>
> perhaps single sign on would be better implemented any other way rather than
> a cas server...,
>
> I 've heard about tynamo federeated-accounts using OAuth but I really don't
> know if that would fill the gaps of a requirement that I got which is, to
> build a couple of (tapestry) web apps and that they should
> perform as in single sign on scenario..., like once logged on an app I could
> acess the other without logging in again.
>
> I would appreaciate any advice or insight you may have on this...
>
> cheers and thanks
>

Hello Nicolas,

we use LemonLDAP::NG (http://lemonldap-ng.org) as WebSSO solution (to
be fully transparent, I am developer of this solution).

You can see how to use it in T5 with the LinShare project:
http://www.linpki.org/projects/linshare/wiki/HttpHeaderSSOEN

Hope it helps,

Clément.

-
To unsubscribe, e-mail: users-unsubscr...@tapestry.apache.org
For additional commands, e-mail: users-h...@tapestry.apache.org