Re: filter for data in security layer

2008-05-25 Thread Maurice Marrink
:55 *An:* users@wicket.apache.org *Betreff:* Re: filter for data in security layer I am not sure i follow you. According to the log the user does not have the datapermission for the dropdown. I tried to set the permissions like in the explanation below, but that didn't work

Re: filter for data in security layer

2008-05-24 Thread Andrea Jahn
to implement our own HiveFactory, which reads the data from the database and creates the hive ? Andrea *Von:* users@wicket.apache.org *Gesendet:* 22.05.08 23:08:55 *An:* users@wicket.apache.org *Betreff:* Re: filter for data in security layer I am not sure i follow you. According

Re: filter for data in security layer

2008-05-22 Thread Andrea Jahn
Hi, thanks a lot for the detailed explanation, it works I needed some time for the implementation, because I'm a wicket beginner and had first to find out, how a DropDownChoice works (not so easy to understand that model concept at the first time :)) Only one point regarding to the

Re: filter for data in security layer

2008-05-22 Thread Maurice Marrink
I am not sure i follow you. According to the log the user does not have the datapermission for the dropdown. I tried to set the permissions like in the explanation below, but that didn't work: // Welcome page permission ${ComponentPermission} ${front}.Welcome, inherit, render, global;

filter for data in security layer

2008-05-18 Thread Andrea Jahn
Hi, in our application locations are administered. A user has only rights on some of the locations, e.g. Munich, Berlin. He should be able to select one of the allowed locations in a selection box. Then on the different pages all data are depending on the actually selected location. For

Re: filter for data in security layer

2008-05-18 Thread Igor Vaynberg
something like this should probably be filter inside the database not by some external filter which forces you to load the entire dataset. -igor On Sun, May 18, 2008 at 9:39 AM, Andrea Jahn [EMAIL PROTECTED] wrote: Hi, in our application locations are administered. A user has only rights

Re: filter for data in security layer

2008-05-18 Thread Maurice Marrink
On Sun, May 18, 2008 at 7:26 PM, Igor Vaynberg [EMAIL PROTECTED] wrote: something like this should probably be filter inside the database not by some external filter which forces you to load the entire dataset. No that would be foolish, but that wasn't suggested. -igor On Sun, May 18, 2008