Same thing happens when using
tapestry-core-5.0.6-20071007.110018-15.jar
tapestry-ioc-5.0.6-20071007.110018-16.jar
Still nobody that knows if this is expected? I do not want to write a
bug report if it is design decision to not support parent classes for
page classes.
On 9/19/07, Johan Maasing
public void setSuperclassSetterMessage(String superclassSetterMessage) {
this.superclassSetterMessage = superclassSetterMessage;
}
public String getSuperclassConstructorMessage() {
return superclassConstructorMessage;
}
}
On 9/19/07, Johan Maasing
uot;pages" package?
> http://tapestry.apache.org/tapestry5/tapestry-core/guide/component-classes.html
>
> You can also use the page lifecycle methods for page level initialization.
> http://tapestry.apache.org/tapestry5/tapestry-core/guide/lifecycle.html
>
>
> Josh
>
>
I was wondering if the public no-args constructor requirement on page
classes also extends to their parent classes.
This is my Start.html
---
[Index]
---
My Index.html contains only static text.
My Start.java is an empty POJO.
My Index.java looks like this (removed package):
---
publ
Is there a human readable list somewhere which dependencies I need in
my web-inf/lib for running tapestry 5.0.5?
I tried with: tapestry-core-5.0.5.jar, tapestry-ioc-5.0.5.jar,
javassist-3.0.jar, commons-logging-1.0.4.jar
But then I run into problems so I ran the maven archetype and package
of the t
Not exactly what you are trying to do but for my project this was sufficient.
public void writeLabelAttributes(IMarkupWriter writer, IRequestCycle cycle,
IFormComponent component) {
if (isInError()) {
writer.attribute("class", "fielderror");
}
}
I s
> And since you do use such a proxy, could you try one of my pages :
> http://www.hyperassur.com/assurance-auto-recherche.html and then click on
> the sponsored link labelled "ASSURANCE RESILIEE" and see if it works for
> you. The link is supposed to open a dojo dialog with a short form (please do
You should probably give a little bit more information about what "the page
breaks" means, is the script not included? Does not run? The page does not
render?
The jsessionid is the servlet-containers session handling, it has nothing to
do with tapestry. Check the servlet specification for details
Check out http://issues.apache.org/jira/browse/TAPESTRY-695
It might be the same problem and has a work around.
I include
requestGlobals.store(request, response);
in my filter and that works fine.
On 3/5/07, Tim Downey <[EMAIL PROTECTED]> wrote:
Hi,
I'm trying to implement a pattern tha
Select adding support for Java annotations
I do not know what this means in WebSphere but if it is plain java
annotations you must use Java 5.
10 matches
Mail list logo