Sorry Jasse,
but I have in my pom:

<dependency>
           <groupId>org.apache.tapestry</groupId>
           <artifactId>tapestry-framework</artifactId>
           <version>4.1.2-SNAPSHOT</version>
       </dependency>

and

<repository>
           <id>apache.snapshots</id>
           <url>http://people.apache.org/repo/m2-snapshot-repository</url>
       </repository>

but I'm not able to get the snapshot: what do I have to do ?
kiuma



On 3/5/07, Andrea Chiumenti <[EMAIL PROTECTED]> wrote:

Thank you very much Jasse

On 3/5/07, Jesse Kuhnert <[EMAIL PROTECTED]> wrote:
>
> My memory isn't able to retain state knowledge of 4.1.1 reliably
> enough to have a clue on this, but if you try it on 4.1.2-SNAPSHOT and
> run into the same problem + file a jira issue I can probably fix
> whatever it is.
>
> On 3/5/07, Andrea Chiumenti <[EMAIL PROTECTED]> wrote:
> > Hello,
> > I've the following problem in Tapestry 4.1.1:
> > I've a component that conditionally renders other components. With
> default
> > components like TextField I've no problems, while if I try to ad an
> > Autocompleter it seems that when the component is rendered no
> >
> > tapestry.widget.synchronizeWidgetState
> >
> > is called for it and, even if I can see the component when I click on
> the
> > dropdown button an exception is thrown.
> >
> > How could I solve it ?
> >
> > Thanks,
> > kiuma
> >
>
>
> --
> Jesse Kuhnert
> Tapestry/Dojo team member/developer
>
> Open source based consulting work centered around
> dojo/tapestry/tacos/hivemind. http://blog.opencomponentry.com
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
>
>

Reply via email to