Can you paste the complete page specification you are using to embed the
progressbar? It looks somehow mis-configured to me. Or, you could possibly
be using the wrong version of tapestry. The current progressbar requires
tapestry4 at a minnimum.

jesse

On 9/19/05, Anjali Abraham <[EMAIL PROTECTED]> wrote:
>
> Hi,
> I have tried the same example for displaying the progress bar
> through Tapestry4.0 which is given in the link below...
> http://tacos.sourceforge.net/components/ProgressBar.html
> <http://tacos.sourceforge.net/components/ProgressBar.html>
>
> I am getting this error:
> org.apache.hivemind.ApplicationRuntimeException
> org.apache.tapestry.engine.IEngineService.getLink
> (Lorg/apache/tapestry/IRequ
> estCycle;ZLjava/lang/Object;)Lorg/apache/tapestry/engine/ILink;
> component: [EMAIL PROTECTED]
> location: context:/WEB-INF/progressbar.page, line 6, column 63
> 1 <?xml version="1.0"?>
> 2 <!DOCTYPE page-specification PUBLIC
> 3 "-//Apache Software Foundation//Tapestry Specification 4.0//EN"
> 4 "http://jakarta.apache.org/tapestry/dtd/Tapestry_4_0.dtd";>
> 5
> 6 <page-specification class="com.spogger.pages.ProgressBarImpl">
> 7
> 8 <property name="progressWorker" persist="session" />
> 9 <property name="startTime" persist="session" />
> 10
> 11 <component id="progressLink" type="tacos:AjaxDirectLink">
>
>
> java.lang.NoSuchMethodError
> org.apache.tapestry.engine.IEngineService.getLink
> (Lorg/apache/tapestry/IRequ
> estCycle;ZLjava/lang/Object;)Lorg/apache/tapestry/engine/ILink;
> Stack Trace:
> net.sf.tacos.ajax.components.AjaxDirectLink.getLink(AjaxDirectLink.java
> :72)
>
> Can Anybody help me out, what else I need to do to display a progress bar
> on
> my page...
>
> Please respond,
> Thanks In advance,
>
>
> Regards,
> Anjali
>
> -----Original Message-----
> From: Juan E. Maya [mailto:[EMAIL PROTECTED]
> Sent: Friday, September 16, 2005 4:06 PM
> To: Tapestry users
> Subject: Re: Need help in How to show Progress bar through tapestry4.0v
>
> It works for me...I guess you have problems to access the port 8080.
> are u behind a proxy?
> You can check http://tacos.sourceforge.net/
> Download the samples and check the progress bar component.
>
> On 9/16/05, Anjali Abraham <[EMAIL PROTECTED]> wrote:
> > Couldn't open that link.....???
> >
> > Regards,
> > Anjali
> >
> > -----Original Message-----
> > From: Juan E. Maya [mailto:[EMAIL PROTECTED]
> > Sent: Friday, September 16, 2005 3:25 PM
> > To: Tapestry users
> > Subject: Re: Need help in How to show Progress bar through tapestry4.0v
> >
> > You should check out the progress bar from tacos:
> > http://tacos.mine.nu:8080/tacos-demo4/app?page=ProgressBar&service=page
> >
> > On 9/16/05, Anjali Abraham <[EMAIL PROTECTED]> wrote:
> > > Hi All,
> > > I need help on how to show Progress bar using tapestry4.0v.
> > > What codes need to be added in my .html, .page and .java files.
> > >
> > > Thanks in Advance,
> > >
> > > Regards,
> > > Anjali
> > >
> > >
> > >
> >
> > ---------------------------------------------------------------------
> > To unsubscribe, e-mail: [EMAIL PROTECTED]
> > For additional commands, e-mail: [EMAIL PROTECTED]
> >
> > ---------------------------------------------------------------------
> > To unsubscribe, e-mail: [EMAIL PROTECTED]
> > For additional commands, e-mail: [EMAIL PROTECTED]
> >
> >
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
>
>

Reply via email to