aspose file tools
The moose likes JSF and the fly likes SelectOneMenu submit not working Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login


JavaRanch » Java Forums » Java » JSF
Reply Bookmark "SelectOneMenu submit not working " Watch "SelectOneMenu submit not working " New topic
Author

SelectOneMenu submit not working

Abiodun Adisa
Ranch Hand

Joined: Jan 17, 2002
Posts: 495
I have this SelectOneMenu on my Page and any time I change it i expect the Page to get Submitted, But its not working


Any suggestions would be appreciated


Venkat Sadasivam
Ranch Hand

Joined: May 10, 2008
Posts: 139
Use the below code
onchange="this.form.submit()"

Hope this helps.


“Any fool can write code that a computer can understand. Good programmers write code that humans can understand. ”<br>
-Martin Fowler
 
I agree. Here's the link: http://ej-technologies/jprofiler - if it wasn't for jprofiler, we would need to run our stuff on 16 servers instead of 3.
 
subject: SelectOneMenu submit not working
 
Similar Threads
selectOneMenu
onchange="submit()" immediate="true" does not work
Issue With selectOneMenu ValueChangeListener Not Firing
Navigation not working due due SelectOneMenu object
Validation Error on SelectOneMenu