How to check wheter File exists or not

2013-05-10 Thread Nomer Nominus
I need to check wheter File can be readable or not, however I don't know how to implement it in Tapestry app. If I put inside my method public String getPath() { File file = new File(article); if (article.canRead() || article.isFile()){ return something }

RE: Creating specific url link for specific object

2013-05-10 Thread Nomer Nominus
Hi! Thanks, @PageActivationContext annotation worked like a charm for this issue. However, one more thing concerns me about this. Since I have @Persist and @PageActivationContext over some property, does this require more round times for connection and with it is slower than without using it? D

RE: Tapestry5.3 misconfiguration with exanpe component HideablePanel

2013-05-10 Thread Nomer Nominus
r' in the root tag. not xmlns:p='tapestry-parameter' regards Taha On May 10, 2013, at 4:35 PM, Nomer Nominus wrote: > > I forgot to mention, but I have tried the > same, and the result was the same, failure with an error "Parameter(s) >

RE: Tapestry5.3 misconfiguration with exanpe component HideablePanel

2013-05-10 Thread Nomer Nominus
1045711n572129...@n5.nabble.com To: tapestr...@outlook.com Subject: Re: Tapestry5.3 misconfiguration with exanpe component HideablePanel Try On 07-May-2013, at 5:59 AM, Nomer Nominus <[hidden email]> wrote: > I have Tap5.3. and tapestry-related library exanpe in my web

Tapestry5.3 misconfiguration with exanpe component HideablePanel

2013-05-06 Thread Nomer Nominus
I have Tap5.3. and tapestry-related library exanpe in my web application. The thing is that Hideable panel component is badly configured, since parameter is deprecated in 5.3 in the favor of tapestry:parameter namespace, however exanpe lib is unable to recognize that namespace and constantly giv