Re: Overriding Text No Records Found

2008-12-16 Thread Nino Saturnino Martinez Vazquez Wael
You can also do it on page level or component level.. regards Adriano dos Santos Fernandes wrote: HITECH79 escreveu: Hallo, how can i override/modify the text No Records Found If you are talking about the DataTable component, write a YourApplication.properties on the same package as

Re: Setting a relevant value for radio buttons without using RadioChoice

2008-12-15 Thread Nino Saturnino Martinez Vazquez Wael
Hmmm but why not just do it with a LDM? Im a bit puzzled, heres what I do: RadioGroupEventType eventTypeRadioGroup = new RadioGroupEventType( eventType); eventTypeRadioGroup.setLabel(new ModelString(Type of Event)); ListViewEventType eventTypesListView

Semigenerating Selenium case's with wicketTester?

2008-12-15 Thread Nino Saturnino Martinez Vazquez Wael
Hi Guys I were wondering if any of you have tried todo some semi auto generation with wicketTester for selenium? I mean create a wicket tester that runs a scenario and at the same time it runs a selenium rc and check's if the result are the same somehow? Im not sure if it gives any advantage

Re: Remove bulletpoints from messagetext in feedbackpanel

2008-12-15 Thread Nino Saturnino Martinez Vazquez Wael
Yeah, and if you want you can also put on a special icon[1], like warning triangle etc for the separate states a feedback message can be.. [1] http://jacorre.com/design/cssnavmenus.htm Adriano dos Santos Fernandes wrote: HITECH79 escreveu: Hallo, how can i remove the bulletpoints from

Re: Ajax response not completed

2008-12-15 Thread Nino Saturnino Martinez Vazquez Wael
Beats me, seems like somethings wrong,maybe a bug..? I'd create a quickstart (really easy with maven, http://wicket.apache.org/quickstart.html ) and attach it to a jira issue.. If the code are somewhat working, and the only annoying thing are the mouse icon you could try to set the mouse

Re: Autocomplete text concatenation

2008-12-15 Thread Nino Saturnino Martinez Vazquez Wael
This is also something you can do with object autocomplete from Wicketstuff francisco treacy wrote: if i understand correctly you need a multi autocompleter. do you mean something like this? http://digitarald.de/project/autocompleter/1-1/showcase/delicious-tags/ (i have integrated it with

Re: How to donate to Wicket Project

2008-12-14 Thread Nino Saturnino Martinez Vazquez Wael
James Carman wrote: Of course, the ASF would always love donations: http://www.apache.org/foundation/contributing.html Also, you can buy from the Wicket store and part of the proceeds will help the ASF (I believe that's how it's set up): http://www.cafepress.com/apachewicket The coffee mug

Re: Setting a relevant value for radio buttons without using RadioChoice

2008-12-12 Thread Nino Saturnino Martinez Vazquez Wael
Does'nt it use a choice renderer? ArchieC wrote: Hi All Im fairly new to wicket and Im going insane with an issue Im having. Ive been doing a trawl of many forums, Wicket in action, Pro wicket, nabble, asking questions of friendly people and trying every option I can think of to work this out

Re: Setting a relevant value for radio buttons without using RadioChoice

2008-12-12 Thread Nino Saturnino Martinez Vazquez Wael
the optional choicerenderer.. Nino Saturnino Martinez Vazquez Wael wrote: Does'nt it use a choice renderer? ArchieC wrote: Hi All Im fairly new to wicket and Im going insane with an issue Im having. Ive been doing a trawl of many forums, Wicket in action, Pro wicket, nabble, asking questions

Re: Setting a relevant value for radio buttons without using RadioChoice

2008-12-12 Thread Nino Saturnino Martinez Vazquez Wael
Hi Michael I believe that this is not what Archie asked about, he wanted to place database id's in the value of the radios.. Dont know why he wanted to though... I might have gotten it wrongly though.. regards Nino Michael O'Cleirigh wrote: Hi ArchieC, The way RadioGroup works is that it

Re: Openid integration?

2008-12-11 Thread Nino Saturnino Martinez Vazquez Wael
David Leangen wrote: Hmm, I do actually have something working, which seems to be really simple. Ok, good for you! Yup, I plan to push it back to wicketstuff once I've figured out the last problems... Using openid4java, my only problem are that I cant seem to get any openid

Want a simple way to put in conditional css for IE..?

2008-12-11 Thread Nino Saturnino Martinez Vazquez Wael
Then check this approach out : http://ninomartinez.wordpress.com/2008/12/11/wicket-never-stops-to-impress-me/ Easy and simple - The Wicket way :) -- -Wicket for love Nino Martinez Wael Java Specialist @ Jayway DK http://www.jayway.dk +45 2936 7684

Re: Want a simple way to put in conditional css for IE..?

2008-12-11 Thread Nino Saturnino Martinez Vazquez Wael
Hehe, I just got too lazy to fill in two medias for the knowledge (mail and blog).. Also doing blog's about wicket is good PR to get interested in Wicket.. And it would be a shame if someone wanted to keep track of this and only checked the list.. Cool post btw :) I'll be watching your blog:)

Re: [OT] wicket users around the world

2008-12-11 Thread Nino Saturnino Martinez Vazquez Wael
Work in Denmark pimping wicket at every opportunity i get, lived all my life in Denmark, so half from Denmark and half from Spain :) francisco treacy wrote: to know a little bit more of our great (and vast) community, i was just wondering if you're keen on sharing where you come from and/or

Re: Wicketstuff core repository deployment

2008-12-10 Thread Nino Saturnino Martinez Vazquez Wael
Hmm, I though that Jeremy were into this.. Pointbreak wrote: It seems like artifacts for the projects/modules under wicketstuff-core are not deployed to the maven repository anymore. Is this being addressed? I do not see any deployment configuration in the pom.xml for wicketstuff-core, or its

Re: Wicketstuff core repository deployment

2008-12-10 Thread Nino Saturnino Martinez Vazquez Wael
Very nice, I like the fact that it's so structured... Jeremy Thomerson wrote: Only with the way it's set up on TeamCity. Continuum automatically breaks all the modules into individual builds. In my opinion, it is MUCH easier to set up and use. You can see mine at

Re: Openid integration?

2008-12-10 Thread Nino Saturnino Martinez Vazquez Wael
openid4java, my only problem are that I cant seem to get any openid providers to give me the requested attributes, like email and name. How did you solve this? Cheers, Dave -Original Message- From: Nino Saturnino Martinez Vazquez Wael [mailto:[EMAIL PROTECTED] Sent: 2 December 2008 04:31

Re: junit testing wicket with spring and hibernate

2008-12-10 Thread Nino Saturnino Martinez Vazquez Wael
Hi Per-Olof You should checkout Wicket Iolite(http://wicketstuff.org/confluence/display/STUFFWIKI/Wicket-Iolite), or WicketTopia(http://wicketopia.sourceforge.net/). Both uses this technique and has a snappy archetype for a swift start. The latter has builtin profiles for misc conf-files

Re: JRPdfResource File not found error when using IE6

2008-12-10 Thread Nino Saturnino Martinez Vazquez Wael
I've had huge problems with this aswell, but it's long time since.. I think it where on wicket 1.2, where firefox would pop a dl and IE would open the doc/xls inline.. I guess it's not exactly the same... Ernesto Reinaldo Barreiro wrote: I have found myself some weird behaviors with PDFs and

Re: Child page with no html

2008-12-10 Thread Nino Saturnino Martinez Vazquez Wael
Scott, Think inheritance :) Just write a super which has abstract methods that returns components for c1..c4() and thats it.. no need for trickery with IMarkupResourceStreamProvider ... Should I elaborate more? You could also take a look at the wicketstuff accordion thing, it does

Re: Child page with no html

2008-12-10 Thread Nino Saturnino Martinez Vazquez Wael
to that list. Should work exactly as you described. What trickery is needed? I guess I miss that part. On Wed, Dec 10, 2008 at 5:20 PM, Nino Saturnino Martinez Vazquez Wael [EMAIL PROTECTED] wrote: Scott, Think inheritance :) Just write a super which has abstract methods that returns

Re: Child page with no html

2008-12-10 Thread Nino Saturnino Martinez Vazquez Wael
Ahh, yeah there is something there.. And yes it's a very good idea to expose the id to the method like getComponents(String id) I think this is also the way I did with the accordion in stuff. John Krasnay wrote: Careful! ChildPage.getComponents() is invoked before ChildPage's constructor.

Re: Wicket integration with good charts api

2008-12-09 Thread Nino Saturnino Martinez Vazquez Wael
I think it's small enough for minis.. But it's Igors baby, try to ask him? Maarten Bosteels wrote: Hello Ryan, I have just added some more code to the wiki page, and a working quickstart project. http://cwiki.apache.org/WICKET/open-flash-chart-and-wicket.html My OpenFlashChart implementation

[Announce] new stuff in wicketstuff openlayers..

2008-12-09 Thread Nino Saturnino Martinez Vazquez Wael
Hi Guys I've updated the wicketstuff openlayers and put in a few new things. You can read more about it in my blog : http://ninomartinez.wordpress.com/2008/12/09/new-stuff-in-wicketstuff-openlayers-integration/ And btw, please say if theres some feature you'd like in it. I might be able to

Re: authorization and wicket:link

2008-12-09 Thread Nino Saturnino Martinez Vazquez Wael
No.. I had the same question some weeks ago.. Just create some markup containers for it instead.. miro wrote: I am using wicket:link ,can I tell wicket to authorize the user if he has permissions to that page in wicket:link tag ? -- -Wicket for love Nino Martinez Wael Java

Re: [OpenLayers-Users] DrawFeature with callback?

2008-12-08 Thread Nino Saturnino Martinez Vazquez Wael
, {'featureAdded': dosomething}) } All the best, Adorian On Fri, Dec 5, 2008 at 2:03 PM, Nino Saturnino Martinez Vazquez Wael [EMAIL PROTECTED] mailto:[EMAIL PROTECTED] wrote: Okay so I now have this, still not working though: html xmlns=http://www.w3.org/1999/xhtml

Re: [OpenLayers-Users] Getting all points for a geom?

2008-12-08 Thread Nino Saturnino Martinez Vazquez Wael
/dev/examples/ where is shows also how you could output coordinates of a feature in various formats. All the best, Adorian On Mon, Dec 8, 2008 at 11:24 AM, Nino Saturnino Martinez Vazquez Wael [EMAIL PROTECTED] mailto:[EMAIL PROTECTED] wrote: How can I extract all points for a geometry

Re: [OpenLayers-Users] DrawFeature with callback?

2008-12-08 Thread Nino Saturnino Martinez Vazquez Wael
) { } ...callbacks: {'featureAdded': dosomething}... All the best, Adorian On Fri, Dec 5, 2008 at 12:59 PM, Nino Saturnino Martinez Vazquez Wael [EMAIL PROTECTED] mailto:[EMAIL PROTECTED] mailto:[EMAIL PROTECTED

Re: [OpenLayers-Users] DrawFeature with callback?

2008-12-08 Thread Nino Saturnino Martinez Vazquez Wael
. Arnd Wippermann -Ursprüngliche Nachricht- Von: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Im Auftrag von Nino Saturnino Martinez Vazquez Wael Gesendet: Freitag, 5. Dezember 2008 14:03 An: Adorian Ardelean Cc: users@openlayers.org Betreff: Re: [OpenLayers-Users] DrawFeature

Re: [OpenLayers-Users] DrawFeature with callback?

2008-12-08 Thread Nino Saturnino Martinez Vazquez Wael
. Cheers, Eric 2008/12/8, Nino Saturnino Martinez Vazquez Wael [EMAIL PROTECTED]: Hi again What if you want todo the exact same thing with the editing toolbar? map.addControl(new OpenLayers.Control.EditingToolbar(vectors,OpenLayers.Handler.Polygon,{'featureAdded': serialize

[OpenLayers-Users] DrawFeature with callback?

2008-12-05 Thread Nino Saturnino Martinez Vazquez Wael
Hi Guys Im doing a integration for the Apache Wicket framework( http://wicketstuff.org/confluence/display/STUFFWIKI/wicket-contrib-openlayers ), and want to add some more features. Im looking into adding the possibility to draw polygons, however I cant find a example where theres a simple

Re: [OpenLayers-Users] DrawFeature with callback?

2008-12-05 Thread Nino Saturnino Martinez Vazquez Wael
}... All the best, Adorian On Fri, Dec 5, 2008 at 12:59 PM, Nino Saturnino Martinez Vazquez Wael [EMAIL PROTECTED] mailto:[EMAIL PROTECTED] wrote: Hi Guys Im doing a integration for the Apache Wicket framework( http://wicketstuff.org/confluence/display/STUFFWIKI/wicket-contrib

Re: SpringOne America 2008 in Hollywood, FL

2008-12-05 Thread Nino Saturnino Martinez Vazquez Wael
Hehe cool, I wonder if Martijn ever got around to post the picture he took of me, wearing my wicket merchandise. The Cap and T-shirt at his presentation :) shetc wrote: http://www.nabble.com/file/p20846846/spring.jpg Well, here I am at the SpringOne Conference, where the theme is Weapons

Re: Wicketstuff-core pom?

2008-12-04 Thread Nino Saturnino Martinez Vazquez Wael
and do: mvn -N clean install To build just the pom. I'm going to try to get deployments working on ws repo this week. Jeremy Thomerson http://www.wickettraining.com -- sent from a wireless device -Original Message- From: Nino Saturnino Martinez Vazquez Wael [EMAIL PROTECTED] Sent

Re: Clearing Cache after Logout

2008-12-04 Thread Nino Saturnino Martinez Vazquez Wael
Hmm I'd do what you do and set a custom expired page, with perhaps a login form on it.. Voila :) vishy_sb wrote: Hi all, I have a logout link that takes me to the login (Home) page. However when I click the back button it brings me back to the same page that I was on (Although I am not able

pimping Openlayers in wicket stuff core...

2008-12-04 Thread Nino Saturnino Martinez Vazquez Wael
Hi Guys I'll be putting in direct JTS (http://www.vividsolutions.com/jts/main.htm) support in Openlayers contrib. Any objections to this? This means that the API will break, since I'll be using JTS points instead of the homegrown classes as currently. Also I plan to support drawing shapes on

Wicketstuff-core pom?

2008-12-03 Thread Nino Saturnino Martinez Vazquez Wael
Hi guys I've just pulled my openlayers project from the wicketstuff-core on stuff svn. It does not build. Because it are unable to find the wicketstuff core pom... Where are it available from the ordinary wicketstuff repo? nino-martinez-vazquez-waels-computer-367:openlayers-parent nino$ mvn

Re: Openid integration?

2008-12-03 Thread Nino Saturnino Martinez Vazquez Wael
Looks simple enough.. I guess my only fear are that I then will have it converted into something that still wont let me pull the two required values from the openid provider... Jan Kriesten wrote: Hi Nino, Hmm Im using auth roles now.. Are there an way to integrate the two..? that

Re: Openid integration?

2008-12-03 Thread Nino Saturnino Martinez Vazquez Wael
Yup I remember the page.. Michael Sparer wrote: Hmm Im using auth roles now.. Are there an way to integrate the two..? hey nino, take a look at http://cwiki.apache.org/WICKET/acegi-and-wicket-auth-roles.html - it's a bit older but I think it might still work. as acegi is now called

Re: Openid integration?

2008-12-02 Thread Nino Saturnino Martinez Vazquez Wael
, doesn't it? :-) Nino.Martinez wrote: Hmm just saw this : http://code.google.com/p/wicket-auth-openid/ Nino Saturnino Martinez Vazquez Wael wrote: Hi Guys Have any of you tried to do a openid integration ? -- -Wicket for love Nino Martinez Wael Java Specialist @ Jayway DK http

Re: Openid integration?

2008-12-02 Thread Nino Saturnino Martinez Vazquez Wael
Hmm, i'll dig into it.. Thanks.. Jan Kriesten wrote: Hi Nino, I have something working only partially though, cant get email and name attribute back from the openid provider properly.. Seems to work with openid.org, but not claimid.com or myopenid.com why not using spring-security

Re: Openid integration?

2008-12-02 Thread Nino Saturnino Martinez Vazquez Wael
Hmm Im using auth roles now.. Are there an way to integrate the two..? Another thing though, I need to either use sreg or AX to pull some values (only email and name) to my system is that possible with the spring security thing( I know this should probably go to the spring forum)? Jan

Re: Openid integration?

2008-12-01 Thread Nino Saturnino Martinez Vazquez Wael
Hmm just saw this : http://code.google.com/p/wicket-auth-openid/ Nino Saturnino Martinez Vazquez Wael wrote: Hi Guys Have any of you tried to do a openid integration ? -- -Wicket for love Nino Martinez Wael Java Specialist @ Jayway DK http://www.jayway.dk +45 2936 7684

my new site :)

2008-11-29 Thread Nino Saturnino Martinez Vazquez Wael
Hi guys I've been puzzling with a new site of mine. It's a community site, still a bit in development. It evolves around events, it has a nice overview map of events, but also more traditional search for events. The idea are that the users enter their public events like user groups etc, so

Re: ImageButton picture.x and picture.y

2008-11-29 Thread Nino Saturnino Martinez Vazquez Wael
questions just ask.. Tim Nino Saturnino Martinez Vazquez Wael wrote: maybe james patch can help you : http://www.nabble.com/Client-Side-Image-Map...-td20516107.html#a20516107 ? Otherwise it should be ImageMap already there.. Nino Saturnino Martinez Vazquez Wael wrote: Hi Tim You should get

Re: [VOTE] End of Life wicket-contrib-gmap?

2008-11-27 Thread Nino Saturnino Martinez Vazquez Wael
HI Jeremy [ X ] - YES, please create a branch in the Wicket Stuff repo just for I were handed over the code some time ago as I've participated on the project, but I think gmap2 are more developed and stable.. And I have no intention of having the two projects compete im thinking of gmap2, so

donate source : Wicket reaction game...?

2008-11-27 Thread Nino Saturnino Martinez Vazquez Wael
Hi guys I'd like to donate the source for the wicket reaction game to the wicket examples or somewhere... What do you say to that? You can see a demo here : http://wicketgames.ninosbox.thruhere.net/ -- -Wicket for love Nino Martinez Wael Java Specialist @ Jayway DK http://www.jayway.dk +45

Re: Wicket and CoC

2008-11-27 Thread Nino Saturnino Martinez Vazquez Wael
COOL!!! :) Jeremy Thomerson wrote: You can do exactly what you asked in less than 40 lines of code - and not be bound to the class name in the HTML (which you shouldn't do). Here's how: IN YOUR APPLICATION CLASS: @Override protected void init() { super.init();

Re: Why does org.apache.wicket.authorization revolve around string tokens?

2008-11-27 Thread Nino Saturnino Martinez Vazquez Wael
A really good question. I've heard that it's because that it is a demo of how you could implement it. I share the exact same thoughts as you do about this. Casper Bang wrote: What attracts me to Wicket is how it tries to do as much in type-safe Java code as possible, so I was a bit surprised

Re: [VOTE] End of Life wicket-contrib-gmap?

2008-11-27 Thread Nino Saturnino Martinez Vazquez Wael
HI Jeremy [ X ] - YES, please create a branch in the Wicket Stuff repo just for I were handed over the code some time ago as I've participated on the project, but I think gmap2 are more developed and stable.. And I have no intention of having the two projects compete im thinking of gmap2, so

Re: [VOTE] Consistent naming for Wicket Stuff projects

2008-11-27 Thread Nino Saturnino Martinez Vazquez Wael
[ X ] - YES - I would like consistent naming Jeremy Thomerson wrote: I am beginning the WS reorg as noted in previous emails. You can monitor progress here: https://wicket-stuff.svn.sourceforge.net/svnroot/wicket-stuff/trunk/wicketstuff-core/ As we move projects into the wicketstuff-core, I

Re: ImageButton picture.x and picture.y

2008-11-27 Thread Nino Saturnino Martinez Vazquez Wael
Hi Tim You should get a grasp on models. But isnt it an imagearea (cant remember the exact name) or something you want? Image button is just a button which has a image... Tim Squires wrote: Hi, I'm trying to retrieve the x and y coords from a user click on an ImageButton. Can anyone tell

Re: ImageButton picture.x and picture.y

2008-11-27 Thread Nino Saturnino Martinez Vazquez Wael
maybe james patch can help you : http://www.nabble.com/Client-Side-Image-Map...-td20516107.html#a20516107 ? Otherwise it should be ImageMap already there.. Nino Saturnino Martinez Vazquez Wael wrote: Hi Tim You should get a grasp on models. But isnt it an imagearea (cant remember the exact

Re: Using CompoundPropertyModel with FormComponentPanel

2008-11-26 Thread Nino Saturnino Martinez Vazquez Wael
Hi Ned you can call bind on the compound property model.. labelText = new Label(labelText, CPM.bind(propertyname)); You can also do this for your property models btw... Ned Collyer wrote: I'm trying to throw together some components for easily creating accessible forms. I'm a fair bit along

Re: Using CompoundPropertyModel with FormComponentPanel

2008-11-26 Thread Nino Saturnino Martinez Vazquez Wael
ahhh, didnt catch that you were doing that.. Ned Collyer wrote: I'm going to be sourcing the labelText from a properties file relatve to the class of the modelObject (in this case it will be the User - eg, user.properties). If I use the binding, then I need to have scope to the CPM in java

Re: Wicket and CoC

2008-11-26 Thread Nino Saturnino Martinez Vazquez Wael
Theres also wickettopia... http://sourceforge.net/projects/wicketopia/ jWeekend wrote: Richardo, If you are serious about looking into RADifying extension to Wicket, here are a couple of resources that may be interesting: http://herebebeasties.com Al Maw' s excellent

Re: SOLUTION:Hibernate Lazy initialazation issues and multi page wizard!

2008-11-25 Thread Nino Saturnino Martinez Vazquez Wael
Carman wrote: So, what's wrong with using shadow models and letting them eventually write into the real model (which is a LDM) at the very end? On Tue, Nov 25, 2008 at 2:25 AM, Nino Saturnino Martinez Vazquez Wael [EMAIL PROTECTED] wrote: Hi Guys I've been having a little trouble

Re: SOLUTION:Hibernate Lazy initialazation issues and multi page wizard!

2008-11-25 Thread Nino Saturnino Martinez Vazquez Wael
models helps me keep track of what's going on better. I do use PropertyModels, though. I just like to explicitly know the base that I'm dealing with when I'm using property models. On Tue, Nov 25, 2008 at 6:50 AM, Nino Saturnino Martinez Vazquez Wael [EMAIL PROTECTED] wrote: I guess not much

Re: Drop wicket:link

2008-11-24 Thread Nino Saturnino Martinez Vazquez Wael
With the risk of hijacking the thread. It's really easy registering new stuff with the parser, I recently had a look at something in the formcomponent hieracy, and you just call a method or 2 to register new tags.. :) James Carman wrote: That's my opinion, also. I voted -1 to removing

Re: Running wicketstuff examples

2008-11-24 Thread Nino Saturnino Martinez Vazquez Wael
yup, I believe that most of the projects are setup like this.. Jeremy Thomerson wrote: You can just do mvn jetty:run from that folder and it will run (just verified). You will need to do a mvn clean install in the wicket-contrib-accordians folder first. On Sun, Nov 23, 2008 at 1:06 PM, Eyal

Re: [VOTE] Organizing Wicket Stuff / Regular Release Schedule?

2008-11-24 Thread Nino Saturnino Martinez Vazquez Wael
Argh that should have been = igor did a release prior to the 1.4 initial release, called 1.3 or something.. Nino Saturnino Martinez Vazquez Wael wrote: [ X ] - YES - I would like to see at least the most used Wicket Stuff projects structured so that they mirror Wicket, and a release

Re: [VOTE] Organizing Wicket Stuff / Regular Release Schedule?

2008-11-24 Thread Nino Saturnino Martinez Vazquez Wael
[ X ] - YES - I would like to see at least the most used Wicket Stuff projects structured so that they mirror Wicket, and a release is produced for each But I also believe this is how it are today sort of anyway not so strict, but cool with me.. Igor did a branch when the initial release of

Re: wicket, mootips and a NoSuchMethodError

2008-11-24 Thread Nino Saturnino Martinez Vazquez Wael
Hi Ricard As is now, mootips are compiled against wicket 1.4 and thus incompatible with the 1.3 branch. So you are completely correct. But it should be somewhat easy to make it compile against 1.3.. regards Nino rvieregge wrote: A newbie needs some help here... I've an existing

SOLUTION:Hibernate Lazy initialazation issues and multi page wizard!

2008-11-24 Thread Nino Saturnino Martinez Vazquez Wael
Hi Guys I've been having a little trouble with hibernate and a multipage wizard, I finally cracked the nut. And heres my solution: In the link that refers to the wizard use a loadable detachable model.. Onclick you initialize all proper collections and CLONE the object, after the wizard are

Re: mount outside init

2008-11-22 Thread Nino Saturnino Martinez Vazquez Wael
You need another of the mounting strategies.. Theres a overview in WIA, or probablly on the wiki.. Or perhaps you are already trying with the other strategies? Mathias P.W Nilsson wrote: I can't get this to work. IF I do /customer1 then wicket tries to find a mount with this. --

Re: Continuum Build Server Set Up

2008-11-21 Thread Nino Saturnino Martinez Vazquez Wael
have the same group and artifact IDs. I'm going to wait to add them to the build server - can you tell me what the difference is? Maybe one should be renamed? On Tue, Nov 18, 2008 at 1:51 PM, Nino Saturnino Martinez Vazquez Wael [EMAIL PROTECTED] wrote: http://wicketstuff.org/confluence

Re: Continuum Build Server Set Up

2008-11-21 Thread Nino Saturnino Martinez Vazquez Wael
wicket-persistence-template and wicket-iolite - both have the same group and artifact IDs. I'm going to wait to add them to the build server - can you tell me what the difference is? Maybe one should be renamed? On Tue, Nov 18, 2008 at 1:51 PM, Nino Saturnino Martinez Vazquez Wael [EMAIL

Re: Compoundpropertymodel with shadow map?

2008-11-21 Thread Nino Saturnino Martinez Vazquez Wael
Saturnino Martinez Vazquez Wael [EMAIL PROTECTED] wrote: Hi Im trying todo a compoundpropertymodel which does not change original values in the original model. I need this since I am updating some stuff in a wizard but I first want to commit when the user confirms in the end of the wizard

Re: Compoundpropertymodel with shadow map?

2008-11-21 Thread Nino Saturnino Martinez Vazquez Wael
, and also is not my mother... f(t) On Thu, Nov 20, 2008 at 6:26 PM, Nino Saturnino Martinez Vazquez Wael [EMAIL PROTECTED] wrote: I love simple and simple is good. But this approach has issues with hibernate if your hibernate sessions are per request and your shadowmodel lives in multiple

Re: Compoundpropertymodel with shadow map?

2008-11-20 Thread Nino Saturnino Martinez Vazquez Wael
are eclipselink?) Input on these things are very welcome... regards Nino Francisco Diaz Trepat - gmail wrote: why? simple is good. doesn't need to be complex. what part you dislike the most? f(t) On Thu, Nov 20, 2008 at 2:29 AM, Nino Saturnino Martinez Vazquez Wael [EMAIL PROTECTED] wrote: BTW

Re: Compoundpropertymodel with shadow map?

2008-11-19 Thread Nino Saturnino Martinez Vazquez Wael
BTW this is a flawed approch.. We need something a little more intelligent.. I'll return on the subject.. Nino Saturnino Martinez Vazquez Wael wrote: heres the raw and completely untested version of it. probably with a whole bunch of issues...: package zeuzgroup.web.model; import

Re: Continuum Build Server Set Up

2008-11-18 Thread Nino Saturnino Martinez Vazquez Wael
Sure fine by me, and good initiative! I'll try to see if I can fix my own projects, can you provide a sniplet on how it should look? regards Nino Jeremy Thomerson wrote: Yes - you're right. Overall, I think it will be much less intrusive to just add or fix the SCM tag in each project. Once

Re: Continuum Build Server Set Up

2008-11-18 Thread Nino Saturnino Martinez Vazquez Wael
http://wicketstuff.org/confluence/display/STUFFWIKI/Project+Maintainers I think those are some of them (where my name are on), there could be more cant remember.. I think I've upgraded all to use 1-4 snapshot of wicket... Jeremy Thomerson wrote: Send me a list of which are yours and I'll

Re: overLIB Integration...

2008-11-18 Thread Nino Saturnino Martinez Vazquez Wael
Hmm, we do actually have both prototip and mootip integration as stuff projects, and mootip supports ajax retrival of tips.. But the more the merrier I guess? Swinsburg, Stephen wrote: I used overLIB years ago and its pretty basic. What about something like jQuery's cluetip

Re: Usage of getString with parameters (model?)

2008-11-18 Thread Nino Saturnino Martinez Vazquez Wael
Igor wrote something about it in a thread with validators.. But heres my cut: add(new Label(confirmation.content, new StringResourceModel( confirmation.content, this, eventModel))); and in property file: confirmation.content=You are about to create event

Compoundpropertymodel with shadow map?

2008-11-18 Thread Nino Saturnino Martinez Vazquez Wael
Hi Im trying todo a compoundpropertymodel which does not change original values in the original model. I need this since I am updating some stuff in a wizard but I first want to commit when the user confirms in the end of the wizard, and if the model are changed directly the transaction are

Re: Compoundpropertymodel with shadow map?

2008-11-18 Thread Nino Saturnino Martinez Vazquez Wael
/wicketopia/src/main/java/org/wicketopia/model/proxy/ProxyModelManager.java On Tue, Nov 18, 2008 at 7:43 AM, Nino Saturnino Martinez Vazquez Wael [EMAIL PROTECTED] wrote: Hi Im trying todo a compoundpropertymodel which does not change original values in the original model. I need this since I am

Re: Compoundpropertymodel with shadow map?

2008-11-18 Thread Nino Saturnino Martinez Vazquez Wael
(); } } } // IComponentAssignedModel / IWrapModel Francisco Diaz Trepat - gmail wrote: Nice, I was up to something similar. On Tue, Nov 18, 2008 at 9:43 AM, Nino Saturnino Martinez Vazquez Wael [EMAIL PROTECTED] wrote: Hi Im trying todo a compoundpropertymodel which

Re: ajax busy indicator never stops in IE

2008-11-18 Thread Nino Saturnino Martinez Vazquez Wael
Miro Putting the system out print will only confirm that the ajax call are made from server side, your problem are clientside on IE, somethings not right with ie.. Could you prepend and append alert('before') and after alert('before') to the ajax target..? and tell if both calls are made..?

Re: Wicketstuff @ sourceforge

2008-11-17 Thread Nino Saturnino Martinez Vazquez Wael
Im replying inline... Jeremy Thomerson wrote: Nino, Does this mean that you want all Wicket Stuff projects to move to Google Code No I do not, I'd want to try one or two projects first, that rely on teamcity (because we only have problems with teamcity). If we have problems with google code

Re: Drop wicket:link

2008-11-17 Thread Nino Saturnino Martinez Vazquez Wael
Hi Bruno +1 one from my side, the more of those horrible tag things we can get away the better, they dont feel very wicket like anyway.. And the worst thing I've even begun to use them. I just dont feel that they fit into the split logic strategy.. Bruno Cesar Borges wrote: This might

Re: Wicketstuff @ sourceforge

2008-11-17 Thread Nino Saturnino Martinez Vazquez Wael
We used bamboo before, im not sure if that had those problems, but it had other problems... And team city works fine towards the apache repository... So I think that were why we thought that team city were the problem.. Jeremy Thomerson wrote: Forgive my ignorance in this since I haven't

Re: Wicketstuff @ sourceforge

2008-11-17 Thread Nino Saturnino Martinez Vazquez Wael
Yeah, I wonder if we could just override the license by stating on the main project page that the license are specified per project..? Jeremy Thomerson wrote: At the loss of the ability to have all the WicketStuff projects together in one project and still have multiple licenses. That's a big

Re: Unable to load Wicket app in hosting provider

2008-11-16 Thread Nino Saturnino Martinez Vazquez Wael
Hi ' If I were you I would pick up the wicket in action book, or follow a tutorial... These are very basic questions... Wicket has a application class which specify the home folder with a method, you would override that and return your index.class wicket will then use that to display as

Re: Wicketstuff @ sourceforge

2008-11-15 Thread Nino Saturnino Martinez Vazquez Wael
Nino Saturnino Martinez Vazquez Wael wrote: Nope, I know no details about the teamcity server... :( Pointbreak wrote: Do you know if svn access is via a proxy? On Fri, 07 Nov 2008 13:11:07 +0100, Nino Saturnino Martinez Vazquez Wael [EMAIL PROTECTED] said: I think you can see the entire trace

Re: Wicketstuff @ sourceforge

2008-11-15 Thread Nino Saturnino Martinez Vazquez Wael
here is it, add your project and we can see if it works better with team city: http://code.google.com/p/wicketstuff And people if you think this is a bad idea, please say so.. Nino Saturnino Martinez Vazquez Wael wrote: Hmm, seems none tried the telnet thing... When the tracker

Re: What is best practice for overriding settings in ModalWindow modal.css file?

2008-11-13 Thread Nino Saturnino Martinez Vazquez Wael
It's not something wicket related, you can override all css classes by providing a more specific one... Like if you have this: .wicketmodalwindowstyle { width:5em; } then you can override it by doing so in your css: .myhappystyle .wicketmodalwindowstyle{ width:4em; } So above will override

Re: gmap2 and helper classes / methods?

2008-11-13 Thread Nino Saturnino Martinez Vazquez Wael
on if this could be something that the openlayers integration should support.. Martin Funk wrote: 2008/11/12 Nino Saturnino Martinez Vazquez Wael [EMAIL PROTECTED] Hi I seem to be lacking some helper methods for finding out if a glatlng are in a gbounds etc.. Are there someone out there who

Re: Progress Bar

2008-11-13 Thread Nino Saturnino Martinez Vazquez Wael
hehe yes why? Francisco Diaz Trepat - gmail wrote: your voice in the video? On Thu, Nov 13, 2008 at 3:29 AM, Nino Saturnino Martinez Vazquez Wael [EMAIL PROTECTED] wrote: You could also just do the js with an texttemplate, that way it should be somewhat the same:) I wrote something

Re: Per-user, event-aware page/component caching

2008-11-13 Thread Nino Saturnino Martinez Vazquez Wael
And if you are using spring it's really easy to inject caching using the spring module cache sub project, when using your approach. Igor Vaynberg wrote: oh, and of course, if you do this you are on your own as far as threading goes inside your components. i still think that instead of doing

Re: What is best practice for overriding settings in ModalWindow modal.css file?

2008-11-13 Thread Nino Saturnino Martinez Vazquez Wael
:) shetc wrote: Thanks Nino -- the solution was even easier than what you suggested but you pointed me in the right direction. I was so focused on Wicket that I forgot the plain ole CSS solution :wistle: -- -Wicket for love Nino Martinez Wael Java Specialist @ Jayway DK

Re: Progress Bar

2008-11-13 Thread Nino Saturnino Martinez Vazquez Wael
, Nov 13, 2008 at 3:39 PM, Nino Saturnino Martinez Vazquez Wael [EMAIL PROTECTED] wrote: hehe yes why? Francisco Diaz Trepat - gmail wrote: your voice in the video? On Thu, Nov 13, 2008 at 3:29 AM, Nino Saturnino Martinez Vazquez Wael [EMAIL PROTECTED] wrote: You could also

Re: uploading wickestuff on maven repo, wicketstuff-animator in particular

2008-11-12 Thread Nino Saturnino Martinez Vazquez Wael
see there is still non artifact here: http://wicketstuff.org/maven/repository/org/wicketstuff/ What am I missing? On Wed, Sep 3, 2008 at 7:09 PM, Nino Saturnino Martinez Vazquez Wael [EMAIL PROTECTED] wrote: Daniele Dellafiore wrote: Great, I saw and just made my first commit. Very

Re: What is best practice for overriding settings in ModalWindow modal.css file?

2008-11-12 Thread Nino Saturnino Martinez Vazquez Wael
hi Steve Wrap it in a class that overrides the property. shetc wrote: Hi All, What is best practice for overriding the properties in the ModalWindow modal.css file? For example, I would like to change the font of the text used for the title. Thanks, Steve -- -Wicket for love Nino

gmap2 and helper classes / methods?

2008-11-12 Thread Nino Saturnino Martinez Vazquez Wael
Hi I seem to be lacking some helper methods for finding out if a glatlng are in a gbounds etc.. Are there someone out there who has implemented anything or do I need to roll my own, and if the latter I guess I should provide a patch? -- -Wicket for love Nino Martinez Wael Java Specialist @

Re: Progress Bar

2008-11-12 Thread Nino Saturnino Martinez Vazquez Wael
Francisco, feel free to provide a patch :) Francisco Diaz Trepat - gmail wrote: Could you be more specific? You send me the Wicket internationalization link. The word progress, of Progress Bar, doesn't even exist in the page. And finally I found that it is not possible through regular

Re: Progress Bar

2008-11-12 Thread Nino Saturnino Martinez Vazquez Wael
: Hi nino, I'm on it. Very simple at first, English default text and javascript function parameters for other values. But I think latter on it could bring all text from server, although it could increase traffic unnecessarily. f(t) On Wed, Nov 12, 2008 at 4:43 PM, Nino Saturnino Martinez Vazquez Wael

Re: Wicket portlet

2008-11-10 Thread Nino Saturnino Martinez Vazquez Wael
Could people who use wicket in some portal container create a wiki page and report if it's working, working with problems or just not working? maybe a sub page to this: http://cwiki.apache.org/WICKET/portal-howto.html regards Nino Serkan Camurcuoglu wrote: though I've only used it in

Re: Wicketstuff @ sourceforge

2008-11-07 Thread Nino Saturnino Martinez Vazquez Wael
cannot be of much help. But if anybody has access to the entire stacktrace of the SVNException of the exception that Teamcity gives, that would probably be a good start... On Fri, 07 Nov 2008 11:25:54 +0100, Nino Saturnino Martinez Vazquez Wael [EMAIL PROTECTED] said: Hi Guys Does any of you

Wicketstuff @ sourceforge

2008-11-07 Thread Nino Saturnino Martinez Vazquez Wael
Hi Guys Does any of you have access to an alternative build server, the way sourceforge support are going it will the next move from the will probably be to say that it's something with our teamcity connection towards sourceforge, hence an external problem and not anything they can fix. So

  1   2   3   4   5   6   7   8   9   10   >