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
}
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
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)
>
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
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