Re: component xxx:yyy:zzz not found on page

2010-01-10 Thread Ilja Pavkovic
http://www.lmgtfy.com/?q=wicket+veil Best Regards, Ilja Pavkovic Am Samstag, 9. Januar 2010 22:32:06 schrieb Douglas Ferguson: Anybody have any thoughts on how to systematically deal with this problem rather than updating every link to disable after onclick.. D/ On Jan 8, 2010,

Re: Several entities and DataTable

2010-01-10 Thread Leo Erlandsson
I would use an SQL Join in the iterator(int first, int count) method to get data from the associated table and return the data in the returned Domain Objects. You could also do an SQL Query for each result in your iterator() method, but that would give you 1+n SQL Queries instead of just 1.

Re: Several entities and DataTable

2010-01-10 Thread Ivan Dudko
2010/1/10 Leo Erlandsson leo.erlands...@tyringe.com: I would use an SQL Join in the iterator(int first, int count) method to get data from the associated table and return the data in the returned Domain Objects. You could also do an SQL Query for each result in your iterator() method, but

Re: how to change BookmarkablePageLink label

2010-01-10 Thread Chuck Brinkman
Thanks, I was thinking of the link as a single widget not a a link with a label. This seems to work. div id=logInOut name=logInOut a href=# wicket:id=logInOutLinkspan wicket:id=logInOutLabel/span/a /div

js library to have a tooltip / modal

2010-01-10 Thread Eyal Golan
Hello everyone, I am looking for a nice JS that Wicket supports that will allow me to have a tooltip / modal effect. What I mean by that is, when the user hovers over a link, a tooltip will open and it will also allow the user to add something and submit. We can use a simple Wicket Modal, but I

Re: Several entities and DataTable

2010-01-10 Thread Ivan Dudko
I have two Pojo classes. For example, Milk and Honey. And also database tables with same structure. I am do not use ORM mapping. I write DAO class for class Milk that fetches data from the tables milk and honey at once. But i am in trouble how i can display this result set. I think that writing

Re: Several entities and DataTable

2010-01-10 Thread James Carman
Can you traverse from Milk to Honey (or vise-versa)? If so, then just use a nested property expression (like honey.hiveName or whatever). On Sun, Jan 10, 2010 at 9:51 AM, Ivan Dudko ivan.du...@gmail.com wrote: I have two Pojo classes. For example, Milk and Honey. And also database tables with

Re: Several entities and DataTable

2010-01-10 Thread Ivan Dudko
James, You mean this? class Milk { int id; String milkName; Honey honey; // getters and setters } class Honey { int id; String honeyName; // getters and setters } 2010/1/10 James Carman jcar...@carmanconsulting.com: Can you traverse from Milk to Honey (or vise-versa)?  If so, then just use a

Re: Ajax editable image @L

2010-01-10 Thread Alec Swan
Thanks Juan, I will give this a try. On Fri, Jan 8, 2010 at 8:39 PM, Juan Carlos Garcia M. jcgarc...@gmail.com wrote: There isn't such component in wicket to achieve that, but it should be fairly easy to build i.e: 1-Having a Panel with the FileUpload that you want 2-Having a Panel with the

Re: Several entities and DataTable

2010-01-10 Thread James Carman
Yes, so if you had a list of Milk objects, you could use a property expression honey.honeyName. Nested property expressions work. On Sun, Jan 10, 2010 at 10:31 AM, Ivan Dudko ivan.du...@gmail.com wrote: James, You mean this? class Milk { int id; String milkName; Honey honey; // getters

[OT] ASP.NET equivalent of WicketTester?

2010-01-10 Thread Steve Hiller
My manager was so impressed by the unit testing capabilities of the WicketTester class that he asked me to research for an ASP.NET equivalent, to be used by another development team. I didn't find anything obvious by googling? Anybody know of a useful tool? Thanks!

Re: js library to have a tooltip / modal

2010-01-10 Thread shetc
http://flowplayer.org/tools/demos/tooltip/any-html.html http://flowplayer.org/tools/demos/tooltip/any-html.html -- View this message in context: http://old.nabble.com/js-library-to-have-a-tooltip---modal-tp27098635p27103455.html Sent from the Wicket - User mailing list archive at Nabble.com.

Re: Wicket Acegi Security

2010-01-10 Thread Altuğ B . Altıntaş
I prefer Apache Shiro, simple and powerful. http://incubator.apache.org/shiro/ http://incubator.apache.org/shiro/This month Shiro team gonna release the first official version as Apache Shiro. This product known as Jsecurity before connected to Apache system. My formula : Apache Wicket +

testing autocomplete with WicketTester

2010-01-10 Thread Douglas Ferguson
What is the recommended way to test autocomplete using wicket tester? D/ - To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org For additional commands, e-mail: users-h...@wicket.apache.org

Re: js library to have a tooltip / modal

2010-01-10 Thread Eyal Golan
thanks. I remembered seeing this a few weeks ago :) Eyal Golan egola...@gmail.com Visit: http://jvdrums.sourceforge.net/ LinkedIn: http://www.linkedin.com/in/egolan74 P Save a tree. Please don't print this e-mail unless it's really necessary On Mon, Jan 11, 2010 at 12:41 AM, shetc

Re: Help with Wicket Adoption Numbers

2010-01-10 Thread Lester Chua
Jonathan, Bingo, I think you may have hit it on the spot. Igor, I have not managed to get a reply on how they determined Struts2 to be better supported compared to Wicket. But I suspect the list of a approved technologies is not very updated. I.e. the evaluation was probably done 2 years

about org.apache.wicket.extensions.markup.html.form.palette.Palette

2010-01-10 Thread Chuck Brinkman
As you can guess I'm new to wicket. Seems very good so far. I found this Palette component and thought it might work well for me but I need to make some modifications. So I started to dig in. I noticed that the component uses js. I thought wicket was just java and just html. I do realize

Re: Help with Wicket Adoption Numbers

2010-01-10 Thread Eyal Golan
As my English is not my mother's tongue, even though I do speak it pretty good, what is the meaning of pointy haired bosses? I think I can understand it, but hey, I want to know if these are the kinds of bosses I encountered too often.. Eyal Golan egola...@gmail.com Visit: