PropertyModel doesnt update bean

2009-07-17 Thread Wadi Jalil Maluf
} } Any help would be appreciated , thanks, Wadi

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
Thanks!One more thing, by default the map is too big, how do I set the size?thanks again, Regards, Wadi -Mensaje original- De: nino martinez wael [mailto:nino.martinez.w...@gmail.com] Enviado el: jueves, 29 de enero de 2009 16:30 Para: users@wicket.apache.org Asunto: Re: OpenLayer with

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
log4j too. If you want to use commons-logging or JDK14 logging or something else, please see the SLF4J site for more information. wadi wrote: > > Hi all!I'm facing some trouble running the wicket stuff examples because > no > one start due to java.lang.NoClassDef

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
: DateTimeField Hi Wadi, checkout this example (reached by click to examples link on wicket-homepage (wicket.apache.org)) http://www.wicketstuff.org/wicket13/dates/ Short version: - Add a form - Add a DateTextField to form - Set the model of DateTextfield - Get the date from model. HTH Per

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
;wrote: > do you mean? > > .. > > .. > > > > > > > > On Tue, Dec 9, 2008 at 3:04 PM, Ernesto Reinaldo Barreiro < > [EMAIL PROTECTED]> wrote: > > > Hi Wadi, > > > > Sorry, but I do not understand your question...

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

Re: Yahoo Menus

2008-10-28 Thread wadi
t says > > .menu { > width:10em; > } > > you could wrap it in a span and say > > span .menu { > width:5em; > } > > It's something like this.. > > wadi wrote: >> Hi All!I'm building an application and I would like to use yahoo dropdown >&g

Yahoo Menus

2008-10-27 Thread wadi
in advance, Regards, Wadi -- View this message in context: http://www.nabble.com/Yahoo-Menus-tp20200802p20200802.html Sent from the Wicket - User mailing list archive at Nabble.com. - To unsubscribe, e-mail: [EMAIL PROT