cancel
Showing results for 
Search instead for 
Did you mean: 

Webservice Model

Former Member
0 Kudos

Hi,

I have a webservice mapped to a model, that performs read/ write operation on an excel sheet.

Problem Statement :

1) I have binded the model to a particular component in my webdynpro application

2) I have a view that takes value in the input field - and this is mapped to a model function insert.

The problem lies here : The input field is not accessible - I am not able to insert any value, it's deactive.

Regards

Vinodh

Accepted Solutions (0)

Answers (2)

Answers (2)

Former Member
0 Kudos

Hi Vinodh

The context that you have mapped must be of the same type that your model is

Regards

Noel

Former Member
0 Kudos

hi Vinodh,

Please keep the two context separate ie bind a context to the input field and at the time of enter or submit set this context to the webservice model context by writing code.I think this will work

Regards

Noel