Re: wicket-atmosphere EventBus.post throwing Null pointer exception sometime

2013-08-16 Thread souvikbhattacharyas
Hi, When many people facing the same issue means may be there is some issue which can't be replicate in a small application. Me also facing the same issue in a big application which cannot be attached. So, is that possible for you guys to do a screen sharing with me through team viewer to see

RE: Updating form fields on dropdown selection change

2013-08-16 Thread Lucio Crusca
No replies... that must mean something... let's try rewording. I need to build several forms with: 1. Several text fields each, bound to several String properties of a single bean through a CompoundPropertyModel. This is a requirement unless it renders all the rest impossible to implement. 2.

Re: Updating form fields on dropdown selection change

2013-08-16 Thread Martin Grigorov
Hi, On Fri, Aug 16, 2013 at 10:58 AM, Lucio Crusca lu...@sulweb.org wrote: No replies... that must mean something... let's try rewording. I need to build several forms with: 1. Several text fields each, bound to several String properties of a single bean through a CompoundPropertyModel.

Re: Updating form fields on dropdown selection change

2013-08-16 Thread Lucio Crusca
Everything is possible. Just different tasks take different time to implement. What did you try and what issues you faced so far ? Please see my previous message. To recap, I tried a mix you just told me it can't work: I added the TextFields to the AjaxRequestTarget while updating the bean in

Re: Updating form fields on dropdown selection change

2013-08-16 Thread Martin Grigorov
On Fri, Aug 16, 2013 at 12:12 PM, Lucio Crusca lu...@sulweb.org wrote: Everything is possible. Just different tasks take different time to implement. What did you try and what issues you faced so far ? Please see my previous message. To recap, I tried a mix you just told me it can't

Mounted Dynamic Resource: IllegalStateException

2013-08-16 Thread Hans Lesmeister 2
Hi all, To deliver resources (mainly images) dynamically, we have created a custom ResourceReference and mounted that to a path: As long as the image is there and an inputstream can be retrieved from our service, everything works fine. However if a stream is not available, we throw an

AW: Mounted Dynamic Resource: IllegalStateException

2013-08-16 Thread Hans Lesmeister
Seems the code didn't make it: Hi all, To deliver resources (mainly images) dynamically, we have created a custom ResourceReference and mounted that to a path: // in our Application.init(): mountResource(assets/${path}/${name}, new CustomResourceReference()); // in

Re: Mounted Dynamic Resource: IllegalStateException

2013-08-16 Thread Martin Grigorov
Please create a ticket with a quickstart and we will take a look. Thanks! On Fri, Aug 16, 2013 at 12:48 PM, Hans Lesmeister hans.lesmeis...@lessy-software.de wrote: Seems the code didn't make it: Hi all, To deliver resources (mainly images) dynamically, we have created a custom

Re: Mounted Dynamic Resource: IllegalStateException

2013-08-16 Thread Hans Lesmeister 2
Hi Martin, Martin Grigorov-4 wrote Please create a ticket with a quickstart and we will take a look. Thanks! Quickstart attached https://issues.apache.org/jira/browse/WICKET-5318 Thanks a lot - -- Regards, Hans http://cantaa.de -- View this message in context:

AW: Mounted Dynamic Resource: IllegalStateException

2013-08-16 Thread Hans Lesmeister
Sorry, I had attached the WAR-file to the ticket. Now the ZIP-file is attached to the ticket. -Ursprüngliche Nachricht- Von: Hans Lesmeister 2 [mailto:hans.lesmeis...@lessy-software.de] Gesendet: Freitag, 16. August 2013 14:07 An: users@wicket.apache.org Betreff: Re: Mounted Dynamic

Going from one web app to another simulating login action

2013-08-16 Thread LauraZ
Hi, I've developed two independent wicket web apps, let's say webA and webB (both with is't own login page) Now I need to add a link in one of webA pages to go to webB. With that link a user logged in webA should be taken to webB, without asking him the credentials. But all processing made on

RE: Going from one web app to another simulating login action

2013-08-16 Thread Paul Bors
See this older thread: http://apache-wicket.1842946.n4.nabble.com/Single-sign-on-SSO-for-two-Wicket Application-td4620516.html ~ Thank you, Paul Bors -Original Message- From: LauraZ [mailto:zabaleta.la...@gmail.com] Sent: Friday, August 16, 2013 1:08 PM To: users@wicket.apache.org

RE: Breadcrumbs in TabbedPanel

2013-08-16 Thread Paul Bors
Well, if you got foo / bar / foo and you don't like the default behavior, extend the class and override it and then use your implementation J ~ Thank you, Paul Bors From: Vignesh Palanisamy [mailto:vign...@mcruncher.com] Sent: Wednesday, August 14, 2013 11:26 PM To:

Re: wicketstuff-lazymodel and wicket-bean-validation

2013-08-16 Thread Gabriel Landon
Thank you very much Sven. I've grabbed the new source code, but there seems to have something wrong with the unit test (mvn test) : 369 [main] INFO org.apache.wicket.Application - [WicketTesterApplication-e6fcee33-24d3-4380-803d-4903860437c6] init: Wicket extensions initializer 371 [main] WARN

Re: wicketstuff-lazymodel and wicket-bean-validation

2013-08-16 Thread Sven Meier
Hi Gariel, that's just an expected debug output, when LazyModel cannot detect the target type. Note that the test doesn't fail. Sven On 08/16/2013 09:31 PM, Gabriel Landon wrote: Thank you very much Sven. I've grabbed the new source code, but there seems to have something wrong with the