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

2011-11-28 Thread jcgarciam
What about using a filter in front of your Wicket application On Mon, Nov 28, 2011 at 1:15 PM, Sven Ludwig [via Apache Wicket] ml-node+s1842946n4115751...@n4.nabble.com wrote: Hello, is there a way to set a common HTTP Header on all Responses of a Wicket 1.4.19 Application which returns

Re: PageableListView Not Rendering Data as required

2011-11-20 Thread jcgarciam
You have to build the SQL query in a away it returns the data in the way you one. After that it will easier to map the ListView. Based on your example want to represent certain rows as columns values. On Sun, Nov 20, 2011 at 7:20 AM, robinthapa [via Apache Wicket]

Re: PageMap locking...

2011-10-24 Thread jcgarciam
If you are using wicket 1.4, you should be able to delegate your long running request to work with a different pageMap. On Mon, Oct 24, 2011 at 6:16 AM, YaronHolland [via Apache Wicket] ml-node+s1842946n3932536...@n4.nabble.com wrote: Actually using lazy panel makes the problem worse, now the

Re: Weblogic deployment

2011-10-18 Thread jcgarciam
Weblogic doesn't play well with classpath resouces having space on its path. As Manuel, suggest try putting your domain in a path without space on it On Tue, Oct 18, 2011 at 11:02 AM, manuelbarzi [via Apache Wicket] ml-node+s1842946n3915471...@n4.nabble.com wrote:

Re: Weblogic deployment

2011-10-18 Thread jcgarciam
the Initializers from code? From: jcgarciam [hidden email]http://user/SendEmail.jtp?type=nodenode=3915620i=0 To: [hidden email] http://user/SendEmail.jtp?type=nodenode=3915620i=1 Date: 18.10.2011 16:26 Subject: Re: Weblogic deployment Weblogic doesn't play well with classpath

Re: Is there ModalWindow alternative options

2011-10-11 Thread jcgarciam
Is this probably related to the usage of ModalWindow with PageCreator instead of Panel content? On Tue, Oct 11, 2011 at 9:40 PM, nhsoft.yhw [via Apache Wicket] ml-node+s1842946n3896443...@n4.nabble.com wrote: Is there ModalWindow alternative options, I found that the ModelWindow component

Re: wicketAjaxGet Size limt

2011-09-25 Thread jcgarciam
Use Post *instead of using Get, **limitation is set by Browsers.* see: *wicketAjaxPost function* On Sun, Sep 25, 2011 at 8:13 AM, Arjun Dhar [via Apache Wicket] ml-node+s1842946n3841117...@n4.nabble.com wrote: Hi, From a JavaScript code (CkEditor pluin to be exact), I want to send data to

Re: wicketAjaxGet Size limt

2011-09-25 Thread jcgarciam
https://cwiki.apache.org/WICKET/calling-wicket-from-javascript.html On Sun, Sep 25, 2011 at 11:23 AM, Juan Carlos Garcia jcgarc...@gmail.comwrote: Use Post *instead of using Get, **limitation is set by Browsers.* see: *wicketAjaxPost function* On Sun, Sep 25, 2011 at 8:13 AM, Arjun Dhar

Re: wicketAjaxGet Size limt

2011-09-25 Thread jcgarciam
When using Post, are you seeing a content-length header? On Sun, Sep 25, 2011 at 4:29 PM, Arjun Dhar [via Apache Wicket] ml-node+s1842946n3841975...@n4.nabble.com wrote: Found root cause; confirm. Am getting a HTTP 413 return (Server puking it on Post) ...any suggestions? Software

Re: wicketAjaxGet Size limt

2011-09-25 Thread jcgarciam
When using GET content is limited per browser. ie: Modern Browser set a limit to 8K while others just 2K. When using POST per the spec browser are mandate to set content-length header, i have no idea what is going on your end, but definitely will suggest to try that out on a different container

Re: wicketAjaxGet Size limt

2011-09-25 Thread jcgarciam
I'm seeing you request is still being sent as GET, since your parameters are bound to the URL. If it would have been POST the content of your request would appear below the: Content-Length: Yor content here Or am i missing something. On Sun, Sep 25, 2011 at 5:05 PM, Attila Király

Re: On Label/Div or some other component, how to use setMarkupId and dynamic id

2011-09-01 Thread jcgarciam
Why not adding a behavior that output some specific custom tag using the onComponentTag method? Will that work for you? On Thu, Sep 1, 2011 at 4:54 PM, Brown, Berlin [GCG-PFS] [via Apache Wicket] ml-node+3784600-559914674-65...@n4.nabble.com wrote: Strange but I may scrape the page and search

Re: On Label/Div or some other component, how to use setMarkupId and dynamic id

2011-09-01 Thread jcgarciam
I meant some specific custom attribute. On Thu, Sep 1, 2011 at 5:33 PM, Juan Carlos Garcia jcgarc...@gmail.comwrote: Why not adding a behavior that output some specific custom tag using the onComponentTag method? Will that work for you? On Thu, Sep 1, 2011 at 4:54 PM, Brown, Berlin

Re: How to use the LoadableDetachableModel in a Wicket, Spring, Hibernate based web application correctly?

2011-08-12 Thread jcgarciam
To avoid having detached objects in your web layer, try wrapping wicket filter with the Spring OpenSessionInView http://static.springsource.org/spring/docs/2.5.x/api/org/springframework/orm/hibernate3/support/OpenSessionInViewFilter.htmlfilter, in that way transaction will be bound to the -

Re: Downloader for files outside Web Context

2011-08-08 Thread jcgarciam
Check: DownloadLink component http://wicket.apache.org/apidocs/1.4/org/apache/wicket/markup/html/link/DownloadLink.html On Mon, Aug 8, 2011 at 1:14 AM, Arjun Dhar [via Apache Wicket] ml-node+3726062-793087976-65...@n4.nabble.com wrote: Liek a DownloadServlet that is given some params and

Re: Stateless pagination

2011-08-08 Thread jcgarciam
Just for the record, using HttpSession makes your application already stateful as well. On Mon, Aug 8, 2011 at 10:21 AM, Vytautas Racelis-2 [via Apache Wicket] ml-node+3726961-1182509707-65...@n4.nabble.com wrote: Hi, I guess you might be interested in this:

Re: How can i toggle panel visibility without javascript?

2011-08-08 Thread jcgarciam
Try using the Swap Panel technique, here is an example using Fragments http://pawelzubkiewicz.blogspot.com/2009/06/wicket-swapping-replacing-fragments.html On Mon, Aug 8, 2011 at 10:39 AM, Mike Mander [via Apache Wicket] ml-node+3727006-1582440175-65...@n4.nabble.com wrote: Hi, i have two

Re: wicket, hibernate, spring setup

2011-08-08 Thread jcgarciam
Try jWeekend LegUp http://www.jweekend.com/dev/LegUp On Mon, Aug 8, 2011 at 7:15 PM, msj121 [via Apache Wicket] ml-node+3728444-1358850638-65...@n4.nabble.com wrote: I noticed there was a github setup here: https://github.com/pflanzenmoerder/wicket-hibernate-archetype And I added the

Re: CSS, JS resource file handle issues?

2011-08-04 Thread jcgarciam
Try compiling the SNAPSHOT from svn yourself and try again. On Thu, Aug 4, 2011 at 7:23 PM, rush66 [via Apache Wicket] ml-node+3720006-321977728-65...@n4.nabble.com wrote: The fix should've been in today's 1.5 snapshot correct? I moved our app to use the 1.5-SNAPSHOT that I got from a

Re: How to handle exceptions caused by img src=GARBAGE?

2011-08-02 Thread jcgarciam
Are you expecting to actually serves images content from your own application directory using this methods?, you may need to parse and clean the HTML you are planning to serves in order to avoid those invalid HTTP GET. On Mon, Aug 1, 2011 at 11:45 PM, Alec Swan [via Apache Wicket]

Re: How to Catch WebApplication's Destroy()?

2011-07-25 Thread jcgarciam
Why not use a ServletContextListener http://download.oracle.com/javaee/5/api/javax/servlet/ServletContextListener.html Instead of using wicket for that? On Mon, Jul 25, 2011 at 10:34 PM, eugenebalt [via Apache Wicket] ml-node+3694614-1673249323-65...@n4.nabble.com wrote: To clarify, this is

Re: Problems with Wicket JARs: jcl-over-slf4j

2011-07-25 Thread jcgarciam
Eugene, Usually you just need one jar from SLF4J in order to statically make the bridge to the logging system of choice. On Mon, Jul 25, 2011 at 10:10 PM, eugenebalt [via Apache Wicket] ml-node+3694554-1008203965-65...@n4.nabble.com wrote: I resolved all my issues, but I had to add a ton of

Re: Replacing Spring MVC with Wicket in Existing Spring/Hibernate project

2011-07-25 Thread jcgarciam
Eugene, Maven is just for development usually is just required you to put maven instalation on your hard drive, set the PATH variable to the /bin directory in order to be able to locate mvn in your command prompt (shell) and you're all set. If you do that, take the wicket quickstart from wicket

Re: Bigger sites running on wicket?

2011-07-20 Thread jcgarciam
The only trace that i think could be easily spot (once DEPLOYMENT mode is on) are the inclusion of resources such as css/javascript On Wed, Jul 20, 2011 at 6:08 PM, richard emberson [via Apache Wicket] ml-node+3682047-48131163-65...@n4.nabble.com wrote: I looked at the Page source for about

Re: Why does my DAO need to implement serialization?

2011-06-16 Thread jcgarciam
It must be serializable because Wicket session can get serialized. On Thu, Jun 16, 2011 at 3:00 PM, Brian Lavender [via Apache Wicket] ml-node+3603204-29326886-65...@n4.nabble.com wrote: It seems that I have to extend the serializable interface for my DAO in order not to get errors. Should I

Re: Handling session and load-balancer cookie timeout

2011-05-14 Thread jcgarciam
How does Referer header value looks like?, is it a bookmarkable url? Try HybridUrlCodingStrategyhttp://wicket.apache.org/apidocs/1.4/org/apache/wicket/request/target/coding/HybridUrlCodingStrategy.html when mounting those pages and check. On Sat, May 14, 2011 at 3:18 PM, Alec Swan [via Apache

Re: Continue navigating while on submit button process stuff on the background

2011-05-07 Thread jcgarciam
, which at the point when the jobs runs the request would be gone. On Sat, May 7, 2011 at 6:26 AM, lucast [via Apache Wicket] ml-node+3505262-1989378023-65...@n4.nabble.com wrote: @jcgarciam, Thanks for your post. Sorry it took me so long to reply. Yes, I am using component instantiation

Re: How to add an unspecified number of components

2011-05-04 Thread jcgarciam
What you want to achieve is a very common usecase in wicket, play around with a ListView component and then move to a suitable component for database like that provide like DataView https://cwiki.apache.org/WICKET/listview-and-other-repeaters.html

Re: Serve Json in request and response

2011-05-03 Thread jcgarciam
Just adding another json library (http://code.google.com/p/google-gson/) As all saids, wicket brings nothing to the mix. Use a servlet+json library to parse the request. On Tue, May 3, 2011 at 8:22 AM, Wilhelmsen Tor Iver [via Apache Wicket] ml-node+3492239-1708321586-65...@n4.nabble.com wrote:

Re: Share data in TabbedPanel

2011-05-01 Thread jcgarciam
Lets say you have a property in your page that point to the dataobject you are creating and manipulating on first tab. The model of the tabs that should see this dataobject as well can be reference as: tp.setDefaultModel(new PropertyModel(this,mySharedObject)); Being mySharedObject the

Re: Share data in TabbedPanel

2011-05-01 Thread jcgarciam
I didn't checked the API before posting the example was using the kind of the same code you provide earlier, just to give u a quick start :) But the idea is to pass a model to the underlying panel on each tab, that points to the same object reference. On Sun, May 1, 2011 at 12:52 PM,

Re: Continue navigating while on submit button process stuff on the background

2011-04-30 Thread jcgarciam
Lucast is not good idea to make the Wicket application and spring bean directly (can't remember why, but look for it into the archive), instead the use of the CompenentInstantiaionListener is the recommended with the companion of the wicket @SpringBean annotation. On Thu, Apr 28, 2011 at 8:31

Re: Wicket 1.5-RC3 with hibernate-annotation

2011-04-27 Thread jcgarciam
I think you can try to exclude the slfj dependency that wicket ships on, since its being already contributed by Hibernate or just update you the dependency groupIdorg.slf4j/groupId artifactIdslf4j-log4j12/artifactId * version1.6.1/version* /dependency To the version that match the one provided

Re: Question on sessions

2011-04-25 Thread jcgarciam
just and idea, declare an anonymous role in your app. and effectively bind it to a real session, once the token is obtained elevate the users right. On Mon, Apr 25, 2011 at 6:35 PM, nimmy [via Apache Wicket] ml-node+3474193-959482693-65...@n4.nabble.com wrote: Hi, I have a user who has a

Re: Refreshing loadable detachable model object inside an ajax call

2011-04-18 Thread jcgarciam
Does your Person class implements the 'Identifiable' interface? On Mon, Apr 18, 2011 at 4:27 AM, lucast [via Apache Wicket] ml-node+3456789-549093517-65...@n4.nabble.com wrote: Hi Clint, Here is the example of EntityModel as taken from

Re: [ANNOUNCE] Wicketopia 0.9 Released...

2011-04-02 Thread jcgarciam
=unsubscribe_by_codenode=1842946code=amNnYXJjaWFtQGdtYWlsLmNvbXwxODQyOTQ2fDEyNTYxMzc3ODY=. -- Sincerely, JC (http://www.linkedin.com/in/jcgarciam) --Anyone who has never made a mistake has never tried anything new.-- -- View this message in context: http://apache-wicket.1842946.n4.nabble.com/ANNOUNCE

Re: problems with spring integration

2011-03-30 Thread jcgarciam
(http://www.linkedin.com/in/jcgarciam) --Anyone who has never made a mistake has never tried anything new.-- -- View this message in context: http://apache-wicket.1842946.n4.nabble.com/problems-with-spring-integration-tp3416484p3418767.html Sent from the Users forum mailing list archive at Nabble.com

Re: Apache Wicket Cookbook Published!

2011-03-25 Thread jcgarciam
=amNnYXJjaWFtQGdtYWlsLmNvbXwxODQyOTQ2fDEyNTYxMzc3ODY=. -- Sincerely, JC (http://www.linkedin.com/in/jcgarciam) --Anyone who has never made a mistake has never tried anything new.-- -- View this message in context: http://apache-wicket.1842946.n4.nabble.com/Apache-Wicket-Cookbook-Published-tp3406012p3406733.html Sent from the Users

Re: Adding a IRenderer interface ?

2011-03-20 Thread jcgarciam
from Apache Wicket, click herehttp://apache-wicket.1842946.n4.nabble.com/template/NamlServlet.jtp?macro=unsubscribe_by_codenode=1842946code=amNnYXJjaWFtQGdtYWlsLmNvbXwxODQyOTQ2fDEyNTYxMzc3ODY=. -- Sincerely, JC (http://www.linkedin.com/in/jcgarciam) --Anyone who has never made a mistake has

Re: Erase Previous Error Messages in Feedback Panel after Download

2011-02-18 Thread jcgarciam
=amNnYXJjaWFtQGdtYWlsLmNvbXwxODQyOTQ2fDEyNTYxMzc3ODY=. -- Sincerely, JC (http://www.linkedin.com/in/jcgarciam) --Anyone who has never made a mistake has never tried anything new.-- -- View this message in context: http://apache-wicket.1842946.n4.nabble.com/Erase-Previous-Error-Messages-in-Feedback-Panel-after

Re: export to excel AjaxFallbackDefaultDataTable

2011-02-01 Thread jcgarciam
.nabble.com/template/NamlServlet.jtp?macro=unsubscribe_by_codenode=1842946code=amNnYXJjaWFtQGdtYWlsLmNvbXwxODQyOTQ2fDEyNTYxMzc3ODY=. -- Sincerely, JC (http://www.linkedin.com/in/jcgarciam) --Anyone who has never made a mistake has never tried anything new.-- -- View this message in context

Re: Question regarding AjaxFormSubmitBehavior

2011-01-20 Thread jcgarciam
=amNnYXJjaWFtQGdtYWlsLmNvbXwxODQyOTQ2fDEyNTYxMzc3ODY=. -- Sincerely, JC (http://www.linkedin.com/in/jcgarciam) --Anyone who has never made a mistake has never tried anything new.-- -- View this message in context: http://apache-wicket.1842946.n4.nabble.com/Question-regarding-AjaxFormSubmitBehavior-tp3227451p3228728.html

Re: Check for User-Modified (Dirty) Fields before Form Submission

2011-01-17 Thread jcgarciam
.nabble.com/template/NamlServlet.jtp?macro=unsubscribe_by_codenode=1842946code=amNnYXJjaWFtQGdtYWlsLmNvbXwxODQyOTQ2fDEyNTYxMzc3ODY=. -- Sincerely, JC (http://www.linkedin.com/in/jcgarciam) --Anyone who has never made a mistake has never tried anything new.-- -- View this message in context: http

Re: Check for User-Modified (Dirty) Fields before Form Submission

2011-01-17 Thread jcgarciam
JavaScript Trick: After Page Load, serialized your form elements into a global variable. Before Submit, serialize your form elements again and compare it against your previously serialized version. Rinse and Repeat -- View this message in context:

Re: help me please!!! Wicket/Spring/Hibernate configuration woes

2010-12-15 Thread jcgarciam
=amNnYXJjaWFtQGdtYWlsLmNvbXwxODQyOTQ2fDEyNTYxMzc3ODY=. -- Sincerely, JC (http://www.linkedin.com/in/jcgarciam) --Anyone who has never made a mistake has never tried anything new.-- -- View this message in context: http://apache-wicket.1842946.n4.nabble.com/help-me-please-Wicket-Spring-Hibernate

Re: RequiredValidator

2010-12-15 Thread jcgarciam
.nabble.com/template/NamlServlet.jtp?macro=unsubscribe_by_codenode=1842946code=amNnYXJjaWFtQGdtYWlsLmNvbXwxODQyOTQ2fDEyNTYxMzc3ODY=. -- Sincerely, JC (http://www.linkedin.com/in/jcgarciam) --Anyone who has never made a mistake has never tried anything new.-- -- View this message in context: http

Re: repeters with

2010-12-12 Thread jcgarciam
/NamlServlet.jtp?macro=unsubscribe_by_codenode=1842946code=amNnYXJjaWFtQGdtYWlsLmNvbXwxODQyOTQ2fDEyNTYxMzc3ODY=. -- Sincerely, JC (http://www.linkedin.com/in/jcgarciam) --Anyone who has never made a mistake has never tried anything new.-- -- View this message in context: http://apache-wicket.1842946.n4

Re: Asynchronous File Uploads

2010-12-10 Thread jcgarciam
=amNnYXJjaWFtQGdtYWlsLmNvbXwxODQyOTQ2fDEyNTYxMzc3ODY=. -- Sincerely, JC (http://www.linkedin.com/in/jcgarciam) --Anyone who has never made a mistake has never tried anything new.-- -- View this message in context: http://apache-wicket.1842946.n4.nabble.com/Asynchronous-File-Uploads-tp2541855p3081888.html

Re: howto track translations

2010-12-09 Thread jcgarciam
://www.linkedin.com/in/jcgarciam) --Anyone who has never made a mistake has never tried anything new.-- -- View this message in context: http://apache-wicket.1842946.n4.nabble.com/howto-track-translations-tp3070837p3080297.html Sent from the Users forum mailing list archive at Nabble.com

Re: Setlt;Objectgt; with PageableListView

2010-11-30 Thread jcgarciam
=amNnYXJjaWFtQGdtYWlsLmNvbXwxODQyOTQ2fDEyNTYxMzc3ODY=. -- Sincerely, JC (http://www.linkedin.com/in/jcgarciam) --Anyone who has never made a mistake has never tried anything new.-- -- View this message in context: http://apache-wicket.1842946.n4.nabble.com/Set-Object-with-PageableListView

Re: Ajax Panel Update

2010-11-24 Thread jcgarciam
.nabble.com To unsubscribe from Apache Wicket, click herehttp://apache-wicket.1842946.n4.nabble.com/template/NamlServlet.jtp?macro=unsubscribe_by_codenode=1842946code=amNnYXJjaWFtQGdtYWlsLmNvbXwxODQyOTQ2fDEyNTYxMzc3ODY=. -- Sincerely, JC (http://www.linkedin.com/in/jcgarciam) Work smarter

Re: Execute JavaScript automatically when loading a Page through XHTTPRequest

2010-11-23 Thread jcgarciam
from Apache Wicket, click herehttp://apache-wicket.1842946.n4.nabble.com/template/NamlServlet.jtp?macro=unsubscribe_by_codenode=1842946code=amNnYXJjaWFtQGdtYWlsLmNvbXwxODQyOTQ2fDEyNTYxMzc3ODY=. -- Sincerely, JC (http://www.linkedin.com/in/jcgarciam) Work smarter, not harder!. -- View

Simple Download from StringResourceStream cause NPE wicket 1.5M3 (possible bug??)

2010-11-23 Thread jcgarciam
Hi Folks, Probably im doing it wrong, but please bear with me, currently i'm trying to do a very simple download operation in wicket 1.5M3, but it fails with a NPE in (ResourceStreamResource.java line 72), because it seems is always expecting that any IResourceStream implementation set the

Re: Simple Download from StringResourceStream cause NPE wicket 1.5M3 (possible bug??)

2010-11-23 Thread jcgarciam
StringResourceStream has to initialize its lastModifiedTime in the constructor to Time.now(). I'll create a ticket and fix it. On Tue, Nov 23, 2010 at 8:05 PM, jcgarciam [hidden email]http://user/SendEmail.jtp?type=nodenode=3056080i=1 wrote: Hi Folks, Probably im doing it wrong

Re: Simple Download from StringResourceStream cause NPE wicket 1.5M3 (possible bug??)

2010-11-23 Thread jcgarciam
org.apache.wicket.util.resource.AbstractStringResourceStream will have it initialized for free. On Tue, Nov 23, 2010 at 8:37 PM, jcgarciam [hidden email]http://user/SendEmail.jtp?type=nodenode=3056108i=0 wrote: Hi Martin, I explored the object hierarchy, and it seems *StringBufferResourceStream *may

Re: Cannot get current page from AjaxPagingNavigator

2010-11-10 Thread jcgarciam
://www.linkedin.com/in/jcgarciam) Work smarter, not harder!. -- View this message in context: http://apache-wicket.1842946.n4.nabble.com/Cannot-get-current-page-from-AjaxPagingNavigator-tp3034524p3036168.html Sent from the Users forum mailing list archive at Nabble.com

Re: Cannot get current page from AjaxPagingNavigator

2010-11-10 Thread jcgarciam
://apache-wicket.1842946.n4.nabble.com/template/TplServlet.jtp?tpl=unsubscribe_by_codenode=1842946code=amNnYXJjaWFtQGdtYWlsLmNvbXwxODQyOTQ2fDEyNTYxMzc3ODY=. -- Sincerely, JC (http://www.linkedin.com/in/jcgarciam) Work smarter, not harder!. -- Sincerely, JC (http://www.linkedin.com

Re: mobile Apllication via Wicket

2010-11-10 Thread jcgarciam
.nabble.com To unsubscribe from Apache Wicket, click herehttp://apache-wicket.1842946.n4.nabble.com/template/TplServlet.jtp?tpl=unsubscribe_by_codenode=1842946code=amNnYXJjaWFtQGdtYWlsLmNvbXwxODQyOTQ2fDEyNTYxMzc3ODY=. -- Sincerely, JC (http://www.linkedin.com/in/jcgarciam) Work smarter

Re: Cannot get current page from AjaxPagingNavigator

2010-11-09 Thread jcgarciam
://www.linkedin.com/in/jcgarciam) Work smarter, not harder!. -- View this message in context: http://apache-wicket.1842946.n4.nabble.com/Cannot-get-current-page-from-AjaxPagingNavigator-tp3034524p3034563.html Sent from the Users forum mailing list archive at Nabble.com

Re: Problem with setResponsePage from a thread

2010-10-28 Thread jcgarciam
from Apache Wicket, click herehttp://apache-wicket.1842946.n4.nabble.com/template/TplServlet.jtp?tpl=unsubscribe_by_codenode=1842946code=amNnYXJjaWFtQGdtYWlsLmNvbXwxODQyOTQ2fDEyNTYxMzc3ODY=. -- Sincerely, JC (http://www.linkedin.com/in/jcgarciam) Work smarter, not harder!. -- View

Re: Button submit and onclick event right way

2010-10-18 Thread jcgarciam
/TplServlet.jtp?tpl=unsubscribe_by_codenode=1842946code=amNnYXJjaWFtQGdtYWlsLmNvbXwxODQyOTQ2fDEyNTYxMzc3ODY=. -- Sincerely, JC (http://www.linkedin.com/in/jcgarciam) Work smarter, not harder!. -- View this message in context: http://apache-wicket.1842946.n4.nabble.com/Button-submit-and-onclick-event

Re: Button submit and onclick event right way

2010-10-18 Thread jcgarciam
question... In fact I wanted to do that. But I couldn't found the way to send all information in one request. I don't know how to send that information that I get with javascript. 2010/10/18 jcgarciam [hidden email]http://user/SendEmail.jtp?type=nodenode=3001345i=0 Just by curiosity

Re: FeedbackPanel for each ListItem in ListView

2010-10-15 Thread jcgarciam
(http://www.linkedin.com/in/jcgarciam) Work smarter, not harder!. -- View this message in context: http://apache-wicket.1842946.n4.nabble.com/FeedbackPanel-for-each-ListItem-in-ListView-tp2996972p2996985.html Sent from the Users forum mailing list archive at Nabble.com

Re: submit or refresh form via ajax from javascript ?

2010-10-12 Thread jcgarciam
-65...@n4.nabble.com To unsubscribe from Apache Wicket, click herehttp://apache-wicket.1842946.n4.nabble.com/template/TplServlet.jtp?tpl=unsubscribe_by_codenode=1842946code=amNnYXJjaWFtQGdtYWlsLmNvbXwxODQyOTQ2fDEyNTYxMzc3ODY=. -- Sincerely, JC (http://www.linkedin.com/in/jcgarciam) Work

Re: AjaxPagingNavigator give out strange error

2010-10-12 Thread jcgarciam
/in/jcgarciam) Work smarter, not harder!. -- View this message in context: http://apache-wicket.1842946.n4.nabble.com/AjaxPagingNavigator-give-out-strange-error-tp2327360p2992593.html Sent from the Users forum mailing list archive at Nabble.com

Re: PropertyModel Not Refreshing

2010-10-08 Thread jcgarciam
=amNnYXJjaWFtQGdtYWlsLmNvbXwxODQyOTQ2fDEyNTYxMzc3ODY=. -- Sincerely, JC (http://www.linkedin.com/in/jcgarciam) Work smarter, not harder!. -- View this message in context: http://apache-wicket.1842946.n4.nabble.com/DropDownChoice-Model-Confusion-tp2955144p2968936.html Sent from the Users forum mailing list

Re: Bean injection

2010-10-07 Thread jcgarciam
=amNnYXJjaWFtQGdtYWlsLmNvbXwxODQyOTQ2fDEyNTYxMzc3ODY=. -- Sincerely, JC (http://www.linkedin.com/in/jcgarciam) Work smarter, not harder!. -- View this message in context: http://apache-wicket.1842946.n4.nabble.com/Bean-injection-tp2966113p2966851.html Sent from the Users forum mailing list archive at Nabble.com

Re: PropertyModel Not Refreshing

2010-10-07 Thread jcgarciam
Apache Wicket, click herehttp://apache-wicket.1842946.n4.nabble.com/template/TplServlet.jtp?tpl=unsubscribe_by_codenode=1842946code=amNnYXJjaWFtQGdtYWlsLmNvbXwxODQyOTQ2fDEyNTYxMzc3ODY=. -- Sincerely, JC (http://www.linkedin.com/in/jcgarciam) Work smarter, not harder!. -- View this message

Re: DropDownChoice/Model Confusion

2010-10-05 Thread jcgarciam
(this, selectedRecord), myRecordsModel, new MyRecordRenderer()).setNullValid(false)); Shelli -Original Message- From: jcgarciam [mailto:[hidden email]http://user/SendEmail.jtp?type=nodenode=2956214i=0] Sent: Monday, October 04, 2010 6:27 PM To: [hidden email] http

Re: DropDownChoice/Model Confusion

2010-10-05 Thread jcgarciam
in different places in the component hierarchy. Can you provide any guidance on if there's some way to have the LDM updated after the delete onSubmit? Thanks again, Shelli -Original Message- From: jcgarciam [mailto:[hidden email]http://user/SendEmail.jtp?type=nodenode=2956527i=0] Sent

Re: DropDownChoice/Model Confusion

2010-10-05 Thread jcgarciam
to force the LDB to reload? Shelli -Original Message- From: jcgarciam [mailto:[hidden email]http://user/SendEmail.jtp?type=nodenode=2956722i=0] Sent: Tuesday, October 05, 2010 12:52 PM To: [hidden email] http://user/SendEmail.jtp?type=nodenode=2956722i=1 Subject: Re: DropDownChoice/Model

Re: DropDownChoice/Model Confusion

2010-10-04 Thread jcgarciam
.nabble.com/template/TplServlet.jtp?tpl=unsubscribe_by_codenode=1842946code=amNnYXJjaWFtQGdtYWlsLmNvbXwxODQyOTQ2fDEyNTYxMzc3ODY=. -- Sincerely, JC (http://www.linkedin.com/in/jcgarciam) Work smarter, not harder!. -- View this message in context: http://apache-wicket.1842946.n4.nabble.com

Re: Ajax and updating DropDownChoice model object

2010-09-16 Thread jcgarciam
/TplServlet.jtp?tpl=unsubscribe_by_codenode=1842946code=amNnYXJjaWFtQGdtYWlsLmNvbXwxODQyOTQ2fDEyNTYxMzc3ODY=. -- Sincerely, JC (http://www.linkedin.com/in/jcgarciam) Work smarter, not harder!. -- View this message in context: http://apache-wicket.1842946.n4.nabble.com/Ajax-and-updating

Re: Ajax and updating DropDownChoice model object

2010-09-16 Thread jcgarciam
=unsubscribe_by_codenode=1842946code=amNnYXJjaWFtQGdtYWlsLmNvbXwxODQyOTQ2fDEyNTYxMzc3ODY=. -- Sincerely, JC (http://www.linkedin.com/in/jcgarciam) Work smarter, not harder!. -- View this message in context: http://apache-wicket.1842946.n4.nabble.com/Ajax-and-updating-DropDownChoice-model-object

Re: Demystifying page serialization

2010-09-10 Thread jcgarciam
://www.linkedin.com/in/jcgarciam) Work smarter, not harder!. -- View this message in context: http://apache-wicket.1842946.n4.nabble.com/Demystifying-page-serialization-tp2533538p2535303.html Sent from the Wicket - User mailing list archive at Nabble.com.

Re: How can I capture the data on one panel 1 when i click submit button on panel 2

2010-09-08 Thread jcgarciam
/TplServlet.jtp?tpl=unsubscribe_by_codenode=1842946code=amNnYXJjaWFtQGdtYWlsLmNvbXwxODQyOTQ2fDEyNTYxMzc3ODY=. -- Sincerely, JC (http://www.linkedin.com/in/jcgarciam) Work smarter, not harder!. -- View this message in context: http://apache-wicket.1842946.n4.nabble.com/How-can-I-capture

Re: session timeout notification using cometd

2010-09-01 Thread jcgarciam
=. -- Sincerely, JC (http://www.linkedin.com/in/jcgarciam) Work smarter, not harder!. -- View this message in context: http://apache-wicket.1842946.n4.nabble.com/session-timeout-notification-using-cometd-tp2403249p2403283.html Sent from the Wicket - User mailing list archive at Nabble.com.

Re: session timeout notification using cometd

2010-09-01 Thread jcgarciam
-wicket.1842946.n4.nabble.com/template/TplServlet.jtp?tpl=unsubscribe_by_codenode=1842946code=amNnYXJjaWFtQGdtYWlsLmNvbXwxODQyOTQ2fDEyNTYxMzc3ODY=. -- Sincerely, JC (http://www.linkedin.com/in/jcgarciam) Work smarter, not harder!. -- View this message in context: http://apache-wicket.1842946

Re: Best practice for component interaction

2010-08-25 Thread jcgarciam
=unsubscribe_by_codenode=1842946code=amNnYXJjaWFtQGdtYWlsLmNvbXwxODQyOTQ2fDEyNTYxMzc3ODY=. -- Sincerely, JC (http://www.linkedin.com/in/jcgarciam) Work smarter, not harder!. -- View this message in context: http://apache-wicket.1842946.n4.nabble.com/Best-practice-for-component-interaction-tp2336888p2338205.html

Re: Best practice for component interaction

2010-08-25 Thread jcgarciam
%2b2338212-617428318-65...@n4.nabble.com wrote: Do you want an example of how it would work or are you confident in how to implement it yourself? On Wed, Aug 25, 2010 at 9:05 AM, jcgarciam [hidden email]http://user/SendEmail.jtp?type=nodenode=2338212i=0 wrote: Hi James, I like the idea

Re: Best practice for component interaction

2010-08-25 Thread jcgarciam
). On Wed, Aug 25, 2010 at 9:12 AM, jcgarciam [hidden email]http://user/SendEmail.jtp?type=nodenode=2338298i=1 wrote: Thanks for expressing your help on this, im already working on it :-), since is not that hard to implement, but i would like to see this kind of functionality

Re: Best practice for component interaction

2010-08-25 Thread jcgarciam
, Aug 25, 2010 at 6:12 AM, jcgarciam [hidden email]http://user/SendEmail.jtp?type=nodenode=2338351i=0 wrote: Thanks for expressing your help on this, im already working on it :-), since is not that hard to implement, but i would like to see this kind of functionality in the core

Re: Best practice for component interaction

2010-08-25 Thread jcgarciam
? On Wed, Aug 25, 2010 at 12:00 PM, James Carman [via Apache Wicket] ml-node+2338371-59596-65...@n4.nabble.comml-node%2b2338371-59596-65...@n4.nabble.com wrote: What if you have different event types that happen on a page? On Wed, Aug 25, 2010 at 10:47 AM, jcgarciam [hidden email]http

Re: Best practice for component interaction

2010-08-25 Thread jcgarciam
25, 2010 at 11:09 AM, jcgarciam [hidden email]http://user/SendEmail.jtp?type=nodenode=2338421i=0 wrote: Let see if this answer your question, in my example i have this Interface: [AjaxEventResponseListener] as root Event interface Then i have 2 more specifics interfaces named

Re: using cometd with threads

2010-08-17 Thread jcgarciam
=amNnYXJjaWFtQGdtYWlsLmNvbXwxODQyOTQ2fDEyNTYxMzc3ODY=. -- Sincerely, JC (http://www.linkedin.com/in/jcgarciam) Work smarter, not harder!. -- View this message in context: http://apache-wicket.1842946.n4.nabble.com/using-cometd-with-threads-tp2310323p2328532.html Sent from the Wicket - User mailing list archive at Nabble.com.

Re: SV: problem with wicket + spring + hibernate

2010-08-11 Thread jcgarciam
-tp2320778p2320816.html To unsubscribe from Apache Wicket, click herehttp://apache-wicket.1842946.n4.nabble.com/template/NodeServlet.jtp?tpl=unsubscribe_by_codenode=1842946code=amNnYXJjaWFtQGdtYWlsLmNvbXwxODQyOTQ2fDEyNTYxMzc3ODY=. -- Sincerely, JC (http://www.linkedin.com/in/jcgarciam) Work smarter

Re: A beginner's tutorial

2010-08-05 Thread jcgarciam
Hi, i did a quick walk thru the tutorial and something i think is missing and could help is to explain the concepts of Model and the difference between Static Model and Dynamic Model. I know it may complicate things for students and new comers to wicket programming but i think it worth, (using

Re: using cometd with threads

2010-08-03 Thread jcgarciam
If you are starting your Job from a Web Request, initialize your Bayeaux service (as Rodolfo mentioned) and pass that to your processing Job (Your Job doesn't have to be WebApi aware) as Rodolfo said, Bauyeaux is meant to be used a messaging API. On Tue, Aug 3, 2010 at 11:00 AM, fachhoch [via

Re: Single session per user

2010-07-30 Thread jcgarciam
For that you may need to do your own session tracking using an HttpSessionListenerhttp://download-llnw.oracle.com/javaee/5/api/javax/servlet/http/HttpSessionListener.html, and trying to handle yourself a Session cache (Be carefully of not leaking those session by not preventing the container to

Re: rules declaration for form valdation

2010-07-20 Thread jcgarciam
if you can just avoid push operation (if. setThatcomponentEnabled ...else setThatComponentDisable). Use a Pull approach, override the isEnabled of your component and make it query the boolean value of your model. i.e:: form.add(new TextField(myId){ public boolean isEnabled(){ return

Re: HowTo inject FeedbackPanel

2010-07-20 Thread jcgarciam
I guess what Martin and James talk about is having a FeedbackPanel at the top and a lot component (panels) ajaxified which only update the FeedbackPanel on their callbacks. Therefore they pass the FeedbackPanel on every Panel constructor. Martin, James am i right? On Tue, Jul 20, 2010 at 1:08

Re: Localize AjaxSubmitLink

2009-04-20 Thread jcgarciam
Try using wicket:message http://cwiki.apache.org/WICKET/wickets-xhtml-tags.html http://cwiki.apache.org/WICKET/wickets-xhtml-tags.html PDiefent wrote: Hi, is it possible to localize a AjaxSubmitLink? I would like to replace Speichern with a localized value from a properties file ...

Re: tinymce textarea

2009-04-20 Thread jcgarciam
Agreed with @Jeremy, I have used to TinyMCE myself to update a CLOB fields mapped to my Entity Object and its value get submitted like a charm, but i remember seen this problem in my project a while before, when the form was submitted using Ajax, since i didn't make too much research i just

Re: debugging a Wicket application running under Jetty-6.1 in Eclipse

2009-04-09 Thread jcgarciam
I'll suggest to do it in the Wicket Way, you will have much more benefits. If you made your project from the QuickStart, you will notice a 'Start' class under your 'test' source. that what it does is just start an embedded jetty pointing to your webapp directory and mounting your application

Re: override isEnabed of FinishButton

2009-04-07 Thread jcgarciam
I guess, you can try to override protected void onBeforeRender() and make something like: protected void onBeforeRender(){ this.setEnabled(true); super.onBeforeRender(); } Martin Tilma wrote: Hello, I have a Wizard with a FinishButton. I want the button always be enabled. Because

Re: CheckBoxMultipleChoice: change markup from label to span

2009-03-30 Thread jcgarciam
Hi, I guess the solution would be using a http://cwiki.apache.org/WICKET/listview-with-checkboxes.html ListView in conjunction with a CheckGroup object in order to achieve what you want. Roman Zechner | Liland wrote: is there a way to change the markup of CheckBoxMultipleChoice?

Re: How do I call alert(); rather than using .info or .error of Component

2009-03-30 Thread jcgarciam
You could try iterating thru the FeedBackMessage List Using something like: @Override public void renderHead(IHeaderResponse response) { super.renderHead(response); FeedbackMessages messages = WebSession.get().getFeedbackMessages();

RE: How do I call alert(); rather than using .info or .error of Component

2009-03-30 Thread jcgarciam
: jcgarciam [mailto:jcgarc...@gmail.com] Sent: Monday, March 30, 2009 2:28 PM To: users@wicket.apache.org Subject: Re: How do I call alert(); rather than using .info or .error of Component You could try iterating thru the FeedBackMessage List Using something like: @Override

Re: inmethod datagrid, ajax interactions between cells

2009-02-26 Thread jcgarciam
I haven't used inmethod datagrid yet but i guess i wont be different with another Wicket model component, so just clear the property of your Underlying model, that should be enough. Will Jaynes-4 wrote: I'm working with the inmethod datagrid. I would like to set up some ajax interactions

Re: WYSIWYG component

2009-02-25 Thread jcgarciam
I have this component working at work. Im using Wicket 1.4 RC1. I'll suggest you to download the example war and check it out, Basically tinyMCE have a simple default theme, then you need to add any other button you may need using the Plugin Class provided with the Component on the Wicket Side.

  1   2   >