Thus, we have to leverage the "<f:attribute>" tag alongwith a "actionListener"
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
public class ManagedBean{ | |
public void executeSearch(ActionEvent actionEvent) { | |
/* GET parameter value */ | |
String vendorNum = (String)actionEvent.getComponent().getAttributes().get("VENDOR_NUM"); | |
} | |
} |
Hope you find this helpful! Please share your feedback below.
CaptiveCode
CaptiveCode
No comments:
Post a Comment