Re: Java Wickets Delete and Checkbox

2017-02-07 Thread Jeremy Thomerson
Ashu, the most likely cause of your problem is that the ListView is not implemented correctly. Likely, rather than passing the ListView an IModel you are passing it just a List when it is created. This leads to the ListView having stale data. Then you think you need to "refresh" the

Re: # in URL

2014-05-13 Thread Jeremy Thomerson
. - To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org For additional commands, e-mail: users-h...@wicket.apache.org -- Jeremy Thomerson http://wickettraining.com

Re: Please remove the spam post from the wicket forum

2014-01-02 Thread Jeremy Thomerson
. - To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org For additional commands, e-mail: users-h...@wicket.apache.org -- Jeremy Thomerson http://wickettraining.com

Re: Please remove the spam post from the wicket forum

2013-12-31 Thread Jeremy Thomerson
...@wicket.apache.org For additional commands, e-mail: users-h...@wicket.apache.org -- Jeremy Thomerson http://wickettraining.com

Re: Please remove the spam post from the wicket forum

2013-12-31 Thread Jeremy Thomerson
mailing list, this means 'forever'. Sven On 12/31/2013 03:50 PM, Jeremy Thomerson wrote: The weird thing is that if you click on one of those posts it says that the message has not been accepted by the mailing list yet. Is it possible that Nabble is subscribed as a moderator of our list

Re: wicket-el - is this a safe way to hook into wicket?

2013-12-23 Thread Jeremy Thomerson
perhaps? Create a JIRA that describes why you need it and put a link back to this thread in the JIRA. That way it will be around for posterity if the change is made. -- Jeremy Thomerson http://wickettraining.com

Re: Wicket and Responsive Design question

2013-12-03 Thread Jeremy Thomerson
-to-twitter-bootstrap-html5-css3-responsive-framework [3] http://mvnrepository.com/artifact/org.apache.wicket/wicket-bootstrap [4] https://github.com/l0rdn1kk0n/wicket-bootstrap -- Jeremy Thomerson http://wickettraining.com On Tue, Dec 3, 2013 at 8:27 AM, gerritqf gerrit.wass...@qfactors.nl wrote

Re: Wicket Sessions and Akamai Caching

2013-11-19 Thread Jeremy Thomerson
the details thoroughly obfuscated.) I was hoping from this list I could get some pointers on best taking advantage of Akamai, and how I might work around issues like this. Please let me know if and what further information would be useful in answering. Thank you! Scott -- Jeremy Thomerson http

Re: http://wicketinaction.com/ broken?

2013-07-19 Thread Jeremy Thomerson
-- Jeremy Thomerson http://wickettraining.com

Re: Chrome Calling Pages Twice Issue?

2013-06-26 Thread Jeremy Thomerson
. - To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org For additional commands, e-mail: users-h...@wicket.apache.org -- Jeremy Thomerson http://wickettraining.com *Ask me about our plans for on-line training lessons.*

Re: Brix CMS has stopped development?

2013-06-15 Thread Jeremy Thomerson
. - To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org For additional commands, e-mail: users-h...@wicket.apache.org -- Jeremy Thomerson http://wickettraining.com *Ask me about our plans for on-line training lessons.*

Re: Getting Form Data Without Submitting Form

2013-06-12 Thread Jeremy Thomerson
. It handles this automatically for you. Try it some time. 2) Okay, Sven didn't know that because it wasn't mentioned in your first email. Solution for your problem: Use two buttons - one for save, one for search. Move your onSubmit logic out of your form and into each button. -- Jeremy Thomerson

Re: FW: VITO:(CC0000002070237):Contracts from OPIB ZM from this week are not available in Signature

2013-05-09 Thread Jeremy Thomerson
://jweekend.com/ -- Martin Grigorov Wicket Training Consulting http://jWeekend.com http://jweekend.com/ -- Jeremy Thomerson http://wickettraining.com *Ask me about our plans for on-line training lessons.*

Re: FW: VITO:(CC0000002070237):Contracts from OPIB ZM from this week are not available in Signature

2013-05-08 Thread Jeremy Thomerson
Training Consulting http://jWeekend.com http://jweekend.com/ -- Jeremy Thomerson http://wickettraining.com *Ask me about our plans for on-line training lessons.*

Re: Problem with Wicket distribution

2013-01-13 Thread Jeremy Thomerson
not been updated for several days, still holds the wicket files. Has something gone wrong? Best Regards Elias -- Jeremy Thomerson http://wickettraining.com *Need a CMS for Wicket? Use Brix! http://brixcms.org*

Re: Conditional JS includes

2012-12-07 Thread Jeremy Thomerson
, Consulting, Development http://jWeekend.com http://jweekend.com/ -- Jeremy Thomerson http://wickettraining.com *Need a CMS for Wicket? Use Brix! http://brixcms.org*

Re: what is Wicket 2.x?

2012-12-07 Thread Jeremy Thomerson
Yep. There was a big change to constructors IIRC, although I can't remember exactly what the change was. Next came 1.3.0 with generics. -- Jeremy Thomerson http://wickettraining.com *Need a CMS for Wicket? Use Brix! http://brixcms.org* On Fri, Dec 7, 2012 at 12:55 PM, Pierre Goupil

[DISCUSS] Security Frameworks

2012-10-17 Thread Jeremy Thomerson
Our of curiosity: among the wider community: what security framework(s) do you use with with Wicket, and why? [ ] I use my own custom framework [ ] I use Shiro [ ] I use Spring Security [ ] I use WASP/Swarm [ ] Other (please specify) And don't forget the why. -- Jeremy Thomerson http

Re: Twitter Bootstrap in Wicket

2012-10-11 Thread Jeremy Thomerson
you were with the variations and different header contributions. Is there something else that you need? -- Jeremy Thomerson http://wickettraining.com *Need a CMS for Wicket? Use Brix! http://brixcms.org*

Re: Problem in implementing user confirm modal while deleting something..

2012-09-28 Thread Jeremy Thomerson
. -- Jeremy Thomerson http://wickettraining.com *Need a CMS for Wicket? Use Brix! http://brixcms.org*

Re: Highlight selected row in AjaxFallbackDefaultDataTable

2012-09-21 Thread Jeremy Thomerson
to the server just to highlight a row. -- Jeremy Thomerson http://wickettraining.com *Need a CMS for Wicket? Use Brix! http://brixcms.org*

Re: Highlight selected row in AjaxFallbackDefaultDataTable

2012-09-21 Thread Jeremy Thomerson
. TR = table row. It's just plain HTML. Sorry I don't have more time right now for a more detailed response, but Google should be able to help you out. If you're using Wicket 6.0 jQuery is already packaged into it. -- Jeremy Thomerson http://wickettraining.com *Need a CMS for Wicket? Use Brix

Re: Stateless ajax in wicket 6

2012-09-20 Thread Jeremy Thomerson
as opposed to Wicket's component-replacement AJAX) you can always use jQuery (or similar) and make calls to a Wicket shared resource that returns JSON/XML/etc. -- Jeremy Thomerson http://wickettraining.com *Need a CMS for Wicket? Use Brix! http://brixcms.org*

Re: Variable number of links with just one wicket id?

2012-09-20 Thread Jeremy Thomerson
...@wicket.apache.org For additional commands, e-mail: users-h...@wicket.apache.org Add a label to each link. Then in your code set the model for the label according to what is being linked to. -- Jeremy Thomerson http://wickettraining.com *Need a CMS for Wicket? Use Brix! http://brixcms.org*

Re: Variable number of links with just one wicket id?

2012-09-20 Thread Jeremy Thomerson
On Thu, Sep 20, 2012 at 9:53 AM, Jeremy Thomerson jer...@wickettraining.com wrote: On Thu, Sep 20, 2012 at 9:50 AM, fabley a.j...@lrworld.com wrote: Hello again, I'm sorry but it seems like this doesn't work for me. In your example it always uses the same text for each link, but I want

Re: bookmarkable page being processed twice, second time, extra parameters passed

2012-09-18 Thread Jeremy Thomerson
I've seen pages be re-requested because of blank image tags. Look for image or CSS tags, etc, that might have a href=?someExtraParams. -- Jeremy Thomerson http://wickettraining.com *Need a CMS for Wicket? Use Brix! http://brixcms.org* On Mon, Sep 17, 2012 at 11:46 AM, Fergal Keating

Re: Wicket 6.0.0: RenderStrategy.REDIRECT_TO_RENDER and missing FeedbackMessages in ComponentFeedbackPanel.

2012-09-18 Thread Jeremy Thomerson
causes the feedback messages to appear. This looks like a regression to me? But perhaps there's something I'm meant to do that isn't in the 6.0.0 migration notes? Any advice welcome! Dan Can you create a small quickstart to demonstrate the problem? -- Jeremy Thomerson http

Re: [announce] Wicket-CDI for Wicket 6.0.0 released

2012-09-13 Thread Jeremy Thomerson
about =) Will you be posting those slides and archetype somewhere non-attendees can access when done? -- Jeremy Thomerson http://wickettraining.com *Need a CMS for Wicket? Use Brix! http://brixcms.org*

Re: Since when has your application been running in production?

2012-09-11 Thread Jeremy Thomerson
, it doesn't win, but it comes close to the ones you mentioned. It still runs on Wicket, although I have not worked there for several years now. I am not sure how much longer they will use the original Wicket-based platform. -- Jeremy Thomerson http://wickettraining.com *Need a CMS for Wicket

Re: DropDownChoice Default Value

2012-07-22 Thread Jeremy Thomerson
java. -- Jeremy Thomerson http://wickettraining.com *Need a CMS for Wicket? Use Brix! http://brixcms.org*

Re: chekbox - allow only 5 selected

2012-07-03 Thread Jeremy Thomerson
validation to mirror it for when the form is submitted - potentially with forced values or JS disabled. -- Jeremy Thomerson http://wickettraining.com *Need a CMS for Wicket? Use Brix! http://brixcms.org*

Re: Model is not created

2012-07-02 Thread Jeremy Thomerson
for us to be more helpful. I'm suspecting that you are clicking a stateful link on that page, which means of course that your constructor will not be called again. -- Jeremy Thomerson http://wickettraining.com *Need a CMS for Wicket? Use Brix! http://brixcms.org*

Re: guestbook application with database update

2012-06-26 Thread Jeremy Thomerson
Martijn! -- Jeremy Thomerson http://wickettraining.com *Need a CMS for Wicket? Use Brix! http://brixcms.org* On Mon, Jun 25, 2012 at 3:08 PM, Jeremy Thomerson jer...@wickettraining.com wrote: All list moderators do. I just emails to users-unsubscribe-jaffa.wify= gmail@wicket.apache.org

Re: guestbook application with database update

2012-06-25 Thread Jeremy Thomerson
All list moderators do. I just emails to users-unsubscribe-jaffa.wify= gmail@wicket.apache.org and users-deny-subscribe-jaffa.wify= gmail@wicket.apache.org which I think will block this guy. More info: http://www.apache.org/dev/committers.html#problem_posts -- Jeremy Thomerson http

Re: Determine session size for Wicket 1.5

2012-06-23 Thread Jeremy Thomerson
page? Add a dependency to wicket-devutils in your pom.xml and then add(new DebugBar(someID)); to your page (and add it to the markup obviously). -- Jeremy Thomerson http://wickettraining.com *Need a CMS for Wicket? Use Brix! http://brixcms.org*

Re: Wicket Events

2012-06-19 Thread Jeremy Thomerson
be that the annotation could take an argument of event class(es) that it want's to be notified of. -- Jeremy Thomerson http://wickettraining.com *Need a CMS for Wicket? Use Brix! http://brixcms.org* On Tue, Jun 19, 2012 at 2:36 PM, Igor Vaynberg igor.vaynb...@gmail.comwrote: http

Re: Store models short-term

2012-05-05 Thread Jeremy Thomerson
. -- Jeremy Thomerson http://wickettraining.com *Need a CMS for Wicket? Use Brix! http://brixcms.org*

Re: Wicket Application on GoDaddy

2012-04-04 Thread Jeremy Thomerson
upthread mentioned you'll really just have to search GoDaddy tech docs or contact their support for further help. -- Jeremy Thomerson http://wickettraining.com *Need a CMS for Wicket? Use Brix! http://brixcms.org*

Re: Wicket 1.5: sessions

2012-03-18 Thread Jeremy Thomerson
help, please? Regards, Pierre Goupil Does your application override newSession and return a new MySession? -- Jeremy Thomerson http://wickettraining.com *Need a CMS for Wicket? Use Brix! http://brixcms.org*

Re: Wicket 1.5: sessions

2012-03-18 Thread Jeremy Thomerson
Put a breakpoint in the WebSession constructor and see where it's getting called. Or, perhaps you won't see anything there if this is happening because you are in a serialized WebSession. You can test that by clearing all cookies, etc, and starting a new session. -- Jeremy Thomerson http

Re: Github?

2012-02-25 Thread Jeremy Thomerson
behind. We may not have switched it over to track the new repo when we switched to ASF git hosting. -- Jeremy Thomerson http://wickettraining.com *Need a CMS for Wicket? Use Brix! http://brixcms.org*

Re: no input when using a link

2012-02-18 Thread Jeremy Thomerson
...@wicket.apache.org For additional commands, e-mail: users-h...@wicket.apache.org -- Jeremy Thomerson http://wickettraining.com *Need a CMS for Wicket? Use Brix! http://brixcms.org*

Re: Serving different content depending on User Agent

2012-02-18 Thread Jeremy Thomerson
please add such-and-such. -- Jeremy Thomerson http://wickettraining.com *Need a CMS for Wicket? Use Brix! http://brixcms.org*

Re: No answers in last time

2012-02-17 Thread Jeremy Thomerson
of everyone's mail client again. -- Jeremy Thomerson http://wickettraining.com *Need a CMS for Wicket? Use Brix! http://brixcms.org*

Re: Promlem with date format on changing locale

2012-02-17 Thread Jeremy Thomerson
code so we can see your custom component and offer assistance. It seems like your component should pull the locale from the session - perhaps in onBeforeRender - rather than requiring that it be set on the component at construction. -- Jeremy Thomerson http://wickettraining.com *Need a CMS

Re: pooling validators

2012-02-08 Thread Jeremy Thomerson
is the issue. -- Jeremy Thomerson http://wickettraining.com *Need a CMS for Wicket? Use Brix! http://brixcms.org*

Re: pooling validators

2012-02-06 Thread Jeremy Thomerson
no need to do it. If they do cause a problem, I can almost 300% guarantee that pooling them won't be the way to solve it. -- Jeremy Thomerson http://wickettraining.com *Need a CMS for Wicket? Use Brix! http://brixcms.org*

Re: Communication (in-vm) between webapps

2012-02-04 Thread Jeremy Thomerson
to call it from the other app - just give the user a link to click that goes straight to the flush cache page on the frontend. Open that in a new window, have your page print out all your strings are belong to us and you're done :) -- Jeremy Thomerson http://wickettraining.com *Need a CMS

Re: calling shell script from Wicket java program

2012-02-04 Thread Jeremy Thomerson
has this permission. In any case it has nothing to do with Wicket. And if your webapp *is* running as a user with sudo access you're just asking for trouble. -- Jeremy Thomerson http://wickettraining.com *Need a CMS for Wicket? Use Brix! http://brixcms.org*

Re: Get Wicket to ignore wicket parameters

2012-01-17 Thread Jeremy Thomerson
as simple as always remove parameter X from query string for pages A, B, C. To me dealing with old URLs is better done at that level rather than cluttering the application with it. -- Jeremy Thomerson http://wickettraining.com *Need a CMS for Wicket? Use Brix! http://brixcms.org*

Re: signOut and port

2012-01-03 Thread Jeremy Thomerson
. [1] http://wiki.eclipse.org/Jetty/Howto/Port80#Using_iptables [2] http://www.petrikainulainen.net/programming/tips-and-tricks/wicket-https-tutorial-part-one-creating-secure-webpages/ -- Jeremy Thomerson http://wickettraining.com *Need a CMS for Wicket? Use Brix! http://brixcms.org*

Re: Model Not Updated for Empty Fields

2011-12-05 Thread Jeremy Thomerson
to true or false. Is that field required? If you've called setRequired(true) it will not blank it out because that's a validation error. -- Jeremy Thomerson http://wickettraining.com *Need a CMS for Wicket? Use Brix! http://brixcms.org*

Re: How to set a common HTTP Header on all Responses?

2011-11-28 Thread Jeremy Thomerson
, spelling and compiler errors. -- Jeremy Thomerson http://wickettraining.com Need a CMS for Wicket? Use Brix! http://brixcms.org On Nov 28, 2011 10:15 PM, jcgarciam jcgarc...@gmail.com wrote: What about using a filter in front of your Wicket application On Mon, Nov 28, 2011 at 1:15 PM, Sven

Re: intercept client request

2011-11-27 Thread Jeremy Thomerson
of WebRequestCycle, and use onBeginRequest / onEndRequest. -- Jeremy Thomerson http://wickettraining.com *Need a CMS for Wicket? Use Brix! http://brixcms.org*

Re: Howto override markup

2011-11-26 Thread Jeremy Thomerson
/body Now Viewing Page1 gives you: body blah, blah this is page 1 /body Viewing Page2 gives you: body blah, blah this is page 1 this is page 2 /body Is that what you wanted? -- Jeremy Thomerson http://wickettraining.com *Need a CMS for Wicket? Use Brix! http://brixcms.org*

Re: Dynamic component?

2011-11-25 Thread Jeremy Thomerson
. [1] - http://www.perlmonks.org/?node_id=542341 -- Jeremy Thomerson http://wickettraining.com *Need a CMS for Wicket? Use Brix! http://brixcms.org*

Re: AW: Dynamically choosing component to add

2011-11-25 Thread Jeremy Thomerson
(childPanel)); } } } You only need one wicket:id in your containing panel. You just swap at runtime which component actually shows up in that spot. -- Jeremy Thomerson http://wickettraining.com *Need a CMS for Wicket? Use Brix! http://brixcms.org*

Re: Added issue for assertFeedback

2011-11-20 Thread Jeremy Thomerson
-unsubscr...@wicket.apache.org For additional commands, e-mail: users-h...@wicket.apache.org -- Jeremy Thomerson http://wickettraining.com *Need a CMS for Wicket? Use Brix! http://brixcms.org*

Re: How to build a hudson/jenkins like live log viewer?

2011-11-20 Thread Jeremy Thomerson
correctly (it always retrieves the most up-to-date data), this will work out of the box [1] http://camel.apache.org/stream.html - and things like scanStream -- Jeremy Thomerson http://wickettraining.com *Need a CMS for Wicket? Use Brix! http://brixcms.org*

Re: Apache Wicket is a Flawed Framework

2011-11-19 Thread Jeremy Thomerson
for the simple things I need. -- Jeremy Thomerson http://wickettraining.com *Need a CMS for Wicket? Use Brix! http://brixcms.org*

Re: Chained dropdowns

2011-11-18 Thread Jeremy Thomerson
. But if you choose a Country, then a Province, then a City and after that you change the Country, the Province changes but not the city. I'm doing everything with models and adding all dropdowns to AjaxRequestTarget. Regards Norberto -- Jeremy Thomerson http://wickettraining.com *Need a CMS

Re: Duplicate Markup Ids

2011-11-14 Thread Jeremy Thomerson
Curious, what was it? PS - Sent from a tablet. Please excuse typos, spelling and compiler errors. -- Jeremy Thomerson http://wickettraining.com Need a CMS for Wicket? Use Brix! http://brixcms.org On Nov 14, 2011 7:18 PM, Jered Myers jer...@maplewoodsoftware.com wrote: I found the problem

Re: Icefaces

2011-11-08 Thread Jeremy Thomerson
list. Are you dealing with Icefaces? Or Wicket? Or an integration of both? -- Jeremy Thomerson http://wickettraining.com *Need a CMS for Wicket? Use Brix! http://brixcms.org*

Re: MIgration to 1.5.2 seems a disaster

2011-11-05 Thread Jeremy Thomerson
the opposite direction - try to start with a quickstart (iow, the minimum amount of code) and add some of your page code to it to reproduce the problem? Then you would have something you could send us to reproduce (and fix) it. -- Jeremy Thomerson http://wickettraining.com *Need a CMS for Wicket? Use

Re: Enhancements from Logica Feedback

2011-10-24 Thread Jeremy Thomerson
Website: http://www.pagebloom.com http://develop.stepaheadsoftware.com ** ** Chris, Did you send this to the wrong email address or did I miss something? -- Jeremy Thomerson http://wickettraining.com *Need a CMS for Wicket? Use Brix! http://brixcms.org*

Re: Efficiency of 1.5 MountMapper weighted/matching algorithm

2011-10-15 Thread Jeremy Thomerson
milliseconds, and Z milliseconds of this was in creating link URLs. Or something like that. -- Jeremy Thomerson http://wickettraining.com *Need a CMS for Wicket? Use Brix! http://brixcms.org*

Re: Community tools

2011-10-06 Thread Jeremy Thomerson
, Gaetan Thanks! Hope to see you around this antiquated mailing list :) -- Jeremy Thomerson http://wickettraining.com *Need a CMS for Wicket? Use Brix! http://brixcms.org*

Re: Ajax Response xml showing in browser

2011-08-12 Thread Jeremy Thomerson
at it. -- Jeremy Thomerson http://wickettraining.com *Need a CMS for Wicket? Use Brix! http://brixcms.org* On Fri, Aug 12, 2011 at 12:27 AM, Wayne W waynemailingli...@gmail.comwrote: Hi Jeremy, did you find a solution as we've had the problem for a long time now and more and more people

RFC: Ten things every Wicket programmer must know?

2011-07-27 Thread Jeremy Thomerson
or payment. If you disagree with those terms, please respond anyway but in your response mention your own terms. Best regards, -- Jeremy Thomerson http://wickettraining.com *Need a CMS for Wicket? Use Brix! http://brixcms.org*

Re: Validation problem - OnError event everytime I submit

2011-07-27 Thread Jeremy Thomerson
Are you adding the feedback panel to the ajax request target in,both onSubmit and onError? If so, it should tell you what error is making you get to the onError method. On 2011 7 27 21:50, phaedoland phaedol...@gmail.com wrote: Hello everyone, I'm a newbie using this wicket framework. I'm

Re: wicket as template engine

2011-07-19 Thread Jeremy Thomerson
Search the mailing list archives for things like emailing pages. There have been a lot of discussions about the topic that will help you. On 2011 7 19 10:32, Leszek Gawron lgaw...@apache.org wrote: I know I could use freemarker, velocity or any other tool. But these tools require me to create a

Re: Issues with HeaderResponseContainerFilteringHeaderResponse

2011-07-19 Thread Jeremy Thomerson
To start, don't use a Label to contribute css. Use a header contributor. That's what they're made for. On 2011 7 19 13:22, Loren Cole loren.c...@gmail.com wrote: We're making our application skinable, but I'm having some trouble getting user specified css into the right place in the header.

Re: AutoCompleteTextField which uses an Object, not a String

2011-06-14 Thread Jeremy Thomerson
I'd be up for at least moving the ObjectAutoComplete into core and adding @Deprecated to the existing one before 1.5.0 if there is consensus on it. -- Jeremy Thomerson http://wickettraining.com *Need a CMS for Wicket? Use Brix! http://brixcms.org* On Tue, Jun 14, 2011 at 11:27 AM, James Carman

Re: Rendering the page, error some elements are missing

2011-05-15 Thread Jeremy Thomerson
submit in your code? Without seeing the full code, there's not much more we can do to help. -- Jeremy Thomerson http://wickettraining.com *Need a CMS for Wicket? Use Brix! http://brixcms.org*

Re: Getting Parameters from URL

2011-05-15 Thread Jeremy Thomerson
). -- Jeremy Thomerson http://wickettraining.com *Need a CMS for Wicket? Use Brix! http://brixcms.org* On Fri, May 13, 2011 at 2:58 AM, Hielke Hoeve hielke.ho...@topicus.nlwrote: This is because a session is created only once for each user, until it expires ofcourse... If you wish to check url

Re: WELCOME to users@wicket.apache.org

2011-04-28 Thread Jeremy Thomerson
, time = life. -- Jeremy Thomerson http://wickettraining.com *Need a CMS for Wicket? Use Brix! http://brixcms.org*

Re: Complex Grid with Wicket

2011-04-20 Thread Jeremy Thomerson
? -- Jeremy Thomerson http://wickettraining.com *Need a CMS for Wicket? Use Brix! http://brixcms.org*

Re: Use of AbstractReadOnlyModel

2011-04-15 Thread Jeremy Thomerson
:) -- Jeremy Thomerson http://wickettraining.com *Need a CMS for Wicket? Use Brix! http://brixcms.org*

Re: Refreshing loadable detachable model object inside an ajax call

2011-04-14 Thread Jeremy Thomerson
LDM implementation. Unrelated, your ParentsService.load() method probably doesn't need to take the entity class a parameter - the service should know the entity type it is querying hibernate for. -- Jeremy Thomerson http://wickettraining.com *Need a CMS for Wicket? Use Brix! http://brixcms.org*

Re: fter 1 minute the Pagemap null is still locked by: Thread[[ACTIVE]

2011-04-03 Thread Jeremy Thomerson
complete, and when it is, continues on. You don't want page requests that literally take minutes. -- Jeremy Thomerson http://wickettraining.com *Need a CMS for Wicket? Use Brix! http://brixcms.org* On Sun, Apr 3, 2011 at 9:47 AM, fachhoch fachh...@gmail.com wrote: we have a complex search

Re: Set all form fields to output markup id automatically

2011-03-28 Thread Jeremy Thomerson
-- Jeremy Thomerson http://wickettraining.com *Need a CMS for Wicket? Use Brix! http://brixcms.org*

Re: Page to select something and use the selection in another page

2011-03-27 Thread Jeremy Thomerson
-page-tp3409591p3409591.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 -- Jeremy

Re: Apache Wicket Cookbook Published!

2011-03-25 Thread Jeremy Thomerson
or two - I did! -- Jeremy Thomerson http://wickettraining.com *Need a CMS for Wicket? Use Brix! http://brixcms.org* On Fri, Mar 25, 2011 at 1:44 PM, Igor Vaynberg igor.vaynb...@gmail.comwrote: For the past nine months I have been quietly working on a book about Wicket. Unlike other books

Re: Wicket in Action: problem with redirection

2011-03-10 Thread Jeremy Thomerson
because I've been enhancing it with other bugs.) Can anyone explain how the book-example is supposed to work? Thanks Jim -- Jeremy Thomerson http://wickettraining.com *Need a CMS for Wicket? Use Brix! http://brixcms.org*

Re: Test

2011-02-24 Thread Jeremy Thomerson
- To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org For additional commands, e-mail: users-h...@wicket.apache.org -- Jeremy Thomerson http://wickettraining.com *Need a CMS for Wicket? Use Brix! http://brixcms.org*

Re: How to do document.write(Hello Word); in Wicket?

2011-02-20 Thread Jeremy Thomerson
. -- Jeremy Thomerson http://wickettraining.com *Need a CMS for Wicket? Use Brix! http://brixcms.org*

Re: How discover the caller page (referer)?

2011-02-20 Thread Jeremy Thomerson
. Paolo - To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org For additional commands, e-mail: users-h...@wicket.apache.org -- Jeremy Thomerson http://wickettraining.com *Need a CMS for Wicket? Use Brix! http

Re: a common component for all my pages which takes lot of time to load

2011-02-17 Thread Jeremy Thomerson
). And, you should load it from a service that does this caching / refreshing for you. It shouldn't be managed by your UI. I could be off - but that answer is right 99% of the time for these questions. If I'm off, send more details, preferably including code. -- Jeremy Thomerson http

Re: a common component for all my pages which takes lot of time to load

2011-02-17 Thread Jeremy Thomerson
. Your UI component would just get it from this caching / data management service, which should always be a quick operation after the first retrieval. -- Jeremy Thomerson http://wickettraining.com *Need a CMS for Wicket? Use Brix! http://brixcms.org*

Re: dynamically create table row, and with each record create radio buttons

2011-02-17 Thread Jeremy Thomerson
-- Jeremy Thomerson http://wickettraining.com *Need a CMS for Wicket? Use Brix! http://brixcms.org*

Re: Is wicket suited for my needs?

2011-02-14 Thread Jeremy Thomerson
As Jonathan asked, did you really mean 10k concurrent *requests* (which is what you stated originally), or did you mean 10k concurrent *sessions*? -- Jeremy Thomerson http://wickettraining.com *Need a CMS for Wicket? Use Brix! http://brixcms.org* On Mon, Feb 14, 2011 at 11:31 PM, Suraj

Re: Unable to update FeedBackPanel within AjaxEventBehavior call

2011-02-14 Thread Jeremy Thomerson
this be accomplished?? is there some sort of render that would show the new message in the feedbackpanel? It appears that you're already doing what needs to be done (namely, adding the feedback panel to the ajax request target), but it's not appearing because of the aforementioned problem. -- Jeremy

Re: usage of JavascriptFilteredIntoFooterHeaderResponse

2011-02-14 Thread Jeremy Thomerson
to use AbstractResourceDependentResourceReference to create JS Reference dependencies and make sure the order is all right. Take a look at the examples and start a thread for questions if you have them. -- Jeremy Thomerson http://wickettraining.com *Need a CMS for Wicket? Use Brix! http

Re: Unfriendly Model.ofList etc. methods; can anything be done?

2011-02-13 Thread Jeremy Thomerson
with Java generics, not with Wicket's use of them. -- Jeremy Thomerson http://wickettraining.com *Need a CMS for Wicket? Use Brix! http://brixcms.org*

Re: usage of JavascriptFilteredIntoFooterHeaderResponse

2011-02-13 Thread Jeremy Thomerson
...@wicket.apache.org For additional commands, e-mail: users-h...@wicket.apache.org -- Jeremy Thomerson http://wickettraining.com *Need a CMS for Wicket? Use Brix! http://brixcms.org*

Re: DataTable and toolbar

2011-02-13 Thread Jeremy Thomerson
...@wicket.apache.org -- Jeremy Thomerson http://wickettraining.com *Need a CMS for Wicket? Use Brix! http://brixcms.org*

Re: Unfriendly Model.ofList etc. methods; can anything be done?

2011-02-12 Thread Jeremy Thomerson
instead. The factory methods are just there to help remove some verbosity related to generics. -- Jeremy Thomerson http://wickettraining.com *Need a CMS for Wicket? Use Brix! http://brixcms.org*

Re: Estimated number of developers in the Wicket community

2011-02-09 Thread Jeremy Thomerson
on the mailing list (also, number of messages). I wrote the person that generated that and asked about it since it appears that it is way out of date and is obviously missing many lists. -- Jeremy Thomerson http://wickettraining.com *Need a CMS for Wicket? Use Brix! http://brixcms.org*

Re: Mapping wicket:id to component without changing Java code

2011-02-05 Thread Jeremy Thomerson
create your own component resolver Jeremy Thomerson http://wickettraining.com -- sent from my smart phone, so please excuse spelling, formatting, or compiler errors On Jan 31, 2011 7:52 PM, Alec Swan alecs...@gmail.com wrote: Hello, I would like to add credit card processing form to many

Re: Why is my css variant not used in markup?

2011-01-25 Thread Jeremy Thomerson
URL to your resource? -- Jeremy Thomerson http://wickettraining.com *Need a CMS for Wicket? Use Brix! http://brixcms.org*

  1   2   3   4   5   6   7   8   9   10   >