Re: Wicket / Hibernate / Databinder (dead?)

2011-05-28 Thread Daniel Toffetti
jbrookover wrote: We've been using Wicket 1.4 + Hibernate 3.3 + Databinder 1.3.0 for quite some time now. I wanted to update to a more recent version of Hibernate, but Databinder was incompatible and seems pretty dead. My question is what do people use for their bridge between Wicket and

Re: Problem with two users logging in two tabs of same browser window

2010-11-05 Thread Daniel Toffetti
This is not a valid use case, so I must log out the first user, but how can I affect its own browser tab so that it displays a logged out message ? Is this possible ? Thanks for your help, Daniel Martijn Dashorst wrote: Your browser doesn't identify a new tab as a new session.

Problem with two users logging in two tabs of same browser window

2010-11-04 Thread Daniel Toffetti
Hi all, I have a problem when two users log in the application from two tabs of the same browser window, it looks as if both where working in the same session, and the data entered by the second user appears as if entered by the first user. It's an internal app and this problem happens

Re: Problem with two users logging in two tabs of same browser window

2010-11-04 Thread Daniel Toffetti
;) If you mean the kind of entity proxies used by some persistence mechanisms, I'm using none of those. I have no static variables in my application or session, but... can this be the issue ? MyApplication.java: public static MyApplication get() { return (MyApplication)

Re: Wicket Web Beans

2010-10-26 Thread Daniel Toffetti
Hi Josh, The last downloadable release (v 1.1) supports Wicket 1.3, and current trunk (1.2) supports Wicket 1.4. Some days ago Dan created a branch in which I'll try to migrate to Wicket 1.5 in the near future. From time to time, a new issue pops in the issue tracker, so I can say some

Re: Re Wicket Web Beans

2010-08-16 Thread Daniel Toffetti
Where does your fields come from ? In WWB, you have to provide beans, and configure them with annotations or beanprops files to control the way the beans are displayed. You can provide beans and they will be correctly displayed in a default way, with proper editing inputs according to

Re: Re Wicket Web Beans

2010-08-16 Thread Daniel Toffetti
Hi Niv, I'm not sure if I just get your domain model right, the closest I think you can get is something like this: http://jweekend.com/wicketwebbeans-examples-1.1/WebBeans/?wicket:interface=:0:2::: Where you can have a list (a table) of fields, each with a name, a datatype and a

Re: A web site developed with Wicket

2010-03-17 Thread Daniel Toffetti
voltron kocamane at yahoo.com writes: Hello, http://www.nofailtime.com/appmonitor is a web application developed with wicket framework. . I would be happy if you try the site and give feedback. You can login the site with account; username = demo password = demo Thanks,

Re: Component level FeedbackPanel's (and a form-level one)

2009-11-12 Thread Daniel Toffetti
Tomás Rossi trossi at mecon.gov.ar writes: Hi people, ¿What is the Wicket's way of adding component level feedback panels? I mean, having one feedback panel for each form component (on a side or below the field), and somehow a global feedback panel with a filter so that it doesn't show

Re: + key as alternative for tab key

2009-09-23 Thread Daniel Toffetti
Boydens Joeri (OZ joeri.boydens at oz.be writes: How would you do this in an elegant and generic way ? Joeri Also, take a look at wicketstuff-input-events Daniel - To unsubscribe, e-mail:

Re: Dynamic fields in form

2009-07-18 Thread Daniel Toffetti
Agus Purnomo furunomail at gmail.com writes: ... etc etc etc ... Is this good enough? Well, at least this works and simple enough to me... Anyone has better solutions? I don't know if it's a better solution, perhaps just an alternative, have you taken a look at Wicket Web Beans ?

Re: JDeveloper - Can I get a show of hands?

2009-06-19 Thread Daniel Toffetti
Juan Carlos Garcia M. jcgarciam at gmail.com writes: I always thought God used only in LISP :) Nicolas Melendez wrote: god used Eclipse 1.0 to develop universe. NM Software Developer - Buenos aires, Argentina. No. Sadly, He didn't: http://xkcd.com/224/ Daniel

Re: WWB for W 1.4 (was Re: when will be wicket 1.4 final release)

2009-06-06 Thread Daniel Toffetti
danisevsky danisevsky at gmail.com writes: Hi Daniel, when I tried build web beans project I get the following error [ERROR] BUILD FAILURE [INFO] [INFO] Compilation failure

WWB for W 1.4 (was Re: when will be wicket 1.4 final release)

2009-06-05 Thread Daniel Toffetti
danisevsky danisevsky at gmail.com writes: Hi, I would like ask you when I can expect wicket 1.4 final release? I am asking because I am waiting for wicket web beans which will be release after filnal wicket 1.4 release. Thanks for answer. Hi, Wicket Web Beans has been updated to

Re: Anemic domain model and are @SpringBean's compatible with the solution in

2009-05-29 Thread Daniel Toffetti
James Carman jcarman at carmanconsulting.com writes: On Fri, May 29, 2009 at 4:04 AM, Kent Larsson kent.larsson at gmail.com wrote: I try not to design my domain models in such a way Could you elaborate on this a bit, please? I kind of cheat a bit. When there needs to be something

Re: when will be wicket 1.4 final release

2009-05-27 Thread Daniel Toffetti
danisevsky danisevsky at gmail.com writes: Hi, I would like ask you when I can expect wicket 1.4 final release? I am asking because I am waiting for wicket web beans which will be release after filnal wicket 1.4 release. Thanks for answer. Hi, With some luck, there will be an alpha

Re: [announce] WicketStuff Artwork new release

2009-05-26 Thread Daniel Toffetti
nino martinez wael nino.martinez.wael at gmail.com writes: Hi Guys Just wanted to tell that theres a new release of wicketstuff artwork out. This time including niftycornerscube. Artwork, will pimp the graphics of your web site by adding some small javascript behaviors to your

Exception message somewhat unhelpful

2009-05-26 Thread Daniel Toffetti
Hi all, I'm getting The model must provide a non-null object exception, from PackagedResourceReference, line 177. I guess the message would be a lot more useful if for componentId + id, was added to the message. I've noticed this happens in a lot of other similar exception messages as

Re: Wicket Web Beans 1.1 and Wicket 1.4

2009-05-20 Thread Daniel Toffetti
danisevsky danisevsky danisevsky at gmail.com writes: Hi I wanted to try Wicket Web Beans 1.1 upload example but I get the following exception . Is Wicket Web Beans 1.1 incompatible with Wicket 1.4 rc4 or is reason of exception something else? Thanks for reply Hi,

Re: Logging for performance analysis

2009-04-27 Thread Daniel Toffetti
Douglas Ferguson douglas at douglasferguson.us writes: We are experiencing some hard to trace performance issues (CPU pegged by JAVA). so we want to implement some logging in order to Audit the code. Any suggestions on wicket state that we can easily print out? I.E. size of page map? Etc?

Re: AbstractAjaxTimerBehavior start

2009-04-17 Thread Daniel Toffetti
Vladimir Zavada zavadav at gmail.com writes: Thanks for reply. I am just newbie to wicket. I tried this solution but it did not work. Probably its because AbstractAjaxTimerBehavior is not a component and I am not able to set setOutputMarkupId to true. Vlado Tom Wollert wrote /

Found this in logs: Unable to redirect to: ?wicket:interface=:2:1:::,

2009-04-05 Thread Daniel Toffetti
Hi all, I've found this exception in the catalina logs: 05/04/2009 14:51:17 org.apache.wicket.protocol.http.WebResponse redirect GRAVE: Unable to redirect to: ?wicket:interface=:2:1:::, HTTP Response has already been committed. 05/04/2009 14:51:17