Hi,

1) to override the previous filtering result ( which is stored in session )
of a given container list, you can use a "dummy" filter on your home page :

  // create a filter with an empty vector of filter bean, so that all
containers will be returned
  ContainerFilters containerFilters =
    new ContainerFilters("directoryPeopleContainer",jParams,new Vector());
    // Store the list of filters in the request object.
    // It will be used later by the container list loader.

request.setAttribute("directoryPeopleContainer_filter_handler",containerFilt
ers);
 }

2) building dynamic multilinguistic multivalue is under developement,
unfortunately no-one sponsorizes it yet.

Regards,
Khue Nguyen



----- Original Message ----- 
From: "julien.thai" <[EMAIL PROTECTED]>
To: "template_list" <[EMAIL PROTECTED]>
Sent: Thursday, August 05, 2004 4:30 PM
Subject: Disable filter and dynamic multilinguistic multivalue


Hi all,

1---
I declared my container list of document inside the home page which displays
the five lastest documents.

On another page I have a search form with filters, sorters and pager and
below that appear the results of search.

The problem is that when I go back to home page it is not those five lastest
documents but the results of the previous search which appear.

So my question is how to disable previous filters?

2---
My previous template is made on the template directories people with a
declaration of document that depends on other containers content.
So to build this declaration I previously build vectors filled by values of
other containers.

It works well but only in the case of one language.

Does anyone know how to build dynamic multilinguistic multivalue?

Cheers,

Julien



Acc�dez au courrier �lectronique de La Poste : www.laposte.net ;
3615 LAPOSTENET (0,34?/mn) ; t�l : 08 92 68 13 50 (0,34?/mn)




Reply via email to