Re: Job(s) for Wicket developers

2010-07-28 Thread Oleg Taranenko
Hi Michael, habe ich Diene Anzeige nicht zu spät erfahren? Ist das Position schon geschlossen? Wenn nicht, melde Dich bitte an. Gruß aus Lahr/Schwarzwald, Oleg Taranenko, am Dienstag, 22. Juni 2010 um 10:34 schrieben Sie: Hi, The company I work at currently has two open permanent

Re: Wicket at ApacheCon EU'09 in Amsterdam

2009-02-13 Thread Oleg Taranenko
Hmm... some time ago (approx 1,5 year ) was attempts to marry JBoss Seam and Wicket. Was it successful? May be this is an example, why wicket should to be treated as a standard? Oleg On Fri, Feb 13, 2009 at 4:59 PM, Hoover, William whoo...@nemours.orgwrote: First of all, thank you for

Re: [OT] wicket users around the world

2008-12-12 Thread Oleg Taranenko
Hi, native russian, i'm living and working in Germany. Not working with Wicket right now, but love and endorse it, and hopefully become soon a wicket-based project. Oleg On Thu, Dec 11, 2008 at 7:57 PM, francisco treacy francisco.tre...@gmail.com wrote: to know a little bit more of our great

Re: [offtop] need help with eclipse and m2eclipse

2008-08-21 Thread Oleg Taranenko
Hello all, sorry for reviving archaic thread, but right now i've tried the combinamtion eclipse + m2eclipse again. Eclipse Ganymede JEE (3.4) + m2eclipse 0.9.5 works perfect! I can now under eclipse launch mvn jetty:run and comfortable debugging all sources including the wicket core. One

[offtop] need help with eclipse and m2eclipse

2007-12-01 Thread Oleg Taranenko
Helloall, Sorry for bothering, may be somebody could help. I'm developing web apps under Eclipse. Early I'm using the mvn eclipse:eclipse + jetty launcher plugn. Now i try to use m2eclipse plugin and webapp is started using m2's goal mvn jetty:run. The application works, but when I want to

Re[2]: [offtop] need help with eclipse and m2eclipse

2007-12-01 Thread Oleg Taranenko
Hello Martijn, Jetty launcher has some advantages though, i.e. it allows to set up different context path/port for the projects without changing source code. Thus i can simultaneously run and debug its. If not this annoying bug, i found development with m2eclipse more convenient. I hope the

Re[2]: RequestCycle?

2007-10-05 Thread Oleg Taranenko
HelloChuckDeal, databinder.net is down for a while... :(( C:\opensource\net\databinder\trunkping www.databinder.net Pinging databinder.net [66.108.186.60] with 32 bytes of data: Request timed out. Request timed out. Request timed out. Request timed out. Ping statistics for 66.108.186.60:

Re[4]: RequestCycle?

2007-10-05 Thread Oleg Taranenko
Yeah web server is alive... what about svn server? I can not update sources :( C:\opensource\net\databinder\trunksvn update svn: Can't connect to host 'databinder.net': A connection attempt failed because the connected party did not properly respond after a period of time, or established

Re[2]: JDK version

2007-09-25 Thread Oleg Taranenko
HelloAl, Tuesday,September25,2007,7:05:34PM,youwrote: SomeoftheunittestscurrentlyfailunderJDK1.6duetotheordering ofiteratorsoverhashmapschanging.Thisdoesn'taffectrealapps, merelythetests(weputtheattributesfortagsintoaMap,andthe testisexpectingsomethinga="foo"b="bar"butgetssomething

Re: not able to get selected ListMultipleChoice values

2007-08-30 Thread Oleg Taranenko
Hello bhupat, you shows only the the top of the iceberg, better show all, what is under waterline. This error can be initiated by many reasons. Most likely of mismatching in you markup and corresponding declared java objects hierarchy. Write carefully what you want to expect from you code and

Re: Urgent : how can i design get all input of a single form with TextField, ListMultiplechoice and FileUpload components

2007-08-30 Thread Oleg Taranenko
Hellobhupat, using FileUploadField component in the form, you can get a its model - FileUpload. This fileUpload variable contains _all_data_ of uploaded file, including file name. Then you can save it in any path on your server. this snippet pasted from upload example: In the example it is

Re: Urgent : how can i design get all input of a single form with TextField, ListMultiplechoice and FileUpload components

2007-08-30 Thread Oleg Taranenko
Hellobhupat, publicclassMyApplicationextendsWebApplication String rootPath; @Override protectedvoidinit() { //TODOAuto-generated method stub super.init(); // rootPath contains what you want. rootPath = getServletContext().getRealPath("/"); }

Re[2]: Alternative to Wicket data binding

2007-08-26 Thread Oleg Taranenko
Hi Igor and Eelco, Sorry, for interventing in your discussion :) May java annotations can help us? Say [EMAIL PROTECTED]/Write or [EMAIL PROTECTED] or ever to protect all bean. It would protect the field from accidently access in Wicket models without any assumption on set/get functions.

Re: conditional markup change

2007-08-24 Thread Oleg Taranenko
Hello Konstantin, Your code snippet is from panel constructor, is not it? So far it executed only first time, by creating page! Your need explicitly use in the link handler replaceWith() method. See Component's javadoc. Cheers, Oleg. Friday, August 24, 2007, 8:46:01 AM, you wrote: I need to

Re[2]: [Wicket-user] Wicket in Action now available through Manning Early Access Program

2007-08-24 Thread Oleg Taranenko
moreover the payment through a paypal account, that withdraws money from card emitted by a russian bank, failed too! :| Friday, August 24, 2007, 1:36:25 PM, you wrote: Well, i had the same bad luck as India is not in the choice. They asked me to get a paypal account -swaroop On

Ajax version of DropDownChice/Select

2007-08-24 Thread Oleg Taranenko
Hi * *, I can not find subj neither in wicket nor in extensions codabases. Must I write it or there is a workaround (AjaxLink?) Cheers, Oleg - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail:

Re: {wicket 1.3 beta 2} AjaxFormComponentUpdatingBehavior broken?

2007-08-23 Thread Oleg Taranenko
3, not sure if its gone there. regards Nino - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] -- Mit freundlichen Grüßen Oleg Taranenko mailto:[EMAIL PROTECTED

Re[2]: Can we do straight print in a java web application?

2007-08-20 Thread Oleg Taranenko
Hello Igor, Or applet. Right now i've completed prototype project that prints labels on barcode printer under web application. It uses Java Print Service API on client side to submit appropriate print jobs. It works with some restrictions. Cheers, Oleg Saturday, August 18, 2007, 6:02:41 PM,