Looks more to me that you're overabusing the C1 functions system.
Why not just do
Why not just do
<f:function runat="server" name="Layout.Operation.List">
<f:param name="Title" value="blablabla" />
<f:param name="FilterActivity">
<%# Request.QueryString["activity"] %>
</f:param>
</f:function>