Re: problem with AbstractEntityModel from Igor Vaynberg

2014-05-18 Thread Piratenvisier
with hibernate when I save the Model after I close the Form. When I set them once more as described below everything is OK. all ONETOMANY relationships which are set by the Form by DropDownChoices don't cause any problem. On Thu, May 8, 2014 at 7:50 AM, Piratenvisier hansheinrichbr...@yahoo.dewrote: If I

Re: problem with AbstractEntityModel from Igor Vaynberg

2014-05-16 Thread Piratenvisier
If I include the folowing lines : if(NachweiseForm.this.getModelObject().getKunde()!=null) { Kunde kunde = kundeManager.get(NachweiseForm.this.getModelObject().getKunde().getId()); NachweiseForm.this.getModelObject().setKunde(kunde);

Re: problem with AbstractEntityModel from Igor Vaynberg

2014-05-12 Thread Piratenvisier
If I include the folowing lines : if(NachweiseForm.this.getModelObject().getKunde()!=null) { Kunde kunde = kundeManager.get(NachweiseForm.this.getModelObject().getKunde().getId()); NachweiseForm.this.getModelObject().setKunde(kunde);

Re: problem with google Calendar while upgrading from wicket 1.5 to 6.9 Problem Solved

2013-10-28 Thread Piratenvisier
Problem solved Am 27.10.2013 17:04, schrieb Piratenvisier: I am using Google Calendar Service in my wicket application, which I bring now up to wicket 6.9. First I had to upgrade to com.google.gdata core 1.47.1 because of other guava dependencies. When I include the Statement; CalendarService

problem with google Calendar while upgrading from wicket 1.5 to 6.9

2013-10-27 Thread Piratenvisier
I am using Google Calendar Service in my wicket application, which I bring now up to wicket 6.9. First I had to upgrade to com.google.gdata core 1.47.1 because of other guava dependencies. When I include the Statement; CalendarService myService = new CalendarService(exampleCo-exampleApp-1); I

ModalWindow and Page expired

2013-09-21 Thread Piratenvisier
When I try to close the ModalWindow with window.close(target) I get the error Page expired How can I solve this ? - To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org For additional commands, e-mail:

Re: Google Maps refuses access

2013-09-14 Thread Piratenvisier
vriendelijke groet, Kind regards, Bas Gooren Op 12-9-2013 8:41, schreef Piratenvisier: I am using google maps embeded in my 1.5 wicket application . I used the wicket.contrib.gmap modules, which worked fine till now. Since a few days I get back the error: Server returned HTTP response code: 403

Re: Google Maps refuses access

2013-09-14 Thread Piratenvisier
13:50, schrieb Bas Gooren: I have no idea, as I have not had this problem myself. You should call or e-mail google support about this. Met vriendelijke groet, Kind regards, Bas Gooren Op 14-9-2013 11:44, schreef Piratenvisier: How long am I blocked. Do I have to do anything, or does

Google Maps refuses access

2013-09-12 Thread Piratenvisier
I am using google maps embeded in my 1.5 wicket application . I used the wicket.contrib.gmap modules, which worked fine till now. Since a few days I get back the error: Server returned HTTP response code: 403 for URL:

Re: popup Tree node

2013-09-06 Thread Piratenvisier
: By giving us more details what you need :-) On Thu, Sep 5, 2013 at 3:02 PM, Piratenvisier hansheinrichbr...@yahoo.dewrote: How can I make a tree node popup on click ? --**--**- To unsubscribe, e-mail: users-unsubscribe@wicket

popup Tree node

2013-09-05 Thread Piratenvisier
How can I make a tree node popup on click ? - To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org For additional commands, e-mail: users-h...@wicket.apache.org

Re: [Announce] wicket-jade

2013-08-07 Thread Piratenvisier
Hello Decebal, when I try to install your application I get the error: [ERROR] MavenInvocationException: Error when invoking Maven, consult the invoker log file: /homeerweitert/java/wicket/appfuse/makler/wicket-jade/new/trunk/wicket-jade/target/invoker/maven-javadoc-plugin25820809.txt and

Re: [Announce] wicket-jade

2013-08-07 Thread Piratenvisier
Hi Suiu, miracle with maven 3 it's ok; Am 07.08.2013 13:37, schrieb Decebal Suiu: Hi Heiner I tested with maven 2 and it works fine: $ mvn -version Apache Maven 2.2.1 (r801777; 2009-08-06 22:16:01+0300) Java version: 1.6.0_17 Java home: /opt/java/jdk1.6.0_17/jre Default locale: en_US,

access denied to Resource

2013-07-24 Thread Piratenvisier
I want to give access to a file *.xslt I tried SecurePackageResourceGuard guard = new SecurePackageResourceGuard(); guard.addPattern(+*.xslt); getResourceSettings().setPackageResourceGuard(guard); but no success always the error WARN -

Re: access denied to Resource

2013-07-24 Thread Piratenvisier
, Piratenvisier hansheinrichbr...@yahoo.dewrote: I want to give access to a file *.xslt I tried SecurePackageResourceGuard guard = new SecurePackageResourceGuard(); guard.addPattern(+*.xslt); Add guard.setAllowAccessToRootResources(true); getResourceSettings

Re: access denied to Resource

2013-07-24 Thread Piratenvisier
Problem is solved! Am 24.07.2013 14:32, schrieb Piratenvisier: I now have SecurePackageResourceGuard guard = new SecurePackageResourceGuard(); guard.addPattern(+*.xslt); guard.setAllowAccessToRootResources(true); getResourceSettings().setPackageResourceGuard

Re: wicket based e-mail UI

2013-07-17 Thread Piratenvisier
What do you expect ? Only sending emails to an address. Managing incoming emails and outgoing emails. At the moment I am using cocoon for outgoing emails sending always a copy to my mail account. I tried this already as a test in wicket because I wanted to leave cocoon because development slowed

Re: Tree with different BookmarkablePageLink per Node

2013-07-17 Thread Piratenvisier
consists of a huge switch statement, be configured via Spring or use some lookup to be extensible from different modules. Just some ideas Sven On 07/05/2013 11:11 PM, Piratenvisier wrote: What is the best way to build a nested Tree with different BookmarkablePageLinks per node? The best would

Re: Tree with different BookmarkablePageLink per Node

2013-07-06 Thread Piratenvisier
On Jul 5, 2013, at 5:11 PM, Piratenvisier hansheinrichbr...@yahoo.de wrote: What is the best way to build a nested Tree with different BookmarkablePageLinks per node? The best would be when I build the Foo node to give the information to build the BookmarkablePageLink. Who should know

Re: Tree with different BookmarkablePageLink per Node

2013-07-06 Thread Piratenvisier
ideas Sven On 07/05/2013 11:11 PM, Piratenvisier wrote: What is the best way to build a nested Tree with different BookmarkablePageLinks per node? The best would be when I build the Foo node to give the information to build the BookmarkablePageLink. Who should know the different PageClasses

Re: fault in tree view

2013-07-05 Thread Piratenvisier
? Please clear the browser cache too. Which Wicket version? Sven On 07/04/2013 04:16 PM, Piratenvisier wrote: Ok I try it again Am 04.07.2013 15:14, schrieb Sven Meier: ascii art? ;) On 07/04/2013 03:05 PM, Piratenvisier wrote: Hello Sven, here are the screenshots. Am 04.07.2013 09:10, schrieb

Re: fault in tree view

2013-07-05 Thread Piratenvisier
the browser cache too. Which Wicket version? Sven On 07/04/2013 04:16 PM, Piratenvisier wrote: Ok I try it again Am 04.07.2013 15:14, schrieb Sven Meier: ascii art? ;) On 07/04/2013 03:05 PM, Piratenvisier wrote: Hello Sven, here are the screenshots. Am 04.07.2013 09:10, schrieb Sven Meier

Re: fault in tree view

2013-07-05 Thread Piratenvisier
Hello Sven, In my adaption there is still a fault. When click on the link and come back I have two root nodes Regards Heiner Am 05.07.2013 16:59, schrieb Piratenvisier: Hello Sven, I tested your tre application and my adaption with google chrome and it is ok. So I think its a problem of debian

Re: fault in tree view

2013-07-05 Thread Piratenvisier
forget my comments. The fault was that I filled the foos list in the Page. Am 05.07.2013 17:10, schrieb Piratenvisier: Hello Sven, In my adaption there is still a fault. When click on the link and come back I have two root nodes Regards Heiner Am 05.07.2013 16:59, schrieb Piratenvisier: Hello

Tree with different BookmarkablePageLink per Node

2013-07-05 Thread Piratenvisier
What is the best way to build a nested Tree with different BookmarkablePageLinks per node? The best would be when I build the Foo node to give the information to build the BookmarkablePageLink. Who should know the different PageClasses?

Re: fault in tree view

2013-07-04 Thread Piratenvisier
Hello Sven, here are the screenshots. Am 04.07.2013 09:10, schrieb Sven Meier: Hi, I don't see a difference here. Can you post screenshots somewhere? Sven On 07/03/2013 11:02 PM, Piratenvisier wrote: If you open the stucture in beginners view you have an other sequence of nodes than

fault in tree view

2013-07-03 Thread Piratenvisier
When you look at the tree structure in advanced nested view there is a wrong branch A AB ABB ABBA ABBB ABBBA ABC ABD AC I would like to use a tree structure where the nodes are links to wicket pages or where you can open a nodes panel in accordion style

Re: fault in tree view

2013-07-03 Thread Piratenvisier
, foo.getId()); return new BookmarkablePageLinkVoid(id, tree.getPage().getClass(), parameters); } } }; } } Hope this helps Sven On 07/03/2013 10:24 PM, Piratenvisier wrote: When you look at the tree structure in advanced nested view

Re: wicket 6.3.0 WeldDecorator

2013-06-29 Thread Piratenvisier
Thanks martin with jetty version 8.1.3.v20120416 its O.K. with jetty version 9.0.2.v20130417 same error Am 24.06.2013 13:48, schrieb Martin Grigorov: You need to use Jetty 8.x On Mon, Jun 24, 2013 at 2:44 PM, Piratenvisier hansheinrichbr...@yahoo.dewrote: Hi, Martin error is also in 6.8.0

Re: wicket and flow

2013-06-29 Thread Piratenvisier
regards Heiner Am 18.06.2013 11:37, schrieb Piratenvisier: Thank you Martin. Now I started another evaluation process after studying spring Webflow and Seam an especially this discussion http://http://ptrthomas.wordpress.com/2007/03/02/wicket-impressions-moving-from-spring-mvc-webflow/ lets me

reset breadcrumb

2013-06-24 Thread Piratenvisier
How can I reset the breadcrumb here: add(new Button(nextButton) { @Override public void onSubmit() { activate(new IBreadCrumbPanelFactory() { @Override

Re: wicket 6.3.0 WeldDecorator

2013-06-24 Thread Piratenvisier
in Wicket v.Latest we can fix it in Wicket v.Next. So always check that your problems are valid in v.Latest. On Sun, Jun 23, 2013 at 5:26 PM, Piratenvisier hansheinrichbr...@yahoo.dewrote: When I start jetty for wicket-examples 6.3.0 now 6.8.0 I get the following Error: Cannot load class

using the panel variant of wizard

2013-06-24 Thread Piratenvisier
Hi How is it possible to suppress certain Buttons in the ButtonBar per Panel - To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org For additional commands, e-mail: users-h...@wicket.apache.org

wicket 6.3.0 WeldDecorator

2013-06-23 Thread Piratenvisier
When I start jetty for wicket-examples 6.3.0 now 6.8.0 I get the following Error: Cannot load class for org.jboss.weld.environment.jetty.WeldDecorator - To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org For additional

replacement of AnnotApplicationContextMock

2013-06-22 Thread Piratenvisier
What is the replacement for the Class AnnotApplicationContextMock ? Thanks Heiner - To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org For additional commands, e-mail: users-h...@wicket.apache.org

Re: wicket and flow

2013-06-18 Thread Piratenvisier
may find it interesting and update it to newer versions of both Wicket and Spring WebFlow. On Sun, Jun 16, 2013 at 7:34 AM, Piratenvisier hansheinrichbr...@yahoo.dewrote: Is there any support to structure the flow of pages and forms. I build for my realestate software structures, defining a state

Re: Wicket mail and pdf

2013-06-15 Thread Piratenvisier
:48 PM, Piratenvisier hansheinrichbr...@yahoo.dewrote: Martin thank you for your instantanious answers, I tried the mailtemplate example changed resource.text to resource.pdf and after some research concerning the error I got included IPackageResourceGuard packageResourceGuard

Re: Wicket mail and pdf

2013-06-15 Thread Piratenvisier
Martin forget this mail, I think its a problem of flyingsaucer. Am 15.06.2013 16:52, schrieb Piratenvisier: Hello Martin, I succeeded including the mail functionality. It has nothing to do with wicket. The example helps you to send an email message with a link to wicket. I succeeded

wicket and flow

2013-06-15 Thread Piratenvisier
Is there any support to structure the flow of pages and forms. I build for my realestate software structures, defining a state of a page, the visibility of the links and tabs, the pages a link calls in this state, database action to be done and the pageparameters the link tranfers to the new

Re: Wicket mail and pdf

2013-06-14 Thread Piratenvisier
Am 13.06.2013 12:53, schrieb Martin Grigorov: Hi, On Thu, Jun 13, 2013 at 1:48 PM, Piratenvisier hansheinrichbr...@yahoo.dewrote: Martin thank you for your instantanious answers, I tried the mailtemplate example changed resource.text to resource.pdf and after some research concerning

Re: Wicket mail and pdf

2013-06-14 Thread Piratenvisier
and the error has gone N On Thu, Jun 13, 2013 at 6:48 AM, Piratenvisier hansheinrichbr...@yahoo.dewrote: Martin thank you for your instantanious answers, I tried the mailtemplate example changed resource.text to resource.pdf and after some research concerning the error I got included

Re: Wicket mail and pdf

2013-06-13 Thread Piratenvisier
the markup for a page, a panel and a resource. At http://markmail.org/message/em4wqtsxhetu4skj you can see how to create PDF out of the produced HTML. On Tue, Jun 11, 2013 at 9:39 AM, Piratenvisier hansheinrichbr...@yahoo.dewrote: Does anybody know some example example code to start with concerning

Re: Wicket mail and pdf

2013-06-11 Thread Piratenvisier
Does anybody know some example example code to start with concerning email and pdf Thanks in advance Heiner Braun Am 10.06.2013 10:34, schrieb Martin Grigorov: Hi, If you use Wicket 6.7.0+ then you can use ComponentRenderer class to get the markup of any Wicket Page/Panel/Component. Then you

Wicket mail and pdf

2013-06-08 Thread Piratenvisier
I wanted to integrate mail and pdf creation in my wicket application. Till now I manage this by sending a request to a cocoon-2.2.0 application. This is a good solution but because I see no upgrade way using my cocoon application and integrating newer versions of spring I am looking for an