cancel
Showing results for 
Search instead for 
Did you mean: 

Layout repeated for each entry

Former Member
0 Kudos

Hi experts,

I need to list the result of a search in the backend system in a view. I can't use an ordinary Table element cause the amount of data returned is large and some data are very long texts, so, the first thing that comes in mind is a dynamic layout repeated for each entry found.

Can you imagine a better solution for this case?

Thanks in advance

Michel Cabral

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Maybe you can use a RowRepeater?

Armin

Former Member
0 Kudos

Hi Armin,

I'm using NW 2004 (Web AS 6.40). Is this UI Element available at this version? I did not find this UI Element in NWDS (version 2.0.18) nor in NW2004 documentation.

Thanks

Michel

Former Member
0 Kudos

Unfortunately not. Maybe we can discuss why using a Table is no option for you? As last resort, you can create the UI programmatically. Using an IFrame is certainly not an option.

Armin

Former Member
0 Kudos

I can't use a table cause the amount of fields retrieved from backend is large, including very long texts.

Display it in many columns of a table with scrollbars everywhere will not be good, I think.

So, I created a dynamic view, like you said.

Regards

Michel Cabral

Answers (1)

Answers (1)

Former Member
0 Kudos

hai michael,

why dont you try with Iframe UI element.as it is a scrollable container it will suit your requirement.

Thanks n Regards

Sharanya.R

Former Member
0 Kudos

Hi Sharanya,

but if I use an IFrame I will lose the portal theme. Right?

Anyway, your idea lead me to another solution, I can use a JSPDynpage instead a Web Dynpro application!

Thanks!

Michel Cabral