org.apache.myfaces.examples.misc.NavigationMenu is simply the backing bean used 
in the examples application.  You are free to use any type of backing bean you 
wish.  You are probably going to want to focus on what misc.NavigationMenu does 
(and how it is registered in the faces-config.xml file), rather than what it is.

Dennis Byrne

>-----Original Message-----
>From: Marco Mistroni [mailto:[EMAIL PROTECTED]
>Sent: Monday, January 30, 2006 02:19 PM
>To: 'MyFaces Discussion', [EMAIL PROTECTED]
>Subject: Re: problem with jscookmenu
>
>Hello all,
> can anyone explain me what is the pr oper bean to be configured iwth
>jscookmenu?
>in examples, it is listed as
>
>org.apache.myfaces.examples.misc.NavigationMenu
>
>but i guess that package does not come byd efault iwth tomahawk / myfaces.
>
>anyone could clarify?
>
>thanks and regards
> marco
>
>On 1/30/06, Martin Marinschek <[EMAIL PROTECTED]> wrote:
>>
>> Ok, client-side works now, too.
>>
>> I don't see your null, though - nowhere in my pages.
>>
>> regards,
>>
>> Martin
>>
>> On 1/30/06, Martin Marinschek <[EMAIL PROTECTED]> wrote:
>> > yeah, we're still working on the jscookmenu stuff. It works ok now,
>> > but there's still some stuff which should be handled ;).
>> >
>> > regards,
>> >
>> > Martin
>> >
>> > On 1/30/06, Onur Tokan <[EMAIL PROTECTED]> wrote:
>> > > Hi,
>> > >
>> > > I checkout latest build and it works!!! Thank you very much and
>> > > Gerald. However I got a "null" text in the html page. I don't know
>> > > where it comes from but it doesn't appear in the previous build I'd
>> > > used. The html source is:
>> > >
>> > > function clear_FORM() {
>> > >   var f = document.forms['FORM'];
>> > >   f.elements['FORM:_link_hidden_'].value='';
>> > >   f.target='';
>> > > }
>> > > clear_FORM();
>> > > //--></script></form>
>> > >
>> > > null</body>
>> > > </html>
>> > >
>> > > Regards,
>> > >
>> > > Onur
>> > >
>> > >
>> > > On 1/30/06, Martin Marinschek <[EMAIL PROTECTED]> wrote:
>> > > > Hi Onur,
>> > > >
>> > > > Gerald Müllan just fixed that - I just checked in.
>> > > >
>> > > > Thanks!
>> > > >
>> > > > regards,
>> > > >
>> > > > Martin
>> > > >
>> > > > On 1/30/06, Onur Tokan <[EMAIL PROTECTED]> wrote:
>> > > > > Hi,
>> > > > >
>> > > > > Is the problem about jscookmenu component solved. I've tried with
>> > > > > today's nightly build, It still continues.
>> > > > >
>> > > > > Regards,
>> > > > >
>> > > > > Onur
>> > > > >
>> > > > > On 1/27/06, Martin Marinschek <[EMAIL PROTECTED]> wrote:
>> > > > > > Ah - cool thanks for the info.
>> > > > > >
>> > > > > > I've had that info from one of my developers.
>> > > > > >
>> > > > > > well, we'll try to get it working with our current configuration
>> on
>> > > > > > monday in any case.
>> > > > > >
>> > > > > > regards,
>> > > > > >
>> > > > > > Martin
>> > > > > >
>> > > > > > On 1/27/06, Dudu <[EMAIL PROTECTED]> wrote:
>> > > > > > > I have posting before the JscookMenu of nightly build was not
>> working....
>> > > > > > > Today I downloaded the nigthly build version....
>> > > > > > > and it is working now.
>> > > > > > > In exception the external link feature of
>> NavigationMenuItem....
>> > > > > > >
>> > > > > > > But is need to put the jscookmenu outside of any form,
>> sometimes I need it
>> > > > > > > inside :(
>> > > > > > >
>> > > > > > > Martin...
>> > > > > > > Make sure the jscookmenu is outside of any form and the
>> Myfaces extension
>> > > > > > > filter is correctly configured...
>> > > > > > > And the javascripts is automatic included on the head of the
>> page.
>> > > > > > > thanks
>> > > > > > >
>> > > > > > >
>> > > > > > > On 1/27/06, Martin Marinschek < [EMAIL PROTECTED]>
>> wrote:
>> > > > > > > > We know that jscookmenu is currently not working. We've been
>> hit by
>> > > > > > > > that as well for a current project. That is on top of my
>> list of
>> > > > > > > > things to be fixed, hopefully on monday everything will be
>> up to speed
>> > > > > > > > again.
>> > > > > > > >
>> > > > > > > > regards,
>> > > > > > > >
>> > > > > > > > Martin
>> > > > > > > >
>> > > > > > > > On 1/27/06, Marco Mistroni < [EMAIL PROTECTED]> wrote:
>> > > > > > > > > hello all,
>> > > > > > > > >  i have huuuuuge problems iwth jscookmenu..... :(
>> > > > > > > > > i have downloaded, from nightly, tomahawk-1.1.2 and
>> myfaces-core-1.1.2
>> > > > > > > > > i took the jscookmenu sample from apps and 'adapted' to my
>> app (at hte
>> > > > > > > end i
>> > > > > > > > > reduced it to folloowing lines)
>> > > > > > > > >
>> > > > > > > > > <[EMAIL PROTECTED] file="/taglibs.jsp"%>
>> > > > > > > > > <[EMAIL PROTECTED] file="/inc/head.inc"%>
>> > > > > > > > >
>> > > > > > > > > <f:view>
>> > > > > > > > >     <f:loadBundle
>> > > > > > > > >
>> > > > > > > > >
>> > > > > > > basename="
>> org.apache.myfaces.examples.resource.example_messages
>> > > > > > > > > "
>> > > > > > > > >         var="example_messages" />
>> > > > > > > > >     <t:jscookMenu layout="vbr" theme="ThemeOffice">
>> > > > > > > > >         <%/* Availaible jscookMenu themes: ThemeIE,
>> ThemeMiniBlack,
>> > > > > > > > > ThemeOffice, ThemePanel
>> > > > > > > > >              Availaible jscookMenu layout: hbr, hbl, hur,
>> hul, vbr, vbl,
>> > > > > > > > > vur, vul
>> > > > > > > > >              respect to Heng Yuan
>> > > > > > > > > http://www.cs.ucla.edu/~heng/JSCookMenu
>> > > > > > > > >         */%>
>> > > > > > > > >
>> > > > > > > > >                 <t:navigationMenuItem id="nav_1"
>> > > > > > > > > actionListener="#{ navigationMenu.actionListener}"
>> > > > > > > > >             itemLabel="nav_Home" itemValue="insertExpense"
>> > > > > > > > > action="insertExpense"/>
>> > > > > > > > >
>> > > > > > > > >
>> > > > > > > > >
>> > > > > > > > >     </t:jscookMenu>
>> > > > > > > > > </f:view>
>> > > > > > > > > <[EMAIL PROTECTED] file="/inc/page_footer.jsp"%>
>> > > > > > > > >
>> > > > > > > > >
>> > > > > > > > > i added 'config data' for jscookmenu in my
>> faces-config.xml
>> > > > > > > > >
>> > > > > > > > >   <component>
>> > > > > > > > >         <component-type> org.apache.myfaces.JSCookMenu
>> </component-type>
>> > > > > > > > >
>> > > > > > > > >
>> > > > > > > <component-class>
>> org.apache.myfaces.custom.navmenu.jscookmenu.HtmlCommandJSCookMenu
>> </component-class>
>> > > > > > > > >  </component>
>> > > > > > > > >
>> > > > > > > > >  <renderer>
>> > > > > > > > >         <component-family>javax.faces.Command
>> </component-family>
>> > > > > > > > >         <renderer-type>org.apache.myfaces.JSCookMenu
>> </renderer-type>
>> > > > > > > > >         <renderer-class>
>> > > > > > > > >
>> > > > > > >
>> org.apache.myfaces.custom.navmenu.jscookmenu.HtmlJSCookMenuRenderer
>> </renderer-class>
>> > > > > > > > >     </renderer>
>> > > > > > > > >
>> > > > > > > > >
>> > > > > > > > > and when i click on a menuitem i am gettign following
>> exception in my
>> > > > > > > logs
>> > > > > > > > >
>> > > > > > > > > 11:12:48,582 WARN  [ReducedHTMLParser] Invalid tag found:
>> unexpected
>> > > > > > > input
>> > > > > > > > > while
>> > > > > > > > >  looking for attr name or '/>' at line 287
>> > > > > > > > > 11:12:48,582 WARN  [ReducedHTMLParser] Invalid tag found:
>> unexpected
>> > > > > > > input
>> > > > > > > > > while
>> > > > > > > > >  looking for attr name or '/>' at line 290
>> > > > > > > > >
>> > > > > > > > >
>> > > > > > > > > i have checked the myfaces-example, but i m not really
>> sure if
>> > > > > > > jscookmenu is
>> > > > > > > > > working there since whenever i click
>> > > > > > > > > on any link, the main page does not change.....
>> > > > > > > > >
>> > > > > > > > > can anyone help me out? is there still something that i
>> need to
>> > > > > > > configure?
>> > > > > > > > >
>> > > > > > > > > thanks in advancea nd regards
>> > > > > > > > >  marco
>> > > > > > > > >
>> > > > > > > > >
>> > > > > > > > >
>> > > > > > > > >
>> > > > > > > > >
>> > > > > > > > >
>> > > > > > > > >
>> > > > > > > > >
>> > > > > > > > >
>> > > > > > > > >
>> > > > > > > >
>> > > > > > > >
>> > > > > > > > --
>> > > > > > > >
>> > > > > > > > http://www.irian.at
>> > > > > > > >
>> > > > > > > > Your JSF powerhouse -
>> > > > > > > > JSF Consulting, Development and
>> > > > > > > > Courses in English and German
>> > > > > > > >
>> > > > > > > > Professional Support for Apache MyFaces
>> > > > > > > >
>> > > > > > >
>> > > > > > >
>> > > > > > >
>> > > > > > > --
>> > > > > > > Dudu
>> > > > > > > `P
>> > > > > >
>> > > > > >
>> > > > > > --
>> > > > > >
>> > > > > > http://www.irian.at
>> > > > > >
>> > > > > > Your JSF powerhouse -
>> > > > > > JSF Consulting, Development and
>> > > > > > Courses in English and German
>> > > > > >
>> > > > > > Professional Support for Apache MyFaces
>> > > > > >
>> > > > >
>> > > >
>> > > >
>> > > > --
>> > > >
>> > > > http://www.irian.at
>> > > >
>> > > > Your JSF powerhouse -
>> > > > JSF Consulting, Development and
>> > > > Courses in English and German
>> > > >
>> > > > Professional Support for Apache MyFaces
>> > > >
>> > >
>> >
>> >
>> > --
>> >
>> > http://www.irian.at
>> >
>> > Your JSF powerhouse -
>> > JSF Consulting, Development and
>> > Courses in English and German
>> >
>> > Professional Support for Apache MyFaces
>> >
>>
>>
>> --
>>
>> http://www.irian.at
>>
>> Your JSF powerhouse -
>> JSF Consulting, Development and
>> Courses in English and German
>>
>> Professional Support for Apache MyFaces
>>
>


Reply via email to