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 per

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 wrote: > First of all, thank you for entertaining this idea :o)

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 gre

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 sugge

Re: users, please give us your opinion: what is your take on generics with Wicket

2008-06-17 Thread Taranenko
Hi *, My point of view, static type checking is more important as API cleareness. In any case using modern IDE make more help in this area. Some exercises in also useful for programmers (but not coders though :). Wicket was born as a framework for the qualified programmers. I think no reason why

Re: maven repository for wicketstuff

2007-12-03 Thread Taranenko
Or install the wicket-contrib-gmap2.jar locally from sources. Cheers, Oleg ryantxu wrote: > > Hello- > > I am stumbling through learning wicket and am hitting some things I > don't grock about maven. > > I want to run the gmap2 example. When I check it out and then run: > $ mvn jetty:run

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

2007-12-01 Thread Oleg Taranenko
ick the start class, select debug as application and go... > Also the mvn jetty:run plugin is not really useful for development in my > opinion. It is a nice maven plugin to quickly run a project from source, but > as a development option I find it cumbersome. > Martijn > On Dec 1, 20

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

2007-12-01 Thread Oleg Taranenko
... > Also the mvn jetty:run plugin is not really useful for development in my > opinion. It is a nice maven plugin to quickly run a project from source, but > as a development option I find it cumbersome. > Martijn > On Dec 1, 2007 3:32 PM, Oleg Taranenko <[EMAIL PROTECTED]&g

[offtop] need help with eclipse and m2eclipse

2007-12-01 Thread Oleg Taranenko
Hello all, 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 tr

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\trunk>svn 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 con

Re[2]: RequestCycle?

2007-10-05 Thread Oleg Taranenko
Hello ChuckDeal, databinder.net is down for a while... :(( C:\opensource\net\databinder\trunk>ping 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[2]: JDK version

2007-09-25 Thread Oleg Taranenko
Hello Al, Tuesday, September 25, 2007, 7:05:34 PM, you wrote: > Some of the unit tests currently fail under JDK 1.6 due to the ordering > of iterators over hashmaps changing. This doesn't affect real apps,  > merely the tests (we put the attributes for tags into a Map, and the > test is expec

Re[2]: Download invoice without DownloadLink

2007-09-06 Thread Oleg Taranenko
greatly appreciate... Thanks, Oleg Thursday, September 6, 2007, 9:27:33 AM, you wrote: > * Oleg Taranenko: >>  >>  use case: if user select from dropdownlist "retrieve invoice", >>  >>  the predefined invoice file (pdf, or doc) should be dow

Download invoice without DownloadLink

2007-09-05 Thread Oleg Taranenko
Hello users,   use case: if user select from dropdownlist "retrieve invoice",    the predefined invoice file (pdf, or doc) should be downloaded to the client as response.    How is it possible? some play with RequestCycle? Thanks for tip. Cheers, Oleg.

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
Hello bhupat, public class MyApplication extends WebApplication        String rootPath;        @Override        protected void init() {                // TODO Auto-generated method stub                super.init();                // rootPath contains what you want.                rootP

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
Hello bhupat, 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: 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 al

Re[2]: Alternative to Wicket data binding

2007-08-25 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.

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: 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 8/2

Re: {wicket 1.3 beta 2} AjaxFormComponentUpdatingBehavior broken?

2007-08-23 Thread Oleg Taranenko
Hello Nino, It seems to be the same issue as i've encountered a week ago. see thread "Order-Items master detail page" started at 16 august Possible Solution in you case: declare private Phone selectedItem; in function protected void onUpdate(AjaxRequestTarget target) { ... selectedItem = (P

Re: {wicket 1.3 beta 2} AjaxFormComponentUpdatingBehavior broken?

2007-08-23 Thread Oleg Taranenko
in.org/pastebin/view/1386 > Havent had the chance yet to tryout beta 3, not sure if its gone there. > regards Nino > - > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL

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, yo

Order-Items master detail page

2007-08-15 Thread Oleg Taranenko
Hi, I have the simplest use case, but i'm finally confused, please help. I have 2 DataViews with ListDataProvider.  Left dataview shows Orders, right must show order items, when I click on the order number. I have simple list - Order List and Order Items List: Both created as DataView with