Re: SOLUTION to BLOCKING: Tapestry-4.1.2-SNAPSHOT and ognl exp. parser

2007-04-23 Thread Andrea Chiumenti

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



Re: SOLUTION to BLOCKING: Tapestry-4.1.2-SNAPSHOT and ognl exp. parser

2007-04-23 Thread Andreas Andreou

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