Details
-
Improvement
-
Status: In Progress
-
Major
-
Resolution: Unresolved
-
None
-
None
-
None
Description
onclick on menu item - suppose we have (for example) menu: file->logout in our app and we want to ask user if he is sure to logout (JS confirm).
now i must redirect user to "beforeLogoutPage" with onload attrib that calls JS function. that JS function asks user if he is sure and than it clicks hidden command button - its absurd and pathetic, isnt it?.
but having onclick attrib witch would "catch" false JS function result and cancel submit would be great.
rendered atribute would be helpfull also-now im puting menu item into scriptlet to conditionally render it-bruteforce