cancel
Showing results for 
Search instead for 
Did you mean: 

How to bind Context elements to a HTML template

Former Member
0 Kudos

Hi,

I want to display all the context elements in my webDynpro application in a html page, I have html template my requirement is to bind all the context elements to fields in the html template.please provide me the solution.

thanks,

kishore.

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi,

Create TextView by inserting child to RootUIElementContainer. And Map the text property of the TextView to the context. In the run time what value u pas to context will be visible here.

Regards,

H.V.Swathi

Former Member
0 Kudos

Hi swathi,

Requirement is target page is a HTML Page. I want to pass context elements to that HTML Page at runtime.

thanks,

kishore.

Answers (1)

Answers (1)

Former Member
0 Kudos

Hi Kishor,

I do not think there is some straight forward solution for this scenario.

You need to create two applications 1 webdynpro application and one portal application.

What you can do is Pass the context values from webdynpro application to a flat file and store then in that(every time create a new flat file). Now after successfully creation of flat file call the portal application which reads the flat file and get the context values and set them.

If you require more info, i can help you.

Regards

Narendra

Former Member
0 Kudos

Hi Narendra,

Thanks for reply. the solution looks better ... i'll try and come back to you....

regards,

kishore.