Archive for December, 2008
ADF Faces RC: How-to cancel an edit form, undoing the edits
Tuesday, December 23rd, 2008Two strategies exist to implement a cancel button for an ADF Faces / ADF edit form that uses client-side and server side validation: a) a bounded taskflow restoring the previous state with a declarative savepoint and b) a client Java method exposed on the ADF Business Component business service. Both strategies are similar in that [...]
JDeveloper 11 – InputDate: How-to set the default year in the date popup
Friday, December 19th, 2008Before starting I should mention that this is a JavaScript hack that depends on the knowledge of how the af:inputDate component renders in the browser. This means however that there is a risk attached to it that this solution stops working in a future release of ADF Faces RC if the generated component HTML markup [...]
