Hi,
I have been researching about how to open a WDK Component from a Invoke Button and from 6.5, Forms Builder let the developer to select the action that runs the component. My question is how to implement the java code in order to launch the jsp page associated with my wdk component. It would be great if anyone has a java code example.
Furthermore, my objetive is to have a readonly table with custom objects (with no parent class) and have some buttons to add new elements in the readonly table or edit existing elements. The pages for editing and adding new elements would be WDK components so it is important to pass parameters like the ID of the selected row of the read only table.
Thanks!