Re: Tapestry-security 0.6.1 released!

2014-10-09 Thread George Christman
That's great, thanks Kalle On Thu, Oct 9, 2014 at 11:20 AM, Dmitry Gusev wrote: > Congrats! :) > > On Thu, Oct 9, 2014 at 7:18 PM, Kalle Korhonen > > wrote: > > > Choo choo! The security train is moving again, all aboard! This is the > > 0.6.1 bullet train on the latest T5.4-beta-22 rail. Our r

RE: Editing select component within a grid

2014-10-09 Thread Name Surname
Hello! :) I have implemented following. When a user wants to search for some data in DB, he inputs two filter paramters and we get a new list applied by filter params criteria like in the following code http://pastebin.com/Nuq2E7mb http://pastebin.com/kGVrHqf5 Now, I would like to apply update o

Re: Tapestry-jpa commitAfter advisor problem

2014-10-09 Thread nhhockeyplayer nashua
Charlouze, I worked on a world class backbone (meaning multi flavored request broker rmi/ejb/corba hostname:port ) for integrating supply chains bidders amidst a slew of Javascript apps... In our applications... we performed transactions... responsibly. To say I am uncomfortable with tynamo's

Re: Tapestry Production Mode

2014-10-09 Thread Thiago H de Paula Figueiredo
On Thu, 09 Oct 2014 17:18:04 -0300, akshay wrote: Hi Thaigo, Well the Url is :- localhost:8080/WebPortal/config/lessToCss So the URL should have been "/WebPortal/config/lessToCss". To avoid hardcoding, you can do this: @Inject private PageRenderLinkSource pageRenderLinkSource; ... Strin

Re: Tapestry Production Mode

2014-10-09 Thread akshay
Hi Thaigo, Well the Url is :- localhost:8080/WebPortal/config/lessToCss Regards Akshay On Thu, Oct 9, 2014 at 10:12 PM, Thiago H de Paula Figueiredo < thiag...@gmail.com> wrote: > On Thu, 09 Oct 2014 17:10:47 -0300, akshay > wrote: > > Hi Thiago, >> >> >> Yes i see the streamed response gene

Re: Tapestry Production Mode

2014-10-09 Thread Thiago H de Paula Figueiredo
On Thu, 09 Oct 2014 17:10:47 -0300, akshay wrote: Hi Thiago, Yes i see the streamed response generated. What's its URL? Regards Akshay On Thu, Oct 9, 2014 at 10:01 PM, Thiago H de Paula Figueiredo < thiag...@gmail.com> wrote: When you request your page file directly, do you get the t

Re: Tapestry Production Mode

2014-10-09 Thread akshay
Hi Thiago, Yes i see the streamed response generated. Regards Akshay On Thu, Oct 9, 2014 at 10:01 PM, Thiago H de Paula Figueiredo < thiag...@gmail.com> wrote: > When you request your page file directly, do you get the transformed CSS? > > > On Thu, 09 Oct 2014 16:40:32 -0300, akshay > wrote:

Re: Tapestry Production Mode

2014-10-09 Thread Thiago H de Paula Figueiredo
When you request your page file directly, do you get the transformed CSS? On Thu, 09 Oct 2014 16:40:32 -0300, akshay wrote: Hi Thiago, Well I use tapestry 5.4. i) WhenvI tried using in tapestry 5.3 way:- javaScriptSupport.importStylesheet(new StylesheetLink("/config/lessToCss")); By doi

Re: Tapestry Production Mode

2014-10-09 Thread akshay
Hi Thiago, Well I use tapestry 5.4. i) WhenvI tried using in tapestry 5.3 way:- javaScriptSupport.importStylesheet(new StylesheetLink("/config/lessToCss")); By doing this I see an empty lessToCss streamed file loaded.On debugging I see that the page itself was never fired. Looks like just a no

Re: Tapestry Production Mode

2014-10-09 Thread Thiago H de Paula Figueiredo
On Thu, 09 Oct 2014 12:19:17 -0300, akshay wrote: Hi Thiago, Hi! Well, I was trying the implement the solution given by you, but I see a problem. i) my lessToCSS page is located at the package:- abc.wp.pages.config. ii) First I tried doing this in Tapestry 5.4 way:- @Import(styleshee

Re: [OT] Any static code analysis tool?

2014-10-09 Thread Daniel Jue
I like Findbugs, I use it on every Java project. It has IDE integration as well as Bamboo. https://marketplace.atlassian.com/plugins/com.atlassian.bamboo.plugins.findbugs On Thu, Oct 9, 2014 at 11:49 AM, Muhammad Gelbana wrote: > I would use Google's > https://developers.google.com/java-dev-to

Re: [OT] Any static code analysis tool?

2014-10-09 Thread Muhammad Gelbana
I would use Google's https://developers.google.com/java-dev-tools/codepro/doc/ *-* *Muhammad Gelbana* http://www.linkedin.com/in/mgelbana On Thu, Oct 9, 2014 at 4:56 PM, Dmitry Gusev wrote: > Hello, > > Just wondering if anybody can recommend any static code analysis tool ba

Re: Tapestry-security 0.6.1 released!

2014-10-09 Thread Dmitry Gusev
Congrats! :) On Thu, Oct 9, 2014 at 7:18 PM, Kalle Korhonen wrote: > Choo choo! The security train is moving again, all aboard! This is the > 0.6.1 bullet train on the latest T5.4-beta-22 rail. Our rail engineers have > been hard at work and delivered the following enhancements: > >- Session

Re: Tapestry Production Mode

2014-10-09 Thread akshay
Hi Thiago, Well, I was trying the implement the solution given by you, but I see a problem. i) my lessToCSS page is located at the package:- abc.wp.pages.config. ii) First I tried doing this in Tapestry 5.4 way:- @Import(stylesheet="//:config/lessToCss") It doesn't work. iii) But when I

Tapestry-security 0.6.1 released!

2014-10-09 Thread Kalle Korhonen
Choo choo! The security train is moving again, all aboard! This is the 0.6.1 bullet train on the latest T5.4-beta-22 rail. Our rail engineers have been hard at work and delivered the following enhancements: - Session timeout, Login, POST form resubmission fails #7

[OT] Any static code analysis tool?

2014-10-09 Thread Dmitry Gusev
Hello, Just wondering if anybody can recommend any static code analysis tool based on his personal experience? Maybe some of them play better with T5 projects... I'm looking for one to integrate with Bamboo CI on Gradle T5 project. -- Dmitry Gusev AnjLab Team http://anjlab.com