Re: Datatables warning when using

2013-10-22 Thread lidijaldo .
I figured out the difference: when the if condition is met, the datatable isn't displayed. The HTML source has the following libraries included: When the if condition is NOT met, the datatable is displayed and ALSO the tapestry libraries for datatables are included: These 2 libraries are

Datatables warning when using

2013-10-22 Thread lidijaldo .
Hi, I stumbled upon the next warning a couple of times already and I still don't understand why I'm getting it. In our tapestry application we're using jquery datatables and it works ok. But in some cases the application starts giving me a javascript alert: *"Warning: TableTools 2 requires DataTab

Show Form Button Only to Logged in Users

2013-10-22 Thread Net Dawg
Want to show form button only if the user is already logged in.   Using HTTP BASIC Authentication provided by Tomcat host http://docs.oracle.com/cd/E11035_01/wls100/security/thin_client.html#wp1033295 Does Tapestry have out-of-box solution for this?  

Re: tapestry-cometd && tynamo-security

2013-10-22 Thread Boris Horvat
I use both tynamo security and cometd and they work fine for me (no tricks needed) On Tue, Oct 22, 2013 at 9:29 PM, Lance Java wrote: > Hi Jarda, I'm not familiar with tynamo security but I'm the author of > tapestry-cometd. I think your analysis of the problem is spot on. > > Just because Secur

Re: tapestry-cometd && tynamo-security

2013-10-22 Thread Kalle Korhonen
I haven't tried using tapestry-security together with tapestry-cometd but if initialization is the only problem, I think you could make the order right by configuring your filter with constraint "before:SecurityFilter". Let us know how it goes, it certainly a use case worth supporting. Kalle On

Re: tapestry-cometd && tynamo-security

2013-10-22 Thread Lance Java
Hi Jarda, I'm not familiar with tynamo security but I'm the author of tapestry-cometd. I think your analysis of the problem is spot on. Just because SecurityComponentRequestFilter is ordered before:* doesn't mean your filter can't be ordered before it. Just find out the name/id of the SecurityComp

tapestry-cometd && tynamo-security

2013-10-22 Thread Jarda Sedmy
Hi all, I'm trying to use tapestry-cometd with my testing project. It works perfectly! Then I added tynamo-security for page security and authentication and my troubles started. For request which should be pushed to client application throws error: "org.apache.shiro.UnavailableSecurityManagerExc