aspose file tools
The moose likes JSF and the fly likes h:commandButton not reacting in frames Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login


Win a copy of The Mikado Method this week in the Agile and other Processes forum!
JavaRanch » Java Forums » Java » JSF
Reply Bookmark "h:commandButton not reacting in frames" Watch "h:commandButton not reacting in frames" New topic
Author

h:commandButton not reacting in frames

Azuritul Wu
Greenhorn

Joined: Apr 21, 2004
Posts: 8
Hi

Just recently I encountered an weird problem.
I made a html frameset page that contains two jsps.
One of them is a menu tree. The other shows the content after i click the item of the tree.

After finishing the editing of the content page, I click the button, which associate to a backing bean method, on the content page to submit the change to the database. However, the button seems not reacting to my action. I checked the log and found that I did not even enter the associated method. The process went to the "restore view" phase, and then jump to "render response" directly.

The backing bean associated with the content page is in request scope.

I have no idea why this happened. Any help is appreciated. Thank you.
 
I agree. Here's the link: http://zeroturnaround.com/jrebel - it saves me about five hours per week
 
subject: h:commandButton not reacting in frames
 
Similar Threads
Problem in JSF
defaulting " SelectOne Radio"
Check if updates were made before page unload
Commad Buttons and Command Links are not working for a single Click in icefaces.
JSF lifecycle: Transition from "Invoke application" to "Render view"