You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@myfaces.apache.org by Madhav Bhargava <Ma...@infosys.com> on 2006/10/31 15:01:30 UTC

breadcrumb JSF component

Hi All,



Is there a breadcrumb component developed in JSF?



Thanks & Regards,

Madhav Bhargava

Ext: 74371





**************** CAUTION - Disclaimer *****************
This e-mail contains PRIVILEGED AND CONFIDENTIAL INFORMATION intended solely for the use of the addressee(s). If you are not the intended recipient, please notify the sender by e-mail and delete the original message. Further, you are not to copy, disclose, or distribute this e-mail or its contents to any other person and any such actions are unlawful. This e-mail may contain viruses. Infosys has taken every reasonable precaution to minimize this risk, but is not liable for any damage you may sustain as a result of any virus in this e-mail. You should carry out your own virus checks before opening the e-mail or attachment. Infosys reserves the right to monitor and review the content of all messages sent to or from this e-mail address. Messages sent to or from this e-mail address may be stored on the Infosys e-mail system.
***INFOSYS******** End of Disclaimer ********INFOSYS***

Re: [OT(Friday in Belgium)]Re: breadcrumb JSF component

Posted by Jeff Bischoff <jb...@klkurz.com>.
So he doesn't get brownie points for a pithy question? ;)



[OT(Friday in Belgium)]Re: breadcrumb JSF component

Posted by David Delbecq <de...@oma.be>.
This is a nice one ^ ^

Greetings, 2 words
Question, 1 line
Signature, 3 lines
Pointless disclaimer 151 words (according to wc, am lazy)

payload / encapsulation ratio: < 5%

I really like forced disclaimers when they are that invasive! The part
of distributing email being unlawful is pretty interesting on a mailing
list :D:D

Have a nice week all people who are not in belgium...


Madhav Bhargava a écrit :
>
> Hi All,
>
>  
>
> Is there a breadcrumb component developed in JSF?
>
>  
>
> **Thanks & Regards,**
>
> **Madhav Bhargava**
>
> **Ext: 74371**
>
>  
>
> **************** CAUTION - Disclaimer *****************
> This e-mail contains PRIVILEGED AND CONFIDENTIAL INFORMATION intended
> solely for the use of the addressee(s). If you are not the intended
> recipient, please notify the sender by e-mail and delete the original
> message. Further, you are not to copy, disclose, or distribute this
> e-mail or its contents to any other person and any such actions are
> unlawful. This e-mail may contain viruses. Infosys has taken every
> reasonable precaution to minimize this risk, but is not liable for any
> damage you may sustain as a result of any virus in this e-mail. You
> should carry out your own virus checks before opening the e-mail or
> attachment. Infosys reserves the right to monitor and review the
> content of all messages sent to or from this e-mail address. Messages
> sent to or from this e-mail address may be stored on the Infosys
> e-mail system.
> ***INFOSYS******** End of Disclaimer ********INFOSYS***
>


Re: breadcrumb JSF component

Posted by Simon Lessard <si...@gmail.com>.
They're place in target/maven-faces-plugin/ folder as we generate those
classes.

On 11/1/06, Simon Kitching <si...@rhe.co.nz> wrote:
>
> I must be dumb, but I can't find the source for this component in svn.
> Can someone point me to the appropriate svn url?
>
> This page documents the component:
>
>
> http://incubator.apache.org/adffaces/trinidad-api/tagdoc/tr_breadCrumbs.html
> and states that the component class is:
>   org.apache.myfaces.trinidad.component.core.nav.CoreBreadCrumbs
> <
> http://incubator.apache.org/adffaces/trinidad-api/tagdoc/..%5Capidocs%5Corg%5Capache%5Cmyfaces%5Ctrinidad%5Ccomponent%5Ccore%5Cnav%5CCoreBreadCrumbs.html
> >
>
> but in svn I cannot find any "core"  directory:
>
> (1)
>
> http://svn.apache.org/repos/asf/incubator/adffaces/trunk/trinidad/trinidad-api/src/main/java/org/apache/myfaces/trinidad/component/
>
> (2)
>
> http://svn.apache.org/repos/asf/incubator/adffaces/trunk/trinidad/trinidad-impl/src/main/java/org/apache/myfaces/trinidad/
>
> There's an example page that uses it:
>
> http://svn.apache.org/repos/asf/incubator/adffaces/trunk/trinidad/trinidad-demo/src/main/webapp/components/breadCrumbs.jspx
> and the demo works:
>   http://www.irian.at/trinidad-demo/faces/components/breadCrumbs.jspx
> so I presume the code is around somewhere...
>
> Thanks,
>
> Simon
>
> Simon Lessard wrote:
> > Hello,
> >
> > You can find one in Trinidad.
> > http://incubator.apache.org/projects/adffaces.html
> >
> >
> > Regards,
> >
> > ~ Simon
> >
> > On 10/31/06, *Madhav Bhargava* <Madhav_Bhargava@infosys.com
> > <ma...@infosys.com>> wrote:
> >
> >     Hi All,
> >
> >
> >
> >     Is there a breadcrumb component developed in JSF?
> >
>
>

Re: breadcrumb JSF component

Posted by Simon Kitching <si...@rhe.co.nz>.
I must be dumb, but I can't find the source for this component in svn. 
Can someone point me to the appropriate svn url?

This page documents the component:
   
http://incubator.apache.org/adffaces/trinidad-api/tagdoc/tr_breadCrumbs.html
and states that the component class is:
  org.apache.myfaces.trinidad.component.core.nav.CoreBreadCrumbs 
<http://incubator.apache.org/adffaces/trinidad-api/tagdoc/..%5Capidocs%5Corg%5Capache%5Cmyfaces%5Ctrinidad%5Ccomponent%5Ccore%5Cnav%5CCoreBreadCrumbs.html> 

but in svn I cannot find any "core"  directory:

(1)
http://svn.apache.org/repos/asf/incubator/adffaces/trunk/trinidad/trinidad-api/src/main/java/org/apache/myfaces/trinidad/component/

(2)
http://svn.apache.org/repos/asf/incubator/adffaces/trunk/trinidad/trinidad-impl/src/main/java/org/apache/myfaces/trinidad/

There's an example page that uses it:
 http://svn.apache.org/repos/asf/incubator/adffaces/trunk/trinidad/trinidad-demo/src/main/webapp/components/breadCrumbs.jspx
and the demo works:
  http://www.irian.at/trinidad-demo/faces/components/breadCrumbs.jspx
so I presume the code is around somewhere...

Thanks,

Simon

Simon Lessard wrote:
> Hello,
>
> You can find one in Trinidad. 
> http://incubator.apache.org/projects/adffaces.html
>
>
> Regards,
>
> ~ Simon
>
> On 10/31/06, *Madhav Bhargava* <Madhav_Bhargava@infosys.com 
> <ma...@infosys.com>> wrote:
>
>     Hi All,
>
>      
>
>     Is there a breadcrumb component developed in JSF?
>


Re: breadcrumb JSF component

Posted by Simon Lessard <si...@gmail.com>.
Hello,

You can find one in Trinidad.
http://incubator.apache.org/projects/adffaces.html


Regards,

~ Simon

On 10/31/06, Madhav Bhargava <Ma...@infosys.com> wrote:
>
>  Hi All,
>
>
>
> Is there a breadcrumb component developed in JSF?
>
>
>
> *Thanks & Regards,*
>
> *Madhav Bhargava*
>
> *Ext: 74371*
>
>
>  **************** CAUTION - Disclaimer *****************
> This e-mail contains PRIVILEGED AND CONFIDENTIAL INFORMATION intended
> solely for the use of the addressee(s). If you are not the intended
> recipient, please notify the sender by e-mail and delete the original
> message. Further, you are not to copy, disclose, or distribute this e-mail
> or its contents to any other person and any such actions are unlawful. This
> e-mail may contain viruses. Infosys has taken every reasonable precaution to
> minimize this risk, but is not liable for any damage you may sustain as a
> result of any virus in this e-mail. You should carry out your own virus
> checks before opening the e-mail or attachment. Infosys reserves the right
> to monitor and review the content of all messages sent to or from this
> e-mail address. Messages sent to or from this e-mail address may be stored
> on the Infosys e-mail system.
> ***INFOSYS******** End of Disclaimer ********INFOSYS***
>