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
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)
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
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
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
...
> 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
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
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
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:
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
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
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.
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
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
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
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.
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:
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
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
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
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
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
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
23 matches
Mail list logo