That worked.

Another problem.

Where is the StringEscapeUtils class located? 

Thanks
E

--- Jesse Kuhnert <[EMAIL PROTECTED]> wrote:

> In your <app>.application file you probably need to
> add:
> <library id="tacos"
> specification-path="/net/sf/tacos/Tacos.library"/>
> 
> The demo war also has an example deployment of tacos
> that you can use as a
> reference.
> 
> On 10/11/05, Edward Scanzano <[EMAIL PROTECTED]>
> wrote:
> >
> > Ok I got all of that straight. However, it is now
> > saying this:
> >
> > org.apache.hivemind.ApplicationRuntimeException:
> > Library 'tacos' not found in application
> namespace.
> >
> > do I need to add something to my <app>.application
> > configuration file? If so what is that addition?
> >
> > Thanks
> > E
> >
> > --- Jesse Kuhnert <[EMAIL PROTECTED]> wrote:
> >
> > > Upgrade your page-spec to use the latest
> > > Tapestry_4_0 dtd and then make the
> > > appropriate changes to your spec to make it
> > > compatible with this new dtd.
> > >
> > > jesse
> > >
> > > On 10/10/05, Edward Scanzano
> <[EMAIL PROTECTED]>
> > > wrote:
> > > >
> > > > Hi all,
> > > >
> > > > I am trying to install tacos and what I did
> was
> > > take
> > > > the tacos4-alpha-3-lib.jar and put it into the
> > > > WEB-INF/lib directory. Is there any thing else
> to
> > > do?
> > > >
> > > > Here is my page spec
> > > >
> > > > <?xml version="1.0" encoding="UTF-8"?>
> > > > <!DOCTYPE page-specification
> > > > PUBLIC "-//Apache Software
> Foundation//Tapestry
> > > > Specification 3.0//EN"
> > > >
> > > >
> > >
> >
>
"http://jakarta.apache.org/tapestry/dtd/Tapestry_3_0.dtd";>
> > > > <!-- generated by Spindle,
> > > > http://spindle.sourceforge.net -->
> > > >
> > > > <page-specification
> > > > class="com.intaglio.webclient.site.CMain">
> > > > <property-specification name="workspaces"
> > > > type="java.util.Collection" persistent="yes"
> > > > initial-value="new java.util.Vector()"/>
> > > >
> > > > <inject property="ajaxRequest"
> > > > object="service:tacos.AjaxWebRequest" />
> > > >
> > > > <component id="openWorkspace"
> > > > type="tacos:AjaxDirectLink">
> > > > <binding name="listener"
> > > > value="listeners.openWorkspace"/>
> > > > <binding name="parameters"
> > > > value="ognl:getCurrentWorkspace().getID()"/>
> > > > <binding name="updateComponents"
> > > > value="ognl:getCurrentWorkspace().getID()"/>
> > > > <binding name="processScripts"
> value="ognl:false"
> > > />
> > > > <binding name="updateObject"
> > > > value="literal:responseObject" />
> > > > <!-- <binding name="direct" value="ognl:true"
> > > > /> -->
> > > > </component>
> > > >
> > > >
> > > > </page-specification>
> > > >
> > > >
> > > > I get an error that Tepestry (4 beta 8) says
> the
> > > > following.
> > > >
> > > > 17:50:16,682 WARN
> > > [InjectAjaxComponentRenderWorker]
> > > > Error performing ajax enhancement on component
> > > > classorg.apache.tapestry.form.
> > > > TextField
> > > > 17:50:21,900 INFO [STDOUT]
> > > >
> org.apache.hivemind.ApplicationRuntimeException:
> > > Could
> > > > not parse specification
> context:/WEB-INF/CMain.
> > > > page. [context:/WEB-INF/CMain.page, line 10,
> > > column
> > > > 73]
> > > > 17:50:21,900 INFO [STDOUT] at
> > > >
> > > >
> > >
> >
> >
>
org.apache.tapestry.services.impl.SpecificationSourceImpl.parseSpecification
> > > > (SpecificationSourc
> > > > eImpl.java:124)
> > > > 17:50:21,900 INFO [STDOUT] at
> > > >
> > > >
> > >
> >
> >
>
org.apache.tapestry.services.impl.SpecificationSourceImpl.getPageSpecification
> > > > (SpecificationSou
> > > > rceImpl.java:175)
> > > > 17:50:21,900 INFO [STDOUT] at
> > > >
> > > >
> > >
> >
> >
>
$ISpecificationSource_106dd27d902.getPageSpecification($ISpecificationSource_106dd27d902.java)
> > > > 17:50:21,900 INFO [STDOUT] at
> > > >
> > >
> >
>
org.apache.tapestry.resolver.PageSpecificationResolverImpl.found
> > > > (PageSpecificationResolverImpl.
> > > > java:258)
> > > > 17:50:21,900 INFO [STDOUT] at
> > > >
> > >
> >
>
org.apache.tapestry.resolver.PageSpecificationResolverImpl.searchForPage
> > > > (PageSpecificationResol
> > > > verImpl.java:160)
> > > > 17:50:21,900 INFO [STDOUT] at
> > > >
> > >
> >
>
org.apache.tapestry.resolver.PageSpecificationResolverImpl.resolve
> > > > (PageSpecificationResolverImp
> > > > l.java:134)
> > > > 17:50:21,910 INFO [STDOUT] at
> > > >
> > > >
> > >
> >
> >
>
$PageSpecificationResolver_106dd27d98e.resolve($PageSpecificationResolver_106dd27d98e.java)
> > > > 17:50:21,910 INFO [STDOUT] at
> > > >
> > > >
> > >
> >
> >
>
$PageSpecificationResolver_106dd27d98f.resolve($PageSpecificationResolver_106dd27d98f.java)
> > > > 17:50:21,910 INFO [STDOUT] at
> > > >
> > >
> >
>
org.apache.tapestry.pageload.PageSource.getPage(PageSource.java:116)
> > > > 17:50:21,910 INFO [STDOUT] at
> > > >
> > >
> >
>
$IPageSource_106dd27d8fa.getPage($IPageSource_106dd27d8fa.java)
> > > > 17:50:21,910 INFO [STDOUT] at
> > > >
> > >
> >
>
org.apache.tapestry.engine.RequestCycle.loadPage(RequestCycle.java:265)
> > > > 17:50:21,910 INFO [STDOUT] at
> > > >
> > >
> >
>
org.apache.tapestry.engine.RequestCycle.getPage(RequestCycle.java:248)
> > > > 17:50:21,910 INFO [STDOUT] at
> > > >
> > >
> >
>
com.intaglio.webclient.site.CHome.login(CHome.java:17)
> > > > 17:50:21,910 INFO [STDOUT] at
> > > >
> > >
> sun.reflect.NativeMethodAccessorImpl.invoke0(Native
> > > > Method)
> 
=== message truncated ===




---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to