Re: s:token doesn't accept data- attributes, cssClass ignored

2013-10-02 Thread Lukasz Lenart
2013/10/2 Miguel Almeida : > Hi, > > I am creating an ajax call for a method which is protected by the > TokenSessionStoreInterceptor. This means I need to pass the token onto > the request. > > I was expecting the s:token tag to accept data-foo="bar" attributes > (they'd be passed along to the cor

s:token doesn't accept data- attributes, cssClass ignored

2013-10-02 Thread Miguel Almeida
Hi, I am creating an ajax call for a method which is protected by the TokenSessionStoreInterceptor. This means I need to pass the token onto the request. I was expecting the s:token tag to accept data-foo="bar" attributes (they'd be passed along to the corresponding hidden elements), but this is