AjaxTimerBehavior - findParent method returned null in onTimer method

2021-11-29 Thread danisevsky
Hi,

we found NPE in our production log and I am not able to explain how this
could happen. Simplified code looks like this:

private class UserNameStep extends WizardStep {

@Override
protected void onInitialize() {
super.onInitialize();
add(new AbstractAjaxTimerBehavior(Duration.seconds(3)) {

@Override
protected void onTimer(AjaxRequestTarget target) {
NewUserWizard wizard = findParent(NewUserWizard.class);
wizard.getWizardModel().next();
target.add(wizard);
}
});
}

NPE was caused by "findParent(NewUserWizard.class);" returned null. The
only explanation which I can imagine is some race condition - some another
thread would replace this step to another but as I know access to page is
synchronized. Furthermore if this step wouldn't part of current page the
"onTimer" method would not invoked. Could you please imagine any scenario
for not finding parent component in "onTimer" method?

Thanks a lot!
D.


wicket-cdi and org.hibernate.LazyInitializationException

2014-02-22 Thread danisevsky
Hi,

I am running wicket application on Jboss AS 7. I can't found out if for CDI
exists something like OpenSessionInViewFilter for Spring. I do not want use
fetch = FetchType.EAGER everywhere. Could someone give me an advice
please?

Thanks!


how to add rel=nofollow to all links

2012-10-30 Thread danisevsky
Hi,

when I look on my site (Brix and Wicket 6 application) in the google
webmasters tools I see 300 thousands of wrong urls. All of them are
from links (contains ILinkListener). So I would like to ask you if it
would make sense to add attribute rel=nofollow to all wicket links?
If so is there some way how to do it automatically?

Thanks in advance!

-
To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org
For additional commands, e-mail: users-h...@wicket.apache.org



ajax channels

2012-10-24 Thread danisevsky
Hi,

I have long-running ajax behavior. And when this behavior is running
no other ajax component on page can work because ajax requests are
serial. My question is if it is possible to use another ajax channel
for long-runnig behavior?

I tried:

@Override
protected void updateAjaxAttributes(AjaxRequestAttributes attributes) {
attributes.setChannel(new AjaxChannel(another));
}

but this didn't work (ajax requests are still serial). I am using wicket 6.

Thanks in advance!

-
To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org
For additional commands, e-mail: users-h...@wicket.apache.org



Re: [Announce] Wicket Stuff Core 1.5.5 Released

2012-03-14 Thread danisevsky
Thank you very much Michael!

2012/3/14 Michael O'Cleirigh michael.ocleir...@rivulet.ca:

 Hello,

 Following the release of wicket 1.5.5 have cut a matching
 wicketstuff-core release.

 The artifacts have been promoted and are now available in maven central.

 They can be retrieved like this:

 dependency
 groupIdorg.wicketstuff/groupId
 artifactIdwicketstuff-tinymce/artifactId
 version1.5.5/version
 /dependency

 The release tag is here:
 https://github.com/wicketstuff/core/tree/wicketstuff-core-1.5.5

 Development on the next release takes place on the core-1.5.x branch here:
 https://github.com/wicketstuff/core/tree/core-1.5.x

 Issues can be reported here: https://github.com/wicketstuff/core/issues

 The Project Wiki is available here:
 https://github.com/wicketstuff/core/wiki

 Changelog between wicketstuff-core-1.5.4 and this release:

 =Tom B (12):
      Cherry Picked into Core 1.5.x Insertable Changes (Mid cherry pick
 commit)
      More Cherry-picked commits from for the merge history
 AbstractPageableView clearCache support     DataGrid InsertRow()  Igrid
      committing pull/merge from github WicketStuff/Core
      updating .gitignore to ignore IDEA project files
      ended up clarifying parameter order in .gitignore     Cherry Pick:
 updating .gitignore to ignore IDEA project files
      [InMethod-Grid] Added Additional columns      LinkColumn - abstract
  PageLinkColumn - example implementation for linking to an
      [InMethod Grid] Updated the new classes for core-1.5.x compatibility
   Added Generics to the new columns     Began Simplifying ar
      [InMethod Grid] rollback of Failed 1 html Table     simplified if
 statements by removing useless '== true'     made sure form exist
      [InMethod Grid] Final Cherry Pick Commit hopefully evertyhing is to
 rights     now.     Cherry Pick: [InMethod Grid] remove errant
      [InMethod Grid]Final Cherry Pick Commit hopefully everything is to
 rights not.     CherryPick [InMethod Grid] remove errant generic
      [InMethod Grid] reset poms to remove local build changes     delete
 extraneous/erroneous files from another project org.cometd.java
      [InMethod Grid] compile fixes      + removed unused logger in
 AddRecordsToolbar - testing/debugging artifact      + corrected isFoc

 Michael O'Cleirigh (2):
      [wicket-security] Change wicket-util dependency type due to wicket
 upstream change
      commit wicketstuff-core 1.5.5 release pom's

 chrisco484 (2):
      Merge pull request #96 from raystorm/raystorm-inmethod-grid
      Merge pull request #98 from raystorm/raystorm-inmethod-grid

 Andrei Costescu (1):
      Manually merged changes from 1.4 branch.     Options that should
 evaluate to function objects browser side should not     escape un


 (This listing was generated using: git shortlog -n
 wicketstuff-core-1.5.4..wicketstuff-core-1.5.5).

 I will plan to do the next release within one month of today but if you
 commit code and/or need a release cut sooner please file a ticket.

 Regards,

 Mike


 -
 To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org
 For additional commands, e-mail: users-h...@wicket.apache.org


-
To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org
For additional commands, e-mail: users-h...@wicket.apache.org



Re: Wicket-Source: Click-through from browser back to Java source

2012-02-07 Thread danisevsky
Great work Jenny, thank you! It would be nice to have this feature in
wicket live examples.

Regards.

2012/2/6 Minas Manthos minas.mant...@gmail.com:
 @armhold
 I've also already started a plugin, but was too busy and had not the time to
 test and to do some cleanup. :-) I think it's better to have a independent
 plugin rather than integrate in WicketForge, so each plugin can have own
 deploy cycle. Anyway... I'm glad that you already deployed your work.

 I forked and pushed my work for documentation purpose. If you like look into
 https://github.com/minman/wicket-source/tree/master/sourceopener-idea. Feel
 free to reuse some code (maybe ConfigurationPanel usind IDEA's PasswordSafe
 or whatever). I will not further work on it nor deploy.

 Thank you for the plugin. Regards. :-)




 --
 View this message in context: 
 http://apache-wicket.1842946.n4.nabble.com/Wicket-Source-Click-through-from-browser-back-to-Java-source-tp4346532p4362375.html
 Sent from the Users forum mailing list archive at Nabble.com.

 -
 To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org
 For additional commands, e-mail: users-h...@wicket.apache.org


-
To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org
For additional commands, e-mail: users-h...@wicket.apache.org



strange exceptions in log

2011-12-22 Thread danisevsky
Hi, our production log is full of strange exceptions like this:
http://pastebin.com/Sq7EnV8c
Has anybody any idea what is wrong?
Thanks in advance!

-
To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org
For additional commands, e-mail: users-h...@wicket.apache.org



Re: freezing applications

2011-12-20 Thread danisevsky
You are right! Thank you very much!


2011/12/19 Tito njyt...@gmail.com:
 Do you have a security filter?
 I think may be you have the session expired and ajax requests don't get
 wicket filter.


 On Mon, Dec 19, 2011 at 3:33 PM, danisevsky danisev...@gmail.com wrote:

 Hello, our application is one page and everything is done by ajax. And
 tester says that when he comes from lunch all buttons are dead.
 Nothing happen when he clicks on links or buttons. I can't reproduce
 this behavior because on my machine I always get pageExpiredException
 (what is required). Is it possible to have dead wicket ajax components
 when server is running? We are running on Wicket 1.4.18.

 Thanks

 -
 To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org
 For additional commands, e-mail: users-h...@wicket.apache.org



-
To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org
For additional commands, e-mail: users-h...@wicket.apache.org



freezing applications

2011-12-19 Thread danisevsky
Hello, our application is one page and everything is done by ajax. And
tester says that when he comes from lunch all buttons are dead.
Nothing happen when he clicks on links or buttons. I can't reproduce
this behavior because on my machine I always get pageExpiredException
(what is required). Is it possible to have dead wicket ajax components
when server is running? We are running on Wicket 1.4.18.

Thanks

-
To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org
For additional commands, e-mail: users-h...@wicket.apache.org



Wicket and Scala

2011-08-24 Thread danisevsky
Hello, I am playing with Scala and Wicket and I am not clear about
using val and var when I am working with JPA entity objects (which
are not serializable). For example:

add(new RefreshingView[User](users){
  override def getItemModels(): java.util.Iterator[IModel[User]] = {
var models = new java.util.ArrayList[IModel[User]]();
for(user - getAllUsers()){
  models.add(new EntityDetachableModel[User](user))
}
models.iterator()
  }
  def populateItem(item: Item[User]) = {
val user = item.getModelObject // is this the same like final
User user = item.getModelObject() in Java?
//...
  }
})

if val user = item.getModelObject is the same like:
final User user = item.getModelObject
then I can't use val for entity objects because they are not
serializable and outer class (RefreshingView) holds reference on its
final fields. Is it true?
So should I use always var for non serializable objects?

Thank you in advance for clarification.

-
To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org
For additional commands, e-mail: users-h...@wicket.apache.org



[OT] Wicketeers from Czech rep.

2011-02-22 Thread danisevsky
Hi fans of Wicket!

Is there somebody from Czech rep? I'm thinking about organizing an event.

-
To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org
For additional commands, e-mail: users-h...@wicket.apache.org



Re: visural-wicket 0.6.5 released!

2010-11-25 Thread danisevsky
Visural is very good library! Thank you for it! I would welcome for
the next release maven integration.


2010/11/25 Richard Nichols r...@visural.com:
 Thanks for all the positive comments :)

 If anyone has any suggestions / ideas for the next release (0.7) then let me
 know.

 Currently the only things on the RoadMap, are Wicket 1.5 support and some
 refactoring on the DropDown control (which has become a bit of a maintenance
 time-sink).

 cheers,
 RIch

 On Fri, Nov 26, 2010 at 6:19 AM, Mark Doyle 
 markjohndo...@googlemail.comwrote:

 Great library.  I always expected more of these since component creation
 and
 reuse is one of Wickets a key strengths.

 What I like about this lib is it's clean and finished.  There is no feeling
 of immaturity or of a project that has died off.


 On Thu, Nov 25, 2010 at 2:02 PM, alex shubert alex.shub...@gmail.com
 wrote:

  I must ask it: why did you make such fat header at your page? Did you
  every try to take a look at this in 1600*900 notebook screen?
  All you writings begins in bottom second part of the screen. It is not
  my busenees of course, but why dont you kill that nice picture and
  resize header to just contain pragmatic without strong empty white
  line?
 
  Ah, forget it. At least you did not add banner on the top of all of that
   :)
 
  --
  Best regards
  Alex
 
  -
  To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org
  For additional commands, e-mail: users-h...@wicket.apache.org
 
 




 --
 Richard Nichols
 http://www.richardnichols.net/ :: http://onmydoorstep.com.au/


-
To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org
For additional commands, e-mail: users-h...@wicket.apache.org



wicket for highly frequented web

2010-10-27 Thread danisevsky
hello, can inmethod grid be used for public highly frequented Web? And
what about another statefull components? I have server with 6-core 2.6
GHz processor, 6GB RAM and I would like to ask you if this
configuration is enough for 1-3k users per day. What is your opinion
or experiences?

-
To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org
For additional commands, e-mail: users-h...@wicket.apache.org



regression

2010-10-15 Thread danisevsky
Hallo, fix this issue
https://issues.apache.org/jira/browse/WICKET-2886 broke Brix Menu
plugin, more info here
http://groups.google.com/group/brix-cms-discuss/browse_thread/thread/a1fe187920858b36
Could someone take a look?

-
To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org
For additional commands, e-mail: users-h...@wicket.apache.org



Re: What is the best slideshow?

2010-09-12 Thread danisevsky
I'm using visural wikcet:
http://visural-wicket-examples.appspot.com/app/fancybox and I'm very
satisfied.

2010/9/11 Paolo goli...@tiscalinet.it:
 I found this:

 http://lazydev.ildella.net/wicket-slides-080-released-with-smoothgallery

 Is it the best solution to show a sequence of image?

 I don't like to use flash. And this use javascript, so it may be OK.

 thank you.

 -
 To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org
 For additional commands, e-mail: users-h...@wicket.apache.org



-
To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org
For additional commands, e-mail: users-h...@wicket.apache.org



Re: Wicket archetype for hibernate 3.5 and spring 3

2010-07-26 Thread danisevsky
It seems nice. Could you please give me advice how to use it? I am not
fimiliar with mavem.

Thanks.

2010/7/25 Jochen Mader pflanzenmoer...@gmail.com

 I created a Maven archetype for wicket application containing the
 following things:

 - Everything is configured using Spring 3
 - Hibernate 3.5 is used for persistence
 - Example classes using JPA-style annotations
 - Example DAOs and base classes for CRUD-operations
 - Everything runs on an InRam-HSQL

 I will add some better unit tests this week.
 I added the Apache License so it should be compatible with Wicket.
 It is somewhat based on the original Wicket-Archetype. I hope I did
 everything right and didn't break any licenses.

 Grab your copy from:
 http://github.com/pflanzenmoerder/wicket-hibernate-archetype

 CU

 Jochen

 -
 To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org
 For additional commands, e-mail: users-h...@wicket.apache.org




Re: Announcing: visural-wicket 0.6 released - open source wicket components

2010-06-23 Thread danisevsky
Thanks! I am using your components and I am very statisfied.

2010/6/23 Duy Do doquoc...@gmail.com

 It's great, I will give it a try.

 Thanks a lot for your contribution.

 Duy



 On Tue, Jun 22, 2010 at 5:30 PM, Richard Nichols r...@visural.com wrote:

  Hi all,
 
  I'm pleased to announce the next major version of visural-wicket - 0.6
 
  This version includes a bunch of new components and behaviours.
 
  For the full run down, follow the link -
 
 
 
 http://www.richardnichols.net/2010/06/visural-wicket-0-6-released-new-components/
 
  visural-wicket is Apache 2.0 licensed open source.
 
  Let me know if you have any problems, suggestions or feedback.
 
  cheers,
  Richard.
 
  --
  Richard Nichols
  http://www.richardnichols.net/ :: http://onmydoorstep.com.au/
 



Security questions

2010-06-23 Thread danisevsky
I would like to implement guest book panel and I have two security question.

1) Need I captcha when there will be only ajax submit link? I think that
robots can't submit form thru javascript.

2) New comments will users write in Rich Text Editor (
http://visural-wicket-examples.appspot.com/app/rich-text-editor Reduced
Functionality Example)
so I must setEscapeModelStrings(false) on the label which shows comments. Is
this big security issue?


Re: Image Upload Using TinyMCE Within Wicket Framework

2010-06-07 Thread danisevsky
Hi, I checkout
https://wicket-stuff.svn.sourceforge.net/svnroot/wicket-stuff/branches/wicketstuff-core-1.4.9/and
build tinymce-mce and get the same result (upload example doesn't work
-
screenshot is in my previous email)

When I checkout only tinymce-parent - build failed: Reason: Cannot find
parent: org.wicketstuff:wicketstuff-core for project: null:t
inymce-parent:pom:null for project null:tinymce-parent:pom:null

Could you please tell me what I am doing wrong?

Thanks.

2010/6/2 danisevsky danisev...@gmail.com

 thanks, this is that problem, I checkout wicketstuff-core from
 https://wicket-stuff.svn.sourceforge.net/svnroot/wicket-stuff/trunk/wicketstuff-core/and
  there is version 1.4.10-SNAPSHOT

 I will try to find 1.4.9


 2010/6/2 Michał Letyński mletyn...@consol.pl

 Hi.
 I just checkout tinymce-parent with version 1.4.9 and everythink works
 both in FF3.5 and ie8

 W dniu 2010-06-01 20:17, danisevsky pisze:

 Hello, I checkout wicket-stuff core, install and run tinymce-examples,
 every examples works fine except image upload. Firebug do not show any
 javascript error. Could you please tell me what is wrong. What I get is on
 the attachment picture.



 -
 To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org
 For additional commands, e-mail: users-h...@wicket.apache.org





Re: Image Upload Using TinyMCE Within Wicket Framework

2010-06-02 Thread danisevsky
thanks, this is that problem, I checkout wicketstuff-core from
https://wicket-stuff.svn.sourceforge.net/svnroot/wicket-stuff/trunk/wicketstuff-core/and
there is version 1.4.10-SNAPSHOT

I will try to find 1.4.9


2010/6/2 Michał Letyński mletyn...@consol.pl

 Hi.
 I just checkout tinymce-parent with version 1.4.9 and everythink works both
 in FF3.5 and ie8

 W dniu 2010-06-01 20:17, danisevsky pisze:

 Hello, I checkout wicket-stuff core, install and run tinymce-examples,
 every examples works fine except image upload. Firebug do not show any
 javascript error. Could you please tell me what is wrong. What I get is on
 the attachment picture.



 -
 To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org
 For additional commands, e-mail: users-h...@wicket.apache.org




Re: Image Upload Using TinyMCE Within Wicket Framework

2010-06-01 Thread danisevsky
Hello, I checkout wicket-stuff core, install and run tinymce-examples, every
examples works fine except image upload. Firebug do not show any javascript
error. Could you please tell me what is wrong. What I get is on the
attachment picture.

-
To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org
For additional commands, e-mail: users-h...@wicket.apache.org

Re: YUI 3 anyone?

2010-04-26 Thread danisevsky
I think wicket 1.5 will use YUI 3. You can look to svn:
http://svn.apache.org/repos/asf/wicket/sandbox/knopp/experimental/wicket/src/main/java/org/apache/_wicket/ajax/


2010/4/26 Istvan Soos istvan.s...@gmail.com

 Hi,

 Is there a cool best-practice or even better an integration library to
 use YUI 3? I know the standard generic way, I'm interested
 specifically in YUI 3...

 Thanks,
   Istvan

 -
 To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org
 For additional commands, e-mail: users-h...@wicket.apache.org




Re: Announcing: visural-wicket 0.5 released - open source wicket components

2010-03-10 Thread danisevsky
ye, you are right.. sorry, I am stupid and forgot change the datasource
name. Thank you very much.

2010/3/10 Richard Nichols r...@richardnichols.net

 Can you post a code snippet?

 You have to give the datasources unique name properties, as the name
 is used in the client side javascript to link the component to the
 datasource.

 On 10 March 2010 01:52, danisevsky danisev...@gmail.com wrote:
  hello, I have another problem, with DropDown this time. If I have only
 one
  DropDown on my page, everything works great. But when I add another
 DropDown
  to the page, with diferent datasource, the first DropDown shows data from
  the second datasource. All DropDowns share the same datasource.
 



 --
 Richard Nichols :: http://www.visural.com/ ::
 http://www.richardnichols.net/

 -
 To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org
 For additional commands, e-mail: users-h...@wicket.apache.org




Re: Announcing: visural-wicket 0.5 released - open source wicket components

2010-03-09 Thread danisevsky
hello, I have another problem, with DropDown this time. If I have only one
DropDown on my page, everything works great. But when I add another DropDown
to the page, with diferent datasource, the first DropDown shows data from
the second datasource. All DropDowns share the same datasource.


Re: Announcing: visural-wicket 0.5 released - open source wicket components

2010-03-01 Thread danisevsky
It works great now, thank you very much!


Re: Announcing: visural-wicket 0.5 released - open source wicket components

2010-02-27 Thread danisevsky
thank you. I tryed this, but do not work. I think problem is that image has
no .jpg suffix. I do not know, how to solve it.. :(

here is the result preview: http://img5.imgup.eu/prevzfs.jpg


Re: Announcing: visural-wicket 0.5 released - open source wicket components

2010-02-25 Thread danisevsky
visural-wicket is great, thank you very much for sharing!

I have one small issue, Fancybox does not calculate width of my images
right. This is part of rendered html:

div id=fancybox-inner style=overflow: auto; top: 10px; left: 10px;
width: 1024px; height: 501px; display: block;

heigh: 501px - correct
width: 1024px - not correct, this is width of original image, this could be
smaller

as a result is that Fancybox is wider then image.

I serve images like shared resources.

java code:

WebMarkupContainer container = new WebMarkupContainer(img) {
@Override
protected void onComponentTag(ComponentTag tag) {
super.onComponentTag(tag);
tag.put(src, urlFor(new ResourceReference(image)) +
?pictureId=08d7463i4mh53bavkkmr);
}
};
add(container);
container.setOutputMarkupId(true);

add(new Fancybox(image1,
container).setGroup(group).setBoxTitle(Photo 1 of 4));

markup:

a class=button href=# wicket:id=image1Image 1/a
div style=display: none;
 img style=height:100%; wicket:id=img/
/div

Could you gime me some advice?


Re: OT: Relational database + Hibenate vs Content Repository (Jackrabbit)

2009-11-12 Thread danisevsky
I think the best solution is combine JCR and relation database. Some data
store to JCR (on filesystem) a some to database. But question is for which
kind of data si better JCR. My opinion is that data like photos, blogs,
comments is better store in JCR and data like users, roles, classifiers is
better store in databaze.
What do you think, is it right?

2009/11/12 Jeremy Thomerson jer...@wickettraining.com

 Anybody have thoughts on this?  I am curious also.

 --
 Jeremy Thomerson
 http://www.wickettraining.com



 On Wed, Nov 4, 2009 at 10:27 AM, danisevsky danisev...@gmail.com wrote:

  Hallo, I am thinking about learning and using Jackrabbit instead of
  relational database (+ Hibernate) in my new wicket application (which
 will
  be build on Brix CMS).
  Is it very wrong idea?
  Thanks
 



OT: Relational database + Hibenate vs Content Repository (Jackrabbit)

2009-11-04 Thread danisevsky
Hallo, I am thinking about learning and using Jackrabbit instead of
relational database (+ Hibernate) in my new wicket application (which will
be build on Brix CMS).
Is it very wrong idea?
Thanks


AjaxEditableLabel and problem with diacritical marks

2009-10-21 Thread danisevsky
Hello, when I submit AjaxEditableLabel which contains a letter with
diacritical mark (ěščřžýáíé..) I dont get right letter in model, but
something like this '?'.
All my markups contains this:

?xml version=1.0 encoding=UTF-8 ?
html xmlns:wicket
...
/html

Could you give me a advice?

thanks


Re: Open source Wicket blog

2009-10-14 Thread danisevsky
It would be nice, I am very interested.

BTW there is another great open-source blogging system -
http://code.google.com/p/elephas/

2009/10/14 Anton Veretennikov anton.veretenni...@gmail.com

 I'm interested. This will be definitely something desirable for many
 website builders.
 I want to assist in developing because I need such functionality in
 several sites.

 -- Tony

 On Wed, Oct 14, 2009 at 2:30 PM, Daniel Frisk dan...@jalbum.net wrote:
  Hi,
 
  we have developed a blog tool in Wicket for our website. I just wanted to
  see if there is any interest in having that as an open source project?
  The code would have to be adopted for general use and be untangled from
 some
  dependencies that we don't want to open source, so I just want to check
 if
  there is any interest before doing the initial work. Not promising
 anything
  so don't start haunting me, but let me know if you are interested.
 
  Check it out at:
  http://jalbum.net/blog
 
  // Daniel
  jalbum.net
 
  -
  To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org
  For additional commands, e-mail: users-h...@wicket.apache.org
 
 

 -
 To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org
 For additional commands, e-mail: users-h...@wicket.apache.org




Re: Leg Up for Wicket, Spring, Guice, JPA, Warp, EclipseLink, Hibernate ... projects

2009-10-11 Thread danisevsky
Hi,

I am using 2.2.1. I tried it again (without the command change) and now it
works. If I remember well, only change what I done was clear .m2 directory.
I am not the same guy who left the comment on your blog.

Thank you very much.


2009/10/11 richardwilko richardjohnwilkin...@gmail.com


 Hi,

 What version of maven are you using (you can find you with mvn -version)

 Can you try changing this bit of the command line:
 -DarchetypeCatalog=
 http://legup.googlecode.com/svn/repo/archetype-catalog.xml

 to this:
 -DarchetypeCatalog=http://legup.googlecode.com/svn/repo

 and see if that works.

 (btw are you the same guy who left the comment on my blog?)

 Regards - Richard Wilkinson
 Developer,
 jWeekend: OO  Java Technologies - Development and Training
 http://jWeekend.com




 danisevsky danisevsky wrote:
 
  Hello, I was trying it on Linux with no proxy and I got the same error.
 In
  text editor is see, that there is no line breaks. I do not know where is
  problem.
 
  2009/10/9 Bert taser...@gmail.com
 
  Perhaps he is using a maven proxy repository and the archetype
  repository is not added to it?
 
  On Thu, Oct 8, 2009 at 21:49, jWeekend jweekend_for...@cabouge.com
  wrote:
  
   Danisevsky,
  
   This has been used by loads of people and on all sorts of OSs and
  versions.
   I also just successfully tried it on XP, Vista  Ubuntu in case you
 had
  come
   across something that has been missed.
  
   Paste what you copy from Leg Up into a text editor to see what's
  causing
   that exception on your box and let us know what you find to help
 others
  that
   may hit a similar issue with copy 'n' paste or whatever else it turns
  out
  to
   be specific to your environment (possibly a proxy issue - ie you
  haven't
   told Maven about your proxy, but your browser is set up properly to
 use
  it).
  
   Regards - Cemal
   jWeekend
   OO  Java Technologies, Wicket Training and Development
   http://jWeekend.com
  
  
  
  
   danisevsky danisevsky wrote:
  
   I can access this file in web browser and it seems that there is no
  break
   line. I will try it later in linux.
  
   thank you
  
  
   2009/10/8 richardwilko richardjohnwilkin...@gmail.com
  
  
   hi,
  
   The error is saying that maven cannot find the archetype catalog
  file,
   please make sure you can access this file in a web browser [1], and
   ensure
   that you do not have any line breaks in your maven command (not sure
  if
   it
   is just how the command appears on nabble but it looks like there is
  a
   line
   break in the middle of the url)
  
  
   [1] - http://legup.googlecode.com/svn/repo/archetype-catalog.xml
  
  
   Hope this helps
  
   Regards - Richard Wilkinson
   Developer,
   jWeekend: OO  Java Technologies - Development and Training
   http://jWeekend.com
  
  
  
   danisevsky danisevsky wrote:
   
Hello, I was trying generate Wicket - Spring - JPA project and I
  get
following error:
   
C:\projects\testmvn archetype:generate -B -DarchetypeCatalog=
http://legup.googl
   
  
 
 ecode.com/svn/repo/archetype-catalog.xml-DarchetypeArtifactId=wicket-spring-jpa
-archetype -DarchetypeGroupId=com.jweekend
 -DarchetypeVersion=0.8.0
-DgroupId=co
m.mycompany -DartifactId=mycompany -Dversion=1.0-SNAPSHOT
-Dpackage=com.mycompan
y
[INFO] Scanning for projects...
[INFO] Searching repository for plugin with prefix: 'archetype'.
[INFO]
   
  
  
[INFO] Building Maven Default Project
[INFO]task-segment: [archetype:generate] (aggregator-style)
[INFO]
   
  
  
[INFO] Preparing archetype:generate
[INFO] No goals needed for project - skipping
[INFO] Setting property: classpath.resource.loader.class =
'org.codehaus.plexus
.velocity.ContextClassLoaderResourceLoader'.
[INFO] Setting property: velocimacro.messages.on = 'false'.
[INFO] Setting property: resource.loader = 'classpath'.
[INFO] Setting property: resource.manager.logwhenfound = 'false'.
[INFO] [archetype:generate]
[INFO] Generating project in Batch mode
[WARNING] Error reading archetype catalog
http://legup.googlecode.com/svn/repo/a
rchetype-catalog.xml
org.apache.maven.wagon.ResourceDoesNotExistException: Unable to
  locate
resource
in repository
at
   
  org.apache.maven.wagon.providers.http.LightweightHttpWagon.fillInputD
ata(LightweightHttpWagon.java:100)
at
  org.apache.maven.wagon.StreamWagon.get(StreamWagon.java:68)
at
   
  org.apache.maven.archetype.source.RemoteCatalogArchetypeDataSource.ge
tArchetypeCatalog(RemoteCatalogArchetypeDataSource.java:74)
at
   
  org.apache.maven.archetype.DefaultArchetype.getRemoteCatalog(DefaultA
rchetype.java:203

commit access for wicket stuff

2009-10-10 Thread danisevsky
Hi,

I would like commit access for wicket stuff.
I plan working on YUI.

My sourceforge user name is danisevsky

Regards,


Re: Leg Up for Wicket, Spring, Guice, JPA, Warp, EclipseLink, Hibernate ... projects

2009-10-09 Thread danisevsky
Hello, I was trying it on Linux with no proxy and I got the same error. In
text editor is see, that there is no line breaks. I do not know where is
problem.

2009/10/9 Bert taser...@gmail.com

 Perhaps he is using a maven proxy repository and the archetype
 repository is not added to it?

 On Thu, Oct 8, 2009 at 21:49, jWeekend jweekend_for...@cabouge.com
 wrote:
 
  Danisevsky,
 
  This has been used by loads of people and on all sorts of OSs and
 versions.
  I also just successfully tried it on XP, Vista  Ubuntu in case you had
 come
  across something that has been missed.
 
  Paste what you copy from Leg Up into a text editor to see what's
 causing
  that exception on your box and let us know what you find to help others
 that
  may hit a similar issue with copy 'n' paste or whatever else it turns out
 to
  be specific to your environment (possibly a proxy issue - ie you haven't
  told Maven about your proxy, but your browser is set up properly to use
 it).
 
  Regards - Cemal
  jWeekend
  OO  Java Technologies, Wicket Training and Development
  http://jWeekend.com
 
 
 
 
  danisevsky danisevsky wrote:
 
  I can access this file in web browser and it seems that there is no
 break
  line. I will try it later in linux.
 
  thank you
 
 
  2009/10/8 richardwilko richardjohnwilkin...@gmail.com
 
 
  hi,
 
  The error is saying that maven cannot find the archetype catalog file,
  please make sure you can access this file in a web browser [1], and
  ensure
  that you do not have any line breaks in your maven command (not sure if
  it
  is just how the command appears on nabble but it looks like there is a
  line
  break in the middle of the url)
 
 
  [1] - http://legup.googlecode.com/svn/repo/archetype-catalog.xml
 
 
  Hope this helps
 
  Regards - Richard Wilkinson
  Developer,
  jWeekend: OO  Java Technologies - Development and Training
  http://jWeekend.com
 
 
 
  danisevsky danisevsky wrote:
  
   Hello, I was trying generate Wicket - Spring - JPA project and I get
   following error:
  
   C:\projects\testmvn archetype:generate -B -DarchetypeCatalog=
   http://legup.googl
  
 
 ecode.com/svn/repo/archetype-catalog.xml-DarchetypeArtifactId=wicket-spring-jpa
   -archetype -DarchetypeGroupId=com.jweekend -DarchetypeVersion=0.8.0
   -DgroupId=co
   m.mycompany -DartifactId=mycompany -Dversion=1.0-SNAPSHOT
   -Dpackage=com.mycompan
   y
   [INFO] Scanning for projects...
   [INFO] Searching repository for plugin with prefix: 'archetype'.
   [INFO]
  
 
 
   [INFO] Building Maven Default Project
   [INFO]task-segment: [archetype:generate] (aggregator-style)
   [INFO]
  
 
 
   [INFO] Preparing archetype:generate
   [INFO] No goals needed for project - skipping
   [INFO] Setting property: classpath.resource.loader.class =
   'org.codehaus.plexus
   .velocity.ContextClassLoaderResourceLoader'.
   [INFO] Setting property: velocimacro.messages.on = 'false'.
   [INFO] Setting property: resource.loader = 'classpath'.
   [INFO] Setting property: resource.manager.logwhenfound = 'false'.
   [INFO] [archetype:generate]
   [INFO] Generating project in Batch mode
   [WARNING] Error reading archetype catalog
   http://legup.googlecode.com/svn/repo/a
   rchetype-catalog.xml
   org.apache.maven.wagon.ResourceDoesNotExistException: Unable to
 locate
   resource
   in repository
   at
   org.apache.maven.wagon.providers.http.LightweightHttpWagon.fillInputD
   ata(LightweightHttpWagon.java:100)
   at
 org.apache.maven.wagon.StreamWagon.get(StreamWagon.java:68)
   at
  
 org.apache.maven.archetype.source.RemoteCatalogArchetypeDataSource.ge
   tArchetypeCatalog(RemoteCatalogArchetypeDataSource.java:74)
   at
   org.apache.maven.archetype.DefaultArchetype.getRemoteCatalog(DefaultA
   rchetype.java:203)
   at
   org.apache.maven.archetype.ui.DefaultArchetypeSelector.getArchetypesB
   yCatalog(DefaultArchetypeSelector.java:249)
   at
   org.apache.maven.archetype.ui.DefaultArchetypeSelector.selectArchetyp
   e(DefaultArchetypeSelector.java:74)
   at
   org.apache.maven.archetype.mojos.CreateProjectFromArchetypeMojo.execu
   te(CreateProjectFromArchetypeMojo.java:180)
   at
   org.apache.maven.plugin.DefaultPluginManager.executeMojo(DefaultPlugi
   nManager.java:453)
   at
   org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeGoals(Defa
   ultLifecycleExecutor.java:559)
   at
   org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeStandalone
   Goal(DefaultLifecycleExecutor.java:513)
   at
   org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeGoal(Defau
   ltLifecycleExecutor.java:483)
   at
   org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeGoalAndHan
   dleFailures(DefaultLifecycleExecutor.java:331

Re: Leg Up for Wicket, Spring, Guice, JPA, Warp, EclipseLink, Hibernate ... projects

2009-10-08 Thread danisevsky
Hello, I was trying generate Wicket - Spring - JPA project and I get
following error:

C:\projects\testmvn archetype:generate -B -DarchetypeCatalog=
http://legup.googl
ecode.com/svn/repo/archetype-catalog.xml-DarchetypeArtifactId=wicket-spring-jpa
-archetype -DarchetypeGroupId=com.jweekend -DarchetypeVersion=0.8.0
-DgroupId=co
m.mycompany -DartifactId=mycompany -Dversion=1.0-SNAPSHOT
-Dpackage=com.mycompan
y
[INFO] Scanning for projects...
[INFO] Searching repository for plugin with prefix: 'archetype'.
[INFO]

[INFO] Building Maven Default Project
[INFO]task-segment: [archetype:generate] (aggregator-style)
[INFO]

[INFO] Preparing archetype:generate
[INFO] No goals needed for project - skipping
[INFO] Setting property: classpath.resource.loader.class =
'org.codehaus.plexus
.velocity.ContextClassLoaderResourceLoader'.
[INFO] Setting property: velocimacro.messages.on = 'false'.
[INFO] Setting property: resource.loader = 'classpath'.
[INFO] Setting property: resource.manager.logwhenfound = 'false'.
[INFO] [archetype:generate]
[INFO] Generating project in Batch mode
[WARNING] Error reading archetype catalog
http://legup.googlecode.com/svn/repo/a
rchetype-catalog.xml
org.apache.maven.wagon.ResourceDoesNotExistException: Unable to locate
resource
in repository
at
org.apache.maven.wagon.providers.http.LightweightHttpWagon.fillInputD
ata(LightweightHttpWagon.java:100)
at org.apache.maven.wagon.StreamWagon.get(StreamWagon.java:68)
at
org.apache.maven.archetype.source.RemoteCatalogArchetypeDataSource.ge
tArchetypeCatalog(RemoteCatalogArchetypeDataSource.java:74)
at
org.apache.maven.archetype.DefaultArchetype.getRemoteCatalog(DefaultA
rchetype.java:203)
at
org.apache.maven.archetype.ui.DefaultArchetypeSelector.getArchetypesB
yCatalog(DefaultArchetypeSelector.java:249)
at
org.apache.maven.archetype.ui.DefaultArchetypeSelector.selectArchetyp
e(DefaultArchetypeSelector.java:74)
at
org.apache.maven.archetype.mojos.CreateProjectFromArchetypeMojo.execu
te(CreateProjectFromArchetypeMojo.java:180)
at
org.apache.maven.plugin.DefaultPluginManager.executeMojo(DefaultPlugi
nManager.java:453)
at
org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeGoals(Defa
ultLifecycleExecutor.java:559)
at
org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeStandalone
Goal(DefaultLifecycleExecutor.java:513)
at
org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeGoal(Defau
ltLifecycleExecutor.java:483)
at
org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeGoalAndHan
dleFailures(DefaultLifecycleExecutor.java:331)
at
org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeTaskSegmen
ts(DefaultLifecycleExecutor.java:228)
at
org.apache.maven.lifecycle.DefaultLifecycleExecutor.execute(DefaultLi
fecycleExecutor.java:142)
at org.apache.maven.DefaultMaven.doExecute(DefaultMaven.java:336)
at org.apache.maven.DefaultMaven.execute(DefaultMaven.java:129)
at org.apache.maven.cli.MavenCli.main(MavenCli.java:301)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.
java:39)
at
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAcces
sorImpl.java:25)
at java.lang.reflect.Method.invoke(Method.java:597)
at
org.codehaus.classworlds.Launcher.launchEnhanced(Launcher.java:315)
at org.codehaus.classworlds.Launcher.launch(Launcher.java:255)
at
org.codehaus.classworlds.Launcher.mainWithExitCode(Launcher.java:430)

at org.codehaus.classworlds.Launcher.main(Launcher.java:375)
Caused by: java.io.FileNotFoundException:
http://legup.googlecode.com/svn/repo/a
rchetype-catalog.xml/archetype-catalog.xml
at
sun.net.www.protocol.http.HttpURLConnection.getInputStream(HttpURLCon
nection.java:1288)
at
org.apache.maven.wagon.providers.http.LightweightHttpWagon.fillInputD
ata(LightweightHttpWagon.java:83)
... 24 more
[INFO]

[ERROR] BUILD FAILURE
[INFO]

[INFO] : java.lang.NullPointerException
null
[INFO]

[INFO] For more information, run Maven with the -e switch
[INFO]

[INFO] Total time: 2 seconds
[INFO] Finished at: Thu Oct 08 13:30:48 CEST 2009
[INFO] Final Memory: 8M/14M
[INFO]

C:\projects\test

2009/10/6 richardwilko richardjohnwilkin...@gmail.com


 Hi,

 Yes, you will need to bind every dao (and eveything you want to inject).

 

Re: Leg Up for Wicket, Spring, Guice, JPA, Warp, EclipseLink, Hibernate ... projects

2009-10-08 Thread danisevsky
I can access this file in web browser and it seems that there is no break
line. I will try it later in linux.

thank you


2009/10/8 richardwilko richardjohnwilkin...@gmail.com


 hi,

 The error is saying that maven cannot find the archetype catalog file,
 please make sure you can access this file in a web browser [1], and ensure
 that you do not have any line breaks in your maven command (not sure if it
 is just how the command appears on nabble but it looks like there is a line
 break in the middle of the url)


 [1] - http://legup.googlecode.com/svn/repo/archetype-catalog.xml


 Hope this helps

 Regards - Richard Wilkinson
 Developer,
 jWeekend: OO  Java Technologies - Development and Training
 http://jWeekend.com



 danisevsky danisevsky wrote:
 
  Hello, I was trying generate Wicket - Spring - JPA project and I get
  following error:
 
  C:\projects\testmvn archetype:generate -B -DarchetypeCatalog=
  http://legup.googl
 
 ecode.com/svn/repo/archetype-catalog.xml-DarchetypeArtifactId=wicket-spring-jpa
  -archetype -DarchetypeGroupId=com.jweekend -DarchetypeVersion=0.8.0
  -DgroupId=co
  m.mycompany -DartifactId=mycompany -Dversion=1.0-SNAPSHOT
  -Dpackage=com.mycompan
  y
  [INFO] Scanning for projects...
  [INFO] Searching repository for plugin with prefix: 'archetype'.
  [INFO]
  
  [INFO] Building Maven Default Project
  [INFO]task-segment: [archetype:generate] (aggregator-style)
  [INFO]
  
  [INFO] Preparing archetype:generate
  [INFO] No goals needed for project - skipping
  [INFO] Setting property: classpath.resource.loader.class =
  'org.codehaus.plexus
  .velocity.ContextClassLoaderResourceLoader'.
  [INFO] Setting property: velocimacro.messages.on = 'false'.
  [INFO] Setting property: resource.loader = 'classpath'.
  [INFO] Setting property: resource.manager.logwhenfound = 'false'.
  [INFO] [archetype:generate]
  [INFO] Generating project in Batch mode
  [WARNING] Error reading archetype catalog
  http://legup.googlecode.com/svn/repo/a
  rchetype-catalog.xml
  org.apache.maven.wagon.ResourceDoesNotExistException: Unable to locate
  resource
  in repository
  at
  org.apache.maven.wagon.providers.http.LightweightHttpWagon.fillInputD
  ata(LightweightHttpWagon.java:100)
  at org.apache.maven.wagon.StreamWagon.get(StreamWagon.java:68)
  at
  org.apache.maven.archetype.source.RemoteCatalogArchetypeDataSource.ge
  tArchetypeCatalog(RemoteCatalogArchetypeDataSource.java:74)
  at
  org.apache.maven.archetype.DefaultArchetype.getRemoteCatalog(DefaultA
  rchetype.java:203)
  at
  org.apache.maven.archetype.ui.DefaultArchetypeSelector.getArchetypesB
  yCatalog(DefaultArchetypeSelector.java:249)
  at
  org.apache.maven.archetype.ui.DefaultArchetypeSelector.selectArchetyp
  e(DefaultArchetypeSelector.java:74)
  at
  org.apache.maven.archetype.mojos.CreateProjectFromArchetypeMojo.execu
  te(CreateProjectFromArchetypeMojo.java:180)
  at
  org.apache.maven.plugin.DefaultPluginManager.executeMojo(DefaultPlugi
  nManager.java:453)
  at
  org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeGoals(Defa
  ultLifecycleExecutor.java:559)
  at
  org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeStandalone
  Goal(DefaultLifecycleExecutor.java:513)
  at
  org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeGoal(Defau
  ltLifecycleExecutor.java:483)
  at
  org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeGoalAndHan
  dleFailures(DefaultLifecycleExecutor.java:331)
  at
  org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeTaskSegmen
  ts(DefaultLifecycleExecutor.java:228)
  at
  org.apache.maven.lifecycle.DefaultLifecycleExecutor.execute(DefaultLi
  fecycleExecutor.java:142)
  at org.apache.maven.DefaultMaven.doExecute(DefaultMaven.java:336)
  at org.apache.maven.DefaultMaven.execute(DefaultMaven.java:129)
  at org.apache.maven.cli.MavenCli.main(MavenCli.java:301)
  at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
  at
  sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.
  java:39)
  at
  sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAcces
  sorImpl.java:25)
  at java.lang.reflect.Method.invoke(Method.java:597)
  at
  org.codehaus.classworlds.Launcher.launchEnhanced(Launcher.java:315)
  at org.codehaus.classworlds.Launcher.launch(Launcher.java:255)
  at
  org.codehaus.classworlds.Launcher.mainWithExitCode(Launcher.java:430)
 
  at org.codehaus.classworlds.Launcher.main(Launcher.java:375)
  Caused by: java.io.FileNotFoundException:
  http://legup.googlecode.com/svn/repo/a
  rchetype-catalog.xml/archetype-catalog.xml

Wicket integration with jQuery

2009-09-11 Thread danisevsky
Hello folks. I would like to use some Wicket integration with jQuery. But I
found several implementations (WickeXt, wiquery and in wicket-stuff jwicket
and jquery) and I do not know which one is the best. Could someone give me
an advise?

Thanks


Re: AjaxLink/Behaviour with shortcut

2009-08-27 Thread danisevsky
look at
https://wicket-stuff.svn.sourceforge.net/svnroot/wicket-stuff/trunk/wicketstuff-core/input-events-parent/

2009/8/26 Johannes Schneider maili...@cedarsoft.com

 Hi,

 I have here several AjaxLinks that should be triggered using a shortcut
 (e.g. PageDown or Delete).
 Does anybody have some lines of code or a hint how that could be done?

 Alternatively a AjaxBehaviour could be used to start the action.


 Any ideas?
 Thanks,


 Johannes

 -
 To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org
 For additional commands, e-mail: users-h...@wicket.apache.org




how to get some data from servlet

2009-06-23 Thread danisevsky
hello, I am using MyMultiFileUploadServlet for uploading files and in some
wicket component I need find out how many files was uploaded.
I was trying to set this number to the HttpSession in
MyMultiFileUploadServlet and get it in the component:

HttpSession httpSession = ((WebRequest)
getRequest()).getHttpServletRequest()
.getSession();
String count = httpSession
.getAttribute(filesCount);

but count is always null. Is there any way how to get some data from
servlet? Thanks


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

2009-06-05 Thread danisevsky
Hi Daniel, when I tried build web beans project I get the following error

[ERROR] BUILD FAILURE
[INFO]

[INFO] Compilation failure

C:\projects\webbeans\wicketwebbeans-databinder\src\main\java\com\googlecode\wick
etwebbeans\databinder\DataSearchFilter.java:[91,23] cannot find symbol
symbol  : method getModelObject()
location: class net.databinder.components.hib.SearchPanel

C:\projects\webbeans\wicketwebbeans-databinder\src\main\java\com\googlecode\wick
etwebbeans\databinder\DataSearchFilter.java:[101,59] cannot find symbol
symbol  : method getModelObject()
location: class net.databinder.components.hib.SearchPanel

2009/6/5 Daniel Toffetti dto...@yahoo.com.ar

 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 Wicket 1.4, there is not a
 final release yet, you can check the code in trunk:

  http://code.google.com/p/wicket-web-beans/source/checkout


 Regards,

 Daniel




 -
 To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org
 For additional commands, e-mail: users-h...@wicket.apache.org




can't build Elephas

2009-06-01 Thread danisevsky
hi, I would like to try Elephas but I can't build it with maven. Does anyone
have actual pom.xml file? Or am I doing somethig wrong?

mvn install -Dmaven.test.skip=true


[INFO]

[ERROR] BUILD ERROR
[INFO]

[INFO] Error building POM (may not be this project's POM).


Project ID: org.apache.maven.plugins:maven-surefire-plugin

Reason: POM 'org.apache.maven.plugins:maven-surefire-plugin' not found in
reposi
tory: Unable to download the artifact from any repository

  org.apache.maven.plugins:maven-surefire-plugin:pom:2.4-SNAPSHOT

from the specified remote repositories:
  apache.snapshots (http://people.apache.org/repo/m2-snapshot-repository/),
  elephas-repository (http://elephas.googlecode.com/svn/misc/maven/),
  wicket-stuff-repository (http://www.wicketstuff.org/maven/repository/),
  central (http://repo1.maven.org/maven2),
  temp-repository (
http://people.apache.org/~frankbille/releases/apache-wicket-1
.4-m1/m2-repo/)

 for project org.apache.maven.plugins:maven-surefire-plugin

[INFO]

[INFO] For more information, run Maven with the -e switch
[INFO]

[INFO] Total time: 4 seconds
[INFO] Finished at: Mon Jun 01 20:35:22 CEST 2009
[INFO] Final Memory: 2M/6M
[INFO]



when will be wicket 1.4 final release

2009-05-27 Thread danisevsky
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.


Wicket and Flex

2009-05-21 Thread danisevsky
Hi,
I am thinking about using Flex for some kind of UI like graphs and others
widgets. Does anybody have some experience with wicket and flex?
thanks


Wicket Web Beans 1.1 and Wicket 1.4

2009-05-20 Thread danisevsky danisevsky
Hi

I wanted to try Wicket Web Beans 1.1 upload example but I get the following
exception

Caused by: java.lang.NoSuchMethodError:
com.googlecode.wicketwebbeans.containers.BeanForm.add(Lorg/apache/wicket/Component;)Lorg/apache/wicket/MarkupContainer;
at
com.googlecode.wicketwebbeans.containers.BeanForm.init(BeanForm.java:178)
at
com.googlecode.wicketwebbeans.containers.BeanForm.init(BeanForm.java:131)

Is Wicket Web Beans 1.1 incompatible with Wicket 1.4 rc4 or is reason of
exception something else?

Thanks for reply