cancel
Showing results for 
Search instead for 
Did you mean: 

XML Form rendering path

Former Member
0 Kudos

Hi Experts,

A question:

We are trying to add some rendering to our xml forms in KM. Because we only saw XML information instead of the rendered list. We have managed to render the entire repository, that we wanted. But now we want to exclude some folders in that repository.

1. Is that possible?

2. We have tried to give the the entire path that needs to be rendered, but we cannot get this to work. We have tried the following links:

http://help.sap.com/saphelp_nw04s/helpdata/en/ac/940c285a2f9b4984e1cb3113a8a9d3/content.htm

http://help.sap.com/saphelp_nw04s/helpdata/en/21/8df33eef091f39e10000000a114084/content.htm

https://forums.sdn.sap.com/message.jspa?messageID=984188

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi,

Yes, what you are trying to do is possible. The 2nd help link you provided explains the correct way to do this. I am suprised that it is not working for you. Perhaps you need to restart the J2EE engine before your changes take effect. Just double check you have specified the paths correctly then restart and try again.

BRgds,

Simon

Former Member
0 Kudos

Maybe i'm doing it wrong! I I have e.g. repository Test. And the folder under Test are --> folder 1 - folder 2 and under that folder a - folder b.

Example:

Test --> folder_1 --> folder_a

--> folder_2 --> folder_b

--> folder_3 --> folder_c

But now I want the render only on folder_b (and everything underneath) and not folder_a. Then I will go to System management --> System configuration --> Knowledge management --> content Management -->Repository filters -->XML Forms repository filters. We have added the repository to xmlforms_filter and xmlforms_filterOld.

The path that we want to render we have added path to the xmlforms_filter --> paths (only), like: test/folder_2/folder_b/, but that didnt work for us. We even tried this: test/folder_2/folder_b/*, test/folder_2/folder_b/!

Is this the correct way?

And what if we want to render multiple paths (folder_b and folder_c)? Should the path look like this:

test/folder_2/folder_b/*test/folder_3/folder_c/*?

Former Member
0 Kudos

Hi ,

Please try to enter the paths without the repository name. For example /folder_2/folder_b/**

Also did you try to restart?

Brgds,

Simon

Former Member
0 Kudos

With out the repository did the trick, ffs >_<. Tnx though

Answers (0)