Re: T5: 5.0.5 page parent class constructor

2007-10-07 Thread Johan Maasing
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

Re: T5: 5.0.5 page parent class constructor

2007-09-19 Thread Johan Maasing
public void setSuperclassSetterMessage(String superclassSetterMessage) { this.superclassSetterMessage = superclassSetterMessage; } public String getSuperclassConstructorMessage() { return superclassConstructorMessage; } } On 9/19/07, Johan Maasing

Re: T5: 5.0.5 page parent class constructor

2007-09-18 Thread 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 > >

T5: 5.0.5 page parent class constructor

2007-09-18 Thread Johan Maasing
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

T5: 5.0.5 is there a list of dependecies on the site?

2007-09-18 Thread Johan Maasing
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

Re: Customizing ValidationDelegate with writeLabelAttributes

2007-09-13 Thread Johan Maasing
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

Re: [T4.1.2] Using tapestry app behind a proxy server

2007-09-12 Thread Johan Maasing
> 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

Re: Help with jsessionid

2007-04-17 Thread Johan Maasing
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

Re: T4 -- Filter in WebRequestServicerPipeline Issue

2007-03-05 Thread Johan Maasing
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

Re: Why tapestry 4.0.xxx application CANNONT deploy in WEBSPHERE!!!!

2006-11-18 Thread Johan Maasing
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.