PropertyModel doesnt update bean

2009-07-17 Thread Wadi Jalil Maluf
Hi all, I have a UserBean and I created a propertyModel for that bean so when a TextField text is modified the property name of the UserBean updates. I use this in a model windows, added a link so when it clicks I use the value from the textfield but the value is always null. Shoul

How To Download Excel File?

2009-03-31 Thread Wadi Jalil Maluf
Hi All, I would like to know how can I put a link into a page so when the user clicks I fetch some data from database , export it to Excel so the user directly downloads an xls file with the content. Any help is appreciated, Thanks in advance, Wadi

Google map in openlayer

2009-02-20 Thread Wadi Jalil Maluf
Hi all!I'm trying to view google streets , hibryd and such with the openlayer control. I tryied to do something like this: HashMap map=new HashMap(); map.put("key","ABQIIA90LzdyYKLEpFMORIdF-RT2yXp_ZAY8_ufC3CFXhHIE1NvwkxQaV uF6E_lJuzkoBX3tk_znit-sjg"); Layer layer=new WMS("GMap"

RE: OpenLayer with google WMS

2009-01-29 Thread Wadi Jalil Maluf
google WMS Hi Wadi just use the old one theres a version for 1.3 branch aswell.. https://wicket-stuff.svn.sourceforge.net/svnroot/wicket-stuff/branches/wicke t-1.3.x/wicket-contrib-openlayers/ But the pick are yours to decide.. 2009/1/29 Wadi Jalil Maluf > Thanks Jeremy, but it uses wic

RE: OpenLayer with google WMS

2009-01-29 Thread Wadi Jalil Maluf
t's a work of Nino. I've looked at the examples, though. On Thu, Jan 29, 2009 at 11:19 AM, Wadi Jalil Maluf wrote: > Hi All!Does anyone knows how to use openlayer map control with google map > like this example http://openlayers.org/dev/examples/google.html in > wicket?

OpenLayer with google WMS

2009-01-29 Thread Wadi Jalil Maluf
Hi All!Does anyone knows how to use openlayer map control with google map like this example http://openlayers.org/dev/examples/google.html in wicket? Thanks!

RE: java.lang.NoClassDefFoundError: org/slf4j/LoggerFactory

2009-01-29 Thread Wadi Jalil Maluf
Thanks! -Mensaje original- De: rmattler [mailto:robertmatt...@gmail.com] Enviado el: jueves, 29 de enero de 2009 11:55 Para: users@wicket.apache.org Asunto: Re: java.lang.NoClassDefFoundError: org/slf4j/LoggerFactory NoClassDefFoundError means that netbeans or the server can't find a fi

java.lang.NoClassDefFoundError: org/slf4j/LoggerFactory

2009-01-29 Thread Wadi Jalil Maluf
Hi all!I'm facing some trouble running the wicket stuff examples because no one start due to java.lang.NoClassDefFoundError: org/slf4j/LoggerFactory exception.I'm using netbeans 6.5 and netbeans. Thanks, Wadi

RE: DateTimeField

2009-01-28 Thread Wadi Jalil Maluf
Crap, on a modal windows I get an alert message cause it reloads the page, is there another way?it should be another way! :( -Mensaje original- De: Per Newgro [mailto:per.new...@gmx.ch] Enviado el: miƩrcoles, 28 de enero de 2009 13:47 Para: users@wicket.apache.org Asunto: Re: DateTimeField

DateTimeField

2009-01-28 Thread Wadi Jalil Maluf
Hi all!I'm new to wicket, I would like to know how I can get the date from a yui DateTimeField. I had put this inside a modal window.Should I use an ajax behavior with a model?How? Thanks in advance, Regards, Wadi

RE: [OT] wicket users around the world

2008-12-12 Thread Wadi Jalil Maluf
Argentinians working on wicket and mobile apps integration Wadi -Mensaje original- De: Nino Saturnino Martinez Vazquez Wael [mailto:nino.marti...@jayway.dk] Enviado el: viernes, 12 de diciembre de 2008 5:48 Para: users@wicket.apache.org Asunto: Re: [OT] wicket users around the world

Creating a table from a bean collection

2008-12-09 Thread Wadi Jalil Maluf
Hi all! I have a bean collection and I would like to show some of it propertys on a table. How can I do that?All examples with repeaters use a ISortDataProvider and such stuff, is there a simple way?Can't I just use the java swing DefaultTableModel for that? Thanks in advance, Wadi

RE: Hi!

2008-12-09 Thread Wadi Jalil Maluf
What do you mean by > > "multiple wicket child is implemented"? > > Regards > > > > Ernesto > > > > > > On Tue, Dec 9, 2008 at 2:51 PM, Wadi Jalil Maluf <[EMAIL PROTECTED] > >wrote: > > > >> Hi All! I would like to know if the multiple

Hi!

2008-12-09 Thread Wadi Jalil Maluf
Hi All! I would like to know if the multiple wicket child is implemented. Thanks in advance, Regards, Wadi