Re: wicket maven archettype, SPRING-HIBERNATE-JPA?

2008-01-23 Thread Nino Saturnino Martinez Vazquez Wael
Great idea... Igor Vaynberg wrote: see source to our quickstart archetype, its in our svn under wicket-archetypes/quickstart -igor On Jan 23, 2008 11:34 PM, Nino Saturnino Martinez Vazquez Wael [EMAIL PROTECTED] wrote: You could'nt provide the base structure, just so I have a starting

Re: Maven repo for wicketstuff?

2008-01-22 Thread Nino Saturnino Martinez Vazquez Wael
Ok, could I get setup please?:) Frank Bille wrote: On Jan 18, 2008 10:21 AM, Nino Saturnino Martinez Vazquez Wael [EMAIL PROTECTED] wrote: How does one actually apply to get setup? Just ask. Frank -- Nino Martinez Wael Java Specialist @ Jayway DK http://www.jayway.dk +45

wicket maven archettype, SPRING-HIBERNATE-JPA?

2008-01-22 Thread Nino Saturnino Martinez Vazquez Wael
Would there be interest for such a template? It would consist of 3 projects, parent, core and web. If so, i'll go ahead and create a wicketstuff for it. -- Nino Martinez Wael Java Specialist @ Jayway DK http://www.jayway.dk +45 2936 7684

wicket course/training at your location?

2008-01-22 Thread Nino Saturnino Martinez Vazquez Wael
This is sorta spam, sorry for that. I've talked to my wife about talking a trip to some where warm, this summer. And figured a great way to sponsor the trip (and make an experience out of it) would be to hold a course in wicket. I would prefer the states as I've never been there but it could

Re: wicket maven archettype, SPRING-HIBERNATE-JPA?

2008-01-22 Thread Nino Saturnino Martinez Vazquez Wael
-Dsource=1.5). this will obviously be obsolete for the next wicket versions gerolf On Jan 22, 2008 7:50 PM, Nino Saturnino Martinez Vazquez Wael [EMAIL PROTECTED] wrote: Would there be interest for such a template? It would consist of 3 projects, parent, core and web. If so, i'll go

Re: Maven repo for wicketstuff?

2008-01-22 Thread Nino Saturnino Martinez Vazquez Wael
-events You want my sourceforge id? *nmwael ... * regards Nino* * Frank Bille wrote: I didn't know you were a project ;) Create yourself as a user and let me know the username, so I can give you rights On Jan 22, 2008 5:34 PM, Nino Saturnino Martinez Vazquez Wael [EMAIL PROTECTED] wrote

Re: Different views in wicket

2008-01-21 Thread Nino Saturnino Martinez Vazquez Wael
try get variation... Mathias P.W Nilsson wrote: Hi! I'm developing a site that has different views and languages. How does this fit in the wicket framework? When adding a WebPage you get a default .html view. Is there anyway on having multiple views for a wicket page? How do you develop a

Re: a rolling display label component

2008-01-18 Thread Nino Saturnino Martinez Vazquez Wael
use a label and a ajaxtimer... [EMAIL PROTECTED] wrote: Hello: I wonder if wicket already has a component that would display a list of text every n seconds, with the text list predefined (not ajax call every n second) so that I could use a java call like new NeonLabel(id,ListModel({ab,

Re: Wicket tester: executeAjaxEvent broken?

2008-01-17 Thread Nino Saturnino Martinez Vazquez Wael
); tester.Submitform(inputForm); Not completely sure if this works, but should be something like it. Nino Saturnino Martinez Vazquez Wael wrote: Hi Luke This is not the way it works. Currently cant do that combination.. You have to run with form tester only or executeAjaxEvent only.. What you might want

Re: Wicket and JAVASCRIPT variables

2008-01-17 Thread Nino Saturnino Martinez Vazquez Wael
Great. Im looking into this again now, saw the error but was in meetings all day.. I'll see how the gmap and gmap2 has evolved since my participation... Martin Funk wrote: mea culpa, could you try again please. mf Ballist1c schrieb: I have had a look, the GMap2 contrib is missing source

Re: Wicket blog software

2008-01-17 Thread Nino Saturnino Martinez Vazquez Wael
Cant remember of any of the labs actually will run straight out.. This one should though: http://svn2.assembla.com/svn/wicketSpringJPAHibernateTut Nino Saturnino Martinez Vazquez Wael wrote: Oeh and btw it does use tinymce contrib:) Nino Saturnino Martinez Vazquez Wael wrote: http

Re: Wicket blog software

2008-01-17 Thread Nino Saturnino Martinez Vazquez Wael
Oeh and btw it does use tinymce contrib:) Nino Saturnino Martinez Vazquez Wael wrote: http://cwiki.apache.org/confluence/display/WICKET/Blog+Tutorial Currently it has pages to enter blogs, and a overview page to view blogs. A manage page for blog authors. Etc.. Check it out.. C. Bergström

Re: Wicket blog software

2008-01-17 Thread Nino Saturnino Martinez Vazquez Wael
http://cwiki.apache.org/confluence/display/WICKET/Blog+Tutorial Currently it has pages to enter blogs, and a overview page to view blogs. A manage page for blog authors. Etc.. Check it out.. C. Bergström wrote: Anyone started or have some blog software they have donated or are willing to?

Re: Wicket blog software

2008-01-17 Thread Nino Saturnino Martinez Vazquez Wael
I have no problem at all turning mine open source, i'll be happy to give apache license.. Jonathan Locke wrote: I't not open source. quot;C.quot; Bergström wrote: On Thu, 2008-01-17 at 10:12 -0600, Nick Heudecker wrote: This is something I've wanted to write as well. I have a

Re: wicket stuff server / bamboo setup

2008-01-16 Thread Nino Saturnino Martinez Vazquez Wael
That would mean that the maven repo would die right? That would be sad if theres no other alternative. I just discovered it yesterday. I could be really cool, if we had some guides to on howto get your contrib it running with bamboo, getting a release from maven repo etc. I could look into

[semi off topic] Pattern to Localize domain models?

2008-01-16 Thread Nino Saturnino Martinez Vazquez Wael
Hi I guess we all have come the part of localizing, with wicket its pretty easy. But what about the backend how should it support it? Having a special locale property per sub class and then a id of a super ?? How did you solve this? Example: International weight loss site, would be very

Re: dynamicImageResource trouble

2008-01-16 Thread Nino Saturnino Martinez Vazquez Wael
Dead on! I tested it earlier in another context, was working there. But again it was another context. Thanks. regards Nino Timo Rantalaiho wrote: On Wed, 16 Jan 2008, Nino Saturnino Martinez Vazquez Wael wrote: private final transient byte[] image; And if you make this non

Re: Wicket tester: executeAjaxEvent broken?

2008-01-15 Thread Nino Saturnino Martinez Vazquez Wael
Hi Luke This is not the way it works. Currently cant do that combination.. You have to run with form tester only or executeAjaxEvent only.. What you might want todo are set the models instead and fire the ajaxevent then.. regards Nino Luke Ma wrote: There might be a bug with

Re: Change of panel

2008-01-15 Thread Nino Saturnino Martinez Vazquez Wael
Could'nt you encourage Petr to create a wicket stuff for it :) hint hint... Eelco Hillenius wrote: Hello Eelco, thank you for your response. I've checked the FormComponentPanel, but if I want to use it in forms I would have to reimplement all the functionality of such components (eg. Button,

Re: 1.4/2.0 annotations support

2008-01-10 Thread Nino Saturnino Martinez Vazquez Wael
+10 for exploring, you just never know what handy feature turns up:) I meant to say that to in my previous mail. Martijn Dashorst wrote: Having the ability to specify the mount with the page instead of a central location may be interesting. How is this different from specifying to what table

Re: 1.4/2.0 annotations support

2008-01-10 Thread Nino Saturnino Martinez Vazquez Wael
That enables users to freely choose whether or not they want to use it. +1 (if I get to vote) -Nino Eelco Hillenius wrote: On Jan 10, 2008 9:32 AM, Martijn Dashorst [EMAIL PROTECTED] wrote: I think especially overriding setHeaders is not intuitive whereas an annotation could really make a

Re: Is it possible to use wicket without having any html page?

2008-01-09 Thread Nino Saturnino Martinez Vazquez Wael
Yeah, that approach cleans up a lot enforcing the DRY principle rocks:) Sam Hough wrote: Thanks Nino, Went with your original suggestion but down a layer in our application so got rid of lots of similar code for introspection based CRUD type stuff etc... So can happily just do:

Re: Copenhagen Meeting

2008-01-09 Thread Nino Saturnino Martinez Vazquez Wael
starting around 4-6pm. Frank On Jan 3, 2008 11:17 AM, Nino Saturnino Martinez Vazquez Wael [EMAIL PROTECTED] wrote: Yes I think so, dates anyone? Currently im free, although in the start of next week our car has to go to the mechanic.. And what about topics? Should we have one about testing

Re: Copenhagen Meeting

2008-01-09 Thread Nino Saturnino Martinez Vazquez Wael
And guys please add some topics, I've added some but im not sure how much interest theres in it.. regards Nino Nino Saturnino Martinez Vazquez Wael wrote: Fine by me:) And as last time the closer to 4 the better:) Flemming Boller wrote: That suits also me! 29 jan tuesday ? /Flemming

Re: Javascript call to wicket

2008-01-09 Thread Nino Saturnino Martinez Vazquez Wael
Hi Michael Why not just have a page with a hidden form, then fill the values via javascript and submit the form again via javascript? -Nino Michael Sparer wrote: The parameters you defined in JS are regular HTTP GET parameters, so, as I wrote earlier, you can get them out of the request.

Re: DropDownChoice always on the top

2008-01-09 Thread Nino Saturnino Martinez Vazquez Wael
Also not everyones targeting IE 6, AFAIK its only IE6-- that has these problems since they are using windows raw controls directly in the browser. Also Dropdown are not the only one, it goes for all input fields as I remember it. -Nino dariusz.holda wrote: The thing is you are not changing

Re: Copenhagen Meeting

2008-01-09 Thread Nino Saturnino Martinez Vazquez Wael
Sure, fine by me. -regards Nino Flemming Boller wrote: Same location as last? On Jan 9, 2008 9:18 AM, Nino Saturnino Martinez Vazquez Wael [EMAIL PROTECTED] wrote: And guys please add some topics, I've added some but im not sure how much interest theres in it.. regards Nino Nino

Re: Controlling the mousepointer or some load indication when using ajax to populate

2008-01-09 Thread Nino Saturnino Martinez Vazquez Wael
Hi Kjetil Hmm I've only used the simple approach of simply having a js that showed a div over the whole page when making callbacks. EG showing a message saying loading and a gif. So you could create a behavior that did that and attach it to the dropdown. The thing is if you want something

Re: SV: Controlling the mousepointer or some load indication when using ajax to populate

2008-01-09 Thread Nino Saturnino Martinez Vazquez Wael
fine, any samples or links you could provide me with? Regards, Kjetil -Opprinnelig melding- Fra: Nino Saturnino Martinez Vazquez Wael [mailto:[EMAIL PROTECTED] Sendt: 9. januar 2008 13:00 Til: users@wicket.apache.org Emne: Re: Controlling the mousepointer or some load indication when

Re: JMeter load testing and Ajax - is it possible

2008-01-08 Thread Nino Saturnino Martinez Vazquez Wael
Did you see the wicket wiki page on this... Looking closer I see you did(as you wrote a part of it):) Kudos:) And btw I've had no trouble testing ajax with jmeter(was it you who helped me with the regx for dropdowns?)... My case was to have a dropdown populate the palette via onchange and

WICKET-1256

2008-01-07 Thread Nino Saturnino Martinez Vazquez Wael
Hi guys.. I've uploaded a patch for this one.. So just need one of you to verify and patch. regards Nino -- Nino Martinez Wael Java Specialist @ Jayway DK http://www.jayway.dk +45 2936 7684

Re: Is it possible to use wicket without having any html page?

2008-01-07 Thread Nino Saturnino Martinez Vazquez Wael
. And Wings or even GWT. Martijn On Jan 7, 2008 8:07 AM, Nino Saturnino Martinez Vazquez Wael [EMAIL PROTECTED] wrote: I agree on what you guys say, but theres also the chance legolas dont know every tip of the framework. And just wanted to know about panels or markup inheritance... People

Re: Is wicketstuff-scriptaculous still active?

2008-01-07 Thread Nino Saturnino Martinez Vazquez Wael
Hi Lan There was a discussion about it being a couple of versions behind, im not sure if Ryan's active? Whats the problem? Lan Boon Ping wrote: Hi, Is wicketstuff-scriptaculous still active? Regards Boon Ping. - To

Re: Old Wicket QuickStart

2008-01-07 Thread Nino Saturnino Martinez Vazquez Wael
i'll create a page for it on the wiki... and post the link here... Kjetil Paulsen wrote: Where can I find this blog? :) On Jan 3, 2008 11:17 AM, Nino Saturnino Martinez Vazquez Wael [EMAIL PROTECTED] wrote: Yes I think so, dates anyone? Currently im free, although in the start of next week

Re: Is it possible to use wicket without having any html page?

2008-01-06 Thread Nino Saturnino Martinez Vazquez Wael
I agree on what you guys say, but theres also the chance legolas dont know every tip of the framework. And just wanted to know about panels or markup inheritance... People doesnt always know how to ask a question if they arent familiar with the framework. An so sometimes questions just come

Re: Something about Design

2008-01-04 Thread Nino Saturnino Martinez Vazquez Wael
Hi Ahmed Id admit that wicket has some places that needs some tidying if youre strict. Like having the requiredtextfield and the setrequired on the textfield. But other than that the api are pretty clean I think. I could you come with some examples on a place where wicket could learn from

Re: Wickettester and session?

2008-01-04 Thread Nino Saturnino Martinez Vazquez Wael
the session problem for this project though. regards Nino David Shepherdson wrote: On 21 Dec 2007, at 6.03 pm, Nino Saturnino Martinez Vazquez Wael wrote: There seems to be a problem with wicket tester and the session created (I use my own custom session). I create the wicket tester like

Re: Is it possible to use wicket without having any html page?

2008-01-04 Thread Nino Saturnino Martinez Vazquez Wael
Hi legolas im not sure how familiar you are with wicket. But i'd go for having the html and just using the approach specified here: http://www.nabble.com/Ways-of-making-components-in-a-page-optional--tp14399390p14399390.html It's possible that I've misunderstood you, do you want to redirect

Re: Is it possible to use wicket without having any html page?

2008-01-04 Thread Nino Saturnino Martinez Vazquez Wael
But for most common use cases a page will have a .html . You could use several different approaches to archive something like you talk about. But when it comes down to it you will at least have: Using markup inheritance: one super class with a corresponding html and a sub class with

Re: Wickettester and session?

2008-01-04 Thread Nino Saturnino Martinez Vazquez Wael
Eeek youre right. Why did I not see this earlier.. I'll fiddle a bit with this and see if I can make it work without the wrapper... David Shepherdson wrote: Hello Nino, On 4 Jan 2008, at 8.14 am, Nino Saturnino Martinez Vazquez Wael wrote: Thanks for the response. I cant construct

Re: Wickettester and session?

2008-01-04 Thread Nino Saturnino Martinez Vazquez Wael
the class cast exception. This is running 1.3.0 final. I'll update the jira in a sec.. https://issues.apache.org/jira/browse/WICKET-1256 Nino Saturnino Martinez Vazquez Wael wrote: Eeek youre right. Why did I not see this earlier.. I'll fiddle a bit with this and see if I can make it work

Re: Wickettester and session?

2008-01-04 Thread Nino Saturnino Martinez Vazquez Wael
Ahh, that might just be it then.. I've just verified it. I guess I used a too general session, as you wrote the stuff passes when using websession. Im gonna close the bug. Thanks for your help. David Shepherdson wrote: On 4 Jan 2008, at 12.18 pm, Nino Saturnino Martinez Vazquez Wael wrote

Re: Wickettester and session?

2008-01-03 Thread Nino Saturnino Martinez Vazquez Wael
Here it is, https://issues.apache.org/jira/browse/WICKET-1256 Thanks for reminding me. Eelco Hillenius wrote: On Jan 2, 2008 2:28 PM, Nino Saturnino Martinez Vazquez Wael [EMAIL PROTECTED] wrote: Bump on this one.. If no-one is reacting, you can best open a JIRA issue

Re: Old Wicket QuickStart

2008-01-03 Thread Nino Saturnino Martinez Vazquez Wael
Yes I think so, dates anyone? Currently im free, although in the start of next week our car has to go to the mechanic.. And what about topics? Should we have one about testing with wicket, and while some where exploring testing with wicket others could fix bugs with the wicket tester?

Re: MyWebApplication, SpringWebApplication + AuthenticatedWebApplication

2008-01-03 Thread Nino Saturnino Martinez Vazquez Wael
I am aware that the wiki needs a rewrite... And also the examples.. Please notice how you can switch out your dbprovider with a mocked one, thats really cool.. Korbinian Bachl wrote: Hi Dan, I know the wiki - but this somehow confuses me... in the Wicket-Examples all Springapps are

Re: {wicket 1.3 rc1}testing ajaxbutton...

2008-01-02 Thread Nino Saturnino Martinez Vazquez Wael
Hi Timo It was a bug in rc 1 I think, was fixed rc2 as I remember. Timo Rantalaiho wrote: On Fri, 14 Dec 2007, Nino Saturnino Martinez Vazquez Wael wrote: If I try to execute the event I just get an null pointer exeception like this: wicketTester.executeAjaxEvent(form:ajaxButton

Re: Happy new year list!

2008-01-01 Thread Nino Saturnino Martinez Vazquez Wael
And heres a late happy new year I hope it will be a great wicket year:) Jörgen Persson wrote: Regards, Jörgen - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] -- Nino Martinez

Re: Wickettester and session?

2008-01-01 Thread Nino Saturnino Martinez Vazquez Wael
Bump on this one.. Nino Saturnino Martinez Vazquez Wael wrote: Hi There seems to be a problem with wicket tester and the session created (I use my own custom session). I create the wicket tester like this: final ApplicationContext context = new ClassPathXmlApplicationContext

Wickettester and session?

2007-12-21 Thread Nino Saturnino Martinez Vazquez Wael
Hi There seems to be a problem with wicket tester and the session created (I use my own custom session). I create the wicket tester like this: final ApplicationContext context = new ClassPathXmlApplicationContext( applicationContext.xml); IDBDao base = (IDBDao)

Re: CXF @WebServiceProvider deployment issue

2007-12-20 Thread Nino Saturnino Martinez Vazquez Wael
My best guess are that its a spring error that tells you that it could not call the default constructor of the class backing the MessageRouter. In your case its the messagerouterservice.. Do this seem to give any hints? regards Barlotta, Michael [USA] wrote: Hello, I am using CXF 2.0.3 and

java2wsdl not working?

2007-12-20 Thread Nino Saturnino Martinez Vazquez Wael
Hi In my tour de cxf, i've now come to the point where I have a test that checks that the wsdl scheme are registered, and another test that checks that its looking okay. Next step are to test if the endpoints are working. Since im using jaxws it seems that I need a wsdl for this, inorder to

Re: java2wsdl not working?

2007-12-20 Thread Nino Saturnino Martinez Vazquez Wael
it's my fault I pointed the java2wsdl to a interface and not the actual implementation. Nino Saturnino Martinez Vazquez Wael wrote: Hi In my tour de cxf, i've now come to the point where I have a test that checks that the wsdl scheme are registered, and another test that checks that its

Working example with tests based on the maven archetype cxf-http-basic extended to soap though!

2007-12-20 Thread Nino Saturnino Martinez Vazquez Wael
Hi I've taken the liberty to write some tests to the archetype, and as the project im on now needed to use soap its targeted towards soap. The tests I've done should be incorporated into the archetype so that it comes with tests (I could go and make the templates if wanted). Although the

Re: jsr181 annotations?

2007-12-19 Thread Nino Saturnino Martinez Vazquez Wael
and such that are available at central. For JSR-181, the geronimo-specs versions are probably the best. Dan On Tuesday 18 December 2007, Nino Saturnino Martinez Vazquez Wael wrote: Sorry this was wrong, seems you need the geronimo one after all.. Nino Saturnino Martinez Vazquez Wael wrote

Re: Restful web services usage [WAS : JAXB Unmarshalling]

2007-12-19 Thread Nino Saturnino Martinez Vazquez Wael
Hi Eric First of all, I must confess that im pretty new to all this webservice stuff. I found a blog about restful web services that describes howto interact with them: http://blog.jonudell.net/2007/05/24/restful-web-services/ But you want a kind of client interface for that aswell?

Re: any irc channel for equivalent to this mailing list?

2007-12-19 Thread Nino Saturnino Martinez Vazquez Wael
And subject should have been any irc channel equivalent to this mailing list? Sorry for my poor spelling today. Nino Saturnino Martinez Vazquez Wael wrote: are there? -- Nino Martinez Wael Java Specialist @ Jayway DK http://www.jayway.dk +45 2936 7684

any irc channel for equivalent to this mailing list?

2007-12-19 Thread Nino Saturnino Martinez Vazquez Wael
are there? -- Nino Martinez Wael Java Specialist @ Jayway DK http://www.jayway.dk +45 2936 7684

jsr181 annotations?

2007-12-18 Thread Nino Saturnino Martinez Vazquez Wael
Hi We are using java 1.5, and I've been trying to find the maven dependency for jsr181 annotations all day now but cant find them. Now this is what I've found, although maven denies to download it gives me an url and I can install manually:

mvn archetype:create -DarchetypeGroupId=org.apache.cxf -DarchetypeArtifactId=cxf-http-basic

2007-12-18 Thread Nino Saturnino Martinez Vazquez Wael
Works almost fine... Although it ignores -DgroupId= to a certain extent. The packagenames in helloworld.java and helloworldimpl.java are called org.apache... eventhough they files are placed in the package specified in dgroupid. I would also very much like for the archetype to include some

Re: jsr181 annotations?

2007-12-18 Thread Nino Saturnino Martinez Vazquez Wael
version1.1.1/version /dependency in your pom This dependency should have jsr181 Freeman On Dec 18, 2007 6:23 PM, Nino Saturnino Martinez Vazquez Wael [EMAIL PROTECTED] wrote: Hi We are using java 1.5, and I've been trying to find the maven dependency for jsr181

Re: mvn archetype:create -DarchetypeGroupId=org.apache.cxf -DarchetypeArtifactId=cxf-http-basic

2007-12-18 Thread Nino Saturnino Martinez Vazquez Wael
/servicemix/tooling/ Best Regards Freeman On Dec 18, 2007 7:21 PM, Nino Saturnino Martinez Vazquez Wael [EMAIL PROTECTED] wrote: Works almost fine... Although it ignores -DgroupId= to a certain extent. The packagenames in helloworld.java and helloworldimpl.java are called org.apache

Re: jsr181 annotations?

2007-12-18 Thread Nino Saturnino Martinez Vazquez Wael
Sorry this was wrong, seems you need the geronimo one after all.. Nino Saturnino Martinez Vazquez Wael wrote: Hmm This seems very vendor specific, I though as with JPA these annotation would be decoupled and loosely attached, so after writing the service you could select a vendor? Btw we

Going from xfire to cxf

2007-12-17 Thread Nino Saturnino Martinez Vazquez Wael
Hi I am the lucky winner of upgrading from xfire to cxf, and actually it seems as a very good idea. The project im working on has had a idle periode. And has been using spring remoting(http invoker) for comuniting. As an alternate we've also used soap with xfire and jsr181. In a not so

Re: Going from xfire to cxf

2007-12-17 Thread Nino Saturnino Martinez Vazquez Wael
Oh and btw I have checked out the migration guide http://cwiki.apache.org/CXF20DOC/xfire-migration-guide.html Seems its somewhat incomplete, i'll be happy to fill in blanks once I know them.. Nino Saturnino Martinez Vazquez Wael wrote: Hi I am the lucky winner of upgrading from xfire

{wicket 1.3 rc1}testing ajaxbutton...

2007-12-14 Thread Nino Saturnino Martinez Vazquez Wael
Hi How do I test the ajaxbutton? If I try to execute the event I just get an null pointer exeception like this: wicketTester.executeAjaxEvent(form:ajaxButton, onclick); Should I just check if theres ajax present? And the process the form using the formtester? -- Nino Martinez Wael

Re: {wicket 1.3 rc1}testing ajaxbutton...

2007-12-14 Thread Nino Saturnino Martinez Vazquez Wael
Hmm didnt help me though.. calling this wicketTester.submitForm(form); just gives a NPE... Hmm using form tester and wicketTester.executeAjaxEvent works after upgrading. Very nice:) Thanks :) Nino Saturnino Martinez Vazquez Wael wrote: Ohh hold on for a minute.. I saw the *WICKET-1199

Re: {wicket 1.3 rc1}testing ajaxbutton...

2007-12-14 Thread Nino Saturnino Martinez Vazquez Wael
Saturnino Martinez Vazquez Wael wrote: Hmm didnt help me though.. calling this wicketTester.submitForm(form); just gives a NPE... Hmm using form tester and wicketTester.executeAjaxEvent works after upgrading. Very nice:) Thanks :) Nino Saturnino Martinez Vazquez Wael wrote: Ohh hold

Re: I don't like Data Transfert Objects

2007-11-28 Thread Nino Saturnino Martinez Vazquez Wael
Hi Gervais Im not sure if you have understood the idea of the CompoundPropertyModel(CPM). You pass a simple domain class to it and it uses property expressions to retireve what ever requested. For example if you set a CPM on a page you may add a label using this new Label(label) this will

Single sign on

2007-11-28 Thread Nino Saturnino Martinez Vazquez Wael
Hi It seems our next project will be about single sign on. So as always I want to use wicket for this:) Someone mentioned CAS http://www.ja-sig.org/products/cas/ . Can you use this in conjuction with wicket (or is it something completely different)? We need to be able to singlesignon to

Re: Javascript framework integration: intimate integr. OR json etc.

2007-11-28 Thread Nino Saturnino Martinez Vazquez Wael
farside wrote: I'm not a guru in javascript or in wicket.. So I'm not sure how a javascript framework(dojo, jquery, yui, etc) should be integrated into a wicket application. As I understand there two ways: 1) intimate integration, for example, http://wicketstuff.org/jira/browse/DOJO - there

Re: Single sign on

2007-11-28 Thread Nino Saturnino Martinez Vazquez Wael
showing the wicket login page. Maurice On Nov 28, 2007 10:21 AM, Nino Saturnino Martinez Vazquez Wael [EMAIL PROTECTED] wrote: Hi It seems our next project will be about single sign on. So as always I want to use wicket for this:) Someone mentioned CAS http://www.ja-sig.org/products/cas/ . Can you

Re: Quite a few Wicket jobs/employers.

2007-11-22 Thread Nino Saturnino Martinez Vazquez Wael
Great page! And good pointers. Jonathan Locke wrote: things seem to have been building for a while. i've been in touch with some pretty big companies this year and more every week it seems. i now have a http://web.mac.com/jonathan.locke/iWeb/JonathanLocke/Wicket.html Wicket propaganda page

Re: Copenhagen wicket users meeting?

2007-11-21 Thread Nino Saturnino Martinez Vazquez Wael
of fixed agenda where we hold speaks, eg Frank tells us about the road map for wicket and other stuff, interesting projects etc:) Combination of above or something completly different? regards Nino Nino Saturnino Martinez Vazquez Wael wrote: super:) Flemming Boller wrote: done :-) On Nov

Re: Screen resolution and diffrent markup files

2007-11-21 Thread Nino Saturnino Martinez Vazquez Wael
I guess every thing are possible:) But suggesting what you want sounds like something like using locales... myPage.html myPage1024x768.html right? Not sure howto implement that, but you have a front page that detected the size( I think you can grab screen resolution from application) and

Re: Screen resolution and diffrent markup files

2007-11-21 Thread Nino Saturnino Martinez Vazquez Wael
Cool I did not know this. Nice to learn something new everyday:) Al Maw wrote: Artur W. wrote: Is is possible to create different markup files (for the same page) depends on user screen resolution? This is quite easy, actually. Create an abstract ResolutionDependentPage extends WebPage

Re: Forms and Listview questions..?

2007-11-20 Thread Nino Saturnino Martinez Vazquez Wael
Bump for replies..? Does my mail make sense? Do I need to specify anything further? Nino Saturnino Martinez Vazquez Wael wrote: Hi I've been playing with both forms and listviews. And I wanted to extend a form creating my own form that has captcha validation as standard, I cant just seem

Re: Forms and Listview questions..?

2007-11-20 Thread Nino Saturnino Martinez Vazquez Wael
Gwyn Evans wrote: On 20/11/2007, Nino Saturnino Martinez Vazquez Wael [EMAIL PROTECTED] wrote: Bump for replies..? Does my mail make sense? Do I need to specify anything further? Nino Saturnino Martinez Vazquez Wael wrote: Hi I've been playing with both forms and listviews. And I

Re: Forms and Listview questions..?

2007-11-20 Thread Nino Saturnino Martinez Vazquez Wael
Gwyn Evans wrote: On 20/11/2007, Nino Saturnino Martinez Vazquez Wael [EMAIL PROTECTED] wrote: Gwyn Evans wrote: On 20/11/2007, Nino Saturnino Martinez Vazquez Wael [EMAIL PROTECTED] wrote: Bump for replies..? Does my mail make sense? Do I need to specify anything further

Re: Matt Raible's ApacheCon presentation

2007-11-19 Thread Nino Saturnino Martinez Vazquez Wael
Nino Saturnino Martinez Vazquez Wael wrote: @jdave I think it would be an option(I dont think I can go back to 1.4 ever and hope I dont have to), however I'd like to see more convenience methods.. Why arent it mentioned on the wiki page or somewhere else? @Spring problems Did not know

Forms and Listview questions..?

2007-11-19 Thread Nino Saturnino Martinez Vazquez Wael
Hi I've been playing with both forms and listviews. And I wanted to extend a form creating my own form that has captcha validation as standard, I cant just seem to find where to place the markup when extending Form? I then tried doing it with a panel but also ran into sometroubles. Also

Re: Matt Raible's ApacheCon presentation

2007-11-16 Thread Nino Saturnino Martinez Vazquez Wael
Reading through all the responses on this thread, I can already see that all the fundemental things in wicket I now take for granted forexample as debugging. I guess I would have a hard time doing anything else by now. regards Nino Nino Saturnino Martinez Vazquez Wael wrote: I totally agree

Re: Matt Raible's ApacheCon presentation

2007-11-16 Thread Nino Saturnino Martinez Vazquez Wael
I totally agree. Wicket has made me a better developer. It actually makes you think in a more OO way, comming from .net and jsp back in the day. Comming from jsp and somewhat .net I had somewhat a hard time to grasp the concept of models and the fact that wicket maintains whats selected in

Re: JPA best-practices?

2007-11-16 Thread Nino Saturnino Martinez Vazquez Wael
That could be great, that way we could support each other.. Do you have an idea on how to get started? regards Nino Uwe Schäfer wrote: Nino Saturnino Martinez Vazquez Wael schrieb: Im actually about to write a tutorial thing about howto JPA-HIBERNATE-SPRING in wicket... It could be something

Re: Matt Raible's ApacheCon presentation

2007-11-16 Thread Nino Saturnino Martinez Vazquez Wael
to the convenice methods for selecting and does not seem to work? Timo Rantalaiho wrote: On Fri, 16 Nov 2007, Nino Saturnino Martinez Vazquez Wael wrote: A possible con are that the testing part of wicket could be improved by having more convenince methods. Also there seems to be some trouble

Re: Matt Raible's ApacheCon presentation

2007-11-16 Thread Nino Saturnino Martinez Vazquez Wael
I'll do that if what I want todo makes any sense.. regards Nino Johan Compagner wrote: If you have patches that made our WicketTester better please add them to jira. johan On Nov 16, 2007 10:24 AM, Nino Saturnino Martinez Vazquez Wael [EMAIL PROTECTED] wrote: I totally agree. Wicket

Re: Copenhagen wicket users meeting?

2007-11-12 Thread Nino Saturnino Martinez Vazquez Wael
super:) Flemming Boller wrote: done :-) On Nov 9, 2007 9:22 AM, Nino Saturnino Martinez Vazquez Wael [EMAIL PROTECTED] wrote: Could more people signup if interested? We cant only be 3 guys in denmark interested in this.. I think the release of wicket 1.3 should be an excellent time

Re: Copenhagen wicket users meeting?

2007-11-12 Thread Nino Saturnino Martinez Vazquez Wael
mailing list. Maybe i should participate this time :). Flemming do you give a ride? /Murat 2007/11/9, Flemming Boller [EMAIL PROTECTED]: done :-) On Nov 9, 2007 9:22 AM, Nino Saturnino Martinez Vazquez Wael [EMAIL PROTECTED] wrote: Could more people signup if interested? We cant only be 3

Re: JPA best-practices?

2007-11-12 Thread Nino Saturnino Martinez Vazquez Wael
Do you know if theres any plans on making a maven2 archetype for qwicket? Evan Chooly wrote: There's also qwicket.sf.net that specifically uses JPA+spring. I'm finishing up updates now for 1.3 support and improved project setup. SVN is your best bet there but I'm hoping to put up the new

Re: {wicket 1.3 rc1} upgrading....

2007-11-12 Thread Nino Saturnino Martinez Vazquez Wael
Martinez Vazquez Wael [EMAIL PROTECTED] wrote: Hi After updating our maven dependencies to 1.3 rc1 we are now getting null pointer exceptions in almost all our tests.. Is this something that are expected? A quick look at the migration guide did not give anything. Any ideas? We do not get

Re: How do others include their browser specific styles in Wicket?

2007-11-12 Thread Nino Saturnino Martinez Vazquez Wael
We dont, we have one css for them all. Thats. IE 6,7 FF 1.5,2 Safari for us. regards Nino Sjoerd Lohuis wrote: There are a few ways to include your browser specific styles in a project: - CSS hacks to target specific browsers - IE Conditional Comments - Server-side browsercheck I'm not

Wicket unit test documentation on wiki...

2007-11-09 Thread Nino Saturnino Martinez Vazquez Wael
Hi Am I correct there are no documentation on this on the wiki. If yes, i'll start a section if its okay with you guys? PS are there a way to uncheck a check when unit testing? regards -- Nino Martinez Wael Java Specialist @ Jayway DK http://www.jayway.dk +45 2936 7684

Re: Copenhagen wicket users meeting?

2007-11-09 Thread Nino Saturnino Martinez Vazquez Wael
to wicket.. If we are enough persons we will divide into two tracks, basic and advanced.. regards Nino Nino Saturnino Martinez Vazquez Wael wrote: Bump for more people to join, otherwise it will not happen... This would be an excellent opertunity to meet other wicketeers and discuss relevant

Re: Doing something on Shift+Click

2007-11-09 Thread Nino Saturnino Martinez Vazquez Wael
take a look at http://wicketstuff.org/confluence/display/STUFFWIKI/wicket-stuff-contrib-input-events vr.sundar wrote: Hi, I have to activate a hidden option when a user shift+clicks something. How do I go about doing this? From reading the docs, the idea I currently have is this: Add a new

{wicket 1.3beta4} Testing unselecting check?

2007-11-08 Thread Nino Saturnino Martinez Vazquez Wael
Hi Is it possible to unselect at check with the tester? We have a page where all checks are selected by default and I need to write a test were I unselect one of them.. -Nino -- Nino Martinez Wael Java Specialist @ Jayway DK http://www.jayway.dk +45 2936 7684

Re: wicket-contrib-input-events : keyboard shortcuts for wicket

2007-11-06 Thread Nino Saturnino Martinez Vazquez Wael
:) will focus on what I need then:) Eelco Hillenius wrote: Im wondering if we(wickeers) would need an integration for a window manager possibly: http://www.vegui.org/ ? Havent checked it enough to see how complex it are and how easy it would be to make an simple integration. I don't

Re: Submit Form Automatically during Load

2007-11-02 Thread Nino Saturnino Martinez Vazquez Wael
have you mounted the page? Hubert Kauker wrote: Hello... I want to support a URL like this: http://host/webapp/home/?userid=foopassword=barsubmit=true The page is meant to perform login. When both userid and password are correct, I want to pass to the following page directly. This works

OT Øredev...

2007-11-02 Thread Nino Saturnino Martinez Vazquez Wael
Anyone comming to the øredev developer congress...? regards Nino - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

{wicket 1.3 beta 4} Error handling (Internal error page)

2007-11-01 Thread Nino Saturnino Martinez Vazquez Wael
Hi Im doing some finishing touches at our web application. And Im trying to create a internal error page that gives the possibility for the user to get back to the page that caused the error, just in case that the circumstances that caused the error are gone. Now this is what I've done :

Re: {wicket 1.3 beta 4} Error handling (Internal error page)

2007-11-01 Thread Nino Saturnino Martinez Vazquez Wael
Appears I was wrong. This is actually working. I would still like to know if this is the correct way to do it? regards Nino Nino Saturnino Martinez Vazquez Wael wrote: Hi Im doing some finishing touches at our web application. And Im trying to create a internal error page that gives

Re: Get libs without installing Maven?

2007-10-26 Thread Nino Saturnino Martinez Vazquez Wael
mini maven guide... install maven place yourself in a folder and write: mvn archetype:create -DarchetypeGroupId=org.apache.wicket -DarchetypeArtifactId=wicket-archetype-quickstart -DarchetypeVersion=1.3.0-beta4 -DgroupId=com.mycompany -DartifactId=myproject then maven will create a folder

<    6   7   8   9   10   11   12   13   14   >