cancel
Showing results for 
Search instead for 
Did you mean: 

can't find type Resource

Former Member
0 Kudos

Hi,

I want assign resource type to context attribute but i don't find it in the local dictionary.

iam using SP14, how can i find com.sap.ide.webdynpro.uielementdefinitions.Resource.

do i have to add new jars?

Thanks in advance,

Krishna.

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

IIRC this type has been introduced with NW04s, so it is not available in NW04 and you can't add it.

Armin

Answers (3)

Answers (3)

Former Member
0 Kudos

Hi Armin,

I chcked the tutorial, when the code between

//@@begin others //@@end will excute

I mean we are calling method in the init(), so i think it will call the method in the initialization, this will be waste of resource, so i want to call the method on demand like when the user clicks the link FileDownload.

Thanks,

Murali.

Former Member
0 Kudos

You can display a popup window with a Download Element in the popup window, because you don't have a event when the user click on the dowload ui element.

Florin

Former Member
0 Kudos
Former Member
0 Kudos

Hi,

thanks for the info, how can i do the FileDownload on demand.

In my case i have to get the data wheever the user clicked the link.

Thanks,

Krishna.

Former Member
0 Kudos

Did you check the tutorial on FileDownload?

Armin