[OFBiz] Dev - Starting trouble...

Bineesh bin at britekindia.com
Tue Sep 28 11:24:54 EDT 2004


Hi all,

       Can anyone guide me to add some functionalities that I needed in
ofbiz.At present I am  trying to add a new link in the ecommerce module, but
unfortunately I am getting some JPublish execution error.

On adding a new link to the ecommerce site,I  added a new ftl file and xml
in the corresponding locations.But i got the Jpublish execution error(null).

newlink.xml

<?xml version="1.0" encoding="UTF-8"?>
<page>
    <template>main_lr</template>
    <property name="title">newlink</property>
     <property name="title.property">PageTitlenewlink</property>
    <page-action name="/newlink/viewprofile.bsh"/>
</page>

I also updated the EcommerceUiLabels.properties with entries

newlink=newlink
PageTitlenewlink=newlink

also controller.xml is updated with request map for newlink with a view
definition.
<view-map name="newlink" type="jpublish" page="/newlink/newlink.ftl"/>


So if anyone can give some valuable suggestions in modifying ofbiz will be
appreciated very much.

thanks,

Bineesh



More information about the Dev mailing list