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 return

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] < ml-node+s1842946n4088337..

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 t

Re: Weblogic deployment

2011-10-18 Thread jcgarciam
.properties and calling > the Initializers from code? > > > > > From: > jcgarciam <[hidden > email]<http://user/SendEmail.jtp?type=node&node=3915620&i=0>> > > To: > [hidden email] <http://user/SendEmail.jtp?type=node&node=3915620&i=1>

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: > Application.initializeComp

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 > componen

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 [v

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 su

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 d

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 wrote: > 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 Wicke

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: 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 wrote: > 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 Ap

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] wrote: > Strange but I may scrape the page and search for those particular > elements. I want t

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 filter, in that way transaction will be bound to the -> Http

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: 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

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: > > > https://xaloon.googlecod

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 k

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 quic

Re: How to handle exceptions caused by ?

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] < ml-node+37112

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 pa

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

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: 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. Shoul

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 HybridUrlCodingStrategy when mounting those pages and check. On Sat, May 14, 2011 at 3:18 PM, Alec Swan [via Apach

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

2011-05-07 Thread jcgarciam
nd the Http Thread, 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. >

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
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, meduolis[vi

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 prop

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 AM

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 org.slf4j slf4j-log4j12 * 1.6.1* To the version that match the one provided hibernate. On Wed, Apr 27, 2011 at 3:53 AM, Lucky Spiff [via Apache Wick

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 > http://wicketinaction.com/2008/09/building-a-smart-e

Re: [ANNOUNCE] Wicketopia 0.9 Released...

2011-04-02 Thread jcgarciam
OUNCE-Wicketopia-0-9-Released-tp3418771p3421978.html > To start a new topic under Apache Wicket, email > ml-node+1842946-398011874-65...@n4.nabble.com > To unsubscribe from Apache Wicket, click > here<http://apache-wicket.1842946.n4.nabble.com/template/NamlServlet.jtp?macro=unsubscribe_by

Re: problems with spring integration

2011-03-30 Thread jcgarciam
http://apache-wicket.1842946.n4.nabble.com/problems-with-spring-integration-tp3416484p3418488.html > To start a new topic under Apache Wicket, email > ml-node+1842946-398011874-65...@n4.nabble.com > To unsubscribe from Apache Wicket, click > here<http://apache-wicket.1842946.n4.n

Re: Apache Wicket Cookbook Published!

2011-03-25 Thread jcgarciam
ache-wicket.1842946.n4.nabble.com/template/NamlServlet.jtp?macro=unsubscribe_by_code&node=1842946&code=amNnYXJjaWFtQGdtYWlsLmNvbXwxODQyOTQ2fDEyNTYxMzc3ODY=>. > > -- Sincerely, JC (http://www.linkedin.com/in/jcgarciam) --Anyone who has never made a mistake has never tried anything

Re: Adding a IRenderer interface ?

2011-03-20 Thread jcgarciam
here<http://apache-wicket.1842946.n4.nabble.com/template/NamlServlet.jtp?macro=unsubscribe_by_code&node=1842946&code=amNnYXJjaWFtQGdtYWlsLmNvbXwxODQyOTQ2fDEyNTYxMzc3ODY=>. > > -- Sincerely, JC (http://www.linkedin.com/in/jcgarciam) --Anyone who has never made a mistake h

Re: Run a standalone wicket app

2011-03-07 Thread jcgarciam
t; below: > > http://apache-wicket.1842946.n4.nabble.com/Run-a-standalone-wicket-app-tp3339521p3339536.html > To start a new topic under Apache Wicket, email > ml-node+1842946-398011874-65...@n4.nabble.com > To unsubscribe from Apache Wicket, click > here<http://apache-wicket.184294

Re: Erase Previous Error Messages in Feedback Panel after Download

2011-02-18 Thread jcgarciam
Wicket, click > here<http://apache-wicket.1842946.n4.nabble.com/template/NamlServlet.jtp?macro=unsubscribe_by_code&node=1842946&code=amNnYXJjaWFtQGdtYWlsLmNvbXwxODQyOTQ2fDEyNTYxMzc3ODY=>. > > -- Sincerely, JC (http://www.linkedin.com/in/jcgarciam) --Anyone who has never mad

Re: export to excel AjaxFallbackDefaultDataTable

2011-02-01 Thread jcgarciam
pache-wicket.1842946.n4.nabble.com/template/NamlServlet.jtp?macro=unsubscribe_by_code&node=1842946&code=amNnYXJjaWFtQGdtYWlsLmNvbXwxODQyOTQ2fDEyNTYxMzc3ODY=>. > > -- Sincerely, JC (http://www.linkedin.com/in/jcgarciam) --Anyone who has never made a mistake has never tried any

Re: Question regarding AjaxFormSubmitBehavior

2011-01-20 Thread jcgarciam
this email, your message will be added to the discussion > below: > > http://apache-wicket.1842946.n4.nabble.com/Question-regarding-AjaxFormSubmitBehavior-tp3227451p3228304.html > To start a new topic under Apache Wicket, email > ml-node+1842946-398011874-65...@n4.nabble.com > To

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: http://apache-wicket.1842946.n4.nabble.com/Che

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

2011-01-17 Thread jcgarciam
acro=unsubscribe_by_code&node=1842946&code=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

Re: RequiredValidator

2010-12-15 Thread jcgarciam
.nabble.com > To unsubscribe from Apache Wicket, click > here<http://apache-wicket.1842946.n4.nabble.com/template/NamlServlet.jtp?macro=unsubscribe_by_code&node=1842946&code=amNnYXJjaWFtQGdtYWlsLmNvbXwxODQyOTQ2fDEyNTYxMzc3ODY=>. > > -- Sincerely, JC (http

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

2010-12-15 Thread jcgarciam
rvice.authenticate(userName, password); > } > > /* (non-Javadoc) > * @see > uk.co.company.product.business.spring.UserService#getRoles(java.lang.String, > boolean) > */ > @Override > @Transactional > final public Roles getRoles(final String userName, final boolean &

Re: repeters with

2010-12-12 Thread jcgarciam
pe=node&node=3084657&i=5> > > > > > For additional commands, e-mail: [hidden > > > > > email]<http://user/SendEmail.jtp?type=node&node=3084657&i=6> > > > > > > > > > > > > > > > >

Re: Asynchronous File Uploads

2010-12-10 Thread jcgarciam
ket.1842946.n4.nabble.com/template/NamlServlet.jtp?macro=unsubscribe_by_code&node=1842946&code=amNnYXJjaWFtQGdtYWlsLmNvbXwxODQyOTQ2fDEyNTYxMzc3ODY=>. > > -- Sincerely, JC (http://www.linkedin.com/in/jcgarciam) --Anyone who has never made a mistake has never tried anything new.-- -- View t

Re: howto track translations

2010-12-09 Thread jcgarciam
icket.1842946.n4.nabble.com/howto-track-translations-tp3070837p3079700.html > > To start a new topic under Apache Wicket, email > ml-node+1842946-398011874-65...@n4.nabble.com > To unsubscribe from Apache Wicket, click > here<http://apache-wicket.1842946.n4.nabble.com/template/NamlSe

Re: Set<Object> with PageableListView

2010-11-30 Thread jcgarciam
_code&node=1842946&code=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

Re: Ajax Panel Update

2010-11-24 Thread jcgarciam
nabble.com/Ajax-Panel-Update-tp3057421p3057421.html > To start a new topic under Apache Wicket, email > ml-node+1842946-398011874-65...@n4.nabble.com > To unsubscribe from Apache Wicket, click > here<http://apache-wicket.1842946.n4.nabble.com/template/NamlServlet.jtp?macro=unsubscribe_b

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

2010-11-23 Thread jcgarciam
urceStream will > > have it initialized for free. > > On Tue, Nov 23, 2010 at 8:37 PM, jcgarciam <[hidden > email]<http://user/SendEmail.jtp?type=node&node=3056108&i=0>> > wrote: > > > > > Hi Martin, > > > > I explored the object hierarc

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

2010-11-23 Thread jcgarciam
g. > > I think 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://us

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 lastMo

Re: Execute JavaScript automatically when loading a Page through XHTTPRequest

2010-11-23 Thread jcgarciam
Wicket set a header value in the request set to wicket-ajax i believe that way, wicket is able to detect ajax request from regular request. On Tue, Nov 23, 2010 at 6:31 AM, Poko Booth [via Apache Wicket] < ml-node+3055066-291766867-65...@n4.nabble.com > wrote: > Not sure about this but if you us

Re: Form in tfoot disappears after submission

2010-11-18 Thread jcgarciam
den > >> email]<http://user/SendEmail.jtp?type=node&node=3048343&i=7> > >> For additional commands, e-mail: [hidden > >> email]<http://user/SendEmail.jtp?type=node&node=3048343&i=8> > >> > >> > > > >

Re: StackOverflowError

2010-11-16 Thread jcgarciam
;> at java.io.ObjectOutputStream.writeObject0(Unknown Source) > >>>>>> at java.io.ObjectOutputStream.writeObject(Unknown Source) > >>>>>> at > org.apache.wicket.util.io.IObjectStreamFactory$DefaultObjectStreamFactory$2.writeObjectOverride(I

Re: FileUpload Validation before Submitting

2010-11-15 Thread jcgarciam
e<http://apache-wicket.1842946.n4.nabble.com/template/TplServlet.jtp?tpl=unsubscribe_by_code&node=1842946&code=amNnYXJjaWFtQGdtYWlsLmNvbXwxODQyOTQ2fDEyNTYxMzc3ODY=>. > > > -- Sincerely, JC (http://www.linkedin.com/in/jcgarciam) Work smarter, not harder!. -- View this message i

Re: Wicket design incompatible with Web 2.0 ?

2010-11-12 Thread jcgarciam
e @ > http://apache-wicket.1842946.n4.nabble.com/Wicket-design-incompatible-with-Web-2-0-tp3039707p3039789.html > To start a new topic under Apache Wicket, email > ml-node+1842946-398011874-65...@n4.nabble.com > To unsubscribe from Apache Wicket, click > here<http://apache-wicket.18

Re: Wicket design incompatible with Web 2.0 ?

2010-11-12 Thread jcgarciam
; H2T 1S5 • +1 (514) 316 8966 > > www.onehippo.com • www.onehippo.org • [hidden > > email]<http://user/SendEmail.jtp?type=node&node=3039773&i=4> > > > > ----- > > To unsubscribe, e-mail

Re: Hints for creating a form-embedded Grid

2010-11-11 Thread jcgarciam
let.jtp?tpl=unsubscribe_by_code&node=1842946&code=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/Hints-

Re: mobile Apllication via Wicket

2010-11-10 Thread jcgarciam
ode+1842946-398011874-65...@n4.nabble.com > To unsubscribe from Apache Wicket, click > here<http://apache-wicket.1842946.n4.nabble.com/template/TplServlet.jtp?tpl=unsubscribe_by_code&node=1842946&code=amNnYXJjaWFtQGdtYWlsLmNvbXwxODQyOTQ2fDEyNTYxMzc3ODY=>. > > > -- Sin

Re: Cannot get current page from AjaxPagingNavigator

2010-11-10 Thread jcgarciam
gt; View message @ >> http://apache-wicket.1842946.n4.nabble.com/Cannot-get-current-page-from-AjaxPagingNavigator-tp3034524p3035648.html >> To start a new topic under Apache Wicket, email >> ml-node+1842946-398011874-65...@n4.nabble.com >> To unsubscribe from Apache Wicket, cli

Re: Cannot get current page from AjaxPagingNavigator

2010-11-10 Thread jcgarciam
ge-from-AjaxPagingNavigator-tp3034524p3035648.html > To start a new topic under Apache Wicket, email > ml-node+1842946-398011874-65...@n4.nabble.com > To unsubscribe from Apache Wicket, click > here<http://apache-wicket.1842946.n4.nabble.com/template/TplServlet.jtp?tpl=unsubscribe_

Re: Cannot get current page from AjaxPagingNavigator

2010-11-09 Thread jcgarciam
scribe from Apache Wicket, click > here<http://apache-wicket.1842946.n4.nabble.com/template/TplServlet.jtp?tpl=unsubscribe_by_code&node=1842946&code=amNnYXJjaWFtQGdtYWlsLmNvbXwxODQyOTQ2fDEyNTYxMzc3ODY=>. > > > -- Sincerely, JC (http://www.lin

Re: Problem with setResponsePage from a thread

2010-10-28 Thread jcgarciam
> http://apache-wicket.1842946.n4.nabble.com/Problem-with-setResponsePage-from-a-thread-tp3016823p3016823.html > To start a new topic under Apache Wicket, email > ml-node+1842946-398011874-65...@n4.nabble.com > To unsubscribe from Apache Wicket, click > here<http://apache-wick

Re: Button submit and onclick event right way

2010-10-18 Thread jcgarciam
t; 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=node&node=

Re: Button submit and onclick event right way

2010-10-18 Thread jcgarciam
here<http://apache-wicket.1842946.n4.nabble.com/template/TplServlet.jtp?tpl=unsubscribe_by_code&node=1842946&code=amNnYXJjaWFtQGdtYWlsLmNvbXwxODQyOTQ2fDEyNTYxMzc3ODY=>. > > > -- Sincerely, JC (http://www.linkedin.com/in/jcgarciam) Work smarter, not harder!. -- View this message in

Re: FeedbackPanel for each ListItem in ListView

2010-10-15 Thread jcgarciam
2946.n4.nabble.com/template/TplServlet.jtp?tpl=unsubscribe_by_code&node=1842946&code=amNnYXJjaWFtQGdtYWlsLmNvbXwxODQyOTQ2fDEyNTYxMzc3ODY=>. > > > -- Sincerely, JC (http://www.linkedin.com/in/jcgarciam) Work smarter, not ha

Re: AjaxPagingNavigator give out strange error

2010-10-12 Thread jcgarciam
de+1842946-398011874-65...@n4.nabble.com > To unsubscribe from Apache Wicket, click > here<http://apache-wicket.1842946.n4.nabble.com/template/TplServlet.jtp?tpl=unsubscribe_by_code&node=1842946&code=amNnYXJjaWFtQGdtYWlsLmNvbXwxODQyOTQ2fDEyNTYxMzc3ODY=>. > > > -- Sincerely, JC (http:/

Re: submit or refresh form via ajax from javascript ?

2010-10-12 Thread jcgarciam
Apache Wicket, email > ml-node+1842946-398011874-65...@n4.nabble.com > To unsubscribe from Apache Wicket, click > here<http://apache-wicket.1842946.n4.nabble.com/template/TplServlet.jtp?tpl=unsubscribe_by_code&node=1842946&code=amNnYXJjaWFtQGdtYWlsLmNvbXwxODQyOTQ2fDEyNTYxMzc3ODY=>

Re: PropertyModel Not Refreshing

2010-10-08 Thread jcgarciam
gt; > email]<http://user/SendEmail.jtp?type=node&node=2968688&i=7> > > > > > - > To unsubscribe, e-mail: [hidden > email]<http://user/SendEmail.jtp?type=node&node=2968688&

Re: PropertyModel Not Refreshing

2010-10-07 Thread jcgarciam
- > To unsubscribe, e-mail: [hidden > email]<http://user/SendEmail.jtp?type=node&node=2967225&i=3> > For additional commands, e-mail: [hidden > email]<http://user/SendEmail.jtp?type=node&node=2967225&i=4> > > > > -

Re: Bean injection

2010-10-07 Thread jcgarciam
bble.com > To unsubscribe from Apache Wicket, click > here<http://apache-wicket.1842946.n4.nabble.com/template/TplServlet.jtp?tpl=unsubscribe_by_code&node=1842946&code=amNnYXJjaWFtQGdtYWlsLmNvbXwxODQyOTQ2fDEyNTYxMzc3ODY=>. > > > -- Sincerel

Re: DropDownChoice/Model Confusion

2010-10-05 Thread jcgarciam
ad? > > Shelli > > -Original Message- > From: jcgarciam [mailto:[hidden > email]<http://user/SendEmail.jtp?type=node&node=2956722&i=0>] > > Sent: Tuesday, October 05, 2010 12:52 PM > To: [hidden email] <http://user/SendEmail.jtp?type=node&node=2956722&a

Re: DropDownChoice/Model Confusion

2010-10-05 Thread jcgarciam
the issue has something to do with the buttons being 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---

Re: DropDownChoice/Model Confusion

2010-10-05 Thread jcgarciam
quot;, > new PropertyModel(this, "selectedRecord"), > myRecordsModel, > new MyRecordRenderer()).setNullValid(false)); > > Shelli > > -Original Message- > From: jcgarciam [mailto:[hidden > email]<http://user/SendEmail.jtp?type=no

Re: DropDownChoice/Model Confusion

2010-10-04 Thread jcgarciam
start a new topic under Apache Wicket, email > ml-node+1842946-398011874-65...@n4.nabble.com > To unsubscribe from Apache Wicket, click > here<http://apache-wicket.1842946.n4.nabble.com/template/TplServlet.jtp?tpl=unsubscribe_by_code&node=1842946&code=amNnYXJjaWFtQGdtYWlsLmNvbXwxODQyOTQ2fDEyNTYx

Re: Ajax and updating DropDownChoice model object

2010-09-16 Thread jcgarciam
lick > here<http://apache-wicket.1842946.n4.nabble.com/template/TplServlet.jtp?tpl=unsubscribe_by_code&node=1842946&code=amNnYXJjaWFtQGdtYWlsLmNvbXwxODQyOTQ2fDEyNTYxMzc3ODY=>. > > > -- Sincerely, JC (http://www.linkedin.com/in/jcgarciam) Work smarter, not harder!. -- Vie

Re: Ajax and updating DropDownChoice model object

2010-09-16 Thread jcgarciam
ibe from Apache Wicket, click > here<http://apache-wicket.1842946.n4.nabble.com/template/TplServlet.jtp?tpl=unsubscribe_by_code&node=1842946&code=amNnYXJjaWFtQGdtYWlsLmNvbXwxODQyOTQ2fDEyNTYxMzc3ODY=>. > > > -- Sincerely, JC (http://www.linkedin.com/in/jcgarciam) Work smart

Re: Demystifying page serialization

2010-09-10 Thread jcgarciam
che-wicket.1842946.n4.nabble.com/template/TplServlet.jtp?tpl=unsubscribe_by_code&node=1842946&code=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/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
de=2531520&i=4>. > > ==== > > - > To unsubscribe, e-mail: [hidden > email]<http://user/SendEmail.jtp?type=node&node=2531520&i=5> > For add

Re: session timeout notification using cometd

2010-09-01 Thread jcgarciam
k > here<http://apache-wicket.1842946.n4.nabble.com/template/TplServlet.jtp?tpl=unsubscribe_by_code&node=1842946&code=amNnYXJjaWFtQGdtYWlsLmNvbXwxODQyOTQ2fDEyNTYxMzc3ODY=>. > > > -- Sincerely, JC (http://www.linkedin.com/in/jcgarciam) Work smarter, not harder!. -- Vie

Re: session timeout notification using cometd

2010-09-01 Thread jcgarciam
YxMzc3ODY=>. > > > -- 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: Best practice for component interaction

2010-08-25 Thread jcgarciam
7;d use real listener interfaces > with method names that reflect what the event is. It makes the code > more readable. > > On Wed, Aug 25, 2010 at 11:09 AM, jcgarciam <[hidden > email]<http://user/SendEmail.jtp?type=node&node=2338421&i=0>> > wrote: &

Re: Best practice for component interaction

2010-08-25 Thread jcgarciam
same page? On Wed, Aug 25, 2010 at 12:00 PM, James Carman [via Apache Wicket] < ml-node+2338371-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]<ht

Re: Best practice for component interaction

2010-08-25 Thread jcgarciam
Thanks Igor, i will review that Item. On Wed, Aug 25, 2010 at 11:46 AM, Igor Vaynberg-2 [via Apache Wicket] < ml-node+2338351-880928828-65...@n4.nabble.com > wrote: > already done > > https://issues.apache.org/jira/browse/WICKET-1312 > > -igor > > On Wed, Aug 25,

Re: Best practice for component interaction

2010-08-25 Thread jcgarciam
; > On Wed, Aug 25, 2010 at 9:35 AM, James Carman > <[hidden email] <http://user/SendEmail.jtp?type=node&node=2338298&i=0>> > wrote: > > > So, submit a JIRA with a patch once you get it working. It would be > > good to have this on the Page class so tha

Re: Best practice for component interaction

2010-08-25 Thread jcgarciam
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=node&node=2338212&i=0>> > wrote: > >

Re: Best practice for component interaction

2010-08-25 Thread jcgarciam
t; > > > > -- > View message @ > http://apache-wicket.1842946.n4.nabble.com/Best-practice-for-component-interaction-tp2336888p2338119.html > To unsubscribe from Apache Wicket, click > here<http://apache-wicket.1842946.n4.nabble.com/template/TplServl

Re: Wicket + Eclipse + Tomcat

2010-08-21 Thread jcgarciam
che Wicket, click > here<http://apache-wicket.1842946.n4.nabble.com/template/NodeServlet.jtp?tpl=unsubscribe_by_code&node=1842946&code=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/Wicket-Eclipse-Tomcat-tp2333641p2333689.html Sent from the Wicket - User mailing list archive at Nabble.com.

Re: using cometd with threads

2010-08-17 Thread jcgarciam
ode=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
pe=node&node=2320816&i=3> > > > > > -- > View message @ > http://apache-wicket.1842946.n4.nabble.com/problem-with-wicket-spring-hibernate-tp2320778p2320816.html > To unsubscribe from Apache Wicket, click > here<http://apache-

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 Pag

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 A

Re: Single session per user

2010-07-30 Thread jcgarciam
For that you may need to do your own session tracking using an HttpSessionListener, and trying to handle yourself a Session cache (Be carefully of not leaking those session by not preventing the container to

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 P

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 ((MyObje

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 switc

  1   2   >