Re: Unable to get response page from PageRequestHandlerTracker

2012-08-28 Thread Paul Borș
Might help if you provide a stack trace for the NPE :) Have a great day, Paul Borș On Aug 29, 2012, at 0:37, James Eliyezar ja...@mcruncher.com wrote: Hi, We recently migrated our application to wicket-1.5.8. We have an audit aspect based on Spring AOP that shall log the actions

Re: DropDownChoice.setNullValid

2012-11-23 Thread Paul Borș
Are you confusing nullValid w/ nullAllowed? ~ Thank you, Paul Bors On Nov 14, 2012, at 5:43 PM, Nick Pratt nbpr...@gmail.com wrote: As a followup - if you dont pass the null in the choices list, then it works as expected. On Wed, Nov 14, 2012 at 5:35 PM, Nick Pratt nbpr...@gmail.com

Re: Wicket 1.5.8 + EJB 3.1 - strange problem

2012-11-23 Thread Paul Borș
Why don't you instead use a bigger and more robust IoC framework like Spring and a persistence framework you can trust like Hibernate? Check out: http://wicketinaction.com/2009/06/wicketspringhibernate-configuration/ Have a great day, Paul Bors On Nov 19, 2012, at 8:39 AM, Satrix

Re: Updating datatable ajax

2012-11-23 Thread Paul Borș
Silly question, but do you refresh the table either via Ajax or a page refresh by sending a parameter of your data provider through a constructor or something? Because simply manipulating the data provider will no magically redraw things on the screen :) Put a log or break in your data

Re: Updating datatable ajax

2012-11-23 Thread Paul Borș
Ajax. As long as your data provider manipulates the same list it should work just fine. If you want code examples let me know, I have plenty of those add new editable rows. Have a great day, Paul Bors On Nov 24, 2012, at 1:03 AM, Paul Borș p...@bors.ws wrote: Silly question, but do you

Re: Model is null after submit, using FormComponentPanel

2012-12-05 Thread Paul Borș
Take a look at https://cwiki.apache.org/WICKET/working-with-wicket-models.html Okay so Account is the type of the model object and your FormComponentPanel seem to work off a CustomerAccountCodeModel: CustomerAccountCodeModel ccc = getModelObject(); If I'm understanding this right, what does

Re: Ajax form submit and Tomcat maxPostSize/connectionTimeout

2013-06-20 Thread Paul Borș
Blank form prob means empty model objects. Start Wicket in DEVELOPMENT mode: https://cwiki.apache.org/WICKET/faqs.html#FAQs-Myapplicationsays%2522DEVELOPMENTMODE%2522%252ChowdoIswitchtoproduction%253F Add the DebugBar to your page:

Wicket 6.9.0 released?

2013-06-30 Thread Paul Borș
Has the development team released or is in process of releasing Wicket 6.9.0? I see it exist in Maven central but there hasn't been any announcement yet: http://search.maven.org/#search%7Cga%7C1%7Cg%3A%22org.apache.wicket%22 Have a great day, Paul Bors

Re: Button tag

2013-07-06 Thread Paul Borș
Yes. See the books section on Wicket's website http://wicket.apache.org, also consult HTML's protocol. Have a great day, Paul Bors On Jul 5, 2013, at 1:01 PM, Jered Myers jer...@maplewoodsoftware.com wrote: I am looking at switching my input type=submit / submit buttons over to button

Re: How can i render json into markup?

2013-07-06 Thread Paul Borș
Your question is better addressed at http://wicked-charts.2319560.n4.nabble.com/ The mailing list for https://code.google.com/p/wicked-charts/ Tom H. did a super good job on integrating High Charts with Wicket so I'm not sure why you're reinventing the wheel. Have a great day, Paul Bors

Re: cryptic error messages

2013-07-06 Thread Paul Borș
As Per you're HTML you're component path is repeatingDocTypes:docTypeName ie: div wicket:id=repeatingDocTypes span wicket:id=docTypeNameOrders/spanbr/ Where repeatingDocTypes is a repeating view and its children are numbered (1,2,3,4..). Yet you added docTypeName and

Re: Tree with different BookmarkablePageLink per Node

2013-07-06 Thread Paul Borș
What have you tried so far? Has it worked for you? Have a great day, Paul Bors 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

Re: Wicket free guide updated.

2013-07-06 Thread Paul Borș
I won't print it just yet, the book is still going through revisions. See the open issues at http://code.google.com/p/wicket-guide/issues/list Otherwise you can always take it to Staples and pay $10 to have it printed for you ;) Have a great day, Paul Bors On Jul 6, 2013, at 4:17 AM,

Re: How can i render json into markup?

2013-07-06 Thread Paul Borș
the script with the json content inside the div. So far i've found a chart example in Igor's excelent Cookbook. But the problem of add a script in a div is still open. Thanks Per Am 06.07.2013 09:44, schrieb Paul Borș: Your question is better addressed at http://wicked-charts.2319560.n4

Re: wicketstuff-gmap3 and CryptoMapper

2013-07-06 Thread Paul Borș
First search for a Jira ticket in Wicket's queue that's related to your problem at: https://issues.apache.org/jira/browse/WICKET If one doesn't exist (I remember seeming a few ones about the CryptoMapper recently), then create a quick start that reproduces the bug in the fewest steps possible

Re: wicketstuff-gmap3 and CryptoMapper

2013-07-06 Thread Paul Borș
Btw, Martin released wicket-stuff 6.9.0 last Friday. Did you try that version? Have a great day, Paul Bors On Jul 7, 2013, at 12:25 AM, Paul Borș p...@bors.ws wrote: First search for a Jira ticket in Wicket's queue that's related to your problem at: https://issues.apache.org/jira/browse

Re: wicketstuff-gmap3 and CryptoMapper

2013-07-07 Thread Paul Borș
as I'll get to my devel machine. Regards, Nemat Paul Bors wrote Btw, Martin released wicket-stuff 6.9.0 last Friday. Did you try that version? Have a great day, Paul Bors On Jul 7, 2013, at 12:25 AM, Paul Borș lt; paul@ gt; wrote: First search for a Jira ticket in Wicket's

Re: Spring: cannot inject bean with scope request/session

2013-07-07 Thread Paul Borș
See chapter 17 Integration with enterprise containers of the of the Wicket Free Guide. Log on to Wicket's homepage, select Books and follow the link from there. You might be interested in section 17.1 Integrating Wicket with Spring. Have a great day, Paul Bors On Jul 7, 2013, at 5:58 AM,

Re: Looking to pair

2013-07-07 Thread Paul Borș
Have you glimpsed over the few books offered under the Books section on Wicket's home page? In my experience pair programming works for two developers within the same physical location when one can explain the other quickly why it's best to archive something one way rather than the other.

Re: Looking to pair

2013-07-08 Thread Paul Borș
As Martin M. said Hands-on head-first head-banging is the way to go. Watching aside won't take you fare and won't float long. If you're a manager, why even bother? You should be confident in your staff and they should follow your methodologies. I know as a team lead that the involvement

Re: how to solve this problem

2013-07-08 Thread Paul Borș
Simply put? RTFM... sorry for being mean and direct. Okay, so you are missing the markup (aka HTML file) with all the silly wicket:id tags. The missing tag as per your exception is a header 0 of some sort. Post more code or tell us what you're trying to achieve if you want more help. Better

Re: Multiple wicket.properties files in uber JAR

2013-07-08 Thread Paul Borș
See the Wicket Free Guid section on the properties files. https://wicket-guide.googlecode.com/files/Wicket%20free%20guide.pdf#page92 Long story short, you can define the language pack at your application level and overrite the default labels Wicket ships with. Per say, i use your ubber

Re: how to solve this problem

2013-07-08 Thread Paul Borș
error you got with the least steps possible. Have a great day, Paul Bors On Jul 8, 2013, at 2:22 AM, Martin Grigorov mgrigo...@apache.org wrote: On Mon, Jul 8, 2013 at 9:13 AM, Paul Borș p...@bors.ws wrote: Simply put? RTFM... sorry for being mean and direct. Don't be so mean

Re: Multiple wicket.properties files in uber JAR

2013-07-08 Thread Paul Borș
, 2013, at 2:29 AM, Martin Grigorov mgrigo...@apache.org wrote: Hey Paul. On Mon, Jul 8, 2013 at 9:24 AM, Paul Borș p...@bors.ws wrote: See the Wicket Free Guid section on the properties files. https://wicket-guide.googlecode.com/files/Wicket%20free%20guide.pdf#page92 Long story short, you

Re: how to solve this problem

2013-07-08 Thread Paul Borș
No need to read a full book if you know Wicket, isolate it in a quick start. If we see your java and HTML we might better understand your use case. Have a great day, Paul Bors On Jul 8, 2013, at 2:42 AM, fan wang xingfan_w...@live.cn wrote: thx,i dont know how to describe this question,

Re: Multiple wicket.properties files in uber JAR

2013-07-08 Thread Paul Borș
AM, Paul Borș p...@bors.ws wrote: Hmm, sorry then. Got that one wrong :( But wait, I think I overcome that in a similar way... We overwrite most string (especially the NULL keys) for most messages. I don't have the code in front of me, but I recall we do it through the Lang pack. Have

Re: how to solve this problem

2013-07-08 Thread Paul Borș
That's a basic use case we all have to preserve our app's layout. Yes, put together a quick start and share it with us as there must be something else you're doing wrong. Have a great day, Paul Bors On Jul 8, 2013, at 3:10 AM, fan wang xingfan_w...@live.cn wrote: in fact i have a main

Re: Mutliple forms - single login popup

2013-07-14 Thread Paul Borș
So what's stopping you from doing so again? You simply keep the same conditions, if not logged you show the modal pop-up with the authentication form. User clicks submit on the login form and inside the onSubmit() of the form/button you run your authentication and if it passes you post the

Re: jquery dialog onclick AjaxButton

2013-07-14 Thread Paul Borș
This is not the java script nor the jQuery mailing list. If you use those technologies then you should pick up a book or two on them and get familiar with them. In the mid time, Wicket is awesome in that it makes things simple for the developer. Try using an AjaxButton or better yet an

Re: jquery dialog onclick AjaxButton

2013-07-14 Thread Paul Borș
Sorry my mail client just caught your original post too. For the dialog, you want a modal window. Example at: http://www.wicket-library.com/wicket-examples/ajax/modal-window Have a great day, Paul Bors On Jul 14, 2013, at 11:48 PM, Paul Borș p...@bors.ws wrote: This is not the java script

Re: Bunch of Page Expired exceptions in Wicket 6.10.0

2013-09-25 Thread Paul Borș
I think I found my answer here: https://cwiki.apache.org/confluence/display/WICKET/Page+Storage I'll grab the Wicket sources tomorrow and hook my IntelliJ IDEA debugger to the DiskDataStore and work it backwards to see what happens. Stay tuned... ;) Have a great day, Paul Bors On Sep 25,

Re: Wicket DropDownChoice Question about Constructors and its Behavior

2013-09-26 Thread Paul Borș
See section 9.2.2 CompoundPropertyModel and model inheritance of the Wicket Free Guide: http://wicket.apache.org/learn/books/freeguide.html Direct link: https://wicket-guide.googlecode.com/files/Wicket%20free%20guide.pdf#page77 I think you're confusing components with null models (hence they

Re: Slow performance when tabbing through form elements

2013-09-29 Thread Paul Borș
Yes, read about it at: http://www.w3schools.com/tags/att_global_tabindex.asp IE Specific: http://msdn.microsoft.com/en-us/library/ie/ms534654(v=vs.85).aspx MDN: https://developer.mozilla.org/en-US/docs/Web/API/HTMLElement.tabIndex Have a great day, Paul Bors On Sep 22, 2013, at 11:23 AM,

Re: wicket-bootstrap NoSuchMethodError: Url.parse

2013-10-24 Thread Paul Borș
Must be your maven build and how it pulls that wicket-request artifact into your project. I suggest you exclude it in your dependency declaration for the bootstrap version you use in your POM. Have a great day, Paul Bors On Oct 22, 2013, at 10:36 AM, meduolis meduol...@gmail.com wrote:

Re: AW: set session-timeout

2013-10-24 Thread Paul Borș
Right, you would have to do it on the Log In page during authentication as Martijn suggested. We have a global Settings page where we let admins configure this duration in minutes and we enable it via our Log In page. To do it for unauthorized users it won't really make sense. Why would you

Re: MultiThreading issues with Wicket.

2013-12-30 Thread Paul Borș
Wicket sometimes makes things easier for us that we forget what's under the hood :) Remember that most of your implementation is already thread safe and synced on the Page. Read more about the request cycle in the free guide at: http://wicket.apache.org/guide/guide/chapter8.html So you want to

Re: 404 redirect before application is loaded by server

2014-01-05 Thread Paul Borș
Can't you simply invalidate the user session and have Wicket redirect to / when that happens? Another idea, have an Ajax timer refresh those resources so they don't time out :) Have a great day, Paul Bors On Jan 5, 2014, at 7:55 AM, Steve shadders@gmail.com wrote: I've solved this

Re: Web Sockets proxying

2014-01-27 Thread Paul Borș
Again, this is not related to Wicket, but... Try turning off the webapp and preserve only the websocket one. Do you still get your seg fault? Have a great day, Paul Bors On Jan 27, 2014, at 9:24 PM, Maxim Solodovnik solomax...@gmail.com wrote: Thanks for the quick answer Paul,

Re: Error in Modal opening two diffrent instances of Wicket applicaiton.

2014-02-15 Thread Paul Borș
I think you need to use multiple wicket sessions. Have a great day, Paul Bors On Feb 13, 2014, at 10:45 AM, eaglei22 jchojnack...@gmail.com wrote: Okay, so I was able to try some more scenerios, and it looks like if I have one instance of the application open in one tab, and open a

Re: Wicket in Action outage: back online, better than ever!

2014-04-02 Thread Paul Borș
Yes, it would have been cruel ;) Thanks for the insight. Have a great day, Paul Bors On Apr 2, 2014, at 2:43 PM, Martijn Dashorst martijn.dasho...@gmail.com wrote: Also I was contemplating a 1 april joke about Wicket in Action 2nd edition, but thought that would be too cruel...

Re: Page rendering from quartz job

2014-05-18 Thread Paul Borș
You want wicket's page renderer to render some HTML for your email content when you have it run inside a quartz thread? Why can't you just simply use a different template engine like Apache Velocity? Have a great day, Paul Bors On May 15, 2014, at 3:27 PM, Sandor Feher

Re: problem with AbstractEntityModel from Igor Vaynberg

2014-05-18 Thread Paul Borș
Are you not using a LoadableDetacheble model? And are you familiar with Hibernate's laizy loading? Have a great day, Paul Bors On May 18, 2014, at 6:08 AM, Piratenvisier hansheinrichbr...@yahoo.de wrote: Am 17.05.2014 23:08, schrieb mscoon: I don't understand what these lines are doing.

Re: Page rendering from quartz job

2014-05-19 Thread Paul Borș
I'm not sure you want to have you scheduled task/alerts depend on Wicket. They should be stand alone services in In their own processes IMOP. Have a great day, Paul Bors On May 19, 2014, at 7:42 AM, Martin Grigorov mgrigo...@apache.org wrote: See

Re: Dynamic Form Best Architecture

2014-06-03 Thread Paul Borș
So you want to build a dynamic UI based on same definitions you get from a web service? I've taken a similar approach only I used XML to hold on to the meta data for the UI and Java to process the business logic. If I were to do it all over I would use Wicket Forms. Why re-invent the wheel?

Re: ComponentFeedbackPanel near radio group not working

2014-06-03 Thread Paul Borș
Do you use any custom feedback filters? Have a great day, Paul Bors On May 31, 2014, at 9:29 AM, Entropy blmulholl...@gmail.com wrote: On the group. It's the required rule. You can see group is set to required. And group is bound to the component feedback panel. -- View this

Re: Foundation integrated in wicket

2014-08-01 Thread Paul Borș
Do you have it on maven central? Can I get the GAV coordinates? Better yet, git hub? Have a great day, Paul Bors On Jul 30, 2014, at 3:47 AM, vp143 vishal.po...@cipriati.co.uk wrote: I have implemented Foundation from Zurb with Wicket, currently using version 3 though. -- View this