cancel
Showing results for 
Search instead for 
Did you mean: 

Form option missing to bind the view attributes

Former Member
0 Kudos

Hi Friends,

I stuck here..

When i say Template>>Apply from the context menu of the view , i cannot see the Form option to bind the variables.

the options are available here Enterprise portal eventing, action button, service controller, Relate context attributes, but i have no form to bind the view attributes.

Please help me

Krish

Accepted Solutions (0)

Answers (5)

Answers (5)

Former Member
0 Kudos

Hi Guys,

I have solved this problem, I am not sure what causing the problem , but it is working after reInstalling NWDS.

many Thanks

Krishna

Former Member
0 Kudos

Hi

i too is getting the same error and getting an exception when i try to use a template ."Error when adding wizard pages"

"java.lang.NullPointerException: null"

Regards

Sheetal

Former Member
0 Kudos

Could any body know other solution i.e. other then reinstalling??i have tried the former one...

Former Member
0 Kudos

Hi Ram Ganesh,

Once you have done the mapping from ComponentContext to view, I would like to bind them from viewController to View layout.

so when i pick apply>>Template from the view , i did not find the Form Template option to bind the view attributes.

Krish

Former Member
0 Kudos

Are you getting any exception after selecting the templates option ?

Statr the IDe in console mode and check.

Regards, Anilkumar

Former Member
0 Kudos

Hi Anil,

I am not getting any exception, when i say Template>>Apply ...Displaying Template wizard ..Template name: Enterprise Portal Eventing, in the available options there is no Form Template is displaying.

Many Thanks

Krish

Former Member
0 Kudos

Anil many thanks.

I am pasting here my plugin.xml source

<?xml version="1.0" encoding="UTF-8" ?>

- <plugin id="com.sap.ide.webdynpro.template.wizards" name="%plugin.name" version="2.0.0" provider-name="SAP AG" class="com.sap.ide.webdynpro.template.wizards.plugin.TemplateWizardsPlugin">

- <runtime>

- <library name="SAPIdeWebDynproTemplateWizards.jar">

<export name="*" />

</library>

</runtime>

- <requires>

<import plugin="org.eclipse.core.boot" />

<import plugin="org.eclipse.core.resources" />

<import plugin="org.eclipse.core.runtime" />

<import plugin="org.eclipse.jface" />

<import plugin="org.eclipse.swt" />

<import plugin="org.eclipse.ui" />

<import plugin="org.eclipse.ui.views" />

<import plugin="org.eclipse.ui.workbench" />

<import plugin="com.tssap.util" />

<import plugin="com.sap.ide.metamodel.common.libs" />

<import plugin="com.sap.ide.metamodel.core" />

<import plugin="com.sap.ide.metamodel.core.libs" />

<import plugin="com.sap.ide.metamodel.dictionary.libs" />

<import plugin="com.sap.ide.metamodel.webdynpro" />

<import plugin="com.sap.ide.metamodel.webdynpro.libs" />

<import plugin="com.sap.ide.tools.core.patternfwk" />

<import plugin="com.sap.ide.tools.core.template" />

<import plugin="com.sap.ide.tools.core.template.service" />

<import plugin="com.sap.ide.webdynpro.checklayer" />

<import plugin="com.sap.ide.webdynpro.service.controllereditor" />

<import plugin="com.sap.ide.webdynpro.controllereditor" />

<import plugin="com.sap.ide.webdynpro.service.core" />

<import plugin="com.sap.ide.webdynpro.template.wizards.generation" />

<import plugin="com.sap.dictionary.designtime" />

</requires>

- <extension point="com.sap.ide.tools.core.template.TemplateWizard">

<b> <template name="Form" </b>applicableClass="com.sap.ide.webdynpro.template.wizards.formview.FormViewApplicable" wizardClass="com.sap.ide.webdynpro.template.wizards.formview.FormViewWizard" dataClass="com.sap.ide.webdynpro.template.wizards.formview.FormViewData" id="com.sap.ide.webdynpro.template.formview" type="WebDynpro" singleton="false" nature="MetaData" iconLarge="/com.sap.ide.webdynpro.template.wizards/resources/formview.gif" />

<b><template name="Table" </b>applicableClass="com.sap.ide.webdynpro.template.wizards.tablebinding.TableViewApplicable" wizardClass="com.sap.ide.webdynpro.template.wizards.tablebinding.TableBindingWizard" dataClass="com.sap.ide.webdynpro.template.wizards.tablebinding.TableViewData" id="com.sap.ide.webdynpro.template.tableview" type="WebDynpro" singleton="false" nature="MetaData" iconLarge="/com.sap.ide.webdynpro.template.wizards/resources/tableview.gif" />

</extension>

</plugin>

Former Member
0 Kudos

Hi Krish,

Someting wrong with your IDE installation.

Go to plugins folder and check for the plugin "com.sap.ide.webdynpro.template.wizards."

Go to plugin.xml , you should be able to see a tag with <template name ="Table" or name ="form"

Regards, Anilkumar

former_member189631
Active Contributor
0 Kudos

Hi Krish,

Can Please u explain a Bit Brief ?

Regards,

Ramganesh.