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 abstrac
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)
mu
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 cha
when displaying the page this is the output:
*type* Exception report
*message*
*description* *The server encountered an internal error () that prevented it
from fulfilling this request.*
*exception*
javax.servlet.ServletException:
org.apache.tapestry.services.impl.HiveMindExpressionCompiler.g
Hello,
I've just upgraded to the latest snapshot:
When running the demo I've this message:
23-apr-2007 16.53.47
org.apache.tapestry.error.RequestExceptionReporterImplreportRequestException
AVVERTENZA: Unable to process client request: Unable to parse OGNL
expression 'value': value
org.apache.tape