Re: Future of Wicket Security (WASP/SWARM)

2010-01-22 Thread nino martinez wael
I am in doubt. What I think would be best are creating a parent framework like wicket ioc. And then the different security providers could use that.. Does it seem reasonable? That would mean keeping Wicket security at stuff, but probably extracting interfaces? And maybe adopting a few committers f

Re: Future of Wicket Security (WASP/SWARM)

2010-01-25 Thread nino martinez wael
No one has a feeling about making a "super/parent" security framework for wicket and then let providers implement their solution.. Like JPA ? It would mean that it would be the same using Shiro or Swarm / Wasp etc.. You just switch provider? 2010/1/22 nino martinez wael > I am in

Re: Resource JS

2010-01-25 Thread nino martinez wael
Yeah you should be able to cache / compress resources with Apache http. If your resources are dynamic (session dependant) then offcourse it's not possible. 2010/1/25 Douglas Ferguson > Hmm... Actually, I'm wanting to gzip them are they gziped? > > Another thought was to do something like this: >

Re: Resource JS

2010-01-26 Thread nino martinez wael
Should be the same thing.. 2010/1/26 Douglas Ferguson > I'm using modjk. > > > On Jan 25, 2010, at 4:05 PM, Jeremy Thomerson wrote: > > > How are you frontending Tomcat with Apache? If it's by proxying, you may > > just be able to configure it to do the gzip for you on anything in the > > resou

Re: [wicket] Load Testing Wicket Applications

2010-01-29 Thread nino martinez wael
I think it will be hard, because there are so many options for everything. I mean for that kind of tool you would assume a lot of things. And in the end you will probably end up with something similar to jmeter.. Maybe you could create a plugin for jmeter ? I still think recording scenarios with J

Re: Wicket VoiceXML framework?

2010-01-29 Thread nino martinez wael
Hehe, whats exactly what I've done at work with jbehave :) Seems our minds are somewhat similar :) Only problem are that people in the IVR business apparently do not always see the value of automated testing.. Even though I've tried to explain the obvious benefits. We have something like: A user

Re: Wicket VoiceXML framework?

2010-01-29 Thread nino martinez wael
Yeah go ahead and shoot :) And I think using wicket for basis of an VXML framework would be very handy. 2010/1/28 shetc > > Hi Nino, > > I currently support an IVR system that uses an IBM proprietary technology > rather than standard VXML. > I have been tasked with determining the effort of re

Re: (my code palette) how to set default options in object palette

2010-01-29 Thread nino martinez wael
Form f=new Form("form"); add(f); List persons = ComponentReferenceApplication.getPersons();; IChoiceRenderer renderer = new ChoiceRenderer("fullName", "fullName"); final Palette palette = new Palette("palette", new ListModel(new ArrayList()), new CollectionModel( persons), ren

Re: [wicket] Load Testing Wicket Applications

2010-01-29 Thread nino martinez wael
ng the recorded > test suite into a JMeter Script for load testing your application: > > http://www.badboy.com.au/ > > > nino martinez wael wrote: > > > > I think it will be hard, because there are so many options for > everything. > > I > > mean for that

Re: (my code palette) how to set default options in object palette

2010-01-31 Thread nino martinez wael
ew ChoiceRenderer("fullName", "fullName"); > > i leave it empty and it works for the available subject but not for the > predefined! > > any more thoughts¿? > > Thank you very much guys > > > > nino martinez wael wrote:

Re: Wicket VoiceXML framework?

2010-02-01 Thread nino martinez wael
Well we had an internal discussion about it and I was voted down in first round :/ The other guys felt it would be competitive to our job, which I didn't. But I guess there's no problem in sharing my thoughts about it. The idea was to have a modular application, managed by guice. VoiceIt in the b

Re: wicket-stuff wiki access

2010-02-01 Thread nino martinez wael
HAH! this is probably related to the horrible spam attach wicketstuff have had, it's filled with fake users :/ 2010/2/1 Andrew Lombardi > I'd like to add some documentation and handy links for folks on the > wicketstuff project I just added: wicket-html5. I'm getting the following > error attem

Re: wicket-stuff wiki access

2010-02-01 Thread nino martinez wael
Thats attack, not attach. I tried deleting them but there are soo many :/ 2010/2/1 nino martinez wael > HAH! this is probably related to the horrible spam attach wicketstuff have > had, it's filled with fake users :/ > > 2010/2/1 Andrew Lombardi > > I'd like to add

Re: wicket-stuff wiki access

2010-02-01 Thread nino martinez wael
Yeah I asked about a tool, cant remember if I found one. I'll login again and see what happened. 2010/2/1 Andrew Lombardi > Was there any thoughts on dumping confluence's known good users and rm -rf > the rest? > > Sent from my iPhone > > > On Feb 1, 2010,

Re: wicket-stuff wiki access

2010-02-01 Thread nino martinez wael
argh I forgot my password and it does not seem as confluence can send mails any more? 2010/2/1 nino martinez wael > Yeah I asked about a tool, cant remember if I found one. I'll login again > and see what happened. > > > > 2010/2/1 Andrew Lombardi > >> W

Re: wicket-stuff wiki access

2010-02-02 Thread nino martinez wael
FYI I activated CAPTCHA to create users etc, some time ago.. But that must not have worked.. regards Nino 2010/2/2 Martijn Dashorst > On Mon, Feb 1, 2010 at 11:45 PM, Igor Vaynberg > wrote: > > this isnt a mac... > > But close.. unfortunately I'm not the sysadmin for this server, so > we'll ha

Re: RIA solution based on wicket

2010-02-02 Thread nino martinez wael
Cemal I expirience alot of bugs running the examples, from here http://www.wiquery.org/wiquery-examples-1.0/ permgen error :/ 2010/2/1 Cemal Bayramoglu > Josh, > > Did you run the demos available at the WiQuery site [1]? > odlabs' "Agile Task Lists" demo [2] uses some layout mechanism if I > re

Re: wicket-stuff wiki access

2010-02-02 Thread nino martinez wael
the > users though... > > Confluence is a pain in user management. > > Martijn > > On Tue, Feb 2, 2010 at 9:26 AM, nino martinez wael > wrote: > > FYI I activated CAPTCHA to create users etc, some time ago.. But that > must > > not have worked.. > > &g

Re: RIA solution based on wicket

2010-02-02 Thread nino martinez wael
r replicate your issue. > > Regards - Cemal > jWeekend > OO & Java Technologies, Wicket > Consulting, Development, Training > http://jWeekend.com > > [1] http://code.google.com/p/wiquery/issues/list > > > On 2 February 2010 10:54, nino martinez wael >

Re: better look & modern css for wicket

2010-02-02 Thread nino martinez wael
So why not have a competition? We could host it with the wicketstuff svn and take the best one and accept it as default? 2010/2/2 Igor Vaynberg > because none of the core committers are designers... > > -igor > > On Tue, Feb 2, 2010 at 4:00 AM, Jing Ge (Besitec IT DEHAM) > wrote: > > Hi, > > >

[announce] better look & modern css for wicket examples contest

2010-02-02 Thread nino martinez wael
Hi Someone mentioned that we could have a better look & feel for wicket, since there are no designers in the core team. I proposed a contest, to make the coolest slickest css for wicket. So please feel free to apply. Requirements: your css should be compatible with the basic browsers, Firefox ,

Re: [announce] better look & modern css for wicket examples contest

2010-02-02 Thread nino martinez wael
ok no problemo :) 2010/2/2 Igor Vaynberg > i dont think we would be opposed to changing html around in > wicket-examples, so i dont think the drop-in clause is a necessity. > > -igor > > On Tue, Feb 2, 2010 at 10:26 AM, nino martinez wael > wrote: > > Hi > > &g

Re: [announce] better look & modern css for wicket examples contest

2010-02-02 Thread nino martinez wael
; > where components from third party projects could be included... and some > "guidelines" for building these extensions... So that we could transform > the > examples into "Wicket component repository"?? > > Best, > > Ernesto > > On Tue, Feb 2, 2010

Re: Using a DataTable inside a Modal window

2010-02-03 Thread nino martinez wael
He probably does, there is a setting with modal window to avoid getting the message when using ajax.. Just cant remember it right now. 2010/2/3 Ernesto Reinaldo Barreiro > Why not use an AJAX enabled version of the table, which does not triggers > page reloads... e.g. AjaxFallbackDefaultDataTabl

Re: Using a DataTable inside a Modal window

2010-02-03 Thread nino martinez wael
mp; Wicket.*Window*) Wicket.*Window*.unloadConfirmation = false; }); 2010/2/3 nino martinez wael > He probably does, there is a setting with modal window to avoid getting the > message when using ajax.. Just cant remember it right now. > > 2010

Re: Using a DataTable inside a Modal window

2010-02-03 Thread nino martinez wael
Ernesto > > On Wed, Feb 3, 2010 at 9:31 AM, nino martinez wael < > nino.martinez.w...@gmail.com> wrote: > > > He probably does, there is a setting with modal window to avoid getting > the > > message when using ajax.. Just cant remember it right now. > > &

Re: DatePicker css

2010-02-03 Thread nino martinez wael
it's just ordinary css, so you should be able to override it. Try using firebug and change the css there. Then make a new css and apply that :) 2010/2/2 Martin Makundi > Lol.. let me know if you find a good trick for that. We worked around > it by changing the surroundings' relative properties.

Re: Using a DataTable inside a Modal window

2010-02-03 Thread nino martinez wael
ion. > -page is reloaded and modal is hidden and if you reopen it by clicking on a > link, it will show the table with the right page. > > I think using AJAX to navigate the table would solve the problem > > Best, > > Ernesto > > > On Wed, Feb 3, 2010 at 9:41 AM, n

Re: Disable selected choices on palette load

2010-02-03 Thread nino martinez wael
three solutions: - build a patch - put a veil over palette - roll out your own "palette", it's pretty simple actually if you accept a server side solution (can be done with ajax as well) 2010/2/3 dhirajs > > Hi, > > I want to disable all preselected enteries in 'selected' choice b

Re: DatePicker css

2010-02-03 Thread nino martinez wael
prüngliche Nachricht- > Von: nino martinez wael [mailto:nino.martinez.w...@gmail.com] > Gesendet: Mittwoch, 3. Februar 2010 09:51 > An: users@wicket.apache.org > Betreff: Re: DatePicker css > > it's just ordinary css, so you should be able to override it. Try using > fireb

Re: DatePicker css

2010-02-03 Thread nino martinez wael
alcell.today a { >background-color : #mycolor; > } > > Stefan > > -Ursprüngliche Nachricht- > Von: nino martinez wael [mailto:nino.martinez.w...@gmail.com] > Gesendet: Mittwoch, 3. Februar 2010 11:13 > An: users@wicket.apache.org >

Re: Tooltip like popup component which can perform text copy(to clipboard)?

2010-02-03 Thread nino martinez wael
use wicketstuff minis 2010/2/3 Ashika Umanga Umagiliya > Thanks vineet for the reply, > > But I could find mootip/MootipSettings classes.I use wicket 1.4.6? > > Any tips, > umanga > > vineet semwal wrote: > >> 1)create converter to display only part of text, >> 2)use mootip with mootipsettings.s

Re: Disable selected choices on palette load

2010-02-03 Thread nino martinez wael
Component() ' and than set disable all its > childern by overriding onBeforeRender method.But that solution does not > works as children list is null, although there are entries in selection > list. > > > > > nino martinez wael wrote: > > > > three solutions

Re: [announce] better look & modern css for wicket examples contest

2010-02-03 Thread nino martinez wael
of wicket or somewhere, to > let more people know it? Thanks! > > Regards! > Jing > > > -----Original Message- > From: nino martinez wael [mailto:nino.martinez.w...@gmail.com] > Sent: Dienstag, 2. Februar 2010 19:27 > To: users@wicket.apache.org > Subject: [announce]

Re: webapp authentication

2010-02-03 Thread nino martinez wael
Please describe what you need? Do you need simple login authorisation or do you need authentication for components ( some users can only see some pages / panels )? 2010/2/3 Martin Asenov > Hello guys! > > I want to ask you which security frameworks you use when it comes to > authenticating user

Re: DataTable : Setting the Column with from Java ?

2010-02-03 Thread nino martinez wael
use a attribute modifier 2010/2/4 Ashika Umanga Umagiliya > Greetings, > > For my DataTable ,I create 'IColumn's using data from an XML file. > > In the code-snippet below, the 'vcol' instance has information about > Column-title,bean property field,visible or not..etc. > Now I want to set the

Re: DataTable : Setting the Column with from Java ?

2010-02-03 Thread nino martinez wael
uld > add the 'width' to the headers ,i assume. > any tips to do this? > > > nino martinez wael wrote: > >> use a attribute modifier >> >> >> 2010/2/4 Ashika Umanga Umagiliya >> >> >> >>> Greetings, >>> >>

Re: DataTable : Setting the Column with from Java ?

2010-02-05 Thread nino martinez wael
String id, IModel model) { > cellitem.add(new > SimpleAttributeModifier("style","width:"+width+"px")); > } > > regards > umanga > > nino martinez wael wrote: > >> I susspect you should add the attribute modifier to yo

Re: [announce] better look & modern css for wicket examples contest

2010-02-07 Thread nino martinez wael
y formatted short intro with links > to > > tutorials, reference documentation, etc.? > > > > As an example, I like the "it worked!" welcome page that Django provides: > > > > http://i46.tinypic.com/2q025g9.jpg > > > > > > nino martinez wael wrote:

Re: [announce] better look & modern css for wicket examples contest

2010-02-07 Thread nino martinez wael
ke it simple, and provide some references that people > could find useful. There's no reason to extrapolate out and design a crazy > quickstart page because it will be deleted pretty quickly (we hope) > > On Feb 7, 2010, at 1:25 AM, nino martinez wael wrote: > > > Great. W

Re: [announce] better look & modern css for wicket examples contest

2010-02-08 Thread nino martinez wael
g Wicket. > > It's a quickstart, it should take on a tone of simplicity. Just like the > Django quickstart, which doesn't aim to do anything other than shove you in > the right direction > > On Feb 7, 2010, at 11:23 PM, nino martinez wael wrote: > > > Yeah I kn

Re: [announce] better look & modern css for wicket examples contest

2010-02-08 Thread nino martinez wael
grab the quickstart and just start > hacking without having to strip it from superfluous muck. > > I do like the changes Kinabalu proposed though: simple, low profile > and removed easily enough. > > Martijn > > On Mon, Feb 8, 2010 at 11:05 AM, nino martinez wael > wrote

Re: [announce] better look & modern css for wicket examples contest

2010-02-08 Thread nino martinez wael
using Wicket) - but I'd like to get commit rights just in case; what do I > need to do? > > Thanks, > Pete > > On Mon, Feb 8, 2010 at 4:44 AM, nino martinez wael < > nino.martinez.w...@gmail.com> wrote: > > > I agree, and the contest are about Wicket Examples

Re: Example for Combobox wanted

2010-02-08 Thread nino martinez wael
Yes it's possible, just make a panel with a drop down and textfield, and ajax enable both.. It should be simple.. Have you checked the wicket examples? 2010/2/8 Peter Diefenthaeler > > Hi, > I'm looking for an example of a ComboBox which is a combination of a > textfield and DropDownChoice. > It

Re: [announce] better look & modern css for wicket examples contest

2010-02-09 Thread nino martinez wael
as long as whatever it is you do can be applied as a patch... > > > > -igor > > > > On Mon, Feb 8, 2010 at 10:34 AM, nino martinez wael > > wrote: > > > just post your sourceforge username... I'll give you access to store > > things > > > in svn.. > >

Re: [announce] better look & modern css for wicket examples contest

2010-02-09 Thread nino martinez wael
No problem, I just set the deadline to have one.. 2010/2/9 Peter Jones > Thanks! (Don't expect any activity for a while) > > 2010/2/9 nino martinez wael > > > you've been added. > > > > 2010/2/8 Peter Jones > > > > > My username is &quo

Re: [announce] better look & modern css for wicket examples contest

2010-02-10 Thread nino martinez wael
done. and looking forward to see something. 2010/2/10 Vijay Kiran > Can you add me as well, I'm interested in participating.. > > My sf.net username: vijaykiran > > ./Vijay > > On 10-Feb-2010, at 7:52 AM, nino martinez wael wrote: > > > No problem,

Re: Wicket used for mobile.walmart.com

2010-02-22 Thread nino martinez wael
Nice.. Any load statistics? Would be nice with that kind of information.. :) regards Nino 2010/2/22 Joachim F. Kainz > Fellow Wicket Users, > > The question if Wicket is suitable for large enterprises has just become > easier to answer: The largest enterprise in the world is now using Wicket >

Re: Wicket used for mobile.walmart.com

2010-02-23 Thread nino martinez wael
hehe :) 2010/2/23 Daniele Dellafiore > On Mon, Feb 22, 2010 at 9:50 PM, Riyad Kalla wrote: > > > Joachim, > > > > Very very cool info. A few days ago folks were talking about slides for > > "convincing management of Wicket" and trying to create some common slides > > for folks to utilize -- inf

Re: Wicket used for mobile.walmart.com

2010-02-23 Thread nino martinez wael
Hi Jeff I can see theres a demo project for the stateless. They all seem pretty straight forward.. regards Nino 2010/2/23 Jeffrey Schneller > Joachim, > > > > Thanks for this information. It shows that we made the right choice with > Wicket for a new retail site. Also thank you for posting

Re: [OT] Wicket changed my life !

2010-02-23 Thread nino martinez wael
That's very true.. And one has a bigger chance earning some money :) regards N 2010/2/20 nicolas melendez > programming web applications with wicket is as funny as play a game :). > And with GAE, you don't need to paid for expensive Hosting :) . > NM > > On Sat, Feb 20, 2010 at 2:18 AM, Ben Til

Re: Announcing: visural-wicket 0.5 released - open source wicket components

2010-02-24 Thread nino martinez wael
Nice components.. Are there any costs on hosting it on GAE? I guess we should try to make examples available for wicket-stuff core there aswell but that's another discussion.. 2010/2/24 Richard Nichols > Hi wicket-users, > > I'm currently the sole developer of an open-source set of Wicket compon

Re: Announcing: visural-wicket 0.5 released - open source wicket components

2010-02-24 Thread nino martinez wael
t; > some other limitations. > > > > > > > > > > On Wed, Feb 24, 2010 at 1:09 PM, nino martinez wael > > wrote: > >> Nice components.. Are there any costs on hosting it on GAE? I guess we > >> should try to make examples available for wicket-stuff core the

WicketStuff Core examples on GAE?

2010-02-24 Thread nino martinez wael
Hi Guys All this GAE talk has made me wonder if we should put wicket stuff core examples on GAE? wdyt? Would be nice to see live demos of it.. regards Nino

Re: WicketStuff Core examples on GAE?

2010-02-24 Thread nino martinez wael
> > > http://wicketstuff.org/wicket14 > > > > > > -igor > > > > > > On Wed, Feb 24, 2010 at 6:53 AM, nino martinez wael > > > wrote: > > >> Hi Guys > > >> > > >

Re: Announcing: visural-wicket 0.5 released - open source wicket components

2010-02-24 Thread nino martinez wael
Is it this one you are talking about: http://stronglytypedblog.blogspot.com/2009/04/wicket-on-google-app-engine.html? 2010/2/24 Richard Nichols > Thanks, any ideas/contributions are welcome - I've created a discussion > group, or alternatively raise an Enhancement on the google code project. >

[OT] Apache con 2010 europe, when?

2010-02-25 Thread nino martinez wael
Hi Guys Im trying todo a conference lineup so we at our company can decide which conference to go to. But can't find the date for Apache con europe 2010, I thought it were somewhere in march. If interested these are in my lineup so far: Apache Con Devoxx Øredev Are there some conference I forgo

Re: serializable problem

2010-02-25 Thread nino martinez wael
declare it transient But im not sure why you a object of that kind in there... Would be nice with some more code.. 2010/2/25 björn liffers > hello, > i´ve got a problem with serialization. > > my application is connected to a mysql-db and every class of mine > implements serializable. > but s

Re: [OT] Apache con 2010 europe, when?

2010-02-25 Thread nino martinez wael
Thanks for the suggestions.. But no one know's when apache con eu are? 2010/2/25 Wilhelmsen Tor Iver > Then there is JavaZone in Oslo later on. > > - Tor Iver > > > - > To unsubscribe, e-mail: users-unsubscr...@wicket.apache.or

Re: [OT] Apache con 2010 europe, when?

2010-02-26 Thread nino martinez wael
Argh! Thanks for the info Martijn. 2010/2/26 Martijn Dashorst > This year there's no ApacheCon EU. > > Martijn > > On Fri, Feb 26, 2010 at 8:16 AM, nino martinez wael > wrote: > > Thanks for the suggestions.. > > > > But no one know's when apach

Re: [OT] Apache con 2010 europe, when?

2010-02-26 Thread nino martinez wael
Interesting, i'll put that in the lineup aswell. Do you know if there's more "tracks" this year, meaning more simultaneous talks? And if theres any talks on Agile and Test Driven and maybe something about User Experience too? And if it's still only 2 days of conference? regards Nino 2010/2/26 T

Re: UI Layout

2010-02-26 Thread nino martinez wael
For me it seems it would very confusing if I only had one page. I'd prefer pages that are target against their specific functionality, keeping code simpler. I'd still be using panels though, giving the benefit of ajax, role base plus all the other stuff. my 2 centavos -Nino 2010/2/26 Josh Kamau

Re: Print friendly panel

2010-02-28 Thread nino martinez wael
Yeah I agree this is the way it should be done. Works like a charm! And then just have a simple js like this: on or link button or whatever.. 2010/2/28 Riyad Kalla > This is what I've done in the past as well, allows your user t

Re: [OT] Apache con 2010 europe, when?

2010-02-28 Thread nino martinez wael
Thanks for the info. Already looked at the site for last year.. I've got a feeling we will be going to geecon and devoxx this year :) 2010/2/26 Tomasz Dziurko > 2010/2/26 nino martinez wael : > > Interesting, i'll put that in the lineup aswell. Do you know if there's

Re: UI Layout

2010-03-05 Thread nino martinez wael
,...); > >} > >protected Panel createPanel_B( String panelWicketID ) { > > return new SomeOtherPanelType(panelWicketID, ...); > > } > > } > > > > This can be generalized in that the application base page can have > h

Re: LegUp for wiQuery

2010-03-05 Thread nino martinez wael
Theres also wicketstuff artwork, round corners in ie 6 :) 2010/3/4 shetc > > I guess this is an off-topic question. I want to use wiQuery and jquery UI > in > the current > Wicket-based app that I am working on. This will be a public-facing app > that > needs to support > IE6 and upwards. Howeve

Re: LegUp for wiQuery

2010-03-05 Thread nino martinez wael
check this site to see if it's working in ie: wheresmyevent.com you can try to run http://browsershots.org/ on it if wanting to see a larger spread of browsers :) 2010/3/5 nino martinez wael > Theres also wicketstuff artwork, round corners in ie 6 :) > > 2010/3/4 shetc > >

Re: Mootools Clashes With wicket-event.js

2010-03-10 Thread nino martinez wael
hmm Mootips from wickstuff minies works fine... What version do you have of mootools? Would you do a quickstart? 2010/3/9 Ayodeji Aladejebi > My mootools.js scripts wont work because of > > resources/org.apache.wicket.markup.html.WicketEventReference/wicket-event.js > What do i do > > -

Re: onkeyup ajax call with the key pressed

2010-03-13 Thread nino martinez wael
what about wicketstuff input events? should give you an idea..? 2010/3/12 Istvan Soos > Thanks! Is there somewhere an example for this? E.g. with Java > callback codes and like... > > Thanks, >Istvan > > On Fri, Mar 12, 2010 at 1:40 PM, Pedro Santos wrote: > > Yes, for example you can add a

Re: Does AjaxSelfUpdatingBehavior simulate user actions and prevent session from expiration?

2010-03-16 Thread nino martinez wael
yes. Ajax contacts the server. And on each request the timer are reset. So your ajax behavior are also functioning as a heartbeat or keepalive feature. 2010/3/16 Martin Asenov > Hello, everyone! > > In my webapp it looks like the session never expires, although I've set > timeout of 30 seconds.

Re: A web site developed with Wicket

2010-03-18 Thread nino martinez wael
CSS are the way to do stuff, but usually IE smashes it somehow. My rule are to develop for firefox, patch for IE. And so far it's worked very well. However there are somethings that are really painfull todo with css. Like round corners, this is where I came up with wicketstuff artwork two integrat

Re: Wicketstuff versioning

2010-03-18 Thread nino martinez wael
Exactly (I wrote something similar, but it apparently was declared spam:(). We could of course improve our structure as always, lifting the level a bit. As I see it wicketstuff are as ops4j, which brings advantages and disadvantages as well. -regards Nino 2010/3/18 Martin Grigorov > Here is how

Re: Wicketstuff versioning

2010-03-19 Thread nino martinez wael
I'll be happy to join in Boris. 2010/3/18 Boris Goldowsky > Thank you for your thoughts Jeremy -- and your previous work on > WicketStuff. I am certainly unhappy to hear that it felt like torture > and that junk was being dumped on you rather than getting support from > the community. > > I'd v

Re: Wicketstuff versioning

2010-03-23 Thread nino martinez wael
+1 for me on upgrading wicketstuff core to 1.4.7. On another topic making sure that an upgrade actually works are another thing. Code might compile but there could be runtime problems.. I discussed looong time ago a possibility for making tests for the javascript parts of the code aswell, with rhi

Re: Wicketstuff versioning

2010-03-23 Thread nino martinez wael
ind? > This sonarsource is good stuff, +1. > > Peter > > 2010-03-23 12:33 keltezéssel, nino martinez wael írta: >> +1 for me on upgrading wicketstuff core to 1.4.7. >> >> On another topic making sure that an upgrade actually works are >> another thing. Code migh

Re: Wicketstuff versioning

2010-03-23 Thread nino martinez wael
gh >>> :/ But in theory it's just running the mvn command sonar:sonar.. >>> >>> 2010/3/23 Major Péter: >>> >>>> >>>> Tests are good, but this could be also arranged with voting, or not? >>>> So what would be the best? >>&

Re: Wicketstuff versioning

2010-03-24 Thread nino martinez wael
> Yes, confluence is great, but a bit of useless since the spam-incident. > I think the confluence is still full of with spammer users and > spamcontents. Also the registration doesn't work, but this is an another > issue. Nino, if I remember correctly, you can access confluence, right? > Could you

Re: Wicketstuff updated!

2010-03-24 Thread nino martinez wael
artifacts should find their way into the repo once team city builds.. 2010/3/24 Boris Goldowsky : > As discussed, and not hearing any objections, I've updated the > wicketstuff-core project to depend on Wicket 1.4.7.  wicketstuff-core's > version number is now 1.4.7-SNAPSHOT, and the idea is that

Re: Wicket JavaScript Library Integration - A Common Base

2010-03-26 Thread nino martinez wael
I like the idea as well :) 2010/3/19 Cemal Bayramoglu : > There's been plenty of encouraging feedback about wiQuery [1] and how > cleanly it integrates jQuery and makes it easy to use in a Wicket app. > We also get lots of questions, sometimes unrelated to wiQuery, about > how to integrate other J

Re: Wicketstuff updated!

2010-03-31 Thread nino martinez wael
I guess we could start a branch, called wicketstuff-core-attic. Then upgrade them to latest wicket version and see if they work and if not, then remove them. Unless someone wants to fix the errors. 2010/3/28 Major Péter : > JavaEE-Inject is tested, and OK. > > It looks like there are projects, whi

Re: Wicketstuff updated!

2010-04-01 Thread nino martinez wael
s to the list whining about "i can't find such and such" - by those who > can't use the search function well.  there's nothing special about an > ex-core project that means it needs its own attic > > -- > Jeremy Thomerson > http://www.wickettraining.

Re: Wicketstuff updated!

2010-04-02 Thread nino martinez wael
1.Http11Processor.process(Http11Processor.java:844) >at > org.apache.coyote.http11.Http11Protocol$Http11ConnectionHandler.process(Http11Protocol.java:581) >at > org.apache.tomcat.util.net.JIoEndpoint$Worker.run(JIoEndpoint.java:447) >at java.lang.Thread.run(Thread.java:619

Re: Anybody use Google Maps for directions?

2010-04-03 Thread nino martinez wael
Anyhow it should be pretty simple doing the upgrade.. You can use gmap2 for inspiration.. 2010/4/2 Doug Leeper : > I would like to utilize the new Google Maps v3 API for directions.  Didn't > know if anyone has used this in conjunction with the GMap2 package. > > If so, any chance of getting an e

Re: Properties of model are set to NULL even though we have setRequired set to true

2010-04-06 Thread nino martinez wael
Hi Wayne I guess you've tried debugging it, so it's not a consistent error? Are you using any special web container or is wrapped somehow (like terracotta)? 2010/4/6 Wayne Pope : > Hi, > > has anyone got any idea about this? I'm still 'spinning my wheels' on it. > > thanks for any help. > > On Fr

Re: Speaking about Wicket

2010-04-08 Thread nino martinez wael
I have some materials here http://svn2.assembla.com/svn/wicketBaisc/trunk/wicketBasic The idea are to build a simple blog application while doing the talk, you can find the end application there aswell. 2010/4/6 Andrew Williams : > Hi guys, > > I am organising a talk on Wicket at the end of Apr

Wicket and Guice / legup / warp persist?

2010-04-08 Thread nino martinez wael
Hi I revived my old wicket talk yesterday and since we are using guice at the company where Im at now the people attending the talk wanted to see my examples in guice / wicket instead of spring / wicket. So I used the legup archetype. Which worked nicely until I did a ldm which I had to inject a d

Re: Wicket And GAE

2010-04-08 Thread nino martinez wael
Hi Not a very describing mail. But AFAIK, and my knowledge are rather limited you need to switch the session store. And then GAE has a couple of restrictions for java that you need to comply with. It's not so much Wicket and GAE, but JAVA and GAE that have issues.. Other than that search with goog

Re: Wicket and Guice / legup / warp persist?

2010-04-08 Thread nino martinez wael
board for people using > IOC with Wicket. Sounds like the right thing. > > Regards - Cemal > jWeekend > OO & Java Technologies, Wicket > Consulting, Development, Training > http://jWeekend.com > > [1] http://jweekend.com/dev/LegUp > [2] http://issues.apache.org/ji

Re: Wicket and Guice / legup / warp persist?

2010-04-08 Thread nino martinez wael
y 1.4.8. > > On Thu, 2010-04-08 at 11:08 +0200, nino martinez wael wrote: >> Hi >> >> I revived my old wicket talk yesterday and since we are using guice at >> the company where Im at now the people attending the talk wanted to >> see my examples in guice / wicket

Re: Ajax page mounting and panels

2010-04-08 Thread nino martinez wael
You an always mount that way. Just use the constructor that has page parameters.. Other than that I dont think theres problems with multiple mounting towards the same page with different parameters... You should check this http://wicketstuff.org/wicket14/linkomatic/ and the pages there and the web

Re: IE6 issue regarding Wicket JS and Ajax

2010-04-08 Thread nino martinez wael
I might print this out and put it on the wall:) Next time some one comes and mentions IE6, i'll just point at this statement :) 2010/4/8 Martijn Dashorst : > IE6's not pinin,' it's passed on! This browser is no more! It has > ceased to be! It's expired and gone to meet its maker! This is a late >

Re: JavaOne in San Francisco

2010-04-09 Thread nino martinez wael
I'd like to have a beer too, but I fear it has to be viirtual. Budget this year are only for geeCon and Devoxx. Maybe overseas next year... regards Nino 2010/4/9 shetc : > > Sounds great! > -- > View this message in context: > http://old.nabble.com/JavaOne-in-San-Francisco-tp28180298p28190645.ht

Re: JavaOne in San Francisco

2010-04-10 Thread nino martinez wael
Heh and Im stuck with the htc diamond. At least it sort of runs android, half of hardware unsupported.. 2010/4/9 James Carman : > There's an app for that: > > http://www.gadgettastic.com/2008/07/07/iphone-beer-app/ > > On Fri, Apr 9, 2010 at 9:25 AM, nino martinez wael >

Re: Google Charts integration

2010-04-12 Thread nino martinez wael
So someone should bump the version.. Anyone knows if the project are still active?.. I might be headed down the googlecharts road and if I go there. I'll make sure the project works on wicket 1.4.7 and update the project .. 2010/4/12 Major Péter : > Hi, > > I've just checked out the project from >

Re: Google Charts integration

2010-04-12 Thread nino martinez wael
27;t change much too. > So it's most probably going to work without any issue after bumping. > > Regards, > Peter > > 2010-04-12 16:01 keltezéssel, nino martinez wael írta: >> So someone should bump the version.. Anyone knows if the project are >> still active?.. I

Re: Wicket on a major italian bank (Intesa SanPaolo)

2010-04-13 Thread nino martinez wael
I wanted to send you the direct link, but apparently the wiki are undergoing maintenance. The link to the wiki are this: http://cwiki.apache.org/WICKET 2010/4/13 Giovanni : > Dear Wicketers, > > I am happy to announce that Wicket has been used successfully by me and my > team to create two web a

Re: Job opportunities (Netherlands)?

2010-04-14 Thread nino martinez wael
If people want to, they can just join the Apache Wicket list on linkedin.com , theres over 600 members in that group.. Although it might not be as big as the Apche Wicket forum, it can't be more direct as linkedin are for jobs :) I personally like the list to be about anything wicket including job

Re: New blog post "Components v.s. Pages"

2010-04-18 Thread nino martinez wael
Interesting, I usually write components for my pages.. Have pages target at a specific functionality. Making the pages more simple to understand. my 2 cents. 2010/4/16 Iain Reddick : > Thanks - I think insights from more experienced wicket developers are very > welcome at the moment. > > I agree

Re: Shutting down wicketstuff jira and confluence (temporarily)

2010-04-19 Thread nino martinez wael
Great news :) 2010/4/19 Martijn Dashorst : > In the light of the current JIRA XSS attacks I've shut down JIRA and > Confluence, pending an investigation and upgrade of both products. > > Martijn > > -- > Become a Wicket expert, learn from the best: http://wicketinaction.com > Apache Wicket 1.4 inc

[announce]Wicketstuff the Movie!

2009-01-07 Thread nino martinez wael
Proud to present from the comitters at wicketstuff "Wicketstuff The Movie!" Go here to see http://vimeo.com/2748657 I might be doing a similar one for Wicket if theres any interest..? Ps the movie are created with the codeswarm project..

<    1   2   3   4   5   6   7   8   9   10   >