done

On 4/23/07, Andreas Andreou <[EMAIL PROTECTED]> wrote:

jira ... a later ognl version may render this unneeded

On 4/23/07, Andrea Chiumenti <[EMAIL PROTECTED]> wrote:
>
> org/apache/tapestry/html/Relation.java
>
> line 113:
> public abstract boolean getUseBody();
> must be
> public abstract boolean isUseBody();
>
> line 51:
> if (getUseBody() && getHref() == null)
> must be
> if (isUseBody() && getHref() == null)
>
> do you want a jira with diff attached, or you can directly do the change
?
>



--
Andreas Andreou - [EMAIL PROTECTED] - http://andyhot.di.uoa.gr
Tapestry / Tacos developer
Open Source / JEE Consulting

Reply via email to