cancel
Showing results for 
Search instead for 
Did you mean: 

Unable to put an xsl file at the Web dynpro binary cache

Former Member
0 Kudos

Hello,

I am trying to put an xsl file in the web dynpro binary cache using the getPublicCachedWebResource method.

The problem is that there is not WDWebResourceType for xsl.

I tried setting WDWebResourceType.UNKNOWN but than the file doesn't get an extension.

Any ideas...?

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

Found a solution.

Using the static method: WDWebResourceType.getWebResourceType("text/xsl","xsl")

Former Member
0 Kudos

Roy,

It's a good habit to close your own threads, in this case with "Solved on my own" button.

VS

Former Member
0 Kudos

Will do Val, thanks for mentioning this.