Re: JSCookMenu now supports ActionListener

2006-01-06 Thread William Crose
ache.maven.artifact.resolver.DefaultArtifactResolver.resolve> (DefaultArtifactResolver.java :124)> ... 20 more> [INFO]> --------> [INFO] Total time: < 1 second> [INFO] Finished at: Fri Jan 06 07:58:10 PST 2

Re: JSCookMenu now supports ActionListener

2006-01-06 Thread William Crose
Bernd,I download and installed the latest maven.  I run the test to confirm that maven is installed correctly.  The test indicated maven is installed correctly.  Followed the instruction and ran: mvn -Dmaven.test.failure.ignore=true install.  The following output is the result from the run.D:\Deve

Re: JSCookMenu now supports ActionListener

2006-01-05 Thread William Crose
Thomas,I have checked out the latest source from SVN.  Where can I get the ant build xml files to build the project?  assuming the myfaces (an apache project) is using the apache's ant project to do the building.  I would like to get the jscookmenu working..! Thanks in advance...On 12/19/05, Thomas

Re: JSCookMenu now supports ActionListener

2006-01-05 Thread William Crose
Thomas,I used the two files you attached "jscookmenu.jsp" and "JSCookMenuBean.java" to create a menu to navigate between two jsp pages. The navigation doesn't work from either page to the other (no navigation at all).  Here is the snippet of code from the jsp that creates the menu:         <%/* Ava

Re: NavigationMenuItem

2006-01-04 Thread William Crose
Thomas,I used the two files you attached "jscookmenu.jsp" and "JSCookMenuBean.java" to create a menu to navigate between two jsp pages. The navigation don't work from either page to the other (no navigation at all).  Here is the snippet of code from the jsp that creates the menu:         <%/* Avail

Re: h:commandButton , h:commandLink , f:subView question

2006-01-03 Thread William Crose
Gary,I want to activate logging in a sample myfaces application to determine where the process is breaking down.  I haven't been able to figured out here I turn on logging.  I have looked at the simple.war example and see the " log.info("ActionListener: " + outcome);" entry in NavigationMenu.java. 

Re: NavigationMenuItem

2006-01-02 Thread William Crose
Thomas,Can you please tell me what is the best logging approach (where, when, and how to configure) to use for following the process flow of jsCookMenu and backing beans for page navigation?  I am using jboss ap version 4.0.3 and have log4j working however I don't get any log out put for the backi

Re: error in jscookmenu.

2005-12-27 Thread William Crose
m and outside too.> Please, send me the link of common problems.>> Thanks> >> William Crose wrote:>>>>>> Below is from myfaces.org <http://myfaces.org>.  It looks >> like you have your menu inside of form tags.  H

Re: error in jscookmenu.

2005-12-27 Thread William Crose
me the link of common problems. Thanks William Crose wrote: Below is from myfaces.org.  It looks like you have your menu inside of form tags.  Hope this helps... Common Problems Menus should not be placed inside forms. As they wont work. .. last edited 2005-12-

Re: error in jscookmenu.

2005-12-27 Thread William Crose
Below is from myfaces.org.  It looks like you have your menu inside of form tags.  Hope this helps... Common Problems Menus should not be placed inside forms. As they wont work. .. last edited 2005-12-03 15:55:46 by PeterHendersonOn 12/27/05, Dudu <[EMAIL PROTECTED]> wrote: T

JSCookMenu generating a JBoss server WARN output.

2005-12-21 Thread William Crose
I have download the nightly build of myfaces and examples so I can use the "navigation rules" approach for jscookMenu.  ###  Info from www.myfaces.org Example 1 A simple menu with navigation rules. Note: This example uses an external lin