- JDeveloper 11g - Create, Edit and Delete operations in ADF Faces af:table component. In this post I'm implementing JDeveloper 11g Technical Preview 2 sample application, based on one of my most popular blog post - Create, Edit and Delete operations in ADF Faces af:table component. Developed sample application provides read-only table with those actions - Delete, Create, Edit, Save, Cancel. Row selected for editing is shown in editable mode and can be updated. Application is based on HR schema that comes with Oracle XE database. Application logic is based on Jobs entity from HR schema.
- Download - EditableTable11.zip
11 comments:
Hi Andrejus,
I have a logon dinied I think it was because i changed the default password of HR what was the initial one
Hi,
Don't worry every thing now is ok.
it was HR
HR.
Thanks
Hi Andrejus,
Your sample works nicely for a table dropped from a datacontrol ,
How can I do the same thing but for a table that I implemented the model from class java
Hi Mourado,
It should be the same. If you implement Java bean, you can generate data control for this bean. And in such way, it will appear in Data Control palette available for ViewController.
Regards,
Andrejus
Hi,
I take ma data from a bean which has a java class behind how can I generate DataControl
Hi Andrejus ,
In one of my sample builds i have used your editableTable feature and its working fine . But in addition to it i wanted to drag a data cell value ( from any row) and drop it onto a outputText component on the same page. There is no example for creating such drag and drop operations.Can you guide me to any link which supports an example to showcase drag and drop functionality using ADF faces. Else it will be much use if you can create one example for all the users like us.
Thanks
Hi Mourado,
You can right click on your bean and choose - Generate Data Control operation.
Regards,
Andrejus
Hi Jashraj,
I dont have your requested links at hand, but your suggestion sounds interesting - I'll develop such sample in near future and will post it.
Regards,
Andrejus
Hi Andrejus
Thanks for accepting to help me out with my query . As 11G suite has quite less documentation its been pretty difficult to figure out how to implement functionality with some components. One such is having a multilevel tree structure , which can be made editable on clicking and also having different icons for each node level and leaf nodes...
Hi,
Don't forget that 11g is not in Production, it is in Preview phase. It can't have complete documentation at the moment.
Regards,
Andrejus
Hi Andrejus,
I am very newbie with j2ee tech.
Your sample works fine with af:commandButton but don't work to me with af:commandToolbarButton.
Create action button open a new row for data input where button is commandButton but if button is ToolbarButtom don't open new row.
I don’t know why.
Post a Comment