bbcodecomponent, javascript integration... interpolate?

2007-08-13 Thread Nino Saturnino Martinez Vazquez Wael
Hi Im currently fiddling with the bbcodecomponent I need a way to merge some things into my java script file, I've tried to take a look at some of the interpolate stuff but are having some difficulty understanding how I could make it fit. Are there any examples, if not could some one create a

Re: bbcodecomponent, javascript integration... interpolate?

2007-08-14 Thread Nino Saturnino Martinez Vazquez Wael
thanks igor:) Igor Vaynberg wrote: just write whatever you need out with renderJavascript(String js, String key) -igor On 8/13/07, Nino Saturnino Martinez Vazquez Wael <[EMAIL PROTECTED]> wrote: Hi Im currently fiddling with the bbcodecomponent I need a way to merge some things i

Re: bbcodecomponent, javascript integration... interpolate?

2007-08-14 Thread Nino Saturnino Martinez Vazquez Wael
thanks a lot Eelco for point me in way of the datepicker:) Eelco Hillenius wrote: On 8/13/07, Igor Vaynberg <[EMAIL PROTECTED]> wrote: just write whatever you need out with renderJavascript(String js, String key) That's often the easiest way. Take a look at DatePicker from wicket-date

Re: bbcodecomponent in stuff svn almost done.. but

2007-08-16 Thread Nino Saturnino Martinez Vazquez Wael
sorry meant on componenttagbody... Nino Saturnino Martinez Vazquez Wael wrote: The component are almost done.. My only remaining problem are to display the bbcode, I am trying to do this in a class which inherits from wicket label currently via the oncomponenttag method. But it gives a

bbcodecomponent in stuff svn almost done.. but

2007-08-16 Thread Nino Saturnino Martinez Vazquez Wael
The component are almost done.. My only remaining problem are to display the bbcode, I am trying to do this in a class which inherits from wicket label currently via the oncomponenttag method. But it gives a strange result(might be a flaw in my code) are there a better place to manipulate the s

Re: bbcodecomponent in stuff svn almost done.. but

2007-08-16 Thread Nino Saturnino Martinez Vazquez Wael
argh was a flaw in my code.. Never mind then:) Was trying to call string.replaceALL with two string values .. replaceALL expects regx's.... Nino Saturnino Martinez Vazquez Wael wrote: sorry meant on componenttagbody... Nino Saturnino Martinez Vazquez Wael wrote: The component are a

wicket-contrib-bbcodecomponent released:)

2007-08-16 Thread Nino Saturnino Martinez Vazquez Wael
So now its working.. Knock yourselfs out crasy writing bbcode:) A little about the component: This is a very basic version. Has a bbcodecontrol where you can click on buttons to insert bbcode in a previously marked textfield or textarea. Textfield and textarea are supplied by the component.

Re: wicket-contrib-bbcodecomponent released:)

2007-08-16 Thread Nino Saturnino Martinez Vazquez Wael
6/07, Nino Saturnino Martinez Vazquez Wael <[EMAIL PROTECTED]> wrote: So now its working.. Knock yourselfs out crasy writing bbcode:) A little about the component: This is a very basic version. Has a bbcodecontrol where you can click on buttons to insert bbcode in a previously marked textf

Re: wicket-contrib-bbcodecomponent released:)

2007-08-16 Thread Nino Saturnino Martinez Vazquez Wael
code on the wiki. i would only need to hit the save button to save the corrections i made, just wanted to ask for your consent... gerolf On 8/16/07, Nino Saturnino Martinez Vazquez Wael <[EMAIL PROTECTED]> wrote: sure will do:) Gerolf Seitz wrote: if you want more exposure, mayb

Re: wicket-contrib-bbcodecomponent released:)

2007-08-20 Thread Nino Saturnino Martinez Vazquez Wael
st sight what it really does/is. btw: there are some errors in the example code on the wiki. i would only need to hit the save button to save the corrections i made, just wanted to ask for your consent... gerolf On 8/16/07, Nino Saturnino Martinez Vazquez Wael <[EMAIL PROTECTED]> w

Re: wicket stuff maven repository changes

2007-09-07 Thread Nino Saturnino Martinez Vazquez Wael
So if I add the below to my maven pom, will the project automaticly be built and placed in maven repo at wicket stuff. Or do I need to setup anything additional. Currently im thinking of the gmap contrib and bbcodecomponent? regards Nino Johan Compagner wrote: This url now only contains the

Re: Automatic character2HTMLEntity conversion?

2007-10-03 Thread Nino Saturnino Martinez Vazquez Wael
Sorry if im totally wrong on this but, you guys talking about xml and stuff... Arent wicket doing just that automatically... I mean in denmark our Ø Å Æ are converted into html equallents, when passing thru labels...? It's done thru the org.apache.wicket.util.string.Strings.escapeMarkup , if us

Re: Automatic character2HTMLEntity conversion?

2007-10-04 Thread Nino Saturnino Martinez Vazquez Wael
Yes it automatically interprets a string and replaces special characters with html equallents. But how did you pickup that it does not do that? How are you displaying your strings ? Are you using labels or? -Nino Manuel Barzi wrote: So, what's the conclusion? Does Wicket 1.2.6 support this

Re: Automatic character2HTMLEntity conversion?

2007-10-04 Thread Nino Saturnino Martinez Vazquez Wael
Hmmm, strange.. Should be working then. How do you create your labels? You dont by any chance call setEscapeModelStrings(false) on your labels, some where? could you provide an example? regards Nino Manuel Barzi wrote: Sorry, I tried to mean "It doesN'T seem to be working in my case." Man

Re: Automatic character2HTMLEntity conversion?

2007-10-04 Thread Nino Saturnino Martinez Vazquez Wael
It should be working no matter what... This fragment add(new Label("mailingListTitle","àáèéíòóú")); Yields this fragment when rendered: àáèéíòóú However this is on wicket 1.3 beta 3.. I dont have a running 1.26 at my hands right now... I think every component that writes strings to the outpu

Re: Automatic character2HTMLEntity conversion?

2007-10-04 Thread Nino Saturnino Martinez Vazquez Wael
Any devs having a comment on this? regards Nino Nino Saturnino Martinez Vazquez Wael wrote: It should be working no matter what... This fragment add(new Label("mailingListTitle","àáèéíòóú")); Yields this fragment when rendered: wicket:id="mailingListTitle"&g

Re: Automatic character2HTMLEntity conversion?

2007-10-04 Thread Nino Saturnino Martinez Vazquez Wael
I think he could just take a look at the Strings class(1.3), and make a workaround .. That should'nt be that critical... Another option are to upgrade to 1.3 ... But it's still beta and may take a day or two depending on complicity of the application(that how long it took us upgrading a medium

wicket archetype...

2007-10-05 Thread Nino Saturnino Martinez Vazquez Wael
writing this line : mvn archetype:create -DarchetypeGroupId=org.apache.wicket -DarchetypeArtifactId=wicket-archetype-quickstart -DarchetypeVersion=1.3.0-beta3 -DgroupId=com.mycompany -DartifactId=myproject to create a project yields these warnings: [WARNING] org.apache.velocity.runtime.exce

Re: wicket archetype...

2007-10-05 Thread Nino Saturnino Martinez Vazquez Wael
Yeah saw that the pom was generated sucessfully.. I'll go ahead and create a low priority jira issue... https://issues.apache.org/jira/browse/WICKET-1045 Gwyn Evans wrote: On Friday, October 5, 2007, 8:20:16 AM, Nino <[EMAIL PROTECTED]> wrote: writing this line : mvn archetype:c

Re: WICKET-702 -- Exceptions with redirects in MockWebApplication

2007-10-05 Thread Nino Saturnino Martinez Vazquez Wael
I can back you up on that, although I havent tested it on the latest snapshot, only on beta3 David Shepherdson wrote: Hello, Although issue WICKET-702 is marked as resolved, we're still seeing exceptions about 'Cannot redirect more than once' when testing our application with mounted pag

wicket-contrib-input-events

2007-10-06 Thread Nino Saturnino Martinez Vazquez Wael
Hi As youve might have seen on the user list the input events contrib are ready for key binding (binding a components action/event to forexample ctrl+s).. If you want you could check it out, and tell if anything could be done better, currently its the inputbehavior class that would be worth

Re: wicket-contrib-input-events

2007-10-06 Thread Nino Saturnino Martinez Vazquez Wael
I was wondering about the mouse event part, arent there something of this in dojo, prototype.. So that part may be duplicate?? Nino Saturnino Martinez Vazquez Wael wrote: Hi As youve might have seen on the user list the input events contrib are ready for key binding (binding a components

Re: 1.3.0 beta4 release tomorrow (2007-10-07)

2007-10-06 Thread Nino Saturnino Martinez Vazquez Wael
But still one step closer to release:) Frank Bille wrote: And to spell it out: I'm not "releasing" tomorrow, only branching. So when that is done and I have build the artifacts I will create a vote for the actual release. :) Frank On 10/6/07, Frank Bille <[EMAIL PROTECTED]> wrote: Hey all

Re: Wicket Portlet Support -- no more going back now ...

2007-10-08 Thread Nino Saturnino Martinez Vazquez Wael
Cool:) Ate Douma wrote: Check out the latest draft (25) of the JSR-286 Portlet API 2.0 specification, PLT.4.3 Portlets and Web Frameworks (page 27): http://hnsp.inf-bb.uni-jena.de/spec/JSR%202.0%20Spec/PortletSpec_20_noTrackChanges.pdf :) Regards, Ate

wicket-contrib-input-events add to bamboo or maybe migrate to wicket stuff minis?

2007-10-08 Thread Nino Saturnino Martinez Vazquez Wael
Hi I'd like the input-event project to be available via the maven repo on wicket stuff. Hower this project did not become that complex, actually it just ended up being a pretty simple behavior, so I thought that it might go into the minis project or? Btw javascript library used are BSD lic

Re: wicket-contrib-input-events add to bamboo or maybe migrate to wicket stuff minis?

2007-10-09 Thread Nino Saturnino Martinez Vazquez Wael
Guess wicket's perfect:) Nino Saturnino Martinez Vazquez Wael wrote: So what other cool features should be able for wicket, that might be doable for a guy like me?

Re: wicket-contrib-input-events add to bamboo or maybe migrate to wicket stuff minis?

2007-10-11 Thread Nino Saturnino Martinez Vazquez Wael
rHead(IHeaderResponse response) { where IHeaderResponse is not found, I guess it must be a new class in Wicket 1.3 ? Is there any easy way of backporting to 1.2.6 ?? Cheers ! Daniel Nino.Martinez wrote: Guess wicket's perfect:) Nino Saturnino Martinez Vazquez Wael wrote: So what other coo

Re: Howto upload to ibiblio maven (Martijn?)

2007-10-11 Thread Nino Saturnino Martinez Vazquez Wael
I think this could help? Although not sure. mvn deploy site site:deploy --no-plugin-updates -DupdateReleaseInfo=true http://jira.codehaus.org/browse/MNG-3171 Frank Bille wrote: But the problem is that it will regenerate signature. Do you know how to deploy WITHOUT regenerating everything (depl

Re: wicket-contrib-input-events add to bamboo or maybe migrate to wicket stuff minis?

2007-10-11 Thread Nino Saturnino Martinez Vazquez Wael
Well, personally I would, but its not always possible its still beta(some customer wont run beta software). A lot of fixes has been made since 1.2.6. Upgrading our application took 3 man days, not so much the application code but rather the tests we wrote, we ran into the redirector bug, which

minor startup text: Started Wicket version 1.3.0-beta3

2007-10-16 Thread Nino Saturnino Martinez Vazquez Wael
I get the above startup text when starting up beta 4... regards Nino

Re: minor startup text: Started Wicket version 1.3.0-beta3

2007-10-16 Thread Nino Saturnino Martinez Vazquez Wael
I take it back, my tomcat was stuck. Sorry. IT are writing the correct message. Nino Saturnino Martinez Vazquez Wael wrote: I get the above startup text when starting up beta 4... regards Nino

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

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: [vote] Make "Rising Wicket" the homepage for wicket

2008-01-07 Thread Nino Saturnino Martinez Vazquez Wael
+1 for month word... I hate to be in doubt about these things. David Shepherdson wrote: On 6 Jan 2008, at 5.37 pm, Al Maw wrote: Additionally, the download button has the versions and dates embedded graphically which will complicate the release process unless we can somehow automate producin

Re: 1.4/2.0 annotations support

2008-01-10 Thread Nino Saturnino Martinez Vazquez Wael
I find the idea great. The other places where I've usage of this are xml heavy frameworks like hibernate. You can then replace all the nasty xml configurations with annotations. However I don't see how that currently fit wicket? We just dont have a lot of settings outside our javaclasses. Migh

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 an

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

Re: 1.4/2.0 annotations support

2008-01-15 Thread Nino Saturnino Martinez Vazquez Wael
Guys I think the next logical step are to build some annotations and see how it goes. Discover what great things that could come up:) As we probally all agree we do not want to put annotations in wicket just because we can, it has to have a purpose. When we have some material, then a good const

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 executeAjaxEv

Re: Wicket tester: executeAjaxEvent broken?

2008-01-15 Thread Nino Saturnino Martinez Vazquez Wael
text1"); tf.getModel().setObject("Testing text"); tester.executeAjaxEvent("inputForm:text1", "onchange"); tester.Submitform("inputForm"); Not completely sure if this works, but should be something like it. Nino Saturnino Martinez Vazquez

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, Ch

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

Re: Wicket tester: executeAjaxEvent broken?

2008-01-17 Thread Nino Saturnino Martinez Vazquez Wael
teAjaxEvent("inputForm:text1", "onchange"); 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 h

Re: [vote] establish a [EMAIL PROTECTED] mail list

2008-01-29 Thread Nino Saturnino Martinez Vazquez Wael
[-1] as others said, I am uncertain if it could split up the community, eg if you dont what hear about meetups you write a filter or just dont watch that thread. However this places extra work on those not wanting to see information about this. And if people are on dozens mailing lists it quick

Re: [wicket-stuff] Bamboo setup?

2008-02-04 Thread Nino Saturnino Martinez Vazquez Wael
wicket.version property * are build with "mvn clean deploy -U" /davidB Nino Saturnino Martinez Vazquez Wael wrote: Hi Im not familiar with bamboo.. Could one of the devs, checkout the plan for wicketstuff contrib input-events and see if its okay? I dont see it being deployed to the

[wicket-stuff] Bamboo setup?

2008-02-04 Thread Nino Saturnino Martinez Vazquez Wael
Hi Im not familiar with bamboo.. Could one of the devs, checkout the plan for wicketstuff contrib input-events and see if its okay? I dont see it being deployed to the maven repo on wicketstuff.. Direct url : http://wicketstuff.org/bamboo/browse/INPUTEVENTS I can write a small guide on the

Re: [wicket-stuff] Bamboo setup?

2008-02-04 Thread Nino Saturnino Martinez Vazquez Wael
repo Local Bamboo/Tomcat repository file:/home/wicket/tomcat/webapps/maven/repository/ (snapshots and non-snapshots are mixed into the wicketstuff repository :( ) /davidB Nino Saturnino Martinez Vazquez Wael wrote: I think that was it.. whats the -U for? David Be

Re: wildcard support for mount paths

2008-02-08 Thread Nino Saturnino Martinez Vazquez Wael
Yeah I guess that depends if wildcard only goes one layer deep..? That way you could do this: /*/foo /blog/*/post /blog/foo/* /blog/foo/post/* etc.. That for instance mean that /blog/foo/post/bar/snafu wouldnt be catched.. We could then have a all match /blog/foo* which would match all low

Re: wildcard support for mount paths

2008-02-09 Thread Nino Saturnino Martinez Vazquez Wael
true.. Better to solve 90 percent (maybe more), and have a simple understandable solution.. Johan Compagner wrote: This is really overly complex... Keep it simple, ask do you really need such a thing... On 2/8/08, Nino Saturnino Martinez Vazquez Wael <[EMAIL PROTECTED]> wrote:

good way to test javascript?

2008-02-13 Thread Nino Saturnino Martinez Vazquez Wael
Hi I just wanted to hear if there a a good framework for testing javascript out there? I know selenium thats probably the best, but is there anything a little more light weight(something that could run with out opening browsers and maybe just parse the js and see if it's okay)? I dont know if

Re: good way to test javascript?

2008-02-13 Thread Nino Saturnino Martinez Vazquez Wael
ssion/ofuscation => only parsing by Rhino) On the site of yuicompressor-maven-plugin, there is link to other solution/competitor. http://alchim.sf.net/yuicompressor-maven-plugin /davidB Nino Saturnino Martinez Vazquez Wael wrote: Hi I just wanted to hear if there a a good framework for

wicket-spring-jpa-hibernate archetype

2008-02-22 Thread Nino Saturnino Martinez Vazquez Wael
Hi James Carman and I would like to start working on this. But are wondering if it should go into the apache project or wicketstuff. We were wondering if it would be best going for apache, because it would probably end there anyway and we would like to avoid the incubation process.. What do

Re: Wicket Stuff commit access

2008-02-26 Thread Nino Saturnino Martinez Vazquez Wael
Hi Lars its also possible setting your future project up with bamboo, so that it will be built into the wicketstuff for the wicketstuff maven repo. Getting rights for bamboo also happens here.. regards Nino lars vonk wrote: Hello, I would like to contribute JAMon monitoring in Wicket I ha

Re: Wicket Stuff commit access

2008-02-26 Thread Nino Saturnino Martinez Vazquez Wael
on is there I'll let this list know so it can be setup in bamboo. Do the build emails go to a seperate mailing list, or do you just configure the individuals in bamboo? You configure individuals in bamboo, but there are no mail server setup for it... Lars On Tue, Feb 26, 2008 at 9:01 AM

Re: Wicket Stuff commit access

2008-02-26 Thread Nino Saturnino Martinez Vazquez Wael
This, really dictates for some better information on the wiki... Maurice Marrink wrote: Actually there is a wicketstuff parent pom, however it is not required that you extend it. Maurice On Tue, Feb 26, 2008 at 10:40 AM, Nino Saturnino Martinez Vazquez Wael <[EMAIL PROTECTED]> wrote:

Re: Wicket Stuff commit access

2008-02-26 Thread Nino Saturnino Martinez Vazquez Wael
Ok, i'll volunteer then.. if somebody will read through once im done..:) Maurice Marrink wrote: Iirc Martijn requested a volunteer for that a couple of weeks back. I don't think he got a response. Maurice On Tue, Feb 26, 2008 at 12:28 PM, Nino Saturnino Martinez Vazquez Wael <[EM

Re: Wicket Stuff commit access

2008-02-26 Thread Nino Saturnino Martinez Vazquez Wael
Also someone with editor rights on the front page should include the ohloh link, Maurice mentions... Nino Saturnino Martinez Vazquez Wael wrote: Ok, i'll volunteer then.. if somebody will read through once im done..:) Maurice Marrink wrote: Iirc Martijn requested a volunteer for that a

Re: Wicket Stuff commit access

2008-02-27 Thread Nino Saturnino Martinez Vazquez Wael
B Maurice Marrink wrote: > Actually there is a wicketstuff parent pom, however it is not required > that you extend it. > > Maurice > > On Tue, Feb 26, 2008 at 10:40 AM, Nino Saturnino Martinez Vazquez Wael > <[EMAIL PROTECTED]> wrote: >> As a wicke

Re: Wicket Stuff commit access

2008-02-29 Thread Nino Saturnino Martinez Vazquez Wael
> > >> >> > > >> >> org.apache.wicket > > >> >> wicket-jdk15 > > >> >> 1.3.0 > > >> >> ../pom.xml > > >> >> > > &g

Re: Wicket Stuff commit access

2008-02-29 Thread Nino Saturnino Martinez Vazquez Wael
I'll be happy todo some footwork:) Igor Vaynberg wrote: so far no one has asked :) i think we would be happy to give any karma excluding ssh access to the actual server. -igor On Fri, Feb 29, 2008 at 12:50 AM, Nino Saturnino Martinez Vazquez Wael <[EMAIL PROTECTED]> wrote:

Re: Wicket Stuff commit access

2008-02-29 Thread Nino Saturnino Martinez Vazquez Wael
could have been changed, or the mailserver just won't send them anymore. Maybe when johan or any of the other devs get back they can fix this or grant a few additional people karma to do it. Maurice On Fri, Feb 29, 2008 at 9:20 AM, Nino Saturnino Martinez Vazquez Wael <[EMAIL PROTECTED

wicketstuff

2008-03-03 Thread Nino Saturnino Martinez Vazquez Wael
As we now have the developer information, should we have a equivalent for user information, it might clean up the pages, and could also put focus on that we have a maven repo jira etc? -- -Wicket for love -Jme for fun Nino Martinez Wael Java Specialist @ Jayway DK http://www.jayway.dk +45 2936

Re: wicketstuff

2008-03-03 Thread Nino Saturnino Martinez Vazquez Wael
ional. Maurice On Mon, Mar 3, 2008 at 12:39 PM, Nino Saturnino Martinez Vazquez Wael <[EMAIL PROTECTED]> wrote: As we now have the developer information, should we have a equivalent for user information, it might clean up the pages, and could also put focus on that we have a maven re

Re: wicketstuff

2008-03-03 Thread Nino Saturnino Martinez Vazquez Wael
think it should have at least a list of projects linking to individual project pages (could be the wiki pages for now, but ultimately you will want something like maven site can generate imo) Maurice On Mon, Mar 3, 2008 at 1:08 PM, Nino Saturnino Martinez Vazquez Wael <[EMAIL PROTECTED]> wrote:

Re: Wicket Stuff commit access

2008-03-03 Thread Nino Saturnino Martinez Vazquez Wael
Okay your in.. Wicket devs-->Im hoping it's okay that im doing this, otherwise tell me. Could one of you check and see if I've done it okay(setting up rights). Thijs wrote: Hello, can I have commit access on wicketstuff-jquery? I contacted Edvin who seems to be the current most active commi

Re: wicketstuff

2008-03-03 Thread Nino Saturnino Martinez Vazquez Wael
i come up with something, or if anybody else has some inspiration. Let us know. Maurice On Mon, Mar 3, 2008 at 1:59 PM, Nino Saturnino Martinez Vazquez Wael <[EMAIL PROTECTED]> wrote: Exactly.. Maurice Marrink wrote: > Right, so you mean something like which projects there are,

Re: wicket 1.4 and other markup languages

2008-03-05 Thread Nino Saturnino Martinez Vazquez Wael
Martin Grigorov wrote: On Tue, 2008-03-04 at 15:20 -0800, Jonathan Locke wrote: almost all of the root form classes and validation are also not specific to html. while it would be possible to cut and paste this, i wonder if we shouldn't extract an abstraction here too. +1 Jonat

Re: Wicket Stuff bamboo access

2008-03-07 Thread Nino Saturnino Martinez Vazquez Wael
In the mean time you could use this approach, however Im not sure it's okay, as it will install it on the local repo.. local.3rd.party Local 3rd Party repo file://${basedir}/repo/ And then have the jar located in that folder of your proj

Re: Wicket Stuff bamboo access

2008-03-07 Thread Nino Saturnino Martinez Vazquez Wael
ARGH! sorry.. must be some copy paste issue:/ I've done this twice now...:( Frank Bille wrote: On Fri, Mar 7, 2008 at 10:17 AM, Nino Saturnino Martinez Vazquez Wael < [EMAIL PROTECTED]> wrote: http://cwiki.apache.org/*WICKET*/*blog*-*tutorial*.html What's with all t

Re: Wicket Stuff bamboo access

2008-03-07 Thread Nino Saturnino Martinez Vazquez Wael
On Fri, Mar 7, 2008 at 10:17 AM, Nino Saturnino Martinez Vazquez Wael < > [EMAIL PROTECTED]> wrote: > > > > > http://cwiki.apache.org/*WICKET*/*blog*-*tutorial*.html > > > What's with all the stars? > > Frank > > > > http:

Re: Wicket Stuff bamboo access

2008-03-07 Thread Nino Saturnino Martinez Vazquez Wael
I was thinking of the dependancies.. Maurice Marrink wrote: matter at all. And propably bamboo, even reverts the repo after each build? I don't think so. It just adds. That is why the snapshot builds can not be unique, they would quickly fill the hd. Maurice -- -Wicket for love -J

Re: Wicket Stuff bamboo access

2008-03-07 Thread Nino Saturnino Martinez Vazquez Wael
repo. Could be wrong though. Maurice On Fri, Mar 7, 2008 at 5:31 PM, Nino Saturnino Martinez Vazquez Wael <[EMAIL PROTECTED]> wrote: I was thinking of the dependancies.. Maurice Marrink wrote: >> matter at all. And propably bamboo, even reverts the repo after each build? &

Re: Wicket-Stuff Karma Request...

2008-03-11 Thread Nino Saturnino Martinez Vazquez Wael
I'll go ahead and grant you accesss:) James Carman wrote: Nino and I are working on a sort of "jumpstart" maven archetype for working with wicket/spring/hibernate (or another ORM solution). Can I have karma granted on wicket-stuff? My username is jwcarman at SourceForge. Thank you, James Car

Re: Wicket-Stuff Karma Request...

2008-03-11 Thread Nino Saturnino Martinez Vazquez Wael
ok you should be in.. Nino Saturnino Martinez Vazquez Wael wrote: I'll go ahead and grant you accesss:) James Carman wrote: Nino and I are working on a sort of "jumpstart" maven archetype for working with wicket/spring/hibernate (or another ORM solution). Can I have karma gr

Re: Nabble double posts -> disable nabble?

2008-03-11 Thread Nino Saturnino Martinez Vazquez Wael
No I dont have any trouble regarding that. Eelco Hillenius wrote: I didn't notice any problems. You get the exact same posts multiple times? Do other people experience this as well? Eelco On Mon, Mar 10, 2008 at 3:01 AM, Martijn Dashorst <[EMAIL PROTECTED]> wrote: All, I'm getting tired

Re: Nabble double posts -> disable nabble?

2008-03-11 Thread Nino Saturnino Martinez Vazquez Wael
I do get some posts that are appended to other threads sometime in the user list.. But that could be because people reply to another thread an edit the subject. regards Nino Frank Bille wrote: Me neither. Is it on the user list? Frank On Tue, Mar 11, 2008 at 7:28 PM, Nino Saturnino Martinez

Re: Planning Wicket Next Generation

2008-03-14 Thread Nino Saturnino Martinez Vazquez Wael
Not binding. But still have an oppion:) Id say go for 2.0 if it includes generics, it'll leave space for maintenance releases on the 1.3 branch. And clearly signal that something big has happend, namely that you now need to use java 1.5 my thoughts.. regards Nino Martijn Dashorst wrote

Re: WICKET-1391: anyone got any better ideas?

2008-03-28 Thread Nino Saturnino Martinez Vazquez Wael
That would be really coool:) Johan Compagner wrote: I think there is, make really a transparant container But that is some work and not something for 1.3 On 3/28/08, Jonathan Locke <[EMAIL PROTECTED]> wrote: right. not only that, but the children can't go away because they might become vi

generic loadabledetachablemodel planed for 1.5?

2008-03-29 Thread Nino Saturnino Martinez Vazquez Wael
So is there any? Basicly we could almost get away with having only one model for this I guess? Making the load method abstract... -- -Wicket for love Nino Martinez Wael Java Specialist @ Jayway DK http://www.jayway.dk +45 2936 7684

Re: generic loadabledetachablemodel planed for 1.5?

2008-03-29 Thread Nino Saturnino Martinez Vazquez Wael
abstract load() method that we have now On Sat, Mar 29, 2008 at 12:56 PM, Nino Saturnino Martinez Vazquez Wael < [EMAIL PROTECTED]> wrote: So is there any? Basicly we could almost get away with having only one model for this I guess? Making the load method abstract... -- -Wicket fo

Re: apache wicket kittens ready

2008-03-29 Thread Nino Saturnino Martinez Vazquez Wael
for me it seems logical to place it somewhere near the other captcha... Jonathan Locke wrote: i spent a few hours last night documenting and cleaning up the kitten auth component i wrote at thoof (thanks to thoof and ian clarke for permission to open source this). i also wrote an example for it

Re: 1.3.3 tonight?

2008-03-31 Thread Nino Saturnino Martinez Vazquez Wael
Remember the blanket over the computer and you, so no one sees the gloomy light:) Igor Vaynberg wrote: just lock the door, turn off the lights, and pretend no one is home!!! -igor On Mon, Mar 31, 2008 at 12:39 AM, Johan Compagner <[EMAIL PROTECTED]> wrote: when tonight? maybe i can clos

linkedin group

2008-03-31 Thread Nino Saturnino Martinez Vazquez Wael
Guy's I've taken the liberty to use the wicket logo at the linkedin group is it okay? -- -Wicket for love Nino Martinez Wael Java Specialist @ Jayway DK http://www.jayway.dk +45 2936 7684

Re: planning for Wicket 3.0

2008-04-01 Thread Nino Saturnino Martinez Vazquez Wael
Eelco Hillenius wrote: Hi, Now that half of the team is getting ready to work on Wicket 1.4, which is all about supporting the Java 5 features, I think it is time for the other half of the team to start talking about Wicket 3.0 (we skip 2.0 as we've used that for prototyping before), which is

Re: planning for Wicket 3.0

2008-04-01 Thread Nino Saturnino Martinez Vazquez Wael
Ahh, yes an then I'd like to suggest going for VB6, as I really liked that. Especially their error handling and nice syntax. and use the CPIP[1] to ensure more stability! 1=http://www.blug.linux.no/rfc1149/ Maurice Marrink wrote: Excellent idea, but it might be hard to convince apache to mo

Blog tutorial move to wicketstuff svn?

2008-04-01 Thread Nino Saturnino Martinez Vazquez Wael
Hi As you've probably all seen I am the creator of the blog tutorial. I'd like to make it completely open source and revamp/create the documentation. Plus make the labs a little more clear minded, and maybe have another pair of eyes on it(if anyone cares to). But I think I should move it from

Re: planning for Wicket 3.0

2008-04-01 Thread Nino Saturnino Martinez Vazquez Wael
I got it:) Although I think I heard a discussion once on the wicket irc channel about scala.. I admit I can be a little naive sometimes. regards Nino Eelco Hillenius wrote: In case you didn't get it: april fools'! :-) On Tue, Apr 1, 2008 at 11:15 AM, Eelco Hillenius <[EMAIL PROTECTED]> wrote

Re: [vote] Release Apache Wicket 1.3.3

2008-04-03 Thread Nino Saturnino Martinez Vazquez Wael
hmm I think we got your vote..:) Have the parrot taken control of your mouse? Johan Compagner wrote: +1 release On Wed, Apr 2, 2008 at 11:58 PM, Frank Bille <[EMAIL PROTECTED]> wrote: Hi all, I have build our third bug-fix release for 1.3. It's uploaded to my p.a.o account: Distribution

Re: Make output markup container id default for development mode

2008-04-04 Thread Nino Saturnino Martinez Vazquez Wael
I agree that it's a great idea.. And I've had a discussion about, using external web designers for design. If we just provide them the whole page as rendered, this will make it even easier for us to paste back. regards Nino Igor Vaynberg wrote: this has nothing to do with outputting markup

Re: Amsterdam community event and branching 1.3

2008-04-07 Thread Nino Saturnino Martinez Vazquez Wael
Where do I sign up for it, is it on joost? C. Bergström wrote: On Mon, 2008-04-07 at 17:55 +0200, Martijn Dashorst wrote: On 4/7/08, Igor Vaynberg <[EMAIL PROTECTED]> wrote: you sure you want johan to break the world in front of a bunch of wicket users? what if they form an angry mob

Re: Wicket Stuff commit access

2008-04-07 Thread Nino Saturnino Martinez Vazquez Wael
Hi, i''ve added you to sourceforge and bamboo I apparently never got myself around to creating an account on jira, so maybe Maurice can set you up there? Let me know if you have trouble. regards Nino Rüdiger Schulz wrote: Hello everybody, as I said on the users mailing list, I'd like to sh

Re: Wicket Stuff commit access

2008-04-08 Thread Nino Saturnino Martinez Vazquez Wael
Hi Maurice Could you make me a admin on jira too? account nmwael regards Nino Maurice Marrink wrote: Done, http://wicketstuff.org/jira/browse/WSPIC Maurice On Tue, Apr 8, 2008 at 8:35 AM, Nino Saturnino Martinez Vazquez Wael <[EMAIL PROTECTED]> wrote: Hi, i''ve added yo

Re: ModalWindow + Submit

2008-04-08 Thread Nino Saturnino Martinez Vazquez Wael
Korbinian Bachl - privat wrote: Hello, I've noticed that a Form inside a ModalWindow can't be submitted using the onSubmit function (and dislikes a standard submit button) but instead requires an AjaxButton to call the action - why is this so? It makes my life currently somehow hard as I ne

Re: ModalWindow + Submit

2008-04-08 Thread Nino Saturnino Martinez Vazquez Wael
think it would be even better to wrap the panel nino is talking about in a new page for your modal window. Maurice On Tue, Apr 8, 2008 at 2:59 PM, Nino Saturnino Martinez Vazquez Wael <[EMAIL PROTECTED]> wrote: Korbinian Bachl - privat wrote: Hello, I've noticed that a For

Re: ModalWindow + Submit

2008-04-08 Thread Nino Saturnino Martinez Vazquez Wael
a DropDownChoice etc.; Best, Korbinian Maurice Marrink schrieb: I think it would be even better to wrap the panel nino is talking about in a new page for your modal window. Maurice On Tue, Apr 8, 2008 at 2:59 PM, Nino Saturnino Martinez Vazquez Wael <[EMAIL PROTECTED]> wrot

Wicket tester revamped?

2008-04-08 Thread Nino Saturnino Martinez Vazquez Wael
So I saw that wicket tester are in for a overhaul. Anyone knows whats planned for it? -- -Wicket for love Nino Martinez Wael Java Specialist @ Jayway DK http://www.jayway.dk +45 2936 7684

Re: [wicketstuff] Bamboo & jira down?

2008-04-09 Thread Nino Saturnino Martinez Vazquez Wael
No longer:) Nino Saturnino Martinez Vazquez Wael wrote: Anybody aware if this? -- -Wicket for love Nino Martinez Wael Java Specialist @ Jayway DK http://www.jayway.dk +45 2936 7684

Re: [wicketstuff] Bamboo & jira down?

2008-04-09 Thread Nino Saturnino Martinez Vazquez Wael
amboo-init.properties* to your chosen bamboo home directory . Nino Saturnino Martinez Vazquez Wael wrote: No longer:) Nino Saturnino Martinez Vazquez Wael wrote: Anybody aware if this? -- -Wicket for love Nino Martinez Wael Java Specialist @ Jayway DK http://www.jayway.dk +45 2936 7684

Re: [wicketstuff] Bamboo & jira down?

2008-04-09 Thread Nino Saturnino Martinez Vazquez Wael
Ok there are being done some maintenance on the server(because of wicket 1.4 branch). No est on when it's up. Nino Saturnino Martinez Vazquez Wael wrote: Jira are working fine. But I get this now for bamboo..: *Bamboo Home directory specified:* . There was an error creating the Bamboo

  1   2   3   >