I've no idea how this could work, or why it doesn't now.
Could you not just include different panels on one page, instead of
forwarding to different pages?

Regards,
    Erik.


Mathias P.W Nilsson schreef:
> https://localhost/hairless-web/brand/71/
>
> this is the generated URL.
>
> The BrandInterceptor send request to ItemList. Maybe this isn't the way to
> do this?
>
> public BrandInterceptor( PageParameters parameters ){
>               
>               filters = new LinkedList<ItemFilter>();         
>               Long brandId = parameters.getLong( "id" );
>               if ( brandId != null ) { 
>                       Brand brand = getBrandDao().getBrand( brandId );
>                       filters.add( new BrandFilter( brand ));
>                       setResponsePage( new ItemListPage( filters )  );
>               } else{
>                       
>                       setResponsePage( new Base() );
>               }
>       }
>   

-- 

--
Erik van Oosten
http://day-to-day-stuff.blogspot.com/



---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to