Hello,

I have tried to recreate a portlet functionality following the examples. The reason fir doing  this I needed some menu framework that isolates menu page-flow from application page-flows and seen that with portals I could achieve something like that (maybe there is an other way to do this).

So, now I have reached a point where I can call a 'portlet' - something similar to list employees in the examples - but links on the list like 'edit' do not get submitted correctly - actually my original list is redisplayed. I suspect that there could be something wrong with the links but could not interpret all parts and their purpose, so I plainly copy it here, maybe I can get some help.

regards,
Balázs

p.s. I have realized that in the examples there is a part (following oxf.path) in the link of edit of employees list[example-id[2]=employees&action[1]=&visible-portlet[3]=OXFExamplesPortlet]

 which is missing from mine:


   <a href="" document.getElementById('p2_action_2').name += '$action^setvalue%26ref%26%2Fform%2Faction%26content%26edit-case&amp;setvalue%26ref%26%2Fform%2Faction-id%26content%26CC000001';                         document.forms['p2_form_2'].submit();                         event.returnValue=false;                         return false">Edit</a>

Reply via email to