Re: The Wicket Reflex Game Post thoughts?

2008-09-27 Thread Nino Saturnino Martinez Vazquez Wael
I think it's already been taken care of.. IT's because the user clicks on something that no longer exists.. Adriano dos Santos Fernandes wrote: Nino Saturnino Martinez Vazquez Wael wrote: Hi Guys One of the major problems with the game are that if you click a box(AjaxEventBehavior) while

Re: Usage of Application class and why set to ThreadLocal

2008-09-27 Thread Johan Compagner
And its just handy.. You can get to the application by one call everywhere in your code. Of couse we could have done with one threadlocal like RequestCycle and Application and Session can be got from there. But those 3 are just handy quick accessed objects On 9/26/08, James Carman [EMAIL

Re: Re: Get object form Parameters

2008-09-27 Thread Eyal Golan
On Sat, Sep 27, 2008 at 8:38 AM, fish3934 [EMAIL PROTECTED] wrote: How to pass id and got that object from that id? Instead of: PageParameters para=new PageParameters(); para.put(result,resultList); do somethig like this: para.put(listId, resultListId); Where the resultListID is the ID

ListMultipleChoice Defalut Selection

2008-09-27 Thread Vaibhav Lolge
Hi, I have a piece of code that uses ListMultipleChoice . I do some action depending on the selected item in the list (eg: The List is a list of categories of cars and on click of these there are subcategories shown). A user then saves this is the DB. A user can edit his preferences from the