Tuesday, November 27, 2007

JDev/ADF sample - JDeveloper 11g - Create, Edit and Delete operations in ADF Faces af:table component

    Download - EditableTable11.zip

11 comments:

Mourado said...

Hi Andrejus,

I have a logon dinied I think it was because i changed the default password of HR what was the initial one

Mourado said...

Hi,
Don't worry every thing now is ok.
it was HR
HR.
Thanks

Anonymous said...

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

Andrej Baranovskij said...

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

Anonymous said...

Hi,
I take ma data from a bean which has a java class behind how can I generate DataControl

Unknown said...

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

Andrej Baranovskij said...

Hi Mourado,

You can right click on your bean and choose - Generate Data Control operation.

Regards,
Andrejus

Andrej Baranovskij said...

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

Anonymous said...

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...

Andrej Baranovskij said...

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

DV said...

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.