Skip to Content
0
Former Member
Jan 11, 2006 at 01:45 PM

attributes page are empty using bsp:parameter

38 Views

Hi,

I have small question about how to set parameters of a bsp page:

I have created 2 views: view1 and view2

In view2, I add 2 page attributes (var1 type as string and var2 as string)

Inside the view1 I added the following code:

View2.do" >

<bsp:parameter name="var1" value="AAA"/>

<bsp:parameter name="var2" value="BBB"/>

</bsp:call>

The problem is: I can display the content of view2 but the paramters var1 and var2 are always empty.

Can someone tell me what I am missing in my code.

Thanks