Re: Is Wicket In Action still relevant?

2023-05-11 Thread James Selvakumar
e through it > occasionally. > > > > There still are some gotchas when used with Wicket 9, such as CSP and > the way resources are loaded is slightly different IIRC. > > > > But if you want to get someone to grasp the basics of Wicket, it is a > really good resource. I'

Is Wicket In Action still relevant?

2023-05-11 Thread James Selvakumar
Hi all, Just wondering whether Wicket in Action is still relevant with all the recent changes to Wicket? Can it be used to help a new developer understand Wicket? -- Thanks & regards James

Re: data persistence using hibernate

2023-01-24 Thread James Pollard
head around how to use it, I much prefer spelling out my query exactly myself. Best Regards James Pollard james.poll...@iinet.net.au On 24/1/23 6:49 pm, Martin Grigorov wrote: On Tue, Jan 24, 2023 at 8:50 AM James Pollard wrote: I've managed to make some progress with database connectivity

Re: data persistence using hibernate

2023-01-23 Thread James Pollard
or recommended actions. The odd thing is I still seem to be able to send queries to the database from what I can tell Best Regards James Pollard james.poll...@iinet.net.au On 27/12/22 8:23 am, Vit Rozkovec wrote: But I'm not sure where to put the following parts Session sess

Re: data persistence using hibernate

2022-12-23 Thread James Pollard
one it correctly Best Regards James Pollard james.poll...@iinet.net.au On 23/12/22 10:16 am, Ernesto Reinaldo Barreiro wrote: Hi James, On Thu, Dec 22, 2022 at 2:24 PM James wrote: Thanks for the guidance so far, that pointed me to find additional resources on JPA I believe I have this

Re: data persistence using hibernate

2022-12-21 Thread James
that it makes understanding what I'm trying to convey easier Best Regards James Pollard james.poll...@iinet.net.au On 20/12/22 12:58 pm, Ernesto Reinaldo Barreiro wrote: https://github.com/MarcGiffing/wicket-spring-boot/blob/master/wicket-spring-boot-starter-example/src/main/java/com/giffing/wicket

Re: data persistence using hibernate

2022-12-19 Thread James
I've had a look through it but couldn't find any reference to hibernate so far, its entirely possible that I managed to miss it while I was searching though Best Regards James Pollard james.poll...@iinet.net.au On 19/12/22 5:06 pm, Ernesto Reinaldo Barreiro wrote: Hi, This project https

data persistence using hibernate

2022-12-18 Thread James
on how to ingrate an authenticated application with hibernate -- Best Regards James Pollard james.poll...@iinet.net.au - To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org For additional commands, e-mail: users-h

Re: Displaying a Jenkins like "Getting ready to work" message in a web page when application is starting up

2018-10-05 Thread James Selvakumar
g-startup-progress > It should give you an idea how to do it. > > On Fri, Oct 5, 2018 at 5:09 AM James Selvakumar > wrote: > > > Hi all, > > > > First of all I would like to thank the community for all the help offered > > in the past. Thank you very much. > > &

Displaying a Jenkins like "Getting ready to work" message in a web page when application is starting up

2018-10-04 Thread James Selvakumar
Hi all, First of all I would like to thank the community for all the help offered in the past. Thank you very much. My application (Wicket + Spring + Hibernate) takes around 60 to 90 seconds to startup and all the user has to see is an empty browser tab when the application is starting up. I've

Ancestor controller patterns?

2018-04-20 Thread James Carman
for this? Do I make the guys who want to control this visibility implement some interface and search for them up the hierarchy? Is there a different way? Thanks, James

ListView Add/Remove via AJAX...

2018-03-27 Thread James Carman
original items from the removeAll() call. Now, I am doing the removeAll() to force Wicket to realize that I've changed the underlying list, otherwise, the original items are reused and the it always looks like the last item is removed. I'm sure I'm just rusty, but I am banging my head on this one. Thanks, James

Re: Wicket tests are extremely slow

2018-02-12 Thread James Selvakumar
t, so you > should look into speeding that up or eliminating it all together (just > once for the whole suite) > > Martijn > > > On Mon, Feb 12, 2018 at 5:05 AM, James Selvakumar <ja...@mcruncher.com> > wrote: > > Hi, > > > > We have a Wicket 7.x application

Wicket tests are extremely slow

2018-02-11 Thread James Selvakumar
Wicket tests to run. And as a result our tests are extremely slow that we have stopped running them in our main pipeline. What strategy do you all follow to run Wicket tests that can run fast? Thanks in advance, James mCruncher

Re: DCEVM and Hotswap agent support

2017-08-15 Thread James Selvakumar
Dear all, Just to complete this loop, I've managed to configure my multi module Wicket application to reload classes and resources (e.g html, property files) without restarting the whole application using DCEVM + HotSwapAgent. After following the standard procedures in configuring these two

Re: Embedding HTML report generated by JasperReports in a Panel

2017-06-21 Thread James Selvakumar
storing images and so on in a database... > IMHO that would be a more robust approach. But you know better your use > case. > > On Wed, Jun 21, 2017 at 3:34 AM, James Selvakumar <ja...@mcruncher.com> > wrote: > > > Hi Martin/Ernesto, > > > > Thanks for all

Re: Embedding HTML report generated by JasperReports in a Panel

2017-06-20 Thread James Selvakumar
rd%29+in+an+IFRAME > > On Tue, Jun 20, 2017 at 11:32 AM, Martin Grigorov <mgrigo...@apache.org> > wrote: > > > On Tue, Jun 20, 2017 at 11:31 AM, James Selvakumar <ja...@mcruncher.com> > > wrote: > > > > > Hi Martin, > > > > > > Sho

Re: Embedding HTML report generated by JasperReports in a Panel

2017-06-20 Thread James Selvakumar
Hi Martin, Should I mount just the base dir where all my reports shall be generated and refer it elsewhere? On Tue, Jun 20, 2017 at 5:28 PM James Selvakumar <ja...@mcruncher.com> wrote: > Hi Martin, > > But the reports are generated dynamically. Is it possible to mount a > re

Re: Embedding HTML report generated by JasperReports in a Panel

2017-06-20 Thread James Selvakumar
Hi Martin, But the reports are generated dynamically. Is it possible to mount a resource from within a panel? On Tue, Jun 20, 2017 at 5:24 PM James Selvakumar <ja...@mcruncher.com> wrote: > Hi Martin, > > Thanks. I'll give that a try. > > On Tue, Jun 20, 2017 at 5:23 PM Ma

Re: Embedding HTML report generated by JasperReports in a Panel

2017-06-20 Thread James Selvakumar
Hi Martin, Thanks. I'll give that a try. On Tue, Jun 20, 2017 at 5:23 PM Martin Grigorov <mgrigo...@apache.org> wrote: > On Tue, Jun 20, 2017 at 11:18 AM, James Selvakumar <ja...@mcruncher.com> > wrote: > > > Hi, > > > > I'm trying something weird like

Re: Embedding HTML report generated by JasperReports in a Panel

2017-06-20 Thread James Selvakumar
Hi, I'm trying something weird like this and it's not working. HTML: Java: WebMarkupContainer container = new WebMarkupContainer("myFrame"); container.add(new AttributeAppender("src", Model.of(reportFile.getPath(; What's the correct way to do this? On Tue, Jun 20, 2

Re: Embedding HTML report generated by JasperReports in a Panel

2017-06-20 Thread James Selvakumar
rts" > 2- Use an iframe to display "/reports/foo.html". > > On Tue, Jun 20, 2017 at 10:15 AM, James Selvakumar <ja...@mcruncher.com> > wrote: > > > Thanks Martin and Ernesto for taking look at this. > > I'm using JasperReports library to generate HTML reports d

Embedding HTML report generated by JasperReports in a Panel

2017-06-20 Thread James Selvakumar
Hi all, I'm trying to embed the HTML report from the filesystem generated by JasperReports in a Panel. I tried using a WebComponent and write the content of the HTML file to the Response. The markup gets added as expected but unfortunately JasperReports produces separate image files and I'm not

Re: The day Wicket became Apache Wicket 10 years ago!

2017-06-20 Thread James Selvakumar
It's heartening to see Wicket still going strong. And I take this opportunity to thank all of you for this amazing framework and many thanks for the support offered. The support offered by the Wicket community is superior compared to even commercial products. Keep going! On Tue, Jun 20, 2017 at

Analytics for Wicket applications

2017-06-15 Thread James Selvakumar
Dear community, Though this is not a question related to the Wicket framework which we have been using happily for nearly 6 years, I hope the community would help me with it's insights regarding providing analytics in Wicket applications. We are using the excellent wicked-charts library

Re: Unable to retrieve row model in DataTable while running the application in Jetty

2017-04-25 Thread James Selvakumar
Hi Francois, Thanks again. I'll try to recreate this problem in a quickstart and will update here. On Tue, Apr 25, 2017 at 3:12 PM, Francois Meillet < francois.meil...@gmail.com> wrote: > Hi James, > > Please make a quickstart so I can have a better overview. > > Françoi

Re: Unable to retrieve row model in DataTable while running the application in Jetty

2017-04-24 Thread James Selvakumar
don't call detach. On Fri, Apr 21, 2017 at 4:27 PM, Francois Meillet < francois.meil...@gmail.com> wrote: > Hi James, > > Do you use the same DataProvider for your DataTable ? > Do you use the same model when you override DataTable # IModel model(T > object); > Do you call

Unable to retrieve row model in DataTable while running the application in Jetty

2017-04-21 Thread James Selvakumar
ther columns //add the columns to a data table -- Thanks & regards James

Re: Dynamic datatable columns (sequel)

2017-03-20 Thread James Selvakumar
columns as needed > columns.clear(); > if (...) { > columns.add(...); > } > } > > In #onConfigure() you adjust the columns as needed for each rendering - > that's all. > > Sven > > > > On 17.03.2017 08:20, James Selvakumar wrote: &g

Re: Dynamic datatable columns (sequel)

2017-03-17 Thread James Selvakumar
Hi Sven, I'm a bit clueless about this. Could you share a little code example to help me? Thanks. On Thu, Mar 16, 2017 at 5:03 PM, James Selvakumar <ja...@mcruncher.com> wrote: > Hi Sven, > > Thanks for the info. Will try that out. > > On Thu, Mar 16, 2017 at 4

Re: Dynamic datatable columns (sequel)

2017-03-16 Thread James Selvakumar
WICKET-4596 > > Have fun > Sven > > > On 16.03.2017 04:34, James Selvakumar wrote: > >> Hi all, >> >> I want to render a datatable with dynamically different columns based on >> user input (via a DropDownChoice) over ajax. >> I came across this old post &

Dynamic datatable columns (sequel)

2017-03-15 Thread James Selvakumar
ilable in Wicket 1.4. Is this feature available in Wicket now? Can someone explain me how to achieve this? -- Thanks & regards James

Can @Inject annotation be used instead of @SpringBean to inject Spring beans?

2017-01-30 Thread James Selvakumar
& regards James

Re: Error while calling Wicket from a JavaScript function

2017-01-18 Thread James Selvakumar
Thanks for the clear explanation Martin. On Wed, Jan 18, 2017, 8:30 PM Martin Grigorov <mgrigo...@apache.org> wrote: > On Wed, Jan 18, 2017 at 10:35 AM, James Selvakumar <ja...@mcruncher.com> > wrote: > > > Hi Martin, > > > > Is it possible to retu

Re: Error while calling Wicket from a JavaScript function

2017-01-18 Thread James Selvakumar
rl }); > //do some processing with foo > Is this valid? Or is there a better way? On Wed, Jan 18, 2017 at 5:26 PM, James Selvakumar <ja...@mcruncher.com> wrote: > Thanks a lot Martin. You're right. I had something else in my code and > after I fixed it, I managed to m

Re: Error while calling Wicket from a JavaScript function

2017-01-18 Thread James Selvakumar
t be another problem. > > Martin Grigorov > Wicket Training and Consulting > https://twitter.com/mtgrigorov > > On Wed, Jan 18, 2017 at 10:04 AM, James Selvakumar <ja...@mcruncher.com> > wrote: > > > Hi Martin, > > > > I tried your suggestion but I'm st

Re: Error while calling Wicket from a JavaScript function

2017-01-18 Thread James Selvakumar
Hi Martin, I tried your suggestion but I'm still getting the same TypeError. On Wed, Jan 18, 2017 at 4:55 PM, James Selvakumar <ja...@mcruncher.com> wrote: > Thanks Martin for the super fast reply. I'll try that out. > > On Wed, Jan 18, 2017 at 4:54 PM, Martin Grigorov <mg

Re: Error while calling Wicket from a JavaScript function

2017-01-18 Thread James Selvakumar
tin Grigorov > Wicket Training and Consulting > https://twitter.com/mtgrigorov > > On Wed, Jan 18, 2017 at 9:51 AM, James Selvakumar <ja...@mcruncher.com> > wrote: > > > Dear Wicket team, > > > > I need to make a call to a Wicket page from my JavaScript fu

Error while calling Wicket from a JavaScript function

2017-01-18 Thread James Selvakumar
lt;![CDATA[*/ > var callbackUrl='./wicket/page?0-1.IBehaviorListener.0-'; > /*]]>*/ > > And here is my JavaScript code: > var wcall = Wicket.Ajax.get({ u: '${callbackUrl}'}); > alert(wcall); > > But I'm getting the following error in the Wicket Ajax Debug Window: *An error occurred while executing Ajax request:TypeError: a is undefined* > Can someone point out what's the mistake here? -- Thanks & regards James

Re: Encrypt selected form data before submitting the request to Server

2017-01-16 Thread James Selvakumar
oding here, something with JSON, JQuery, > return "encryptFormToHiddenField( " + secretForm.getMarkupId() + " ) " ; > } > } ); > } > }; ); > > > In the onSubmit() of the form you can access the contents of the > encodedResult, use the ''SuperDuperSecret" to decode it. > > Now that I'm writing it, I think you also want to prevent the other values > from being sent.. Maybe you could empy the values using JavaScript? > > > > -Rob > -- Thanks & regards James Selvakumar

Re: Encrypt selected form data before submitting the request to Server

2017-01-15 Thread James Selvakumar
> the-open()-method ) > > > > I would just generate a random secret the moment the form is rendered. > > Then, in javascript, you can use your favorite symmetric block cipher to > > replace the values/encode them in json (for example in a hidden field. > > Server

Encrypt selected form data before submitting the request to Server

2017-01-15 Thread James Selvakumar
the form submission, request the Server for a randomly generated key and encrypt the form data using the key received and then submit the form again. Any idea how to achieve this in Wicket? -- Thanks & regards James

Re: File upload using REST API

2016-10-30 Thread James Selvakumar
o-upload- > files-to-server-using-jsp-servlet > > On 24/10/2016 08:13, James Selvakumar wrote: > >> Dear friends, >> >> I want to upload a file using REST API. >> I'm already using WicketStuff REST library. >> I searched and couldn't see any example bas

File upload using REST API

2016-10-24 Thread James Selvakumar
Dear friends, I want to upload a file using REST API. I'm already using WicketStuff REST library. I searched and couldn't see any example based on Wicket. Can anyone guide me to understand how to do this in Wicket? -- Thanks in advance, James Selvakumar

Re: Reload Wicket classes/markup without reloading Servlet Container

2016-09-07 Thread James Selvakumar
Thanks for the correction. I'm sorry I am not familiar with DCEVM. Anyhow, thank you very much for all your input. On Wed, Sep 7, 2016 at 5:29 PM, Martin Grigorov <mgrigo...@apache.org> wrote: > On Wed, Sep 7, 2016 at 11:24 AM, James Selvakumar <ja...@mcruncher.com> > wrote: &

Re: Reload Wicket classes/markup without reloading Servlet Container

2016-09-07 Thread James Selvakumar
ti module projects. > DCEVM is an entension to the JRE so it doesn't care how exactly the runtime > classpath is constructed. > > Martin Grigorov > Wicket Training and Consulting > https://twitter.com/mtgrigorov > > On Wed, Sep 7, 2016 at 11:13 AM, James Selvakumar <ja.

Re: Reload Wicket classes/markup without reloading Servlet Container

2016-09-07 Thread James Selvakumar
e.org > For additional commands, e-mail: users-h...@wicket.apache.org > > -- Thanks & regards James Selvakumar mCruncher

Reload Wicket classes/markup without reloading Servlet Container

2016-09-01 Thread James Selvakumar
Dear Wicket community, May I know what techniques/tools are used by the community to reload Wicket classes and markup without reloading Servlet Container to speed up development? -- Thanks & regards James Selvakumar mCruncher

Re: Event listeners not working after Javascript actions

2015-11-30 Thread EC James
Thanks for the clone idea, however it seems that AjaxButton cannot be cloned. I did try a similar idea, where I define the tab content outside of the tab, and only move it into the tab using '.replaceWith' when the page is fully loaded. This works but makes for some ugly transitions. The tabbed

Event listeners not working after Javascript actions

2015-11-19 Thread EC James
I have a page with a Tabbed interface(not wicket) that performs actions before and after the domready signal. It has it's own signal for when it is complete: $( document ).on( "wb-ready.wb", function( event ) { //The page is fully loaded now. } The rendering order is like this: 1) Tab 1

Re: DCEVM and Hotswap agent support

2014-11-28 Thread James Selvakumar
with it. Very rarely I need to restart after making changes to classes. I have no experience with HotswapAgent. Martin Grigorov Wicket Training and Consulting https://twitter.com/mtgrigorov On Fri, Nov 28, 2014 at 3:04 AM, James Selvakumar ja...@mcruncher.com wrote: Dear Wicket Community

DCEVM and Hotswap agent support

2014-11-27 Thread James Selvakumar
this with Wicket. -- Thanks regards James Selvakumar mCruncher

Wicket Spring

2014-11-16 Thread Kevin James Baxter
Good day, Everyone! Is there any documentation on injecting Spring beans into Wicket components using XML (I want to avoid using annotations). All helpful advice will be greatly appreciated. Thanx -- There are 10 types of people in this world, those who understand binary and those who don't

Re: Wicket Spring

2014-11-16 Thread Kevin James Baxter
-phonebook example application from wicketstuff, it gives good code examples. Regards, Pierre On Mon, Nov 17, 2014 at 1:26 AM, Kevin James Baxter meta.d...@verizon.net wrote: Good day, Everyone! Is there any documentation on injecting Spring beans into Wicket components using

custom authentication/authorization without Spring

2013-09-11 Thread Parker, James
I'm looking for a way to create custom authentication and authorization without the use of additional libraries such as Spring. Our current need is to look for a portal authentication cookie and validate it, then search a database for what the user is authorized to do. If validation fails, we

Re: DropDownChoice with RequiredTextField

2013-08-27 Thread James Selvakumar
the RequiredTextField and click save the is required error message arise for the RequiredTextField. Then once again i had change the dropdownchoice now the RequiredField is not updating. Thanks Vignesh Palanisamy -- Thanks regards James Selvakumar mCruncher

Re: Feedback message is not available for behaviors added to nested form components

2013-07-04 Thread James Selvakumar
adding components? Sven On 07/04/2013 02:41 AM, James Selvakumar wrote: Hi Jesse, I was not aware of this before. Thanks for the insight But I do add/remove components to the ListView dynamically. Will ListView#setReuseItems(true) affect that? On Wed, Jul 3, 2013 at 3:12 PM, Jesse Long j

Re: Feedback message is not available for behaviors added to nested form components

2013-07-04 Thread James Selvakumar
Thanks Jesse Sven for your explanations. It worked like a charm after I set ListView#setReuseItems(true) Thank you very much. On Wed, Jul 3, 2013 at 3:12 PM, Jesse Long j...@unknown.za.net wrote: Hi James, This is a shortened list of events happening, including only the ones affecting you

Re: using jquery dialog instead of alert

2013-07-04 Thread Enoch James
If it works for you, then it's right. On 7/4/2013 10:03 AM, fachhoch wrote: I am trying to use jquery dialog instead of javascript alert, I am using the jquery dialog script and inserting wicket onclick script in the OK :function. In java I am replacing the string myscript with wicket

Re: Feedback message is not available for behaviors added to nested form components

2013-07-03 Thread James Selvakumar
Hi Jesse, I was not aware of this before. Thanks for the insight But I do add/remove components to the ListView dynamically. Will ListView#setReuseItems(true) affect that? On Wed, Jul 3, 2013 at 3:12 PM, Jesse Long j...@unknown.za.net wrote: Hi James, This is a shortened list of events

Feedback message is not available for behaviors added to nested form components

2013-07-02 Thread James Selvakumar
.; } fc.getResponse().write( div class=\text-error\ + error + /div); }else{ logger.debug(Form component {} is valid, fc); } } }* Any clues? I've been trying to crack this for a whole day. -- Thanks regards James Selvakumar

Re: Feedback message is not available for behaviors added to nested form components

2013-07-02 Thread James Selvakumar
No. On Tue, Jul 2, 2013 at 7:04 PM, Sven Meier s...@meiers.net wrote: Are you using listView.setReuseItems(true) ? Sven On 07/02/2013 11:13 AM, James Selvakumar wrote: Hi all, I've the following component heirarchy: form:textField form:listView:panel-1:**panel1DropDownChoice

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

2013-06-20 Thread James Selvakumar
Guys, This works like a charm. I'm using it in in our project. Thanks once again for all your suggestions. Just a minor correction in case you are using a MultiLineLabel for nextLog. While appending Javascript in the onPostProcessTarget method, instead of: use: This is needed because

Re: Wicket 6: Using AutoCompleteBehavior with other behaviors

2013-01-23 Thread james yong
Hi all, I have logged the required fixes for WICKET-4990 in jira. Regards, James james yong wrote Hi Sven, WICKET-4990 is for problem 1. So I raised a jira issue for problem 2, together with its solution. WICKET-4998. Regards, James Sven Meier wrote Hi James, please attach

Re: find html tag

2013-01-23 Thread james yong
/ Regards, James Michael Jaruska wrote Look at my original post. User clicks on subsubmenu2 ./mypage.html?cid=menu/submenu/subsubmenu2 , then I have in String category (java code) value menu/submenu/subsubmenu2. I need just to make 2 more steps: 1. in html code find anchor tag with href

updateAjaxAttributes has no effect on AutoCompleteBehavior

2013-01-21 Thread james yong
'); } }; ListIAjaxCallListener list = attributes.getAjaxCallListeners(); list.add(myAjaxCallListener); } Regards, James -- View this message in context: http://apache-wicket.1842946.n4.nabble.com/updateAjaxAttributes-has-no-effect

Re: updateAjaxAttributes has no effect on AutoCompleteBehavior

2013-01-21 Thread james yong
, James Martin Grigorov-4 wrote Hi, I don't see why it should not work. Actually AutoCompleteBehavior itself wont work without this method. It overrides it to do: attributes.setWicketAjaxResponse(false); attributes.setDataType(html); On Mon, Jan 21, 2013 at 10:09 AM, james yong lt

Re: Wicket 6: Using AutoCompleteBehavior with other behaviors

2013-01-21 Thread james yong
; jqEvent.stopImmediatePropagation(); --changed from jqEvent.stopPropagation(); Regards, James james yong wrote Hi, Now migrating a working project from wicket version 1.4 to 6.4. I have a text field that uses the following behaviors

Re: Wicket 6: Using AutoCompleteBehavior with other behaviors

2013-01-21 Thread james yong
Hi Sven, WICKET-4990 is for problem 1. So I raised a jira issue for problem 2, together with its solution. WICKET-4998. Regards, James Sven Meier wrote Hi James, please attach that info to WICKET-4990. Thanks Sven On 01/22/2013 07:07 AM, james yong wrote: Hi, To rectify problem 2

Re: Wicket 6: Using AutoCompleteBehavior with other behaviors

2013-01-18 Thread james yong
Sven Meier wrote Your first problem is a regression, see WICKET-1280. Please open a jira issue. Sven On 01/18/2013 04:45 AM, james yong wrote: Hi, Now migrating a working project from wicket version 1.4 to 6.4. I have a text field that uses the following behaviors

Wicket 6: Using AutoCompleteBehavior with other behaviors

2013-01-17 Thread james yong
'. Can I prevent the 1st onchange event from happening? 2) When I select an item (e.g. USD) from the auto-suggest list using the Enter keypress, an onkeypress event is fired by behavior C. Can I prevent this onkeypress event from happening? Regards, James -- View this message in context: http

Clearing Browser Cookies

2013-01-03 Thread Corbin, James
This is a rehash of a previous discussion on this forum relating to immediate removal of a browser cookie. I have a list view that displays data loaded from 1 or more browser cookies. On this panel I also have a clear action (Link) that when clicked deletes the cookies. The underlying list

Re: Clearing Browser Cookies

2013-01-03 Thread Corbin, James
Thanks Sven. I wasn't sure if I could do so without a page reload, but I think it is okay in this case. J.D. On 1/3/13 1:04 PM, Sven Meier s...@meiers.net wrote: Hi James, deleting a cookie on the response doesn't change the cookies in the HTTP request. A redirect should help to get

Re: Clearing Browser Cookies

2013-01-03 Thread Corbin, James
. On 1/3/13 1:04 PM, Sven Meier s...@meiers.net wrote: Hi James, deleting a cookie on the response doesn't change the cookies in the HTTP request. A redirect should help to get a fresh cookie list from the browser. Sven On 01/03/2013 08:29 PM, Corbin, James wrote: This is a rehash

Re: Clearing Browser Cookies

2013-01-03 Thread Corbin, James
So, I tried one more thing that worked... setResponsePage(new RedirectPage(somePage)); The first time I tried it was without using the RedirectPage class. J.D. On 1/3/13 4:15 PM, Corbin, James jcor...@iqnavigator.com wrote: Hi Sven, I did try redirecting a couple of ways

ClassCastException (WebResponse)

2012-12-10 Thread Corbin, James
I have the following code that is generating a ClassCastException that I do not fully understand, (WebResponse)RequestCycle.get().getResponse(); The actual type of the value returned is org.apache.wicket.ajax.AbstractAjaxResponse$AjaxResponse. I'm trying to understand why this call returns

Re: ClassCastException (WebResponse)

2012-12-10 Thread Corbin, James
mode you might want to add the DebugBar to your page as well. ~ Thank you, Paul Bors -Original Message- From: Corbin, James [mailto:jcor...@iqnavigator.com] Sent: Monday, December 10, 2012 2:33 PM To: users@wicket.apache.org Subject: ClassCastException (WebResponse) I have the following

Deleting Cookies

2012-12-06 Thread Corbin, James
I have a ListView that renders items that are populated from user cookie data. The ListView contains a clear action that is supposed to delete the cookies then refresh the ListView so it reflects that the cookie data was removed. I have code that executes the deletion of the cookies (works),

Re: Deleting Cookies

2012-12-06 Thread Corbin, James
at 11:09 PM, Corbin, James jcor...@iqnavigator.comwrote: I have a ListView that renders items that are populated from user cookie data. The ListView contains a clear action that is supposed to delete the cookies then refresh the ListView so it reflects that the cookie data was removed. I have

Re: Deleting Cookies

2012-12-06 Thread Corbin, James
:41 PM, Corbin, James jcor...@iqnavigator.comwrote: The ListView is not in a form, which is why I am leaving the default for setReuseItems to false. I am using a LoadableDetachableModel and verified the load that rereads the cookies, does in fact get called after I delete them (reset method

Wicket 6 Ajax Behaviors

2012-11-30 Thread Corbin, James
I have some older javascript code that I am migrating to work with Wicket 6 and not sure how to do so. I had some javascript that was triggering the onclick of an element in the following way, somedomeelement.click(); // post wicket 1.4 this causes error - TypeError: Property 'onclick' of

Re: wicket-6 User friendly form validation with Wicket (stuq)

2012-11-25 Thread James Selvakumar
...@wicket.apache.org -- Thanks regards James Selvakumar

Re: wicket-6 User friendly form validation with Wicket (stuq)

2012-11-25 Thread James Selvakumar
Sorry, Got most of the answers from the mailing list discussion here: http://apache-wicket.1842946.n4.nabble.com/highlight-invalid-fields-with-custom-Validation-Framework-tp4652949p4652978.html On Mon, Nov 26, 2012 at 11:31 AM, James Selvakumar ja...@mcruncher.comwrote: Hi all, We have been

Re: highlight invalid fields with custom Validation Framework?

2012-11-25 Thread James Selvakumar
, Consulting, Development http://jWeekend.com - To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org For additional commands, e-mail: users-h...@wicket.apache.org -- Thanks regards James Selvakumar

Convert bookmarkable url to wicket relative url?

2012-11-13 Thread Corbin, James
I need some help with converting a bookmarkable url into a wicket relative url. My intent is to persist the url convert it to a wicket relative url and then redirect to that relative url. I am using Component.urlFor(Class, PageParameters) api to generate the bookmarkable url. Some interesting

Detecting HTML 5 Features in Wicket

2012-11-12 Thread Corbin, James
Is there any built in support for detecting HTML 5 browser features like Web Storage? If not, what is the recommended approach for doing so? I'm looking for a way to detect support for Web (e.g. Local) Storage, so in cases where the browser's do not support it (e.g., IE7), I can use cookies

Re: Detecting HTML 5 Features in Wicket

2012-11-12 Thread Corbin, James
. This is mainly to reduce latency overhead from multiple requests. Thanks, -David Phillips - USAA -Original Message- From: Corbin, James [mailto:jcor...@iqnavigator.com] Sent: Monday, November 12, 2012 9:11 AM To: users@wicket.apache.org Subject: EXTERNAL: Re: Detecting HTML 5 Features

Session Destroy

2012-11-12 Thread Corbin, James
Is there any way in Wicket 6+ to be notified when the session is ABOUT to be destroyed? The UnboundListener.sessionUnbound(…) API is too late in the cycle for me to interact with the session state. Thanks, J.D.

Re: Wicket in PHP

2012-10-23 Thread James mCruncher
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 -- Thanks regards James Selvakumar

Re: Wicket page test

2012-10-23 Thread James mCruncher
- To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org For additional commands, e-mail: users-h...@wicket.apache.org -- Thanks regards James Selvakumar

Re: Wicket page test

2012-10-23 Thread James Selvakumar
Sorry if this is asked previously. Is it advisable to use a shared wicket tester across multiple unit tests? On Tue, Oct 23, 2012 at 3:39 PM, Martin Grigorov mgrigo...@apache.orgwrote: On Tue, Oct 23, 2012 at 10:38 AM, James mCruncher ja...@mcruncher.com wrote: Should that call be made

Re: [Announce] wicket-dashboard

2012-10-02 Thread James Eliyezar
. - To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org For additional commands, e-mail: users-h...@wicket.apache.org -- Thanks regards James Selvakumar

Re: [Announce] wicket-dashboard

2012-10-01 Thread James Eliyezar
-- Thanks regards James Selvakumar

Re: AjaxEditableLabel Issue (Application in Production Mode)

2012-09-26 Thread Corbin, James
) {console.log(text);} On Tue, Sep 25, 2012 at 9:25 PM, Corbin, James jcor...@iqnavigator.com wrote: I have an interesting issue that crept up in the use of the AjaxEditableLabel component in Wicket 1.4.13 (I know, ancient). The component stopped processing the click event that is supposed

AjaxEditableLabel Issue (Application in Production Mode)

2012-09-25 Thread Corbin, James
I have an interesting issue that crept up in the use of the AjaxEditableLabel component in Wicket 1.4.13 (I know, ancient). The component stopped processing the click event that is supposed to cause the editor to render. I was seeing different behavior depending upon the mode of the Wicket

Re: Datepicker with range selection support

2012-09-23 Thread James Eliyezar
, e-mail: users-h...@wicket.apache.org -- Thanks regards James Selvakumar

Re: How to create a dashboard with draggable widgets?

2012-09-23 Thread James Eliyezar
. - To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org For additional commands, e-mail: users-h...@wicket.apache.org -- Thanks regards James Selvakumar

Re: [Announce] wicket-jquery-ui 6.0.0 released

2012-09-21 Thread James Eliyezar
Best regards, Sebastien. -- Thanks regards James Selvakumar

How to create a dashboard with draggable widgets?

2012-09-21 Thread James Eliyezar
Wicketers, Wondering how to create a google analytics style dashboard with draggable widgets that remembers it's position across sessions. Please share your thoughts. -- Thanks regards James Selvakumar

Using a div/span tags for wicket components

2012-09-21 Thread Corbin, James
I'm sure this subject has been discussed before many times, but would like to revisit it to get some thoughts from the community. Consider a Wicket TextField. The typical markup is something like, input type=text wicket:id=someId …/ I would like to, instead, specify a span or a div in the

  1   2   3   4   5   6   7   8   9   10   >