You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@tapestry.apache.org by Josh Joy <jo...@yahoo.com> on 2007/07/10 05:21:42 UTC

Tapestry read query parameters before page rendering [T4.0]

Hi,

If I have a page like
http://www.website.com/report?id=12345 and I send 
someone this link....

How can I use the information for the parameter id
with arg 12345 to 
generate the report using the custom information I
pull for this 
particular id? I know when dealing with forms, I can
implement a 
listener and pull the "id" info from the IRequestCycle
using the method 
getParameter(), though what about getting the
parameter information if 
someone access a page directly and I need to generate
this before the 
page renders?
Thanks in advance...

Thanks,
Josh



---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@tapestry.apache.org
For additional commands, e-mail: users-help@tapestry.apache.org


Re: T4.1.2 and beanform

Posted by Henry Chen <he...@gmail.com>.
Great! Thank you. I didn't know that beanform was from tacos. :)



andyhot wrote:
> 
> http://tacos.sourceforge.net/nightly/ is a maven snapshot repo...
> 
> http://tacos.sourceforge.net/nightly/net/sf/tacos/ has the subprojects
> 
> http://tacos.sourceforge.net/tacos4.1/tacos-core/quick-start/downloading.htmla
> quick note on including
> any subproject in a pom
> 
> 
> 
> 
> On 7/12/07, Henry Chen <he...@gmail.com> wrote:
>>
>>
>> Hi Andy,
>>
>> I have the same problem and tried to find a new release of beanform. It
>> looks like 0.8 is on the way but I cannnot find where to download. What
>> do
>> you suggest? Thank you.
>>
>>
>>
>>
>> andyhot wrote:
>> >
>> > There's a new version coming in that address exactly this problem.
>> > I'll make a related announcement in the following hours, so stay tuned
>> ;)
>> >
>> > On 7/10/07, Peter Schröder <Pe...@freenet-ag.de> wrote:
>> >>
>> >> hi,
>> >>
>> >> i am trying to use beanform and T4.1.2 for the first time, but i only
>> get
>> >> the following exception. did i miss a dependy or something?
>> >>
>> >> There was an error borrowing the page with key
>> PageKey[_pageName='Home'
>> ,
>> >> _locale=de_DE ] from the page pool.
>> >> org.apache.hivemind.ApplicationRuntimeException
>> >> There was an error borrowing the page with key
>> PageKey[_pageName='Home'
>> ,
>> >> _locale=de_DE ] from the page pool.
>> >>
>> >> [ +/- ] Exception: Unable to lookup $BeanFormButtons_9:
>> >> $BeanFormButtons_9
>> >> org.apache.hivemind.ApplicationRuntimeException
>> >> Unable to lookup $BeanFormButtons_9: $BeanFormButtons_9
>> >>
>> >> [ +/- ] Exception: $BeanFormButtons_9
>> >> javassist.NotFoundException
>> >> $BeanFormButtons_9
>> >> Stack Trace:
>> >>
>> >>     * javassist.ClassPool.get(ClassPool.java:417)
>> >>     * org.apache.tapestry.enhance.CtClassSource.getCtClass(
>> >> CtClassSource.java:50)
>> >>     * org.apache.tapestry.enhance.AbstractFab.convertClass(
>> >> AbstractFab.java:82)
>> >>     * org.apache.tapestry.enhance.ClassFabImpl.addField(
>> ClassFabImpl.java
>> >> :238)
>> >>     *
>> >>
>> com.javaforge.tapestry.prop.PropertyAccessorClassFactoryImpl.constructClass
>> >> (PropertyAccessorClassFactoryImpl.java:74)
>> >>     *
>> >>
>> $PropertyAccessorClassFactory_113b0adbc52.constructClass($PropertyAccessorClassFactory_113b0adbc52.java)
>> >>     *
>> >>
>> $PropertyAccessorClassFactory_113b0adbc51.constructClass($PropertyAccessorClassFactory_113b0adbc51.java)
>> >>     *
>> >>
>> com.javaforge.tapestry.prop.PropertyAccessorSourceImpl.createNewAccessorClass
>> >> (PropertyAccessorSourceImpl.java:139)
>> >>     *
>> >>
>> com.javaforge.tapestry.prop.PropertyAccessorSourceImpl.getCachedPropertyAccessorClass
>> >> (PropertyAccessorSourceImpl.java:87)
>> >>     *
>> com.javaforge.tapestry.prop.PropertyAccessorSourceImpl.getAccessor(
>> >> PropertyAccessorSourceImpl.java:55)
>> >>     *
>> >>
>> $PropertyAccessorSource_113b0adbc50.getAccessor($PropertyAccessorSource_113b0adbc50.java)
>> >>     *
>> >>
>> $PropertyAccessorSource_113b0adbc4f.getAccessor($PropertyAccessorSource_113b0adbc4f.java)
>> >>     *
>> >>
>> com.javaforge.tapestry.prop.PropertyAccessorBindingFactory.createBinding(
>> >> PropertyAccessorBindingFactory.java:36)
>> >>     *
>> >>
>> $BindingFactory_113b0adbc44.createBinding($BindingFactory_113b0adbc44.java)
>> >>     *
>> >>
>> $BindingFactory_113b0adbc43.createBinding($BindingFactory_113b0adbc43.java)
>> >>     *
>> org.apache.tapestry.services.impl.BindingSourceImpl.createBinding
>> (
>> >> BindingSourceImpl.java:99)
>> >>     *
>> >>
>> $BindingSource_113b0adbaf8.createBinding($BindingSource_113b0adbaf8.java)
>> >>     *
>> >> org.apache.tapestry.pageload.PageLoader.convert(PageLoader.java:318)
>> >>     *
>> org.apache.tapestry.pageload.PageLoader.bind(PageLoader.java:278)
>> >>     * org.apache.tapestry.pageload.PageLoader.constructComponent(
>> >> PageLoader.java:391)
>> >>     * org.apache.tapestry.pageload.PageLoader.constructComponent(
>> >> PageLoader.java:396)
>> >>     * org.apache.tapestry.pageload.PageLoader.createImplicitComponent(
>> >> PageLoader.java:504)
>> >>     *
>> >>
>> $IPageLoader_113b0adbbac.createImplicitComponent($IPageLoader_113b0adbbac.java)
>> >>     *
>> >>
>> $IPageLoader_113b0adbbad.createImplicitComponent($IPageLoader_113b0adbbad.java)
>> >>     *
>> >>
>> org.apache.tapestry.services.impl.ComponentTemplateLoaderLogic.createImplicitComponent
>> >> (ComponentTemplateLoaderLogic.java:203)
>> >>     *
>> >>
>> org.apache.tapestry.services.impl.ComponentTemplateLoaderLogic.process(
>> >> ComponentTemplateLoaderLogic.java:158)
>> >>     *
>> >>
>> org.apache.tapestry.services.impl.ComponentTemplateLoaderLogic.process(
>> >> ComponentTemplateLoaderLogic.java:98)
>> >>     *
>> >>
>> org.apache.tapestry.services.impl.ComponentTemplateLoaderLogic.loadTemplate
>> >> (ComponentTemplateLoaderLogic.java:75)
>> >>     *
>> >>
>> org.apache.tapestry.services.impl.ComponentTemplateLoaderImpl.loadTemplate
>> >> (ComponentTemplateLoaderImpl.java:60)
>> >>     *
>> >>
>> $ComponentTemplateLoader_113b0adbbc0.loadTemplate($ComponentTemplateLoader_113b0adbbc0.java)
>> >>     *
>> >>
>> $ComponentTemplateLoader_113b0adbbbf.loadTemplate($ComponentTemplateLoader_113b0adbbbf.java)
>> >>     *
>> org.apache.tapestry.pageload.PageLoader.loadTemplateForComponent(
>> >> PageLoader.java:673)
>> >>     *
>> org.apache.tapestry.BaseComponent.readTemplate(BaseComponent.java
>> >> :92)
>> >>     *
>> >> org.apache.tapestry.BaseComponent.finishLoad(BaseComponent.java:122)
>> >>     * $Home_0.finishLoad($Home_0.java)
>> >>     * org.apache.tapestry.pageload.PageLoader.constructComponent(
>> >> PageLoader.java:408)
>> >>     * org.apache.tapestry.pageload.PageLoader.loadPage(PageLoader.java
>> >> :639)
>> >>     * $IPageLoader_113b0adbbac.loadPage($IPageLoader_113b0adbbac.java)
>> >>     * $IPageLoader_113b0adbbad.loadPage($IPageLoader_113b0adbbad.java)
>> >>     * org.apache.tapestry.pageload.PageSource.makeObject(
>> PageSource.java
>> >> :153)
>> >>     *
>> org.apache.commons.pool.impl.GenericKeyedObjectPool.borrowObject(
>> >> GenericKeyedObjectPool.java:797)
>> >>     *
>> >> org.apache.tapestry.pageload.PageSource.getPage(PageSource.java:177)
>> >>     * $IPageSource_113b0adbb0b.getPage($IPageSource_113b0adbb0b.java)
>> >>     * $IPageSource_113b0adbb0a.getPage($IPageSource_113b0adbb0a.java)
>> >>     * org.apache.tapestry.engine.RequestCycle.loadPage(
>> RequestCycle.java
>> >> :239)
>> >>     *
>> org.apache.tapestry.engine.RequestCycle.getPage(RequestCycle.java
>> >> :226)
>> >>     * org.apache.tapestry.engine.RequestCycle.activate(
>> RequestCycle.java
>> >> :559)
>> >>     * org.apache.tapestry.engine.HomeService.service(HomeService.java
>> :66)
>> >>     *
>> >> $IEngineService_113b0adbb98.service($IEngineService_113b0adbb98.java)
>> >>     *
>> org.apache.tapestry.services.impl.EngineServiceInnerProxy.service
>> (
>> >> EngineServiceInnerProxy.java:77)
>> >>     *
>> org.apache.tapestry.services.impl.EngineServiceOuterProxy.service
>> (
>> >> EngineServiceOuterProxy.java:72)
>> >>     * org.apache.tapestry.engine.AbstractEngine.service(
>> >> AbstractEngine.java:237)
>> >>     *
>> org.apache.tapestry.services.impl.InvokeEngineTerminator.service(
>> >> InvokeEngineTerminator.java:54)
>> >>     *
>> >>
>> $WebRequestServicer_113b0adbb71.service($WebRequestServicer_113b0adbb71.java)
>> >>     *
>> >>
>> $WebRequestServicer_113b0adbb70.service($WebRequestServicer_113b0adbb70.java)
>> >>     * org.apache.tapestry.services.impl.DisableCachingFilter.service(
>> >> DisableCachingFilter.java:54)
>> >>     *
>> >>
>> $WebRequestServicerFilter_113b0adbb73.service($WebRequestServicerFilter_113b0adbb73.java)
>> >>     *
>> >>
>> $WebRequestServicerFilter_113b0adbb72.service($WebRequestServicerFilter_113b0adbb72.java)
>> >>     *
>> >>
>> $WebRequestServicer_113b0adbb74.service($WebRequestServicer_113b0adbb74.java)
>> >>     *
>> >>
>> $WebRequestServicer_113b0adbb6d.service($WebRequestServicer_113b0adbb6d.java)
>> >>     *
>> >>
>> $WebRequestServicer_113b0adbb6c.service($WebRequestServicer_113b0adbb6c.java)
>> >>     *
>> >>
>> org.apache.tapestry.services.impl.WebRequestServicerPipelineBridge.service
>> >> (WebRequestServicerPipelineBridge.java:61)
>> >>     *
>> >>
>> $ServletRequestServicer_113b0adbb53.service($ServletRequestServicer_113b0adbb53.java)
>> >>     *
>> >>
>> $ServletRequestServicer_113b0adbb52.service($ServletRequestServicer_113b0adbb52.java)
>> >>     * org.apache.tapestry.request.DecodedRequestInjector.service(
>> >> DecodedRequestInjector.java:55)
>> >>     *
>> >>
>> $ServletRequestServicerFilter_113b0adbb4f.service($ServletRequestServicerFilter_113b0adbb4f.java)
>> >>     *
>> >>
>> $ServletRequestServicerFilter_113b0adbb4e.service($ServletRequestServicerFilter_113b0adbb4e.java)
>> >>     *
>> >>
>> $ServletRequestServicer_113b0adbb54.service($ServletRequestServicer_113b0adbb54.java)
>> >>     * org.apache.tapestry.multipart.MultipartDecoderFilter.service(
>> >> MultipartDecoderFilter.java:52)
>> >>     *
>> >>
>> $ServletRequestServicerFilter_113b0adbb4d.service($ServletRequestServicerFilter_113b0adbb4d.java)
>> >>     *
>> >>
>> $ServletRequestServicerFilter_113b0adbb4c.service($ServletRequestServicerFilter_113b0adbb4c.java)
>> >>     *
>> >>
>> $ServletRequestServicer_113b0adbb54.service($ServletRequestServicer_113b0adbb54.java)
>> >>     * org.apache.tapestry.services.impl.SetupRequestEncoding.service(
>> >> SetupRequestEncoding.java:53)
>> >>     *
>> >>
>> $ServletRequestServicerFilter_113b0adbb51.service($ServletRequestServicerFilter_113b0adbb51.java)
>> >>     *
>> >>
>> $ServletRequestServicerFilter_113b0adbb50.service($ServletRequestServicerFilter_113b0adbb50.java)
>> >>     *
>> >>
>> $ServletRequestServicer_113b0adbb54.service($ServletRequestServicer_113b0adbb54.java)
>> >>     *
>> >>
>> $ServletRequestServicer_113b0adbb47.service($ServletRequestServicer_113b0adbb47.java)
>> >>     *
>> >>
>> $ServletRequestServicer_113b0adbb46.service($ServletRequestServicer_113b0adbb46.java)
>> >>     * org.apache.tapestry.ApplicationServlet.doService(
>> >> ApplicationServlet.java:126)
>> >>     *
>> >> org.apache.tapestry.ApplicationServlet.doGet(ApplicationServlet.java
>> >> :103)
>> >>     * javax.servlet.http.HttpServlet.service(HttpServlet.java:596)
>> >>     * javax.servlet.http.HttpServlet.service(HttpServlet.java:689)
>> >>     *
>> org.mortbay.jetty.servlet.ServletHolder.handle(ServletHolder.java
>> >> :428)
>> >>     * org.mortbay.jetty.servlet.WebApplicationHandler.dispatch(
>> >> WebApplicationHandler.java:473)
>> >>     * org.mortbay.jetty.servlet.ServletHandler.handle(
>> ServletHandler.java
>> >> :568)
>> >>     * org.mortbay.http.HttpContext.handle(HttpContext.java:1530)
>> >>     * org.mortbay.jetty.servlet.WebApplicationContext.handle(
>> >> WebApplicationContext.java:633)
>> >>     * org.mortbay.http.HttpContext.handle(HttpContext.java:1482)
>> >>     * org.mortbay.http.HttpServer.service(HttpServer.java:909)
>> >>     * org.mortbay.http.HttpConnection.service(HttpConnection.java:820)
>> >>     * org.mortbay.http.HttpConnection.handleNext(HttpConnection.java
>> :986)
>> >>     * org.mortbay.http.HttpConnection.handle(HttpConnection.java:837)
>> >>     *
>> >> org.mortbay.http.SocketListener.handleConnection(SocketListener.java
>> >> :245)
>> >>     * org.mortbay.util.ThreadedServer.handle(ThreadedServer.java:357)
>> >>     * org.mortbay.util.ThreadPool$PoolThread.run(ThreadPool.java:534)
>> >>
>> >> ---------------------------------------------------------------------
>> >> To unsubscribe, e-mail: users-unsubscribe@tapestry.apache.org
>> >> For additional commands, e-mail: users-help@tapestry.apache.org
>> >>
>> >>
>> >>
>> >
>> >
>> > --
>> > Andreas Andreou - andyhot@apache.org - http://andyhot.di.uoa.gr
>> > Tapestry / Tacos developer
>> > Open Source / JEE Consulting
>> >
>> >
>>
>> --
>> View this message in context:
>> http://www.nabble.com/Tapestry-read-query-parameters-before-page-rendering--T4.0--tf4053586.html#a11567856
>> Sent from the Tapestry - User mailing list archive at Nabble.com.
>>
>>
>> ---------------------------------------------------------------------
>> To unsubscribe, e-mail: users-unsubscribe@tapestry.apache.org
>> For additional commands, e-mail: users-help@tapestry.apache.org
>>
>>
>>
> 
> 
> -- 
> Andreas Andreou - andyhot@apache.org - http://andyhot.di.uoa.gr
> Tapestry / Tacos developer
> Open Source / JEE Consulting
> 
> 

-- 
View this message in context: http://www.nabble.com/Tapestry-read-query-parameters-before-page-rendering--T4.0--tf4053586.html#a11569461
Sent from the Tapestry - User mailing list archive at Nabble.com.


---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@tapestry.apache.org
For additional commands, e-mail: users-help@tapestry.apache.org


AW: T4.1.2 and beanform

Posted by Peter Schröder <Pe...@freenet-ag.de>.
hi goeff,

it worked for me:

  <dependencies>
    <dependency>
      <groupId>net.sf.tacos</groupId>
      <artifactId>tacos-core</artifactId>
      <version>4.1.0-SNAPSHOT</version>
    </dependency>
    <dependency>
      <groupId>com.javaforge.tapestry</groupId>
      <artifactId>tapestry-prop</artifactId>
      <version>1.0.0</version>
      <exclusions>
        <exclusion>
          <artifactId>tapestry</artifactId>
          <groupId>tapestry</groupId>
        </exclusion>
        <exclusion>
          <artifactId>tapestry-annotations</artifactId>
          <groupId>tapestry</groupId>
        </exclusion>
        <exclusion>
          <artifactId>tapestry-contrib</artifactId>
          <groupId>tapestry</groupId>
        </exclusion>
      </exclusions>
    </dependency>
    <dependency>
      <groupId>org.apache.tapestry</groupId>
      <artifactId>tapestry-annotations</artifactId>
      <version>4.1.2</version>
    </dependency>
    <dependency>
      <groupId>org.apache.tapestry</groupId>
      <artifactId>tapestry-framework</artifactId>
      <version>4.1.2</version>
    </dependency>
    <dependency>
      <groupId>org.apache.tapestry</groupId>
      <artifactId>tapestry-contrib</artifactId>
      <version>4.1.2</version>
    </dependency>
    <dependency>
      <groupId>net.sf.tacos</groupId>
      <artifactId>beanform-core</artifactId>
      <version>0.8-SNAPSHOT</version>
    </dependency>
    <dependency>
      <groupId>jboss</groupId>
      <artifactId>javassist</artifactId>
      <version>3.4.ga</version>
    </dependency>
    <dependency>
      <groupId>de.freenet.pos</groupId>
      <artifactId>freenetag-login-service</artifactId>
      <version>1.0.1-SNAPSHOT</version>
    </dependency>
    <dependency>
      <groupId>javax.servlet</groupId>
      <artifactId>servlet-api</artifactId>
      <version>2.4</version>
      <scope>provided</scope>
    </dependency>
    <dependency>
      <groupId>commons-lang</groupId>
      <artifactId>commons-lang</artifactId>
      <version>2.3</version>
    </dependency>
  </dependencies> 

-----Ursprüngliche Nachricht-----
Von: Geoff Callender [mailto:geoff.callender.jumpstart@gmail.com] 
Gesendet: Freitag, 3. August 2007 12:46
An: Tapestry users
Betreff: Re: T4.1.2 and beanform

Hi,

I've just tried beanform-core-0.8-20070629.194801-1.jar but I'm still  
getting the problem.  Anyone else?

[ +/- ] Exception: Unable to lookup $BeanFormButtons_31:  
$BeanFormButtons_31
org.apache.hivemind.ApplicationRuntimeException
Unable to lookup $BeanFormButtons_31: $BeanFormButtons_31

[ +/- ] Exception: $BeanFormButtons_31
javassist.NotFoundException
$BeanFormButtons_31
Stack Trace:
javassist.ClassPool.get(ClassPool.java:417)
...etc as for Peter below...

Geoff

On 13/07/2007, at 6:36 AM, Andreas Andreou wrote:

> http://tacos.sourceforge.net/nightly/ is a maven snapshot repo...
>
> http://tacos.sourceforge.net/nightly/net/sf/tacos/ has the subprojects
>
> http://tacos.sourceforge.net/tacos4.1/tacos-core/quick-start/ 
> downloading.htmla
> quick note on including
> any subproject in a pom
>
>
>
>
> On 7/12/07, Henry Chen <he...@gmail.com> wrote:
>>
>>
>> Hi Andy,
>>
>> I have the same problem and tried to find a new release of  
>> beanform. It
>> looks like 0.8 is on the way but I cannnot find where to download.  
>> What do
>> you suggest? Thank you.
>>
>>
>>
>>
>> andyhot wrote:
>> >
>> > There's a new version coming in that address exactly this problem.
>> > I'll make a related announcement in the following hours, so stay  
>> tuned
>> ;)
>> >
>> > On 7/10/07, Peter Schröder <Pe...@freenet-ag.de> wrote:
>> >>
>> >> hi,
>> >>
>> >> i am trying to use beanform and T4.1.2 for the first time, but  
>> i only
>> get
>> >> the following exception. did i miss a dependy or something?
>> >>
>> >> There was an error borrowing the page with key PageKey 
>> [_pageName='Home'
>> ,
>> >> _locale=de_DE ] from the page pool.
>> >> org.apache.hivemind.ApplicationRuntimeException
>> >> There was an error borrowing the page with key PageKey 
>> [_pageName='Home'
>> ,
>> >> _locale=de_DE ] from the page pool.
>> >>
>> >> [ +/- ] Exception: Unable to lookup $BeanFormButtons_9:
>> >> $BeanFormButtons_9
>> >> org.apache.hivemind.ApplicationRuntimeException
>> >> Unable to lookup $BeanFormButtons_9: $BeanFormButtons_9
>> >>
>> >> [ +/- ] Exception: $BeanFormButtons_9
>> >> javassist.NotFoundException
>> >> $BeanFormButtons_9
>> >> Stack Trace:
>> >>
>> >>     * javassist.ClassPool.get(ClassPool.java:417)
>> >>     * org.apache.tapestry.enhance.CtClassSource.getCtClass(
>> >> CtClassSource.java:50)
>> >>     * org.apache.tapestry.enhance.AbstractFab.convertClass(
>> >> AbstractFab.java:82)
>> >>     * org.apache.tapestry.enhance.ClassFabImpl.addField(
>> ClassFabImpl.java
>> >> :238)
>> >>     *
>> >>
>> com.javaforge.tapestry.prop.PropertyAccessorClassFactoryImpl.construc 
>> tClass
>> >> (PropertyAccessorClassFactoryImpl.java:74)
>> >>     *
>> >>
>> $PropertyAccessorClassFactory_113b0adbc52.constructClass 
>> ($PropertyAccessorClassFactory_113b0adbc52.java)
>> >>     *
>> >>
>> $PropertyAccessorClassFactory_113b0adbc51.constructClass 
>> ($PropertyAccessorClassFactory_113b0adbc51.java)
>> >>     *
>> >>
>> com.javaforge.tapestry.prop.PropertyAccessorSourceImpl.createNewAcces 
>> sorClass
>> >> (PropertyAccessorSourceImpl.java:139)
>> >>     *
>> >>
>> com.javaforge.tapestry.prop.PropertyAccessorSourceImpl.getCachedPrope 
>> rtyAccessorClass
>> >> (PropertyAccessorSourceImpl.java:87)
>> >>     *
>> com.javaforge.tapestry.prop.PropertyAccessorSourceImpl.getAccessor(
>> >> PropertyAccessorSourceImpl.java:55)
>> >>     *
>> >>
>> $PropertyAccessorSource_113b0adbc50.getAccessor 
>> ($PropertyAccessorSource_113b0adbc50.java)
>> >>     *
>> >>
>> $PropertyAccessorSource_113b0adbc4f.getAccessor 
>> ($PropertyAccessorSource_113b0adbc4f.java)
>> >>     *
>> >>
>> com.javaforge.tapestry.prop.PropertyAccessorBindingFactory.createBind 
>> ing(
>> >> PropertyAccessorBindingFactory.java:36)
>> >>     *
>> >>
>> $BindingFactory_113b0adbc44.createBinding 
>> ($BindingFactory_113b0adbc44.java)
>> >>     *
>> >>
>> $BindingFactory_113b0adbc43.createBinding 
>> ($BindingFactory_113b0adbc43.java)
>> >>     *  
>> org.apache.tapestry.services.impl.BindingSourceImpl.createBinding
>> (
>> >> BindingSourceImpl.java:99)
>> >>     *
>> >>
>> $BindingSource_113b0adbaf8.createBinding 
>> ($BindingSource_113b0adbaf8.java)
>> >>     *
>> >> org.apache.tapestry.pageload.PageLoader.convert(PageLoader.java: 
>> 318)
>> >>     * org.apache.tapestry.pageload.PageLoader.bind 
>> (PageLoader.java:278)
>> >>     * org.apache.tapestry.pageload.PageLoader.constructComponent(
>> >> PageLoader.java:391)
>> >>     * org.apache.tapestry.pageload.PageLoader.constructComponent(
>> >> PageLoader.java:396)
>> >>     *  
>> org.apache.tapestry.pageload.PageLoader.createImplicitComponent(
>> >> PageLoader.java:504)
>> >>     *
>> >>
>> $IPageLoader_113b0adbbac.createImplicitComponent 
>> ($IPageLoader_113b0adbbac.java)
>> >>     *
>> >>
>> $IPageLoader_113b0adbbad.createImplicitComponent 
>> ($IPageLoader_113b0adbbad.java)
>> >>     *
>> >>
>> org.apache.tapestry.services.impl.ComponentTemplateLoaderLogic.create 
>> ImplicitComponent
>> >> (ComponentTemplateLoaderLogic.java:203)
>> >>     *
>> >>  
>> org.apache.tapestry.services.impl.ComponentTemplateLoaderLogic.proces 
>> s(
>> >> ComponentTemplateLoaderLogic.java:158)
>> >>     *
>> >>  
>> org.apache.tapestry.services.impl.ComponentTemplateLoaderLogic.proces 
>> s(
>> >> ComponentTemplateLoaderLogic.java:98)
>> >>     *
>> >>
>> org.apache.tapestry.services.impl.ComponentTemplateLoaderLogic.loadTe 
>> mplate
>> >> (ComponentTemplateLoaderLogic.java:75)
>> >>     *
>> >>
>> org.apache.tapestry.services.impl.ComponentTemplateLoaderImpl.loadTem 
>> plate
>> >> (ComponentTemplateLoaderImpl.java:60)
>> >>     *
>> >>
>> $ComponentTemplateLoader_113b0adbbc0.loadTemplate 
>> ($ComponentTemplateLoader_113b0adbbc0.java)
>> >>     *
>> >>
>> $ComponentTemplateLoader_113b0adbbbf.loadTemplate 
>> ($ComponentTemplateLoader_113b0adbbbf.java)
>> >>     *  
>> org.apache.tapestry.pageload.PageLoader.loadTemplateForComponent(
>> >> PageLoader.java:673)
>> >>     * org.apache.tapestry.BaseComponent.readTemplate 
>> (BaseComponent.java
>> >> :92)
>> >>     *
>> >> org.apache.tapestry.BaseComponent.finishLoad(BaseComponent.java: 
>> 122)
>> >>     * $Home_0.finishLoad($Home_0.java)
>> >>     * org.apache.tapestry.pageload.PageLoader.constructComponent(
>> >> PageLoader.java:408)
>> >>     * org.apache.tapestry.pageload.PageLoader.loadPage 
>> (PageLoader.java
>> >> :639)
>> >>     * $IPageLoader_113b0adbbac.loadPage 
>> ($IPageLoader_113b0adbbac.java)
>> >>     * $IPageLoader_113b0adbbad.loadPage 
>> ($IPageLoader_113b0adbbad.java)
>> >>     * org.apache.tapestry.pageload.PageSource.makeObject(
>> PageSource.java
>> >> :153)
>> >>     *  
>> org.apache.commons.pool.impl.GenericKeyedObjectPool.borrowObject(
>> >> GenericKeyedObjectPool.java:797)
>> >>     *
>> >> org.apache.tapestry.pageload.PageSource.getPage(PageSource.java: 
>> 177)
>> >>     * $IPageSource_113b0adbb0b.getPage 
>> ($IPageSource_113b0adbb0b.java)
>> >>     * $IPageSource_113b0adbb0a.getPage 
>> ($IPageSource_113b0adbb0a.java)
>> >>     * org.apache.tapestry.engine.RequestCycle.loadPage(
>> RequestCycle.java
>> >> :239)
>> >>     * org.apache.tapestry.engine.RequestCycle.getPage 
>> (RequestCycle.java
>> >> :226)
>> >>     * org.apache.tapestry.engine.RequestCycle.activate(
>> RequestCycle.java
>> >> :559)
>> >>     * org.apache.tapestry.engine.HomeService.service 
>> (HomeService.java
>> :66)
>> >>     *
>> >> $IEngineService_113b0adbb98.service 
>> ($IEngineService_113b0adbb98.java)
>> >>     *  
>> org.apache.tapestry.services.impl.EngineServiceInnerProxy.service
>> (
>> >> EngineServiceInnerProxy.java:77)
>> >>     *  
>> org.apache.tapestry.services.impl.EngineServiceOuterProxy.service
>> (
>> >> EngineServiceOuterProxy.java:72)
>> >>     * org.apache.tapestry.engine.AbstractEngine.service(
>> >> AbstractEngine.java:237)
>> >>     *  
>> org.apache.tapestry.services.impl.InvokeEngineTerminator.service(
>> >> InvokeEngineTerminator.java:54)
>> >>     *
>> >>
>> $WebRequestServicer_113b0adbb71.service 
>> ($WebRequestServicer_113b0adbb71.java)
>> >>     *
>> >>
>> $WebRequestServicer_113b0adbb70.service 
>> ($WebRequestServicer_113b0adbb70.java)
>> >>     *  
>> org.apache.tapestry.services.impl.DisableCachingFilter.service(
>> >> DisableCachingFilter.java:54)
>> >>     *
>> >>
>> $WebRequestServicerFilter_113b0adbb73.service 
>> ($WebRequestServicerFilter_113b0adbb73.java)
>> >>     *
>> >>
>> $WebRequestServicerFilter_113b0adbb72.service 
>> ($WebRequestServicerFilter_113b0adbb72.java)
>> >>     *
>> >>
>> $WebRequestServicer_113b0adbb74.service 
>> ($WebRequestServicer_113b0adbb74.java)
>> >>     *
>> >>
>> $WebRequestServicer_113b0adbb6d.service 
>> ($WebRequestServicer_113b0adbb6d.java)
>> >>     *
>> >>
>> $WebRequestServicer_113b0adbb6c.service 
>> ($WebRequestServicer_113b0adbb6c.java)
>> >>     *
>> >>
>> org.apache.tapestry.services.impl.WebRequestServicerPipelineBridge.se 
>> rvice
>> >> (WebRequestServicerPipelineBridge.java:61)
>> >>     *
>> >>
>> $ServletRequestServicer_113b0adbb53.service 
>> ($ServletRequestServicer_113b0adbb53.java)
>> >>     *
>> >>
>> $ServletRequestServicer_113b0adbb52.service 
>> ($ServletRequestServicer_113b0adbb52.java)
>> >>     * org.apache.tapestry.request.DecodedRequestInjector.service(
>> >> DecodedRequestInjector.java:55)
>> >>     *
>> >>
>> $ServletRequestServicerFilter_113b0adbb4f.service 
>> ($ServletRequestServicerFilter_113b0adbb4f.java)
>> >>     *
>> >>
>> $ServletRequestServicerFilter_113b0adbb4e.service 
>> ($ServletRequestServicerFilter_113b0adbb4e.java)
>> >>     *
>> >>
>> $ServletRequestServicer_113b0adbb54.service 
>> ($ServletRequestServicer_113b0adbb54.java)
>> >>     *  
>> org.apache.tapestry.multipart.MultipartDecoderFilter.service(
>> >> MultipartDecoderFilter.java:52)
>> >>     *
>> >>
>> $ServletRequestServicerFilter_113b0adbb4d.service 
>> ($ServletRequestServicerFilter_113b0adbb4d.java)
>> >>     *
>> >>
>> $ServletRequestServicerFilter_113b0adbb4c.service 
>> ($ServletRequestServicerFilter_113b0adbb4c.java)
>> >>     *
>> >>
>> $ServletRequestServicer_113b0adbb54.service 
>> ($ServletRequestServicer_113b0adbb54.java)
>> >>     *  
>> org.apache.tapestry.services.impl.SetupRequestEncoding.service(
>> >> SetupRequestEncoding.java:53)
>> >>     *
>> >>
>> $ServletRequestServicerFilter_113b0adbb51.service 
>> ($ServletRequestServicerFilter_113b0adbb51.java)
>> >>     *
>> >>
>> $ServletRequestServicerFilter_113b0adbb50.service 
>> ($ServletRequestServicerFilter_113b0adbb50.java)
>> >>     *
>> >>
>> $ServletRequestServicer_113b0adbb54.service 
>> ($ServletRequestServicer_113b0adbb54.java)
>> >>     *
>> >>
>> $ServletRequestServicer_113b0adbb47.service 
>> ($ServletRequestServicer_113b0adbb47.java)
>> >>     *
>> >>
>> $ServletRequestServicer_113b0adbb46.service 
>> ($ServletRequestServicer_113b0adbb46.java)
>> >>     * org.apache.tapestry.ApplicationServlet.doService(
>> >> ApplicationServlet.java:126)
>> >>     *
>> >> org.apache.tapestry.ApplicationServlet.doGet 
>> (ApplicationServlet.java
>> >> :103)
>> >>     * javax.servlet.http.HttpServlet.service(HttpServlet.java:596)
>> >>     * javax.servlet.http.HttpServlet.service(HttpServlet.java:689)
>> >>     * org.mortbay.jetty.servlet.ServletHolder.handle 
>> (ServletHolder.java
>> >> :428)
>> >>     * org.mortbay.jetty.servlet.WebApplicationHandler.dispatch(
>> >> WebApplicationHandler.java:473)
>> >>     * org.mortbay.jetty.servlet.ServletHandler.handle(
>> ServletHandler.java
>> >> :568)
>> >>     * org.mortbay.http.HttpContext.handle(HttpContext.java:1530)
>> >>     * org.mortbay.jetty.servlet.WebApplicationContext.handle(
>> >> WebApplicationContext.java:633)
>> >>     * org.mortbay.http.HttpContext.handle(HttpContext.java:1482)
>> >>     * org.mortbay.http.HttpServer.service(HttpServer.java:909)
>> >>     * org.mortbay.http.HttpConnection.service 
>> (HttpConnection.java:820)
>> >>     * org.mortbay.http.HttpConnection.handleNext 
>> (HttpConnection.java
>> :986)
>> >>     * org.mortbay.http.HttpConnection.handle 
>> (HttpConnection.java:837)
>> >>     *
>> >> org.mortbay.http.SocketListener.handleConnection 
>> (SocketListener.java
>> >> :245)
>> >>     * org.mortbay.util.ThreadedServer.handle 
>> (ThreadedServer.java:357)
>> >>     * org.mortbay.util.ThreadPool$PoolThread.run 
>> (ThreadPool.java:534)
>> >>
>> >>  
>> ---------------------------------------------------------------------
>> >> To unsubscribe, e-mail: users-unsubscribe@tapestry.apache.org
>> >> For additional commands, e-mail: users-help@tapestry.apache.org
>> >>
>> >>
>> >>
>> >
>> >
>> > --
>> > Andreas Andreou - andyhot@apache.org - http://andyhot.di.uoa.gr
>> > Tapestry / Tacos developer
>> > Open Source / JEE Consulting
>> >
>> >
>>
>> --
>> View this message in context:
>> http://www.nabble.com/Tapestry-read-query-parameters-before-page- 
>> rendering--T4.0--tf4053586.html#a11567856
>> Sent from the Tapestry - User mailing list archive at Nabble.com.
>>
>>
>> ---------------------------------------------------------------------
>> To unsubscribe, e-mail: users-unsubscribe@tapestry.apache.org
>> For additional commands, e-mail: users-help@tapestry.apache.org
>>
>>
>>
>
>
> -- 
> Andreas Andreou - andyhot@apache.org - http://andyhot.di.uoa.gr
> Tapestry / Tacos developer
> Open Source / JEE Consulting




---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@tapestry.apache.org
For additional commands, e-mail: users-help@tapestry.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@tapestry.apache.org
For additional commands, e-mail: users-help@tapestry.apache.org


Re: T4.1.2 and beanform

Posted by Geoff Callender <ge...@gmail.com>.
Hi,

I've just tried beanform-core-0.8-20070629.194801-1.jar but I'm still  
getting the problem.  Anyone else?

[ +/- ] Exception: Unable to lookup $BeanFormButtons_31:  
$BeanFormButtons_31
org.apache.hivemind.ApplicationRuntimeException
Unable to lookup $BeanFormButtons_31: $BeanFormButtons_31

[ +/- ] Exception: $BeanFormButtons_31
javassist.NotFoundException
$BeanFormButtons_31
Stack Trace:
javassist.ClassPool.get(ClassPool.java:417)
...etc as for Peter below...

Geoff

On 13/07/2007, at 6:36 AM, Andreas Andreou wrote:

> http://tacos.sourceforge.net/nightly/ is a maven snapshot repo...
>
> http://tacos.sourceforge.net/nightly/net/sf/tacos/ has the subprojects
>
> http://tacos.sourceforge.net/tacos4.1/tacos-core/quick-start/ 
> downloading.htmla
> quick note on including
> any subproject in a pom
>
>
>
>
> On 7/12/07, Henry Chen <he...@gmail.com> wrote:
>>
>>
>> Hi Andy,
>>
>> I have the same problem and tried to find a new release of  
>> beanform. It
>> looks like 0.8 is on the way but I cannnot find where to download.  
>> What do
>> you suggest? Thank you.
>>
>>
>>
>>
>> andyhot wrote:
>> >
>> > There's a new version coming in that address exactly this problem.
>> > I'll make a related announcement in the following hours, so stay  
>> tuned
>> ;)
>> >
>> > On 7/10/07, Peter Schröder <Pe...@freenet-ag.de> wrote:
>> >>
>> >> hi,
>> >>
>> >> i am trying to use beanform and T4.1.2 for the first time, but  
>> i only
>> get
>> >> the following exception. did i miss a dependy or something?
>> >>
>> >> There was an error borrowing the page with key PageKey 
>> [_pageName='Home'
>> ,
>> >> _locale=de_DE ] from the page pool.
>> >> org.apache.hivemind.ApplicationRuntimeException
>> >> There was an error borrowing the page with key PageKey 
>> [_pageName='Home'
>> ,
>> >> _locale=de_DE ] from the page pool.
>> >>
>> >> [ +/- ] Exception: Unable to lookup $BeanFormButtons_9:
>> >> $BeanFormButtons_9
>> >> org.apache.hivemind.ApplicationRuntimeException
>> >> Unable to lookup $BeanFormButtons_9: $BeanFormButtons_9
>> >>
>> >> [ +/- ] Exception: $BeanFormButtons_9
>> >> javassist.NotFoundException
>> >> $BeanFormButtons_9
>> >> Stack Trace:
>> >>
>> >>     * javassist.ClassPool.get(ClassPool.java:417)
>> >>     * org.apache.tapestry.enhance.CtClassSource.getCtClass(
>> >> CtClassSource.java:50)
>> >>     * org.apache.tapestry.enhance.AbstractFab.convertClass(
>> >> AbstractFab.java:82)
>> >>     * org.apache.tapestry.enhance.ClassFabImpl.addField(
>> ClassFabImpl.java
>> >> :238)
>> >>     *
>> >>
>> com.javaforge.tapestry.prop.PropertyAccessorClassFactoryImpl.construc 
>> tClass
>> >> (PropertyAccessorClassFactoryImpl.java:74)
>> >>     *
>> >>
>> $PropertyAccessorClassFactory_113b0adbc52.constructClass 
>> ($PropertyAccessorClassFactory_113b0adbc52.java)
>> >>     *
>> >>
>> $PropertyAccessorClassFactory_113b0adbc51.constructClass 
>> ($PropertyAccessorClassFactory_113b0adbc51.java)
>> >>     *
>> >>
>> com.javaforge.tapestry.prop.PropertyAccessorSourceImpl.createNewAcces 
>> sorClass
>> >> (PropertyAccessorSourceImpl.java:139)
>> >>     *
>> >>
>> com.javaforge.tapestry.prop.PropertyAccessorSourceImpl.getCachedPrope 
>> rtyAccessorClass
>> >> (PropertyAccessorSourceImpl.java:87)
>> >>     *
>> com.javaforge.tapestry.prop.PropertyAccessorSourceImpl.getAccessor(
>> >> PropertyAccessorSourceImpl.java:55)
>> >>     *
>> >>
>> $PropertyAccessorSource_113b0adbc50.getAccessor 
>> ($PropertyAccessorSource_113b0adbc50.java)
>> >>     *
>> >>
>> $PropertyAccessorSource_113b0adbc4f.getAccessor 
>> ($PropertyAccessorSource_113b0adbc4f.java)
>> >>     *
>> >>
>> com.javaforge.tapestry.prop.PropertyAccessorBindingFactory.createBind 
>> ing(
>> >> PropertyAccessorBindingFactory.java:36)
>> >>     *
>> >>
>> $BindingFactory_113b0adbc44.createBinding 
>> ($BindingFactory_113b0adbc44.java)
>> >>     *
>> >>
>> $BindingFactory_113b0adbc43.createBinding 
>> ($BindingFactory_113b0adbc43.java)
>> >>     *  
>> org.apache.tapestry.services.impl.BindingSourceImpl.createBinding
>> (
>> >> BindingSourceImpl.java:99)
>> >>     *
>> >>
>> $BindingSource_113b0adbaf8.createBinding 
>> ($BindingSource_113b0adbaf8.java)
>> >>     *
>> >> org.apache.tapestry.pageload.PageLoader.convert(PageLoader.java: 
>> 318)
>> >>     * org.apache.tapestry.pageload.PageLoader.bind 
>> (PageLoader.java:278)
>> >>     * org.apache.tapestry.pageload.PageLoader.constructComponent(
>> >> PageLoader.java:391)
>> >>     * org.apache.tapestry.pageload.PageLoader.constructComponent(
>> >> PageLoader.java:396)
>> >>     *  
>> org.apache.tapestry.pageload.PageLoader.createImplicitComponent(
>> >> PageLoader.java:504)
>> >>     *
>> >>
>> $IPageLoader_113b0adbbac.createImplicitComponent 
>> ($IPageLoader_113b0adbbac.java)
>> >>     *
>> >>
>> $IPageLoader_113b0adbbad.createImplicitComponent 
>> ($IPageLoader_113b0adbbad.java)
>> >>     *
>> >>
>> org.apache.tapestry.services.impl.ComponentTemplateLoaderLogic.create 
>> ImplicitComponent
>> >> (ComponentTemplateLoaderLogic.java:203)
>> >>     *
>> >>  
>> org.apache.tapestry.services.impl.ComponentTemplateLoaderLogic.proces 
>> s(
>> >> ComponentTemplateLoaderLogic.java:158)
>> >>     *
>> >>  
>> org.apache.tapestry.services.impl.ComponentTemplateLoaderLogic.proces 
>> s(
>> >> ComponentTemplateLoaderLogic.java:98)
>> >>     *
>> >>
>> org.apache.tapestry.services.impl.ComponentTemplateLoaderLogic.loadTe 
>> mplate
>> >> (ComponentTemplateLoaderLogic.java:75)
>> >>     *
>> >>
>> org.apache.tapestry.services.impl.ComponentTemplateLoaderImpl.loadTem 
>> plate
>> >> (ComponentTemplateLoaderImpl.java:60)
>> >>     *
>> >>
>> $ComponentTemplateLoader_113b0adbbc0.loadTemplate 
>> ($ComponentTemplateLoader_113b0adbbc0.java)
>> >>     *
>> >>
>> $ComponentTemplateLoader_113b0adbbbf.loadTemplate 
>> ($ComponentTemplateLoader_113b0adbbbf.java)
>> >>     *  
>> org.apache.tapestry.pageload.PageLoader.loadTemplateForComponent(
>> >> PageLoader.java:673)
>> >>     * org.apache.tapestry.BaseComponent.readTemplate 
>> (BaseComponent.java
>> >> :92)
>> >>     *
>> >> org.apache.tapestry.BaseComponent.finishLoad(BaseComponent.java: 
>> 122)
>> >>     * $Home_0.finishLoad($Home_0.java)
>> >>     * org.apache.tapestry.pageload.PageLoader.constructComponent(
>> >> PageLoader.java:408)
>> >>     * org.apache.tapestry.pageload.PageLoader.loadPage 
>> (PageLoader.java
>> >> :639)
>> >>     * $IPageLoader_113b0adbbac.loadPage 
>> ($IPageLoader_113b0adbbac.java)
>> >>     * $IPageLoader_113b0adbbad.loadPage 
>> ($IPageLoader_113b0adbbad.java)
>> >>     * org.apache.tapestry.pageload.PageSource.makeObject(
>> PageSource.java
>> >> :153)
>> >>     *  
>> org.apache.commons.pool.impl.GenericKeyedObjectPool.borrowObject(
>> >> GenericKeyedObjectPool.java:797)
>> >>     *
>> >> org.apache.tapestry.pageload.PageSource.getPage(PageSource.java: 
>> 177)
>> >>     * $IPageSource_113b0adbb0b.getPage 
>> ($IPageSource_113b0adbb0b.java)
>> >>     * $IPageSource_113b0adbb0a.getPage 
>> ($IPageSource_113b0adbb0a.java)
>> >>     * org.apache.tapestry.engine.RequestCycle.loadPage(
>> RequestCycle.java
>> >> :239)
>> >>     * org.apache.tapestry.engine.RequestCycle.getPage 
>> (RequestCycle.java
>> >> :226)
>> >>     * org.apache.tapestry.engine.RequestCycle.activate(
>> RequestCycle.java
>> >> :559)
>> >>     * org.apache.tapestry.engine.HomeService.service 
>> (HomeService.java
>> :66)
>> >>     *
>> >> $IEngineService_113b0adbb98.service 
>> ($IEngineService_113b0adbb98.java)
>> >>     *  
>> org.apache.tapestry.services.impl.EngineServiceInnerProxy.service
>> (
>> >> EngineServiceInnerProxy.java:77)
>> >>     *  
>> org.apache.tapestry.services.impl.EngineServiceOuterProxy.service
>> (
>> >> EngineServiceOuterProxy.java:72)
>> >>     * org.apache.tapestry.engine.AbstractEngine.service(
>> >> AbstractEngine.java:237)
>> >>     *  
>> org.apache.tapestry.services.impl.InvokeEngineTerminator.service(
>> >> InvokeEngineTerminator.java:54)
>> >>     *
>> >>
>> $WebRequestServicer_113b0adbb71.service 
>> ($WebRequestServicer_113b0adbb71.java)
>> >>     *
>> >>
>> $WebRequestServicer_113b0adbb70.service 
>> ($WebRequestServicer_113b0adbb70.java)
>> >>     *  
>> org.apache.tapestry.services.impl.DisableCachingFilter.service(
>> >> DisableCachingFilter.java:54)
>> >>     *
>> >>
>> $WebRequestServicerFilter_113b0adbb73.service 
>> ($WebRequestServicerFilter_113b0adbb73.java)
>> >>     *
>> >>
>> $WebRequestServicerFilter_113b0adbb72.service 
>> ($WebRequestServicerFilter_113b0adbb72.java)
>> >>     *
>> >>
>> $WebRequestServicer_113b0adbb74.service 
>> ($WebRequestServicer_113b0adbb74.java)
>> >>     *
>> >>
>> $WebRequestServicer_113b0adbb6d.service 
>> ($WebRequestServicer_113b0adbb6d.java)
>> >>     *
>> >>
>> $WebRequestServicer_113b0adbb6c.service 
>> ($WebRequestServicer_113b0adbb6c.java)
>> >>     *
>> >>
>> org.apache.tapestry.services.impl.WebRequestServicerPipelineBridge.se 
>> rvice
>> >> (WebRequestServicerPipelineBridge.java:61)
>> >>     *
>> >>
>> $ServletRequestServicer_113b0adbb53.service 
>> ($ServletRequestServicer_113b0adbb53.java)
>> >>     *
>> >>
>> $ServletRequestServicer_113b0adbb52.service 
>> ($ServletRequestServicer_113b0adbb52.java)
>> >>     * org.apache.tapestry.request.DecodedRequestInjector.service(
>> >> DecodedRequestInjector.java:55)
>> >>     *
>> >>
>> $ServletRequestServicerFilter_113b0adbb4f.service 
>> ($ServletRequestServicerFilter_113b0adbb4f.java)
>> >>     *
>> >>
>> $ServletRequestServicerFilter_113b0adbb4e.service 
>> ($ServletRequestServicerFilter_113b0adbb4e.java)
>> >>     *
>> >>
>> $ServletRequestServicer_113b0adbb54.service 
>> ($ServletRequestServicer_113b0adbb54.java)
>> >>     *  
>> org.apache.tapestry.multipart.MultipartDecoderFilter.service(
>> >> MultipartDecoderFilter.java:52)
>> >>     *
>> >>
>> $ServletRequestServicerFilter_113b0adbb4d.service 
>> ($ServletRequestServicerFilter_113b0adbb4d.java)
>> >>     *
>> >>
>> $ServletRequestServicerFilter_113b0adbb4c.service 
>> ($ServletRequestServicerFilter_113b0adbb4c.java)
>> >>     *
>> >>
>> $ServletRequestServicer_113b0adbb54.service 
>> ($ServletRequestServicer_113b0adbb54.java)
>> >>     *  
>> org.apache.tapestry.services.impl.SetupRequestEncoding.service(
>> >> SetupRequestEncoding.java:53)
>> >>     *
>> >>
>> $ServletRequestServicerFilter_113b0adbb51.service 
>> ($ServletRequestServicerFilter_113b0adbb51.java)
>> >>     *
>> >>
>> $ServletRequestServicerFilter_113b0adbb50.service 
>> ($ServletRequestServicerFilter_113b0adbb50.java)
>> >>     *
>> >>
>> $ServletRequestServicer_113b0adbb54.service 
>> ($ServletRequestServicer_113b0adbb54.java)
>> >>     *
>> >>
>> $ServletRequestServicer_113b0adbb47.service 
>> ($ServletRequestServicer_113b0adbb47.java)
>> >>     *
>> >>
>> $ServletRequestServicer_113b0adbb46.service 
>> ($ServletRequestServicer_113b0adbb46.java)
>> >>     * org.apache.tapestry.ApplicationServlet.doService(
>> >> ApplicationServlet.java:126)
>> >>     *
>> >> org.apache.tapestry.ApplicationServlet.doGet 
>> (ApplicationServlet.java
>> >> :103)
>> >>     * javax.servlet.http.HttpServlet.service(HttpServlet.java:596)
>> >>     * javax.servlet.http.HttpServlet.service(HttpServlet.java:689)
>> >>     * org.mortbay.jetty.servlet.ServletHolder.handle 
>> (ServletHolder.java
>> >> :428)
>> >>     * org.mortbay.jetty.servlet.WebApplicationHandler.dispatch(
>> >> WebApplicationHandler.java:473)
>> >>     * org.mortbay.jetty.servlet.ServletHandler.handle(
>> ServletHandler.java
>> >> :568)
>> >>     * org.mortbay.http.HttpContext.handle(HttpContext.java:1530)
>> >>     * org.mortbay.jetty.servlet.WebApplicationContext.handle(
>> >> WebApplicationContext.java:633)
>> >>     * org.mortbay.http.HttpContext.handle(HttpContext.java:1482)
>> >>     * org.mortbay.http.HttpServer.service(HttpServer.java:909)
>> >>     * org.mortbay.http.HttpConnection.service 
>> (HttpConnection.java:820)
>> >>     * org.mortbay.http.HttpConnection.handleNext 
>> (HttpConnection.java
>> :986)
>> >>     * org.mortbay.http.HttpConnection.handle 
>> (HttpConnection.java:837)
>> >>     *
>> >> org.mortbay.http.SocketListener.handleConnection 
>> (SocketListener.java
>> >> :245)
>> >>     * org.mortbay.util.ThreadedServer.handle 
>> (ThreadedServer.java:357)
>> >>     * org.mortbay.util.ThreadPool$PoolThread.run 
>> (ThreadPool.java:534)
>> >>
>> >>  
>> ---------------------------------------------------------------------
>> >> To unsubscribe, e-mail: users-unsubscribe@tapestry.apache.org
>> >> For additional commands, e-mail: users-help@tapestry.apache.org
>> >>
>> >>
>> >>
>> >
>> >
>> > --
>> > Andreas Andreou - andyhot@apache.org - http://andyhot.di.uoa.gr
>> > Tapestry / Tacos developer
>> > Open Source / JEE Consulting
>> >
>> >
>>
>> --
>> View this message in context:
>> http://www.nabble.com/Tapestry-read-query-parameters-before-page- 
>> rendering--T4.0--tf4053586.html#a11567856
>> Sent from the Tapestry - User mailing list archive at Nabble.com.
>>
>>
>> ---------------------------------------------------------------------
>> To unsubscribe, e-mail: users-unsubscribe@tapestry.apache.org
>> For additional commands, e-mail: users-help@tapestry.apache.org
>>
>>
>>
>
>
> -- 
> Andreas Andreou - andyhot@apache.org - http://andyhot.di.uoa.gr
> Tapestry / Tacos developer
> Open Source / JEE Consulting




---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@tapestry.apache.org
For additional commands, e-mail: users-help@tapestry.apache.org


Re: T4.1.2 and beanform

Posted by Andreas Andreou <an...@di.uoa.gr>.
http://tacos.sourceforge.net/nightly/ is a maven snapshot repo...

http://tacos.sourceforge.net/nightly/net/sf/tacos/ has the subprojects

http://tacos.sourceforge.net/tacos4.1/tacos-core/quick-start/downloading.htmla
quick note on including
any subproject in a pom




On 7/12/07, Henry Chen <he...@gmail.com> wrote:
>
>
> Hi Andy,
>
> I have the same problem and tried to find a new release of beanform. It
> looks like 0.8 is on the way but I cannnot find where to download. What do
> you suggest? Thank you.
>
>
>
>
> andyhot wrote:
> >
> > There's a new version coming in that address exactly this problem.
> > I'll make a related announcement in the following hours, so stay tuned
> ;)
> >
> > On 7/10/07, Peter Schröder <Pe...@freenet-ag.de> wrote:
> >>
> >> hi,
> >>
> >> i am trying to use beanform and T4.1.2 for the first time, but i only
> get
> >> the following exception. did i miss a dependy or something?
> >>
> >> There was an error borrowing the page with key PageKey[_pageName='Home'
> ,
> >> _locale=de_DE ] from the page pool.
> >> org.apache.hivemind.ApplicationRuntimeException
> >> There was an error borrowing the page with key PageKey[_pageName='Home'
> ,
> >> _locale=de_DE ] from the page pool.
> >>
> >> [ +/- ] Exception: Unable to lookup $BeanFormButtons_9:
> >> $BeanFormButtons_9
> >> org.apache.hivemind.ApplicationRuntimeException
> >> Unable to lookup $BeanFormButtons_9: $BeanFormButtons_9
> >>
> >> [ +/- ] Exception: $BeanFormButtons_9
> >> javassist.NotFoundException
> >> $BeanFormButtons_9
> >> Stack Trace:
> >>
> >>     * javassist.ClassPool.get(ClassPool.java:417)
> >>     * org.apache.tapestry.enhance.CtClassSource.getCtClass(
> >> CtClassSource.java:50)
> >>     * org.apache.tapestry.enhance.AbstractFab.convertClass(
> >> AbstractFab.java:82)
> >>     * org.apache.tapestry.enhance.ClassFabImpl.addField(
> ClassFabImpl.java
> >> :238)
> >>     *
> >>
> com.javaforge.tapestry.prop.PropertyAccessorClassFactoryImpl.constructClass
> >> (PropertyAccessorClassFactoryImpl.java:74)
> >>     *
> >>
> $PropertyAccessorClassFactory_113b0adbc52.constructClass($PropertyAccessorClassFactory_113b0adbc52.java)
> >>     *
> >>
> $PropertyAccessorClassFactory_113b0adbc51.constructClass($PropertyAccessorClassFactory_113b0adbc51.java)
> >>     *
> >>
> com.javaforge.tapestry.prop.PropertyAccessorSourceImpl.createNewAccessorClass
> >> (PropertyAccessorSourceImpl.java:139)
> >>     *
> >>
> com.javaforge.tapestry.prop.PropertyAccessorSourceImpl.getCachedPropertyAccessorClass
> >> (PropertyAccessorSourceImpl.java:87)
> >>     *
> com.javaforge.tapestry.prop.PropertyAccessorSourceImpl.getAccessor(
> >> PropertyAccessorSourceImpl.java:55)
> >>     *
> >>
> $PropertyAccessorSource_113b0adbc50.getAccessor($PropertyAccessorSource_113b0adbc50.java)
> >>     *
> >>
> $PropertyAccessorSource_113b0adbc4f.getAccessor($PropertyAccessorSource_113b0adbc4f.java)
> >>     *
> >>
> com.javaforge.tapestry.prop.PropertyAccessorBindingFactory.createBinding(
> >> PropertyAccessorBindingFactory.java:36)
> >>     *
> >>
> $BindingFactory_113b0adbc44.createBinding($BindingFactory_113b0adbc44.java)
> >>     *
> >>
> $BindingFactory_113b0adbc43.createBinding($BindingFactory_113b0adbc43.java)
> >>     * org.apache.tapestry.services.impl.BindingSourceImpl.createBinding
> (
> >> BindingSourceImpl.java:99)
> >>     *
> >>
> $BindingSource_113b0adbaf8.createBinding($BindingSource_113b0adbaf8.java)
> >>     *
> >> org.apache.tapestry.pageload.PageLoader.convert(PageLoader.java:318)
> >>     * org.apache.tapestry.pageload.PageLoader.bind(PageLoader.java:278)
> >>     * org.apache.tapestry.pageload.PageLoader.constructComponent(
> >> PageLoader.java:391)
> >>     * org.apache.tapestry.pageload.PageLoader.constructComponent(
> >> PageLoader.java:396)
> >>     * org.apache.tapestry.pageload.PageLoader.createImplicitComponent(
> >> PageLoader.java:504)
> >>     *
> >>
> $IPageLoader_113b0adbbac.createImplicitComponent($IPageLoader_113b0adbbac.java)
> >>     *
> >>
> $IPageLoader_113b0adbbad.createImplicitComponent($IPageLoader_113b0adbbad.java)
> >>     *
> >>
> org.apache.tapestry.services.impl.ComponentTemplateLoaderLogic.createImplicitComponent
> >> (ComponentTemplateLoaderLogic.java:203)
> >>     *
> >> org.apache.tapestry.services.impl.ComponentTemplateLoaderLogic.process(
> >> ComponentTemplateLoaderLogic.java:158)
> >>     *
> >> org.apache.tapestry.services.impl.ComponentTemplateLoaderLogic.process(
> >> ComponentTemplateLoaderLogic.java:98)
> >>     *
> >>
> org.apache.tapestry.services.impl.ComponentTemplateLoaderLogic.loadTemplate
> >> (ComponentTemplateLoaderLogic.java:75)
> >>     *
> >>
> org.apache.tapestry.services.impl.ComponentTemplateLoaderImpl.loadTemplate
> >> (ComponentTemplateLoaderImpl.java:60)
> >>     *
> >>
> $ComponentTemplateLoader_113b0adbbc0.loadTemplate($ComponentTemplateLoader_113b0adbbc0.java)
> >>     *
> >>
> $ComponentTemplateLoader_113b0adbbbf.loadTemplate($ComponentTemplateLoader_113b0adbbbf.java)
> >>     * org.apache.tapestry.pageload.PageLoader.loadTemplateForComponent(
> >> PageLoader.java:673)
> >>     * org.apache.tapestry.BaseComponent.readTemplate(BaseComponent.java
> >> :92)
> >>     *
> >> org.apache.tapestry.BaseComponent.finishLoad(BaseComponent.java:122)
> >>     * $Home_0.finishLoad($Home_0.java)
> >>     * org.apache.tapestry.pageload.PageLoader.constructComponent(
> >> PageLoader.java:408)
> >>     * org.apache.tapestry.pageload.PageLoader.loadPage(PageLoader.java
> >> :639)
> >>     * $IPageLoader_113b0adbbac.loadPage($IPageLoader_113b0adbbac.java)
> >>     * $IPageLoader_113b0adbbad.loadPage($IPageLoader_113b0adbbad.java)
> >>     * org.apache.tapestry.pageload.PageSource.makeObject(
> PageSource.java
> >> :153)
> >>     * org.apache.commons.pool.impl.GenericKeyedObjectPool.borrowObject(
> >> GenericKeyedObjectPool.java:797)
> >>     *
> >> org.apache.tapestry.pageload.PageSource.getPage(PageSource.java:177)
> >>     * $IPageSource_113b0adbb0b.getPage($IPageSource_113b0adbb0b.java)
> >>     * $IPageSource_113b0adbb0a.getPage($IPageSource_113b0adbb0a.java)
> >>     * org.apache.tapestry.engine.RequestCycle.loadPage(
> RequestCycle.java
> >> :239)
> >>     * org.apache.tapestry.engine.RequestCycle.getPage(RequestCycle.java
> >> :226)
> >>     * org.apache.tapestry.engine.RequestCycle.activate(
> RequestCycle.java
> >> :559)
> >>     * org.apache.tapestry.engine.HomeService.service(HomeService.java
> :66)
> >>     *
> >> $IEngineService_113b0adbb98.service($IEngineService_113b0adbb98.java)
> >>     * org.apache.tapestry.services.impl.EngineServiceInnerProxy.service
> (
> >> EngineServiceInnerProxy.java:77)
> >>     * org.apache.tapestry.services.impl.EngineServiceOuterProxy.service
> (
> >> EngineServiceOuterProxy.java:72)
> >>     * org.apache.tapestry.engine.AbstractEngine.service(
> >> AbstractEngine.java:237)
> >>     * org.apache.tapestry.services.impl.InvokeEngineTerminator.service(
> >> InvokeEngineTerminator.java:54)
> >>     *
> >>
> $WebRequestServicer_113b0adbb71.service($WebRequestServicer_113b0adbb71.java)
> >>     *
> >>
> $WebRequestServicer_113b0adbb70.service($WebRequestServicer_113b0adbb70.java)
> >>     * org.apache.tapestry.services.impl.DisableCachingFilter.service(
> >> DisableCachingFilter.java:54)
> >>     *
> >>
> $WebRequestServicerFilter_113b0adbb73.service($WebRequestServicerFilter_113b0adbb73.java)
> >>     *
> >>
> $WebRequestServicerFilter_113b0adbb72.service($WebRequestServicerFilter_113b0adbb72.java)
> >>     *
> >>
> $WebRequestServicer_113b0adbb74.service($WebRequestServicer_113b0adbb74.java)
> >>     *
> >>
> $WebRequestServicer_113b0adbb6d.service($WebRequestServicer_113b0adbb6d.java)
> >>     *
> >>
> $WebRequestServicer_113b0adbb6c.service($WebRequestServicer_113b0adbb6c.java)
> >>     *
> >>
> org.apache.tapestry.services.impl.WebRequestServicerPipelineBridge.service
> >> (WebRequestServicerPipelineBridge.java:61)
> >>     *
> >>
> $ServletRequestServicer_113b0adbb53.service($ServletRequestServicer_113b0adbb53.java)
> >>     *
> >>
> $ServletRequestServicer_113b0adbb52.service($ServletRequestServicer_113b0adbb52.java)
> >>     * org.apache.tapestry.request.DecodedRequestInjector.service(
> >> DecodedRequestInjector.java:55)
> >>     *
> >>
> $ServletRequestServicerFilter_113b0adbb4f.service($ServletRequestServicerFilter_113b0adbb4f.java)
> >>     *
> >>
> $ServletRequestServicerFilter_113b0adbb4e.service($ServletRequestServicerFilter_113b0adbb4e.java)
> >>     *
> >>
> $ServletRequestServicer_113b0adbb54.service($ServletRequestServicer_113b0adbb54.java)
> >>     * org.apache.tapestry.multipart.MultipartDecoderFilter.service(
> >> MultipartDecoderFilter.java:52)
> >>     *
> >>
> $ServletRequestServicerFilter_113b0adbb4d.service($ServletRequestServicerFilter_113b0adbb4d.java)
> >>     *
> >>
> $ServletRequestServicerFilter_113b0adbb4c.service($ServletRequestServicerFilter_113b0adbb4c.java)
> >>     *
> >>
> $ServletRequestServicer_113b0adbb54.service($ServletRequestServicer_113b0adbb54.java)
> >>     * org.apache.tapestry.services.impl.SetupRequestEncoding.service(
> >> SetupRequestEncoding.java:53)
> >>     *
> >>
> $ServletRequestServicerFilter_113b0adbb51.service($ServletRequestServicerFilter_113b0adbb51.java)
> >>     *
> >>
> $ServletRequestServicerFilter_113b0adbb50.service($ServletRequestServicerFilter_113b0adbb50.java)
> >>     *
> >>
> $ServletRequestServicer_113b0adbb54.service($ServletRequestServicer_113b0adbb54.java)
> >>     *
> >>
> $ServletRequestServicer_113b0adbb47.service($ServletRequestServicer_113b0adbb47.java)
> >>     *
> >>
> $ServletRequestServicer_113b0adbb46.service($ServletRequestServicer_113b0adbb46.java)
> >>     * org.apache.tapestry.ApplicationServlet.doService(
> >> ApplicationServlet.java:126)
> >>     *
> >> org.apache.tapestry.ApplicationServlet.doGet(ApplicationServlet.java
> >> :103)
> >>     * javax.servlet.http.HttpServlet.service(HttpServlet.java:596)
> >>     * javax.servlet.http.HttpServlet.service(HttpServlet.java:689)
> >>     * org.mortbay.jetty.servlet.ServletHolder.handle(ServletHolder.java
> >> :428)
> >>     * org.mortbay.jetty.servlet.WebApplicationHandler.dispatch(
> >> WebApplicationHandler.java:473)
> >>     * org.mortbay.jetty.servlet.ServletHandler.handle(
> ServletHandler.java
> >> :568)
> >>     * org.mortbay.http.HttpContext.handle(HttpContext.java:1530)
> >>     * org.mortbay.jetty.servlet.WebApplicationContext.handle(
> >> WebApplicationContext.java:633)
> >>     * org.mortbay.http.HttpContext.handle(HttpContext.java:1482)
> >>     * org.mortbay.http.HttpServer.service(HttpServer.java:909)
> >>     * org.mortbay.http.HttpConnection.service(HttpConnection.java:820)
> >>     * org.mortbay.http.HttpConnection.handleNext(HttpConnection.java
> :986)
> >>     * org.mortbay.http.HttpConnection.handle(HttpConnection.java:837)
> >>     *
> >> org.mortbay.http.SocketListener.handleConnection(SocketListener.java
> >> :245)
> >>     * org.mortbay.util.ThreadedServer.handle(ThreadedServer.java:357)
> >>     * org.mortbay.util.ThreadPool$PoolThread.run(ThreadPool.java:534)
> >>
> >> ---------------------------------------------------------------------
> >> To unsubscribe, e-mail: users-unsubscribe@tapestry.apache.org
> >> For additional commands, e-mail: users-help@tapestry.apache.org
> >>
> >>
> >>
> >
> >
> > --
> > Andreas Andreou - andyhot@apache.org - http://andyhot.di.uoa.gr
> > Tapestry / Tacos developer
> > Open Source / JEE Consulting
> >
> >
>
> --
> View this message in context:
> http://www.nabble.com/Tapestry-read-query-parameters-before-page-rendering--T4.0--tf4053586.html#a11567856
> Sent from the Tapestry - User mailing list archive at Nabble.com.
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: users-unsubscribe@tapestry.apache.org
> For additional commands, e-mail: users-help@tapestry.apache.org
>
>
>


-- 
Andreas Andreou - andyhot@apache.org - http://andyhot.di.uoa.gr
Tapestry / Tacos developer
Open Source / JEE Consulting

Re: T4.1.2 and beanform

Posted by Henry Chen <he...@gmail.com>.
Hi Andy,

I have the same problem and tried to find a new release of beanform. It
looks like 0.8 is on the way but I cannnot find where to download. What do
you suggest? Thank you.




andyhot wrote:
> 
> There's a new version coming in that address exactly this problem.
> I'll make a related announcement in the following hours, so stay tuned ;)
> 
> On 7/10/07, Peter Schröder <Pe...@freenet-ag.de> wrote:
>>
>> hi,
>>
>> i am trying to use beanform and T4.1.2 for the first time, but i only get
>> the following exception. did i miss a dependy or something?
>>
>> There was an error borrowing the page with key PageKey[_pageName='Home' ,
>> _locale=de_DE ] from the page pool.
>> org.apache.hivemind.ApplicationRuntimeException
>> There was an error borrowing the page with key PageKey[_pageName='Home' ,
>> _locale=de_DE ] from the page pool.
>>
>> [ +/- ] Exception: Unable to lookup $BeanFormButtons_9:
>> $BeanFormButtons_9
>> org.apache.hivemind.ApplicationRuntimeException
>> Unable to lookup $BeanFormButtons_9: $BeanFormButtons_9
>>
>> [ +/- ] Exception: $BeanFormButtons_9
>> javassist.NotFoundException
>> $BeanFormButtons_9
>> Stack Trace:
>>
>>     * javassist.ClassPool.get(ClassPool.java:417)
>>     * org.apache.tapestry.enhance.CtClassSource.getCtClass(
>> CtClassSource.java:50)
>>     * org.apache.tapestry.enhance.AbstractFab.convertClass(
>> AbstractFab.java:82)
>>     * org.apache.tapestry.enhance.ClassFabImpl.addField(ClassFabImpl.java
>> :238)
>>     *
>> com.javaforge.tapestry.prop.PropertyAccessorClassFactoryImpl.constructClass
>> (PropertyAccessorClassFactoryImpl.java:74)
>>     *
>> $PropertyAccessorClassFactory_113b0adbc52.constructClass($PropertyAccessorClassFactory_113b0adbc52.java)
>>     *
>> $PropertyAccessorClassFactory_113b0adbc51.constructClass($PropertyAccessorClassFactory_113b0adbc51.java)
>>     *
>> com.javaforge.tapestry.prop.PropertyAccessorSourceImpl.createNewAccessorClass
>> (PropertyAccessorSourceImpl.java:139)
>>     *
>> com.javaforge.tapestry.prop.PropertyAccessorSourceImpl.getCachedPropertyAccessorClass
>> (PropertyAccessorSourceImpl.java:87)
>>     * com.javaforge.tapestry.prop.PropertyAccessorSourceImpl.getAccessor(
>> PropertyAccessorSourceImpl.java:55)
>>     *
>> $PropertyAccessorSource_113b0adbc50.getAccessor($PropertyAccessorSource_113b0adbc50.java)
>>     *
>> $PropertyAccessorSource_113b0adbc4f.getAccessor($PropertyAccessorSource_113b0adbc4f.java)
>>     *
>> com.javaforge.tapestry.prop.PropertyAccessorBindingFactory.createBinding(
>> PropertyAccessorBindingFactory.java:36)
>>     *
>> $BindingFactory_113b0adbc44.createBinding($BindingFactory_113b0adbc44.java)
>>     *
>> $BindingFactory_113b0adbc43.createBinding($BindingFactory_113b0adbc43.java)
>>     * org.apache.tapestry.services.impl.BindingSourceImpl.createBinding(
>> BindingSourceImpl.java:99)
>>     *
>> $BindingSource_113b0adbaf8.createBinding($BindingSource_113b0adbaf8.java)
>>     *
>> org.apache.tapestry.pageload.PageLoader.convert(PageLoader.java:318)
>>     * org.apache.tapestry.pageload.PageLoader.bind(PageLoader.java:278)
>>     * org.apache.tapestry.pageload.PageLoader.constructComponent(
>> PageLoader.java:391)
>>     * org.apache.tapestry.pageload.PageLoader.constructComponent(
>> PageLoader.java:396)
>>     * org.apache.tapestry.pageload.PageLoader.createImplicitComponent(
>> PageLoader.java:504)
>>     *
>> $IPageLoader_113b0adbbac.createImplicitComponent($IPageLoader_113b0adbbac.java)
>>     *
>> $IPageLoader_113b0adbbad.createImplicitComponent($IPageLoader_113b0adbbad.java)
>>     *
>> org.apache.tapestry.services.impl.ComponentTemplateLoaderLogic.createImplicitComponent
>> (ComponentTemplateLoaderLogic.java:203)
>>     *
>> org.apache.tapestry.services.impl.ComponentTemplateLoaderLogic.process(
>> ComponentTemplateLoaderLogic.java:158)
>>     *
>> org.apache.tapestry.services.impl.ComponentTemplateLoaderLogic.process(
>> ComponentTemplateLoaderLogic.java:98)
>>     *
>> org.apache.tapestry.services.impl.ComponentTemplateLoaderLogic.loadTemplate
>> (ComponentTemplateLoaderLogic.java:75)
>>     *
>> org.apache.tapestry.services.impl.ComponentTemplateLoaderImpl.loadTemplate
>> (ComponentTemplateLoaderImpl.java:60)
>>     *
>> $ComponentTemplateLoader_113b0adbbc0.loadTemplate($ComponentTemplateLoader_113b0adbbc0.java)
>>     *
>> $ComponentTemplateLoader_113b0adbbbf.loadTemplate($ComponentTemplateLoader_113b0adbbbf.java)
>>     * org.apache.tapestry.pageload.PageLoader.loadTemplateForComponent(
>> PageLoader.java:673)
>>     * org.apache.tapestry.BaseComponent.readTemplate(BaseComponent.java
>> :92)
>>     *
>> org.apache.tapestry.BaseComponent.finishLoad(BaseComponent.java:122)
>>     * $Home_0.finishLoad($Home_0.java)
>>     * org.apache.tapestry.pageload.PageLoader.constructComponent(
>> PageLoader.java:408)
>>     * org.apache.tapestry.pageload.PageLoader.loadPage(PageLoader.java
>> :639)
>>     * $IPageLoader_113b0adbbac.loadPage($IPageLoader_113b0adbbac.java)
>>     * $IPageLoader_113b0adbbad.loadPage($IPageLoader_113b0adbbad.java)
>>     * org.apache.tapestry.pageload.PageSource.makeObject(PageSource.java
>> :153)
>>     * org.apache.commons.pool.impl.GenericKeyedObjectPool.borrowObject(
>> GenericKeyedObjectPool.java:797)
>>     *
>> org.apache.tapestry.pageload.PageSource.getPage(PageSource.java:177)
>>     * $IPageSource_113b0adbb0b.getPage($IPageSource_113b0adbb0b.java)
>>     * $IPageSource_113b0adbb0a.getPage($IPageSource_113b0adbb0a.java)
>>     * org.apache.tapestry.engine.RequestCycle.loadPage(RequestCycle.java
>> :239)
>>     * org.apache.tapestry.engine.RequestCycle.getPage(RequestCycle.java
>> :226)
>>     * org.apache.tapestry.engine.RequestCycle.activate(RequestCycle.java
>> :559)
>>     * org.apache.tapestry.engine.HomeService.service(HomeService.java:66)
>>     *
>> $IEngineService_113b0adbb98.service($IEngineService_113b0adbb98.java)
>>     * org.apache.tapestry.services.impl.EngineServiceInnerProxy.service(
>> EngineServiceInnerProxy.java:77)
>>     * org.apache.tapestry.services.impl.EngineServiceOuterProxy.service(
>> EngineServiceOuterProxy.java:72)
>>     * org.apache.tapestry.engine.AbstractEngine.service(
>> AbstractEngine.java:237)
>>     * org.apache.tapestry.services.impl.InvokeEngineTerminator.service(
>> InvokeEngineTerminator.java:54)
>>     *
>> $WebRequestServicer_113b0adbb71.service($WebRequestServicer_113b0adbb71.java)
>>     *
>> $WebRequestServicer_113b0adbb70.service($WebRequestServicer_113b0adbb70.java)
>>     * org.apache.tapestry.services.impl.DisableCachingFilter.service(
>> DisableCachingFilter.java:54)
>>     *
>> $WebRequestServicerFilter_113b0adbb73.service($WebRequestServicerFilter_113b0adbb73.java)
>>     *
>> $WebRequestServicerFilter_113b0adbb72.service($WebRequestServicerFilter_113b0adbb72.java)
>>     *
>> $WebRequestServicer_113b0adbb74.service($WebRequestServicer_113b0adbb74.java)
>>     *
>> $WebRequestServicer_113b0adbb6d.service($WebRequestServicer_113b0adbb6d.java)
>>     *
>> $WebRequestServicer_113b0adbb6c.service($WebRequestServicer_113b0adbb6c.java)
>>     *
>> org.apache.tapestry.services.impl.WebRequestServicerPipelineBridge.service
>> (WebRequestServicerPipelineBridge.java:61)
>>     *
>> $ServletRequestServicer_113b0adbb53.service($ServletRequestServicer_113b0adbb53.java)
>>     *
>> $ServletRequestServicer_113b0adbb52.service($ServletRequestServicer_113b0adbb52.java)
>>     * org.apache.tapestry.request.DecodedRequestInjector.service(
>> DecodedRequestInjector.java:55)
>>     *
>> $ServletRequestServicerFilter_113b0adbb4f.service($ServletRequestServicerFilter_113b0adbb4f.java)
>>     *
>> $ServletRequestServicerFilter_113b0adbb4e.service($ServletRequestServicerFilter_113b0adbb4e.java)
>>     *
>> $ServletRequestServicer_113b0adbb54.service($ServletRequestServicer_113b0adbb54.java)
>>     * org.apache.tapestry.multipart.MultipartDecoderFilter.service(
>> MultipartDecoderFilter.java:52)
>>     *
>> $ServletRequestServicerFilter_113b0adbb4d.service($ServletRequestServicerFilter_113b0adbb4d.java)
>>     *
>> $ServletRequestServicerFilter_113b0adbb4c.service($ServletRequestServicerFilter_113b0adbb4c.java)
>>     *
>> $ServletRequestServicer_113b0adbb54.service($ServletRequestServicer_113b0adbb54.java)
>>     * org.apache.tapestry.services.impl.SetupRequestEncoding.service(
>> SetupRequestEncoding.java:53)
>>     *
>> $ServletRequestServicerFilter_113b0adbb51.service($ServletRequestServicerFilter_113b0adbb51.java)
>>     *
>> $ServletRequestServicerFilter_113b0adbb50.service($ServletRequestServicerFilter_113b0adbb50.java)
>>     *
>> $ServletRequestServicer_113b0adbb54.service($ServletRequestServicer_113b0adbb54.java)
>>     *
>> $ServletRequestServicer_113b0adbb47.service($ServletRequestServicer_113b0adbb47.java)
>>     *
>> $ServletRequestServicer_113b0adbb46.service($ServletRequestServicer_113b0adbb46.java)
>>     * org.apache.tapestry.ApplicationServlet.doService(
>> ApplicationServlet.java:126)
>>     *
>> org.apache.tapestry.ApplicationServlet.doGet(ApplicationServlet.java
>> :103)
>>     * javax.servlet.http.HttpServlet.service(HttpServlet.java:596)
>>     * javax.servlet.http.HttpServlet.service(HttpServlet.java:689)
>>     * org.mortbay.jetty.servlet.ServletHolder.handle(ServletHolder.java
>> :428)
>>     * org.mortbay.jetty.servlet.WebApplicationHandler.dispatch(
>> WebApplicationHandler.java:473)
>>     * org.mortbay.jetty.servlet.ServletHandler.handle(ServletHandler.java
>> :568)
>>     * org.mortbay.http.HttpContext.handle(HttpContext.java:1530)
>>     * org.mortbay.jetty.servlet.WebApplicationContext.handle(
>> WebApplicationContext.java:633)
>>     * org.mortbay.http.HttpContext.handle(HttpContext.java:1482)
>>     * org.mortbay.http.HttpServer.service(HttpServer.java:909)
>>     * org.mortbay.http.HttpConnection.service(HttpConnection.java:820)
>>     * org.mortbay.http.HttpConnection.handleNext(HttpConnection.java:986)
>>     * org.mortbay.http.HttpConnection.handle(HttpConnection.java:837)
>>     *
>> org.mortbay.http.SocketListener.handleConnection(SocketListener.java
>> :245)
>>     * org.mortbay.util.ThreadedServer.handle(ThreadedServer.java:357)
>>     * org.mortbay.util.ThreadPool$PoolThread.run(ThreadPool.java:534)
>>
>> ---------------------------------------------------------------------
>> To unsubscribe, e-mail: users-unsubscribe@tapestry.apache.org
>> For additional commands, e-mail: users-help@tapestry.apache.org
>>
>>
>>
> 
> 
> -- 
> Andreas Andreou - andyhot@apache.org - http://andyhot.di.uoa.gr
> Tapestry / Tacos developer
> Open Source / JEE Consulting
> 
> 

-- 
View this message in context: http://www.nabble.com/Tapestry-read-query-parameters-before-page-rendering--T4.0--tf4053586.html#a11567856
Sent from the Tapestry - User mailing list archive at Nabble.com.


---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@tapestry.apache.org
For additional commands, e-mail: users-help@tapestry.apache.org


Re: T4.1.2 and beanform

Posted by Andreas Andreou <an...@di.uoa.gr>.
There's a new version coming in that address exactly this problem.
I'll make a related announcement in the following hours, so stay tuned ;)

On 7/10/07, Peter Schröder <Pe...@freenet-ag.de> wrote:
>
> hi,
>
> i am trying to use beanform and T4.1.2 for the first time, but i only get
> the following exception. did i miss a dependy or something?
>
> There was an error borrowing the page with key PageKey[_pageName='Home' ,
> _locale=de_DE ] from the page pool.
> org.apache.hivemind.ApplicationRuntimeException
> There was an error borrowing the page with key PageKey[_pageName='Home' ,
> _locale=de_DE ] from the page pool.
>
> [ +/- ] Exception: Unable to lookup $BeanFormButtons_9: $BeanFormButtons_9
> org.apache.hivemind.ApplicationRuntimeException
> Unable to lookup $BeanFormButtons_9: $BeanFormButtons_9
>
> [ +/- ] Exception: $BeanFormButtons_9
> javassist.NotFoundException
> $BeanFormButtons_9
> Stack Trace:
>
>     * javassist.ClassPool.get(ClassPool.java:417)
>     * org.apache.tapestry.enhance.CtClassSource.getCtClass(
> CtClassSource.java:50)
>     * org.apache.tapestry.enhance.AbstractFab.convertClass(
> AbstractFab.java:82)
>     * org.apache.tapestry.enhance.ClassFabImpl.addField(ClassFabImpl.java
> :238)
>     *
> com.javaforge.tapestry.prop.PropertyAccessorClassFactoryImpl.constructClass
> (PropertyAccessorClassFactoryImpl.java:74)
>     *
> $PropertyAccessorClassFactory_113b0adbc52.constructClass($PropertyAccessorClassFactory_113b0adbc52.java)
>     *
> $PropertyAccessorClassFactory_113b0adbc51.constructClass($PropertyAccessorClassFactory_113b0adbc51.java)
>     *
> com.javaforge.tapestry.prop.PropertyAccessorSourceImpl.createNewAccessorClass
> (PropertyAccessorSourceImpl.java:139)
>     *
> com.javaforge.tapestry.prop.PropertyAccessorSourceImpl.getCachedPropertyAccessorClass
> (PropertyAccessorSourceImpl.java:87)
>     * com.javaforge.tapestry.prop.PropertyAccessorSourceImpl.getAccessor(
> PropertyAccessorSourceImpl.java:55)
>     *
> $PropertyAccessorSource_113b0adbc50.getAccessor($PropertyAccessorSource_113b0adbc50.java)
>     *
> $PropertyAccessorSource_113b0adbc4f.getAccessor($PropertyAccessorSource_113b0adbc4f.java)
>     *
> com.javaforge.tapestry.prop.PropertyAccessorBindingFactory.createBinding(
> PropertyAccessorBindingFactory.java:36)
>     *
> $BindingFactory_113b0adbc44.createBinding($BindingFactory_113b0adbc44.java)
>     *
> $BindingFactory_113b0adbc43.createBinding($BindingFactory_113b0adbc43.java)
>     * org.apache.tapestry.services.impl.BindingSourceImpl.createBinding(
> BindingSourceImpl.java:99)
>     *
> $BindingSource_113b0adbaf8.createBinding($BindingSource_113b0adbaf8.java)
>     * org.apache.tapestry.pageload.PageLoader.convert(PageLoader.java:318)
>     * org.apache.tapestry.pageload.PageLoader.bind(PageLoader.java:278)
>     * org.apache.tapestry.pageload.PageLoader.constructComponent(
> PageLoader.java:391)
>     * org.apache.tapestry.pageload.PageLoader.constructComponent(
> PageLoader.java:396)
>     * org.apache.tapestry.pageload.PageLoader.createImplicitComponent(
> PageLoader.java:504)
>     *
> $IPageLoader_113b0adbbac.createImplicitComponent($IPageLoader_113b0adbbac.java)
>     *
> $IPageLoader_113b0adbbad.createImplicitComponent($IPageLoader_113b0adbbad.java)
>     *
> org.apache.tapestry.services.impl.ComponentTemplateLoaderLogic.createImplicitComponent
> (ComponentTemplateLoaderLogic.java:203)
>     *
> org.apache.tapestry.services.impl.ComponentTemplateLoaderLogic.process(
> ComponentTemplateLoaderLogic.java:158)
>     *
> org.apache.tapestry.services.impl.ComponentTemplateLoaderLogic.process(
> ComponentTemplateLoaderLogic.java:98)
>     *
> org.apache.tapestry.services.impl.ComponentTemplateLoaderLogic.loadTemplate
> (ComponentTemplateLoaderLogic.java:75)
>     *
> org.apache.tapestry.services.impl.ComponentTemplateLoaderImpl.loadTemplate
> (ComponentTemplateLoaderImpl.java:60)
>     *
> $ComponentTemplateLoader_113b0adbbc0.loadTemplate($ComponentTemplateLoader_113b0adbbc0.java)
>     *
> $ComponentTemplateLoader_113b0adbbbf.loadTemplate($ComponentTemplateLoader_113b0adbbbf.java)
>     * org.apache.tapestry.pageload.PageLoader.loadTemplateForComponent(
> PageLoader.java:673)
>     * org.apache.tapestry.BaseComponent.readTemplate(BaseComponent.java
> :92)
>     * org.apache.tapestry.BaseComponent.finishLoad(BaseComponent.java:122)
>     * $Home_0.finishLoad($Home_0.java)
>     * org.apache.tapestry.pageload.PageLoader.constructComponent(
> PageLoader.java:408)
>     * org.apache.tapestry.pageload.PageLoader.loadPage(PageLoader.java
> :639)
>     * $IPageLoader_113b0adbbac.loadPage($IPageLoader_113b0adbbac.java)
>     * $IPageLoader_113b0adbbad.loadPage($IPageLoader_113b0adbbad.java)
>     * org.apache.tapestry.pageload.PageSource.makeObject(PageSource.java
> :153)
>     * org.apache.commons.pool.impl.GenericKeyedObjectPool.borrowObject(
> GenericKeyedObjectPool.java:797)
>     * org.apache.tapestry.pageload.PageSource.getPage(PageSource.java:177)
>     * $IPageSource_113b0adbb0b.getPage($IPageSource_113b0adbb0b.java)
>     * $IPageSource_113b0adbb0a.getPage($IPageSource_113b0adbb0a.java)
>     * org.apache.tapestry.engine.RequestCycle.loadPage(RequestCycle.java
> :239)
>     * org.apache.tapestry.engine.RequestCycle.getPage(RequestCycle.java
> :226)
>     * org.apache.tapestry.engine.RequestCycle.activate(RequestCycle.java
> :559)
>     * org.apache.tapestry.engine.HomeService.service(HomeService.java:66)
>     *
> $IEngineService_113b0adbb98.service($IEngineService_113b0adbb98.java)
>     * org.apache.tapestry.services.impl.EngineServiceInnerProxy.service(
> EngineServiceInnerProxy.java:77)
>     * org.apache.tapestry.services.impl.EngineServiceOuterProxy.service(
> EngineServiceOuterProxy.java:72)
>     * org.apache.tapestry.engine.AbstractEngine.service(
> AbstractEngine.java:237)
>     * org.apache.tapestry.services.impl.InvokeEngineTerminator.service(
> InvokeEngineTerminator.java:54)
>     *
> $WebRequestServicer_113b0adbb71.service($WebRequestServicer_113b0adbb71.java)
>     *
> $WebRequestServicer_113b0adbb70.service($WebRequestServicer_113b0adbb70.java)
>     * org.apache.tapestry.services.impl.DisableCachingFilter.service(
> DisableCachingFilter.java:54)
>     *
> $WebRequestServicerFilter_113b0adbb73.service($WebRequestServicerFilter_113b0adbb73.java)
>     *
> $WebRequestServicerFilter_113b0adbb72.service($WebRequestServicerFilter_113b0adbb72.java)
>     *
> $WebRequestServicer_113b0adbb74.service($WebRequestServicer_113b0adbb74.java)
>     *
> $WebRequestServicer_113b0adbb6d.service($WebRequestServicer_113b0adbb6d.java)
>     *
> $WebRequestServicer_113b0adbb6c.service($WebRequestServicer_113b0adbb6c.java)
>     *
> org.apache.tapestry.services.impl.WebRequestServicerPipelineBridge.service
> (WebRequestServicerPipelineBridge.java:61)
>     *
> $ServletRequestServicer_113b0adbb53.service($ServletRequestServicer_113b0adbb53.java)
>     *
> $ServletRequestServicer_113b0adbb52.service($ServletRequestServicer_113b0adbb52.java)
>     * org.apache.tapestry.request.DecodedRequestInjector.service(
> DecodedRequestInjector.java:55)
>     *
> $ServletRequestServicerFilter_113b0adbb4f.service($ServletRequestServicerFilter_113b0adbb4f.java)
>     *
> $ServletRequestServicerFilter_113b0adbb4e.service($ServletRequestServicerFilter_113b0adbb4e.java)
>     *
> $ServletRequestServicer_113b0adbb54.service($ServletRequestServicer_113b0adbb54.java)
>     * org.apache.tapestry.multipart.MultipartDecoderFilter.service(
> MultipartDecoderFilter.java:52)
>     *
> $ServletRequestServicerFilter_113b0adbb4d.service($ServletRequestServicerFilter_113b0adbb4d.java)
>     *
> $ServletRequestServicerFilter_113b0adbb4c.service($ServletRequestServicerFilter_113b0adbb4c.java)
>     *
> $ServletRequestServicer_113b0adbb54.service($ServletRequestServicer_113b0adbb54.java)
>     * org.apache.tapestry.services.impl.SetupRequestEncoding.service(
> SetupRequestEncoding.java:53)
>     *
> $ServletRequestServicerFilter_113b0adbb51.service($ServletRequestServicerFilter_113b0adbb51.java)
>     *
> $ServletRequestServicerFilter_113b0adbb50.service($ServletRequestServicerFilter_113b0adbb50.java)
>     *
> $ServletRequestServicer_113b0adbb54.service($ServletRequestServicer_113b0adbb54.java)
>     *
> $ServletRequestServicer_113b0adbb47.service($ServletRequestServicer_113b0adbb47.java)
>     *
> $ServletRequestServicer_113b0adbb46.service($ServletRequestServicer_113b0adbb46.java)
>     * org.apache.tapestry.ApplicationServlet.doService(
> ApplicationServlet.java:126)
>     * org.apache.tapestry.ApplicationServlet.doGet(ApplicationServlet.java
> :103)
>     * javax.servlet.http.HttpServlet.service(HttpServlet.java:596)
>     * javax.servlet.http.HttpServlet.service(HttpServlet.java:689)
>     * org.mortbay.jetty.servlet.ServletHolder.handle(ServletHolder.java
> :428)
>     * org.mortbay.jetty.servlet.WebApplicationHandler.dispatch(
> WebApplicationHandler.java:473)
>     * org.mortbay.jetty.servlet.ServletHandler.handle(ServletHandler.java
> :568)
>     * org.mortbay.http.HttpContext.handle(HttpContext.java:1530)
>     * org.mortbay.jetty.servlet.WebApplicationContext.handle(
> WebApplicationContext.java:633)
>     * org.mortbay.http.HttpContext.handle(HttpContext.java:1482)
>     * org.mortbay.http.HttpServer.service(HttpServer.java:909)
>     * org.mortbay.http.HttpConnection.service(HttpConnection.java:820)
>     * org.mortbay.http.HttpConnection.handleNext(HttpConnection.java:986)
>     * org.mortbay.http.HttpConnection.handle(HttpConnection.java:837)
>     * org.mortbay.http.SocketListener.handleConnection(SocketListener.java
> :245)
>     * org.mortbay.util.ThreadedServer.handle(ThreadedServer.java:357)
>     * org.mortbay.util.ThreadPool$PoolThread.run(ThreadPool.java:534)
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: users-unsubscribe@tapestry.apache.org
> For additional commands, e-mail: users-help@tapestry.apache.org
>
>
>


-- 
Andreas Andreou - andyhot@apache.org - http://andyhot.di.uoa.gr
Tapestry / Tacos developer
Open Source / JEE Consulting

T4.1.2 and beanform

Posted by Peter Schröder <Pe...@freenet-ag.de>.
hi,

i am trying to use beanform and T4.1.2 for the first time, but i only get the following exception. did i miss a dependy or something?

 There was an error borrowing the page with key PageKey[_pageName='Home' , _locale=de_DE ] from the page pool.
org.apache.hivemind.ApplicationRuntimeException
There was an error borrowing the page with key PageKey[_pageName='Home' , _locale=de_DE ] from the page pool.
 
[ +/- ] Exception: Unable to lookup $BeanFormButtons_9: $BeanFormButtons_9
org.apache.hivemind.ApplicationRuntimeException
Unable to lookup $BeanFormButtons_9: $BeanFormButtons_9
 
[ +/- ] Exception: $BeanFormButtons_9
javassist.NotFoundException
$BeanFormButtons_9
Stack Trace:

    * javassist.ClassPool.get(ClassPool.java:417)
    * org.apache.tapestry.enhance.CtClassSource.getCtClass(CtClassSource.java:50)
    * org.apache.tapestry.enhance.AbstractFab.convertClass(AbstractFab.java:82)
    * org.apache.tapestry.enhance.ClassFabImpl.addField(ClassFabImpl.java:238)
    * com.javaforge.tapestry.prop.PropertyAccessorClassFactoryImpl.constructClass(PropertyAccessorClassFactoryImpl.java:74)
    * $PropertyAccessorClassFactory_113b0adbc52.constructClass($PropertyAccessorClassFactory_113b0adbc52.java)
    * $PropertyAccessorClassFactory_113b0adbc51.constructClass($PropertyAccessorClassFactory_113b0adbc51.java)
    * com.javaforge.tapestry.prop.PropertyAccessorSourceImpl.createNewAccessorClass(PropertyAccessorSourceImpl.java:139)
    * com.javaforge.tapestry.prop.PropertyAccessorSourceImpl.getCachedPropertyAccessorClass(PropertyAccessorSourceImpl.java:87)
    * com.javaforge.tapestry.prop.PropertyAccessorSourceImpl.getAccessor(PropertyAccessorSourceImpl.java:55)
    * $PropertyAccessorSource_113b0adbc50.getAccessor($PropertyAccessorSource_113b0adbc50.java)
    * $PropertyAccessorSource_113b0adbc4f.getAccessor($PropertyAccessorSource_113b0adbc4f.java)
    * com.javaforge.tapestry.prop.PropertyAccessorBindingFactory.createBinding(PropertyAccessorBindingFactory.java:36)
    * $BindingFactory_113b0adbc44.createBinding($BindingFactory_113b0adbc44.java)
    * $BindingFactory_113b0adbc43.createBinding($BindingFactory_113b0adbc43.java)
    * org.apache.tapestry.services.impl.BindingSourceImpl.createBinding(BindingSourceImpl.java:99)
    * $BindingSource_113b0adbaf8.createBinding($BindingSource_113b0adbaf8.java)
    * org.apache.tapestry.pageload.PageLoader.convert(PageLoader.java:318)
    * org.apache.tapestry.pageload.PageLoader.bind(PageLoader.java:278)
    * org.apache.tapestry.pageload.PageLoader.constructComponent(PageLoader.java:391)
    * org.apache.tapestry.pageload.PageLoader.constructComponent(PageLoader.java:396)
    * org.apache.tapestry.pageload.PageLoader.createImplicitComponent(PageLoader.java:504)
    * $IPageLoader_113b0adbbac.createImplicitComponent($IPageLoader_113b0adbbac.java)
    * $IPageLoader_113b0adbbad.createImplicitComponent($IPageLoader_113b0adbbad.java)
    * org.apache.tapestry.services.impl.ComponentTemplateLoaderLogic.createImplicitComponent(ComponentTemplateLoaderLogic.java:203)
    * org.apache.tapestry.services.impl.ComponentTemplateLoaderLogic.process(ComponentTemplateLoaderLogic.java:158)
    * org.apache.tapestry.services.impl.ComponentTemplateLoaderLogic.process(ComponentTemplateLoaderLogic.java:98)
    * org.apache.tapestry.services.impl.ComponentTemplateLoaderLogic.loadTemplate(ComponentTemplateLoaderLogic.java:75)
    * org.apache.tapestry.services.impl.ComponentTemplateLoaderImpl.loadTemplate(ComponentTemplateLoaderImpl.java:60)
    * $ComponentTemplateLoader_113b0adbbc0.loadTemplate($ComponentTemplateLoader_113b0adbbc0.java)
    * $ComponentTemplateLoader_113b0adbbbf.loadTemplate($ComponentTemplateLoader_113b0adbbbf.java)
    * org.apache.tapestry.pageload.PageLoader.loadTemplateForComponent(PageLoader.java:673)
    * org.apache.tapestry.BaseComponent.readTemplate(BaseComponent.java:92)
    * org.apache.tapestry.BaseComponent.finishLoad(BaseComponent.java:122)
    * $Home_0.finishLoad($Home_0.java)
    * org.apache.tapestry.pageload.PageLoader.constructComponent(PageLoader.java:408)
    * org.apache.tapestry.pageload.PageLoader.loadPage(PageLoader.java:639)
    * $IPageLoader_113b0adbbac.loadPage($IPageLoader_113b0adbbac.java)
    * $IPageLoader_113b0adbbad.loadPage($IPageLoader_113b0adbbad.java)
    * org.apache.tapestry.pageload.PageSource.makeObject(PageSource.java:153)
    * org.apache.commons.pool.impl.GenericKeyedObjectPool.borrowObject(GenericKeyedObjectPool.java:797)
    * org.apache.tapestry.pageload.PageSource.getPage(PageSource.java:177)
    * $IPageSource_113b0adbb0b.getPage($IPageSource_113b0adbb0b.java)
    * $IPageSource_113b0adbb0a.getPage($IPageSource_113b0adbb0a.java)
    * org.apache.tapestry.engine.RequestCycle.loadPage(RequestCycle.java:239)
    * org.apache.tapestry.engine.RequestCycle.getPage(RequestCycle.java:226)
    * org.apache.tapestry.engine.RequestCycle.activate(RequestCycle.java:559)
    * org.apache.tapestry.engine.HomeService.service(HomeService.java:66)
    * $IEngineService_113b0adbb98.service($IEngineService_113b0adbb98.java)
    * org.apache.tapestry.services.impl.EngineServiceInnerProxy.service(EngineServiceInnerProxy.java:77)
    * org.apache.tapestry.services.impl.EngineServiceOuterProxy.service(EngineServiceOuterProxy.java:72)
    * org.apache.tapestry.engine.AbstractEngine.service(AbstractEngine.java:237)
    * org.apache.tapestry.services.impl.InvokeEngineTerminator.service(InvokeEngineTerminator.java:54)
    * $WebRequestServicer_113b0adbb71.service($WebRequestServicer_113b0adbb71.java)
    * $WebRequestServicer_113b0adbb70.service($WebRequestServicer_113b0adbb70.java)
    * org.apache.tapestry.services.impl.DisableCachingFilter.service(DisableCachingFilter.java:54)
    * $WebRequestServicerFilter_113b0adbb73.service($WebRequestServicerFilter_113b0adbb73.java)
    * $WebRequestServicerFilter_113b0adbb72.service($WebRequestServicerFilter_113b0adbb72.java)
    * $WebRequestServicer_113b0adbb74.service($WebRequestServicer_113b0adbb74.java)
    * $WebRequestServicer_113b0adbb6d.service($WebRequestServicer_113b0adbb6d.java)
    * $WebRequestServicer_113b0adbb6c.service($WebRequestServicer_113b0adbb6c.java)
    * org.apache.tapestry.services.impl.WebRequestServicerPipelineBridge.service(WebRequestServicerPipelineBridge.java:61)
    * $ServletRequestServicer_113b0adbb53.service($ServletRequestServicer_113b0adbb53.java)
    * $ServletRequestServicer_113b0adbb52.service($ServletRequestServicer_113b0adbb52.java)
    * org.apache.tapestry.request.DecodedRequestInjector.service(DecodedRequestInjector.java:55)
    * $ServletRequestServicerFilter_113b0adbb4f.service($ServletRequestServicerFilter_113b0adbb4f.java)
    * $ServletRequestServicerFilter_113b0adbb4e.service($ServletRequestServicerFilter_113b0adbb4e.java)
    * $ServletRequestServicer_113b0adbb54.service($ServletRequestServicer_113b0adbb54.java)
    * org.apache.tapestry.multipart.MultipartDecoderFilter.service(MultipartDecoderFilter.java:52)
    * $ServletRequestServicerFilter_113b0adbb4d.service($ServletRequestServicerFilter_113b0adbb4d.java)
    * $ServletRequestServicerFilter_113b0adbb4c.service($ServletRequestServicerFilter_113b0adbb4c.java)
    * $ServletRequestServicer_113b0adbb54.service($ServletRequestServicer_113b0adbb54.java)
    * org.apache.tapestry.services.impl.SetupRequestEncoding.service(SetupRequestEncoding.java:53)
    * $ServletRequestServicerFilter_113b0adbb51.service($ServletRequestServicerFilter_113b0adbb51.java)
    * $ServletRequestServicerFilter_113b0adbb50.service($ServletRequestServicerFilter_113b0adbb50.java)
    * $ServletRequestServicer_113b0adbb54.service($ServletRequestServicer_113b0adbb54.java)
    * $ServletRequestServicer_113b0adbb47.service($ServletRequestServicer_113b0adbb47.java)
    * $ServletRequestServicer_113b0adbb46.service($ServletRequestServicer_113b0adbb46.java)
    * org.apache.tapestry.ApplicationServlet.doService(ApplicationServlet.java:126)
    * org.apache.tapestry.ApplicationServlet.doGet(ApplicationServlet.java:103)
    * javax.servlet.http.HttpServlet.service(HttpServlet.java:596)
    * javax.servlet.http.HttpServlet.service(HttpServlet.java:689)
    * org.mortbay.jetty.servlet.ServletHolder.handle(ServletHolder.java:428)
    * org.mortbay.jetty.servlet.WebApplicationHandler.dispatch(WebApplicationHandler.java:473)
    * org.mortbay.jetty.servlet.ServletHandler.handle(ServletHandler.java:568)
    * org.mortbay.http.HttpContext.handle(HttpContext.java:1530)
    * org.mortbay.jetty.servlet.WebApplicationContext.handle(WebApplicationContext.java:633)
    * org.mortbay.http.HttpContext.handle(HttpContext.java:1482)
    * org.mortbay.http.HttpServer.service(HttpServer.java:909)
    * org.mortbay.http.HttpConnection.service(HttpConnection.java:820)
    * org.mortbay.http.HttpConnection.handleNext(HttpConnection.java:986)
    * org.mortbay.http.HttpConnection.handle(HttpConnection.java:837)
    * org.mortbay.http.SocketListener.handleConnection(SocketListener.java:245)
    * org.mortbay.util.ThreadedServer.handle(ThreadedServer.java:357)
    * org.mortbay.util.ThreadPool$PoolThread.run(ThreadPool.java:534)

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@tapestry.apache.org
For additional commands, e-mail: users-help@tapestry.apache.org


T5: Ajax example for Tapestry 5

Posted by ea...@gmx.de.
Has anyone got an example of a T5 example application that uses Ajax components?

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@tapestry.apache.org
For additional commands, e-mail: users-help@tapestry.apache.org


RE: Tapestry read query parameters before page rendering [T4.0]

Posted by Ma...@bmw.ch.
Your class can implement IExternalPage. You would then publicise a link
like:
http://localhost/myapp?service=external&context=ViewCustomer&sp=5056&sp=
302
Where ViewCustomer is you page. Loading that Url will call you
page-classes' activateExternal method passing in an array of Objects (
{5056,302} in this case )

See also:
http://tapestry.apache.org/tapestry4.1/apidocs/org/apache/tapestry/IExte
rnalPage.html


> -----Original Message-----
> From: Josh Joy [mailto:joshj551@yahoo.com] 
> Sent: Tuesday, July 10, 2007 5:22 AM
> To: users@tapestry.apache.org
> Subject: Tapestry read query parameters before page rendering [T4.0]
> 
> Hi,
> 
> If I have a page like
> http://www.website.com/report?id=12345 and I send someone 
> this link....
> 
> How can I use the information for the parameter id with arg 
> 12345 to generate the report using the custom information I 
> pull for this particular id? I know when dealing with forms, 
> I can implement a listener and pull the "id" info from the 
> IRequestCycle using the method getParameter(), though what 
> about getting the parameter information if someone access a 
> page directly and I need to generate this before the page renders?
> Thanks in advance...
> 
> Thanks,
> Josh
> 
> 
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: users-unsubscribe@tapestry.apache.org
> For additional commands, e-mail: users-help@tapestry.apache.org
> 
> 

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@tapestry.apache.org
For additional commands, e-mail: users-help@tapestry.apache.org