Re: RequestCycle and Jersey Jax-rs REST application

2017-09-22 Thread wicket-jokke
jdelaire wrote > Thanks Martin, I successfully injected one handmade! jdelaire, could you elaborate how you injected the request cycle? Would be much appreciated! -- Sent from: http://apache-wicket.1842946.n4.nabble.com/Users-forum-f1842947.h

Re: [ANNOUNCE] WicketStuff 7.0.0-M5 is released

2015-02-16 Thread Wicket und Cocoon
) at org.apache.tomcat.util.threads.TaskThread$WrappingRunnable.run(TaskThread.java:61) at java.lang.Thread.run(Thread.java:745) Am 15.02.2015 um 13:23 schrieb Martin Grigorov: Because the examples archive is .war, not .jar On Feb 15, 2015 12:57 PM, Wicket und Cocoon hansheinrichbr...@yahoo.de wrote: I don't know what has changed

Re: [ANNOUNCE] WicketStuff 7.0.0-M5 is released

2015-02-15 Thread Wicket und Cocoon
.maven.org/maven2) Am 14.02.2015 um 13:02 schrieb Martin Grigorov: No idea. Use the ones from http://central.maven.org/maven2/org/wicketstuff/wicketstuff-jwicket-**/ here .. Martin Grigorov Wicket Training and Consulting https://twitter.com/mtgrigorov On Sat, Feb 14, 2015 at 9:48 AM, Wicket und

Wicketstuff

2015-02-15 Thread Wicket und Cocoon
in the download from github jquery and jwicket don't work when i try to get it by maven dependency maven cannot find. regards Heiner - To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org For additional commands, e-mail:

Re: [ANNOUNCE] WicketStuff 7.0.0-M5 is released

2015-02-14 Thread Wicket und Cocoon
I don't get jquery-parent and jwicket-parent running from jdk-1.7-parent running from the zip-file at github. Best regards Heiner - To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org For additional commands, e-mail:

Re: wicketstuff gae-initializer-parent

2015-02-09 Thread Wicket und Cocoon
what is a good place to upload a wicket application. Am 09.02.2015 um 08:18 schrieb Tobias Soloschenko: Hi again, I found a topic in which the implementation of Servlet 3.0 for Google AppEngine is requested by several users https://code.google.com/p/googleappengine/issues/detail?id=3091

wicketstuff gae-initializer-parent

2015-02-08 Thread Wicket und Cocoon
google information about wicket and appengine i am not sure if it is a good idea to transfer wicket to appengine. Regards Heiner

junit for wicket webpage/panel

2012-08-23 Thread wicket user
buildPage(){ add( ...components) } } Can anybody suggests me how can I write Junit test cases on these kind of webpages/panels . Thanks, -- View this message in context: http://apache-wicket.1842946.n4.nabble.com/junit-for-wicket-webpage-panel-tp4651468.html Sent from the Users forum

Re: enabling and disabling the components

2012-08-13 Thread wicket user
scenarios only regular price is getting populated at that time nothing is displayed. Please Advise. -- View this message in context: http://apache-wicket.1842946.n4.nabble.com/enabling-and-disabling-the-components-tp4651107p4651188.html Sent from the Users forum mailing list archive at Nabble.com

how to get HttpServletRequest in My Application class

2012-08-13 Thread wicket user
: http://apache-wicket.1842946.n4.nabble.com/how-to-get-HttpServletRequest-in-My-Application-class-tp4651189.html Sent from the Users forum mailing list archive at Nabble.com. - To unsubscribe, e-mail: users-unsubscr

Re: how to get HttpServletRequest in My Application class

2012-08-13 Thread wicket user
I am getting java.lang.NullPointerException ((ServletWebRequest)RequestCycle.get().getRequest()).getContainerRequest() . -- View this message in context: http://apache-wicket.1842946.n4.nabble.com/how-to-get-HttpServletRequest-in-My-Application-class-tp4651189p4651196.html Sent from

enabling and disabling the components

2012-08-09 Thread wicket user
Hi, I am newbie to Wicket,My requirement is to show some components based on the conditions. I have written on WebMarkUpContainer and in that I am add the components based on the conditions, but on html i have added that wicket:id. It is throwing MarkupException Unable to find component with id

Re: enabling and disabling the components

2012-08-09 Thread wicket user
I was reading about setEnable(false), will that will be sufficient for my requirement ? -- View this message in context: http://apache-wicket.1842946.n4.nabble.com/enabling-and-disabling-the-components-tp4651107p4651108.html Sent from the Users forum mailing list archive at Nabble.com

Re: enabling and disabling the components

2012-08-09 Thread wicket user
though the getName is not null. PLease advise -- View this message in context: http://apache-wicket.1842946.n4.nabble.com/enabling-and-disabling-the-components-tp4651107p4651112.html Sent from the Users forum mailing list archive at Nabble.com

Re: how to include jsp into wicket htmls

2012-07-19 Thread wicket user
Can you give a example of include jsp with g.apache.wicket.markup.html.include.Include -- View this message in context: http://apache-wicket.1842946.n4.nabble.com/how-to-include-jsp-into-wicket-htmls-tp4650615p4650617.html Sent from the Users forum mailing list archive at Nabble.com

Re: Form Submission problem

2012-07-18 Thread wicket user
custom filter is extended by the other framework which filter we cannot see as it is Out of the Box. -- View this message in context: http://apache-wicket.1842946.n4.nabble.com/Form-Submission-problem-tp4650575p4650614.html Sent from the Users forum mailing list archive at Nabble.com

how to include jsp into wicket htmls

2012-07-18 Thread wicket user
I a newbie to Wicket, please can anyone guide how to include a jsp in the wicket. I have existing jsp's I need to include it. i am getting this jsp's dynamically from services. What I did is created a class extending WebMarkContainer. in my class i did like

Form Submission problem

2012-07-17 Thread wicket user
Hi , I have inserted my custom filter in which i have specified url-pattern as /*, but now the form submission is not going just getting a blank page, Please advise how to handle this. I dont see any Exceptions on my logs too. Thanks, -- View this message in context: http://apache-wicket

Re: jboss ignoring html request

2012-07-13 Thread wicket user
I dont have Wicket Filter in my web.xml though i can see this servlet-nameWicketApplication/servlet-name servlet-classorg.apache.wicket.protocol.http.WicketServlet/servlet-class I am assuming this will call WicketFilter intern. But before this i have make sure my filter is being called

jboss ignoring html request

2012-07-12 Thread wicket user
Hi, We are using Jboss app server, we wrote a filter each wicket html's should pass through this filter(which is a j2ee servlet filter) and we added this filter/filter mapping in the web.xml for *.html ---url-pattern . But still this Request is not going through this filter. Wondering why

Re: jboss ignoring html request

2012-07-12 Thread wicket user
url-pattern*.html/url-pattern /filter-mapping -- View this message in context: http://apache-wicket.1842946.n4.nabble.com/jboss-ignoring-html-request-tp4650491p4650493.html Sent from the Users forum mailing list archive at Nabble.com

Servlet Filter calling chain of Servlets

2012-07-05 Thread wicket user
Hi, I was wondering we can write a custom servlet filter , and in that filter call the servlet chain. If so what would be Request and Reponse Objects if I dont write any Request/Response Wrappers, and how to get that. Thanks, -- View this message in context: http://apache-wicket.1842946.n4

Re: Servlet Filter calling chain of Servlets

2012-07-05 Thread wicket user
in context: http://apache-wicket.1842946.n4.nabble.com/Servlet-Filter-calling-chain-of-Servlets-tp4650381p4650385.html Sent from the Users forum mailing list archive at Nabble.com. - To unsubscribe, e-mail: users-unsubscr

Re: Re: Model is not created

2012-07-03 Thread wicket
Hello, thanks for the answers. At the moment I am not able to access my code but let me explain the code in detail and give you some additional examples. I think the idea with the stateful behavior could be right but I do not understand the reason. In detail. - I have a starting page where a

Adding Cookie in 1.5.5

2012-06-27 Thread wicket user
in context: http://apache-wicket.1842946.n4.nabble.com/Adding-Cookie-in-1-5-5-tp4650265.html Sent from the Users forum mailing list archive at Nabble.com. - To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org For additional

Re: Sync up sessions

2012-06-21 Thread wicket user
Thank you guys , i got it what i was looking for. -- View this message in context: http://apache-wicket.1842946.n4.nabble.com/Sync-up-sessions-tp4650134p4650175.html Sent from the Users forum mailing list archive at Nabble.com

Sync up sessions

2012-06-20 Thread wicket user
Hi, we are using Wicket as a Presentation layer, so we need to sync up with the Session of the Business Layer framework, we kept this in the same WAR. -- View this message in context: http://apache-wicket.1842946.n4.nabble.com/Sync-up-sessions-tp4650134.html Sent from the Users forum mailing

Re: Sync up sessions

2012-06-20 Thread wicket user
Yes taking Wicket Session and Spring Session and maintaining one session across layers (presentation and business layers) -- View this message in context: http://apache-wicket.1842946.n4.nabble.com/Sync-up-sessions-tp4650134p4650141.html Sent from the Users forum mailing list archive

Re: handling user agent

2012-06-01 Thread wicket user
Awesome thanks alot !! -- View this message in context: http://apache-wicket.1842946.n4.nabble.com/handling-user-agent-tp4649565p4649658.html Sent from the Users forum mailing list archive at Nabble.com. - To unsubscribe, e

Re: handling user agent

2012-05-31 Thread wicket user
: http://apache-wicket.1842946.n4.nabble.com/handling-user-agent-tp4649565p4649628.html Sent from the Users forum mailing list archive at Nabble.com. - To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org For additional

handling user agent

2012-05-30 Thread wicket user
, then how to handle this ? I got some idea about RequestMapper but not sure I am on right track. Peers can anyone give some valuable suggestions. Thanks -- View this message in context: http://apache-wicket.1842946.n4.nabble.com/handling-user-agent-tp4649565.html Sent from the Users forum

Re: handling user agent

2012-05-30 Thread wicket user
Question was how to handle user agent on the application level , i dont wanna write same code on each page to check the user agent then render the appropriate page -- View this message in context: http://apache-wicket.1842946.n4.nabble.com/handling-user-agent-tp4649565p4649584.html Sent from

Re: Re: Page Expired with Google Analytics Tracking Code

2012-04-11 Thread wicket
indicate you can make the form stateless, which should prevent your search from redirecting to a stateful url. (The /wicket/page start of the url indicates a stateful page). But please start with steps 1-4 above to make sure you are looking in the right place for the cause of your

AjaxPagingNavigator does not scroll to top

2012-03-23 Thread wicket
Hello, I use an AjaxPagingNavigator for clicking through my results. I have a list and the AjaxPagingNavigator below it. When I click on the AjaxPagingNavigator, the next results are displayed but the scrollbar of the browser stays at the bottom of the page. Is that a normal behavior? Can I

Re: Validating HTML 4

2011-11-09 Thread pgoiffon . wicket
Le 08/11/2011 16:43, Martin Grigorov a écrit : Hi, Hello, thanks very much for your quick answer ! The problem is that there are several specifications and all of them expect different output. We try to stick to HTML5 because this is the future. You mean, HTML 5 in Wicket 1.5 ? I tryed

Re: Validating HTML 4

2011-11-09 Thread pgoiffon . wicket
Martin Grigorov mgrigo...@apache.org a écrit : The problem is that there are several specifications and all of them expect different output. We try to stick to HTML5 because this is the future. You mean, HTML 5 in Wicket 1.5 ? Yes, in Wicket 1.5. Wicket 1.4.x branch receives only bug

Re: Validating HTML 4

2011-11-09 Thread pgoiffon . wicket
pgoiffon.wic...@free.fr a écrit : I was convinced that HTML5 is still HTML, so auto-closed tags are invalid. I checked the html 5 draft recommandation this morning before answering and can't find anywhere that auto closed tags are valid. Found it !

IStringResourceLoader database implementation

2011-05-18 Thread Wicket
Hi, Has anyone successfully implemented IStringResourceLoader to get text via database without to much load for the database? Any suggestion? - To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org For additional

Serve Json in request and response

2011-05-03 Thread Wicket
Hi, When serving json I have built a WebService that responds with json and takes json as request. @WebMethod @WebResult( name = JsonResponse ) public String onJsonRequest( @WebParam( name = JsonRequest ) String jsonRequest ); I was wondering if I could handle this entirely in Wicket

Re: Can i catch urls like http://localhost:8080/ShowThemePage-ti325-Twilight.html by IRequestTargetUrlCodingStrategy?

2011-01-27 Thread wicket-mike
is for intercepting path segments. also set a breakpoint and see if its being hit. -igor On Thu, Jan 27, 2011 at 2:56 AM, Mike Mander wicket-m...@gmx.de wrote: Hi, urls in my shop look like this code http://localhost:8080/ShowThemePage-ti325-Twilight.html /code ShowThemePage should be mapped

Dealing with json in wicket

2011-01-19 Thread Wicket
Hi, I read about how to make a JSON response thru wicket but how do you handle the request? / Mathias - To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org For additional commands, e-mail: users-h

Exceptions after Tomcat restart

2009-04-23 Thread Wicket Newbie Wicket Newbie
Hi everybody, our wicket application behaves in a strange way. After restarting Tomcat server in Eclipse everything works fine. But after restarting Tomcat server in Eclipse for the second time, Page Expired is shown. Several Exceptions appear in log file, but I don't know, how to get rid

Exceptions after Tomcat restart

2009-04-22 Thread Wicket Account Wicket Account

CSS navigation menu autolink

2008-11-10 Thread pgoiffon . wicket
Hello all, I'm really new in the object world in general and using Wicket particularly, so please excuse if I'm missing something... I've googled around but maybe I didn't use the good keywords. So here's my question ! I'm building a navigation menu for my web application. There are 3

Re: Jackrabbit APi thorugh Apache wicket

2008-10-14 Thread wicket user
] wrote: Nayak Vishal wrote: Hello everyone, Is it possible to access Jackrabbit API(talking to Alfresco ) thorugh Apache wicket. Regards Vishal Well, I don't know of any out-of-the-box components that integrate Wicket with JCR (or Jackrabbit in particular), but you can always write

Re: build from the wicket-1.4-m3 source failing

2008-09-01 Thread wicket user
i am using the version 1.5.0_04 thanks Dipu On Sun, Aug 31, 2008 at 12:39 PM, Timo Rantalaiho [EMAIL PROTECTED]wrote: On Tue, 26 Aug 2008, wicket user wrote: when i try to build the wicket from the wicket-1.4-m3 source its failing with the following message What Java version do you use

Re: build from the wicket-1.4-m3 source failing

2008-09-01 Thread wicket user
sorry about that. I updated to the latest version of JDK and its still failing to build. pasting the stack trace below if it helps thanks Dipu C:\wicket\wicket-svn\releases\wicket-1.4-m3\wicket\src\main\java\org\apache\wick et\util\tester\FormTester.java:[600,20] inconvertible types found

build from the wicket-1.4-m3 source failing

2008-08-26 Thread wicket user
Hi, when i try to build the wicket from the wicket-1.4-m3 source its failing with the following message \wicket-1.4-m3\wicket\src\main\java\org\apache\wicket\util\tester\FormTester.java:[600,20] inconvertible types found : org.apache.wicket.markup.html.form.FormComponentcapture of ? required

Re: sneak peek - brix - wicket/jcr cms

2008-07-10 Thread wicket user
improve our documentation, let us know. wicket user-2 wrote: i am very impressed with what i see there, i had created a simple POC in my company for managing the contents in our wicket apps, i can see pretty much everything i used here like jackrabbit, code mirror, rich editor

Re: listchoice filtered by textfield ajax help

2008-07-10 Thread wicket user
in the textfield so I want to us ajax. Is this possible with wicket? I have looked at the autocompletetextfiled and it does some of the stuff that I want to do but it also allows the user to type whatever they want to type and I want to force the user to select an option from the list of choices. Any

Re: sneak peek - brix - wicket/jcr cms

2008-07-09 Thread wicket user
cool , sounds very good On Tue, Jul 8, 2008 at 11:06 PM, Igor Vaynberg [EMAIL PROTECTED] wrote: a few of us have been quietly working on a wicket/jcr cms called Brix for a while now. it is almost at a point where we are ready to release a beta, just waiting for wicket-m3 build to go official

Re: sneak peek - brix - wicket/jcr cms

2008-07-09 Thread wicket user
i am very impressed with what i see there, i had created a simple POC in my company for managing the contents in our wicket apps, i can see pretty much everything i used here like jackrabbit, code mirror, rich editor etc looking forward for the release and some more documentation. you guys

Re: update table with ajax

2008-06-19 Thread wicket user
add the DataTable in a WebmarkupContainer and repaint the container cheers dipu On Thu, Jun 19, 2008 at 4:27 PM, Manuel Corrales [EMAIL PROTECTED] wrote: Hi, i have an input and a link. The link is an ajax link, and then i want to update a table on the same page according to the input.

Re: Javascript/Ajax in wicket, how to?

2008-06-09 Thread wicket user
check the wicket stuff jquery and wicket stuff jquery examples https://wicket-stuff.svn.sourceforge.net/svnroot/wicket-stuff/trunk/wicketstuff-jquery https://wicket-stuff.svn.sourceforge.net/svnroot/wicket-stuff/trunk/wicketstuff-jquery-examples regards dipu On Mon, Jun 9, 2008 at 2:58 PM

Re: users, please give us your opinion: what is your take on generics with Wicket

2008-06-02 Thread wicket user
1) Generifying* Wicket [X ] Can best be done in a limited fashion, where we only generify IModel but not components. I care more about what generifying can do for API clarity (declaring a component to only accept certain models for instance) than static type checking. 2) How strongly do you

How does Wicket load an object and combine it with a user's web input? (newbie question)

2008-05-16 Thread David Wicket
I just started learning Wicket. I have some experience with JSP+Spring. In Spring, based on a hidden id parameter from a form, I can use formBackingObject method to load the object. Spring combines a user's input in the form with the loaded object to form the latest version of this object

Re: FYI: new wicket site

2008-05-15 Thread wicket user
Hi Lars, Very good site, i like it its, pretty cool Dipu On Wed, May 14, 2008 at 9:36 AM, lars vonk [EMAIL PROTECTED] wrote: Hi all, A new Wicket site is born! It's a Dutch site on which you can search for day trips and such. See: www.eropuit.nl. Thanks to the user- and dev-group

Updating the wicket stuff wicket-contrib-tinymce with the latest version of tinyMCE

2008-04-16 Thread wicket user
Hi, Can we please update the wicket-contrib-tinymce project to use the latest version of tinyMCE. I would like to use the HTML Source Editor Syntax Highlighting Word Wrap using CodeMirror mentioned in this thread http://tinymce.moxiecode.com/punbb/viewtopic.php?pid=31049#p31049 I grabbed

Re: Updating the wicket stuff wicket-contrib-tinymce with the latest version of tinyMCE

2008-04-16 Thread wicket user
i am more than willing to do it if i have the permission to do it. regards -dipu 2008/4/16 Uwe Schäfer [EMAIL PROTECTED]: wicket user schrieb: Can we please update the wicket-contrib-tinymce project to use the latest version of tinyMCE. +1 I grabbed the wicket-contrib-tinymce

Re: wicket support for page customisation at runtime

2008-04-03 Thread wicket user
Check the wicket stuff jquery project, you will get the idea https://wicket-stuff.svn.sourceforge.net/svnroot/wicket-stuff/trunk/wicketstuff-jquery https://wicket-stuff.svn.sourceforge.net/svnroot/wicket-stuff/trunk/wicketstuff-jquery-examples regards -dipu On Thu, Apr 3, 2008 at 10:34 AM

Page expiration error while using popup

2008-03-27 Thread wicket user
Hi everyone,

Re: [vote] Release 1.4 with only generics and stop support for 1.3

2008-03-17 Thread wicket user
+1 Regards Dipu

Re: Basic Knowledge on Wicket - reload content of a panel

2008-02-27 Thread wicket user
want a link that change a label in the other. ( the label bring text from his model, that is controlled by his page model indeed. it's a correct approach? ) Thanks a lot. Mazzanti Luca -- View this message in context: http://www.nabble.com/Basic-Knowledge-on-Wicket---reload-content

Re: Multi buttons in ajax form

2008-02-20 Thread wicket user
(AjaxRequestTarget target) { When one button is clicked, the onSubmit method is executed. What can I do to distinct which button was used ? In some circumstance, I need one button to be invisible or disabled, I try to make it a real wicket object without success the following way : form.add

Re: Combining Ajax and non Ajax pages

2008-02-20 Thread wicket user
-tp15587166p15587166.html Sent from the Wicket - User mailing list archive at Nabble.com. - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

[no subject]

2008-02-05 Thread Omair Wicket
Never miss a thing. Make Yahoo your home page. http://www.yahoo.com/r/hs

Re: Using Forms

2008-01-14 Thread wicket user
Hi, Take a look at the FormInput example in wicket example projects. Wicket examples have everything to get you started. Regards Dipu On Jan 14, 2008 8:58 AM, j.bokobza [EMAIL PROTECTED] wrote: Hello I'm new with wicket and I'm looking for samples of basics forms. I didn't find how

Re: Update panel from lists

2008-01-14 Thread wicket user
-tp14800898p14800898.html Sent from the Wicket - User mailing list archive at Nabble.com. - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: How do I call my javascript after each wicket partial update?

2008-01-11 Thread wicket user
try AjaxRequestTarget.addJavascript(yourJavascript) Regards On Jan 11, 2008 4:00 PM, bmarvell [EMAIL PROTECTED] wrote: I'd like to be able to run a piece of javascript after each wicket ajax update. Is this possible without hacking the source and if so how? Thanks :) -- View this message

Re: Script in RenderHead method of AjaxFormChoiceComponentUpdatingBehavior needs fixing

2008-01-09 Thread wicket user
done, *Key:* *WICKET-1271https://issues.apache.org/jira/browse/WICKET-1271 Regards Dipu * On Jan 8, 2008 5:37 PM, Igor Vaynberg [EMAIL PROTECTED] wrote: yes please, and attach a patch -igor On Jan 8, 2008 2:31 AM, wicket user [EMAIL PROTECTED] wrote: Hi Igor, Thank you very much

Script in RenderHead method of AjaxFormChoiceComponentUpdatingBehavior needs fixing

2008-01-08 Thread wicket user
Hi Igor, Thank you very much for the quick response. The project i was working on was using the version 1.2.6, so to use AjaxFormChoiceComponentUpdatingBehavior i had to update the project to use the latest wicket version. How ever i have noticed a problem with the script in the renderHead

AjaxFormComponentUpdateBehavior not working with Radio/RadioGroup

2008-01-04 Thread wicket user
Hi all, I am trying to add AjaxFormComponentUpdateBehavior to Radio/RadioGroup, I cant add the behaviour to the Radio as its not a FormComponent. Adding the behaviour to RadioGroup is not working as well. Is there any work around to get it working. Regards Dipu

Re: How to dynamic load a HTML file

2007-12-14 Thread wicket user
), and in the running time, the JAVA class file will select a HTML file to display a different Page layout to User! How to carry it out? I found a article about this, http://cwiki.apache.org/WICKET/control-where-html-files-are-loaded-from.html but it just define the new IResourceStreamLocator class

Re: How to dynamic load a HTML file

2007-12-14 Thread wicket user
null;//how to override it, return the HTML file path+filename? } and any one have wicket offline API, documents! From: [EMAIL PROTECTED] To: users@wicket.apache.org Subject: Re: How to dynamic load a HTML file override getVariation() in your page to get the appropriate html/markup

Re: When to use getModelObject, getConvertedInput, getInput

2007-12-12 Thread wicket user
to an option object. johan On Dec 11, 2007 1:47 PM, wicket user [EMAIL PROTECTED] wrote: Hi, This is more a question of understanding models and input of a particular component, lets say DropDownChoice (DDC) for example. You give it a model initially on creation, this has nothing

When to use getModelObject, getConvertedInput, getInput

2007-12-11 Thread wicket user
Hi, This is more a question of understanding models and input of a particular component, lets say DropDownChoice (DDC) for example. You give it a model initially on creation, this has nothing to do with, in the case of a DDC the selected values as that is supplied by the Choices paramater in the

Re: Using ajax to update a panel

2007-12-05 Thread wicket user
; } } - The only thing is, don't feel like I've got my head completely around the wicket models and I'm having trouble working out what I need to do to the page and panel to get the panel to refresh

Re: Using ajax to update a panel

2007-12-05 Thread wicket user
to be able to refresh the values from the database. Should I be creating a Model overriding the setObject to do this? wicket user wrote: Hi Andrew, So what's actually happening? Anything? Exceptions or does the image just stay the same? On 05/12/2007, Andrew Moore [EMAIL PROTECTED

Re: Problems deploying Wicket application with Tomcat

2007-12-05 Thread wicket user
:52) at java.io.ObjectStreamClass$2.run(ObjectStreamClass.java:437) Any thoughts? On Dec 5, 2007 1:00 PM, James Perry [EMAIL PROTECTED] wrote: Bare with me. I am just redeploying it. On Dec 5, 2007 12:56 PM, wicket user [EMAIL PROTECTED] wrote: I'm getting a 503, HTTP

Re: unable to lazily register a javascript file

2007-12-05 Thread wicket user
upgrading 1.3 RC1 fixed this by the way On 20/11/2007, wicket user [EMAIL PROTECTED] wrote: Hi, It's been a while since I've had to come and check the mailing list out (always a good sign of a framework). Anyway 300 unit tests down and the first version is live, that's the good part

Re: annoying alert message while closing modal window with wizard

2007-12-04 Thread wicket user
. I tried to use the new wicket 1.3 wizard but got the same problem if anyone has any idea please let me know. Thanks -- View this message in context: http://www.nabble.com/annoying-alert-message-while-closing-modal-window-with-wizard-tf4938532.html#a14136120 Sent from the Wicket

two dropdownchoice inputs combined as a fragment/panel/component ??

2007-12-04 Thread wicket user
Hi all, I'm now on the second phase of the project I'm working on and starting to find cases where I'm repeating code which means one thing : refactor. As an example I've got two dropdowns that select make and model with a bit of ajax to populate the second dropdown, these are always going to be

unable to lazily register a javascript file

2007-11-20 Thread wicket user
Hi, It's been a while since I've had to come and check the mailing list out (always a good sign of a framework). Anyway 300 unit tests down and the first version is live, that's the good part, the bad part is that I'm finding a few things I've obviously missed and I'm getting a few wierd

South African Wicket Users?

2007-11-20 Thread wicket user
Hey, Are there any South African wicket users, if so where are you base, JHB or CT? Cheers Simon

Re: WicketTester and Page parameters Wicket Example Unit tests?

2007-09-12 Thread wicket user
for number 1. .. Many thanks Simon On 11/09/2007, Martijn Dashorst [EMAIL PROTECTED] wrote: I'll leave 1 for others. re: 2. The wicket examples sources are part of the wicket distribution. You can find them in src/jdk-1.5/wicket-examples There are tests available, but afaik they are jwebunit

Re: WicketTester and Page parameters Wicket Example Unit tests?

2007-09-12 Thread wicket user
made my testing a lot more simple now. Thanks again Simon On 12/09/2007, cwilkes [EMAIL PROTECTED] wrote: wicket user wrote: 1) I've got a page that gets hit by an outside credit card merchant once they have validated the card, they post me my transaction ID along with a whole host

WicketTester and Page parameters Wicket Example Unit tests?

2007-09-11 Thread wicket user
Ok, Two questions really: 1) I've got a page that gets hit by an outside credit card merchant once they have validated the card, they post me my transaction ID along with a whole host of other parameters. Getting them from the request is easy in the page itself but trying to unit test it is

Page state, undo and versioning?

2007-09-06 Thread wicket user
with the undo ability of wicket but no matter what I try I can't seemed to keep those components disabled on an undo. I've tried: - setting the page to versioned/unversioned - checking the page state onBeforeRendering and trying to set the value What's really missing in my mind is a fundemental

Re: WicketTester, testing Form and SubmitLink

2007-09-05 Thread wicket user
Sorry I've been so slack in responding. I've raised the issue, https://issues.apache.org/jira/browse/WICKET-932 Jean, please excuse my ignorance but when you request a quickstart project do you mean you want the whole quickstart project with the problem illustrated zipped into my file. Any

Re: WicketTester, testing Form and SubmitLink

2007-09-05 Thread wicket user
... Thanks again, Simon On 05/09/07, Jean-Baptiste Quenot [EMAIL PROTECTED] wrote: * wicket user: I've raised the issue, https://issues.apache.org/jira/browse/WICKET-932 Thanks! Jean, please excuse my ignorance but when you request a quickstart project do you mean you want the whole

WicketTester, testing Form and SubmitLink

2007-08-30 Thread wicket user
Hi Folks, I'm trying to test a form submission with SubmitLink, test code below: tester.setParameterForNextRequest(numberChangeForm:numberToChangeTo, numberToChangeTo); reset(smsServiceMock); smsServiceMock.sendActivationSms(isA(Subscriber.class));

Re: url mapping and wizards

2007-08-17 Thread wicket user
Thanks Igor, I guess it makes sense that you wouldn't want to really bookmark a step halfway within a wizard. The main reason I wanted to do that though was that I was hoping to remove the word wicket from the url just from the point of view of wanting to remove evidence of the frameworks that I

Re: Unit testing - updating a DropDownChoice with Ajax : follow on from old mailing list

2007-08-17 Thread wicket user
I managed to solve it by setting the values directly using: tester.setParameterForNextRequest(wizard:form:view:phoneMaker, 1); and completely bypassing the ajax. sorry for the trouble. Simon On 17/08/07, wicket user [EMAIL PROTECTED] wrote: I'm not entirely sure that this isn't bad mailing

url mapping and wizards

2007-08-16 Thread wicket user
Hi, I've just started using Wicket and I've managed to mount pages so that the urls are cleaned up but for the life of me I can't seem to get it to work with Wizard pages. Is there a trick to this? At the moment it looks like this: http://localhost:8080/myapp/app/?wicket:interface=:12 I've

Re: Models and embedded panels

2007-07-31 Thread wicket
Doh! Now that you mention that, the solution is obvious and I (once again) feel stupid for even asking the question (not to mention wasting time on this)... I'll fix this when I get back to work tomorrow. Thank you! On 7/31/07, David Leangen [EMAIL PROTECTED] wrote: