• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Jeanne Boyarsky
  • Ron McLeod
  • Paul Clapham
  • Liutauras Vilda
Sheriffs:
  • paul wheaton
  • Rob Spoor
  • Devaka Cooray
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Carey Brown
  • Frits Walraven
  • Tim Moores
Bartenders:
  • Mikalai Zaikin

faces-config not working

 
Ranch Hand
Posts: 82
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator

Topic
The topic of this question is: faces-config not working.

[icode]
Hello and Thank you in advance for any assistance.
[/icode]
………………………………………………………………………………………………………………………………………………………………………………………………


System:



System info:netbeans6.7.1,jsf1.2


………………………………………………………………………………………………………………………………………………………………………………………………


Purpose:



The purpose of this post is: understand why the model.java and the controller.java are collecting data from my jukebox.jsp and the searchResults.jsp is capturing the results fine. But the commandButton is not redirecting the jukebox.jsp to the searchResults.jsp

………………………………………………………………………………………………………………………………………………………………………………………………


Functionality:



The functionality of this code is: I have a jukdbox.jsf that directly passes variables to the doSomething() of the controller.java and the controller returns “success”. Then the controller.java calls a method from the model object and it performs a routine using
The received param and returns the result.


………………………………………………………………………………………………………………………………………………………………………………………………


Question:



My question concerning this code is: The searchResult.jsp is able to get the results from the model.java so the controller should be returning a string “success” but the jukebox.jsf(input data from client) is not being redirected to the searchResults.jsf.

………………………………………………………………………………………………………………………………………………………………………………………………



errors:



The errors related to this code are:

………………………………………………………………………………………………………………………………………………………………………………………………


Description:faces-config



Code description:



………………………………………………………………………………………………………………………………………………………………………………………………


Description:



Code Description:jukebox.jsp (the form to be submitted)

………………………………………………………………………………………………………………………………………………………………………………………………

………………………………………………………………………………………………………………………………………………………………………………………………

Thanks again.
-ceyesuma

………………………………………………………………………………………………………………………………………………………………………………………………


Note:



Note:

………………………………………………………………………………………………………………………………………………………………………………………………
all my web pages are in the Web Pages folder provided when creating the project in netbeans.

………………………………………………………………………………………………………………………………………………………………………………………………


Description:



Code Description:


………………………………………………………………………………………………………………………………………………………………………………………………





 
If you look closely at this tiny ad, you will see five bicycles and a naked woman:
a bit of art, as a gift, the permaculture playing cards
https://gardener-gift.com
reply
    Bookmark Topic Watch Topic
  • New Topic