thats sounds good. it seems that trinidad has some nice components that
i'll need.
but how can i include trinidad in an existing project? maven returns
alway's an error.
here is my pom;
<repositories>
<repository>
<id>Maven Snapshots</id>
<url>http://snapshots.maven.codehaus.org/maven2/</url>
</repository>
<repository>
<id>myfaces.staging</id>
<name>MyFaces Staging Repository</name>
<url>
http://myfaces.zones.apache.org/dist/maven-repository
</url>
</repository>
<repository>
<id>ibiblio</id>
<name>ibiblio</name>
<url>http://www.ibiblio.org/maven2</url>
</repository>
<repository>
<releases>
<enabled>false</enabled>
</releases>
<snapshots>
<enabled>true</enabled>
</snapshots>
<id>apache.snapshots</id>
<name>Apache Snapshot Repository</name>
<url>http://people.apache.org/repo/m2-snapshot-repository</url>
</repository>
</repositories>
...
<dependency>
<groupId>org.apache.myfaces.core</groupId>
<artifactId>myfaces-api</artifactId>
<version>1.1.3</version>
</dependency>
<dependency>
<groupId>org.apache.myfaces.core</groupId>
<artifactId>myfaces-impl</artifactId>
<version>1.1.3</version>
</dependency>
<dependency>
<groupId>org.apache.myfaces.tomahawk</groupId>
<artifactId>tomahawk</artifactId>
<version>1.1.3</version>
</dependency>
<dependency>
<groupId>org.apache.myfaces.tomahawk</groupId>
<artifactId>tomahawk-sandbox</artifactId>
<version>1.1.3</version>
</dependency>
<dependency>
<groupId>org.apache.myfaces.adf</groupId>
<artifactId>adf-faces-api</artifactId>
<version>incubator-m1-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>org.apache.myfaces.adf</groupId>
<artifactId>adf-faces-impl</artifactId>
<version>incubator-m1-SNAPSHOT</version>
</dependency>
Matthias Wessendorf schrieb:
Apache Trinidad Podling (that OS donation from Oracle)
has such a component.
Currently its name is navigationPath, but will be renamed as
"breadCrumbs"
-Matthias
On 7/22/06, Kuni <[EMAIL PROTECTED]> wrote:
let me know if a solution exists :-)
Julian Ray schrieb:
> This would be a good topic for the wiki.
>
> -----Original Message-----
> From: Kuni [mailto:[EMAIL PROTECTED]
> Sent: Saturday, July 22, 2006 7:03 AM
> To: MyFaces Discussion
> Subject: breadcrumb navigation
>
> Hello,
>
> i need a breadcrumb-navigation for my actual project. i have no
ideas how to
> realize this and i don't can find such components in the net.
>
> any ideas?
>
>
> thanks,
> kuni
>
>
>
>