Re: navigation menu

2011-06-09 Thread Fatih Mehmet UCAR
enu1); add(new SunriseGlossDropDownMenu("sunriseGlossMenu", primaryMenuList)); markup: Am 08.06.2011 um 21:33 schrieb Peter Karich: Am 08.06.2011 um 17:51 schrieb Fatih Mehmet Ucar: http://code.google.com/p/wicket-menu/ Not complete but if you see the source code, it will give you an idea. cheers, -fa

Re: navigation menu

2011-06-08 Thread Fatih Mehmet Ucar
http://code.google.com/p/wicket-menu/ Not complete but if you see the source code, it will give you an idea. cheers, -fatih On 8 June 2011 16:28, hubert_hupe wrote: > hi guys, > > i have no clue how to create a simple navigation bar like this: > http://net.tutsplus.com/tutorials/javascript-aja

Re: setRenderBodyOnly with ListView and attributes

2010-08-21 Thread Fatih Mehmet UCAR
red in WicketHTML (although not visible in the generated HTML). No other solutions have been found/discussed yet. - Original Message - From: Fatih Mehmet UCAR Sent: 08/21/10 05:02 PM To: users@wicket.apache.org Subject: Re: setRenderBodyOnly with ListView and attributes send your html an

Re: setRenderBodyOnly with ListView and attributes

2010-08-21 Thread Fatih Mehmet UCAR
st HTML" philosophy, even though my problem is a very common scenario. - Original Message - From: Fatih Mehmet UCAR Sent: 08/21/10 04:05 PM To: users@wicket.apache.org Subject: Re: setRenderBodyOnly with ListView and attributes Add another html div with css class you want around th

Re: setRenderBodyOnly with ListView and attributes

2010-08-21 Thread Fatih Mehmet UCAR
-- From: Fatih Mehmet UCAR Sent: 08/21/10 03:43 PM To: users@wicket.apache.org Subject: Re: setRenderBodyOnly with ListView and attributes AttributeAppender class will help you to acheive that. -fmu - Original Message - From: "J" To: Sent: Saturday, August 21, 2010 2:24 PM S

Re: setRenderBodyOnly with ListView and attributes

2010-08-21 Thread Fatih Mehmet UCAR
AttributeAppender class will help you to acheive that. -fmu - Original Message - From: "J" To: Sent: Saturday, August 21, 2010 2:24 PM Subject: setRenderBodyOnly with ListView and attributes hi, I want to have Wicket to generate the following HTML precisely: . . . ..

Re: scroll bar for palette

2010-08-10 Thread Fatih Mehmet UCAR
You need to override the getCSS method. You may use the below code and css. @Override protected ResourceReference getCSS() { return new ResourceReference(Palette.class, "RelistPalette.css"); } table.palette { border: 0; } table.palette td.header { text-align: center; font-weig

Re: serializable problem

2010-02-25 Thread Fatih Mehmet Ucar
probably you have some non-serializable object in your page, have you checked? -fmu On 25 February 2010 14:40, James Carman wrote: > Do you have a java.sql.Connection field in one of your components/pages? > > 2010/2/25 björn liffers : >> hello, >> i´ve got a problem with serialization. >> >>

Re: [OT] Wicket App Hosting

2010-02-25 Thread Fatih Mehmet Ucar
linode is the best for me up to now www.linode.com you may need to know a little bit linux/unix though On 25 February 2010 12:39, Josh Kamau wrote: > When i wanted to do the same,  i bought a server space at > www.theserverexperts.com  and installed my staff there . ie. Jetty, postgres > and th

Re: javascript confirm - seems to work fine with link markup but not with button markup

2010-01-20 Thread Fatih Mehmet Ucar
ibute?  My >> hope is to retrieve the existing onclick attribute so I can prepend my >> onclick action and use AttributeModifier to replace the existing with the >> newly prepended content. >> >> Thanks much, >>   -Steve >> >> >> >> Fatih

Re: javascript confirm - seems to work fine with link markup but not with button markup

2010-01-20 Thread Fatih Mehmet Ucar
> onclick attribute.  How do I retrieve the existing onclick attribute?  My > hope is to retrieve the existing onclick attribute so I can prepend my > onclick action and use AttributeModifier to replace the existing with the > newly prepended content. > > Thanks much, >   -Steve

Re: javascript confirm - seems to work fine with link markup but not with button markup

2010-01-20 Thread Fatih Mehmet Ucar
AttributeAppender should solve your problem. fmu 2010/1/20 Steve Whitson : > Hi, > > I'm new to wicket, and am working on my first app.  Great alternative to > other WebUI frameworks! > > I've added a link to my panel using this code: > >       Link deleteReportLink = new Link( "deletereport" ) {

Re: filter options in available side of palette w/o losing selected options

2010-01-13 Thread Fatih Mehmet UCAR
en my onUpdate method is called, i call palette.getDefaultModelObject() and cast it to a list (the same way I do on form submit) but it acts as if there are no selections. Original Message: - From: Fatih Mehmet UCAR fmu...@gmail.com Date: Wed, 13 Jan 2010 20:18:44 - To:

Re: filter options in "available" side of palette w/o losing selected options

2010-01-13 Thread Fatih Mehmet UCAR
you keep your original objects in another list so you can put them back into palette's model when you need fmu - Original Message - From: To: Sent: Wednesday, January 13, 2010 8:10 PM Subject: filter options in "available" side of palette w/o losing selected options I'm using a t

Re: page expired problem issue wicket how resolve fix eofexception peekbyte

2010-01-13 Thread Fatih Mehmet UCAR
fexception peekbyte Actually, I haven't changed them... Only added them to components that did not have ones... BR, -Original Message----- From: Fatih Mehmet UCAR [mailto:fmu...@gmail.com] Sent: Wednesday, January 13, 2010 6:23 PM To: users@wicket.apache.org Subject: Re: page expire

Re: page expired problem issue wicket how resolve fix eofexception peekbyte

2010-01-13 Thread Fatih Mehmet UCAR
o clear AS cache before deploying with different UIDs? BR, -Original Message----- From: Fatih Mehmet UCAR [mailto:fmu...@gmail.com] Sent: Wednesday, January 13, 2010 6:18 PM To: users@wicket.apache.org Subject: Re: page expired problem issue wicket how resolve fix eofexception peekbyte I

Re: page expired problem issue wicket how resolve fix eofexception peekbyte

2010-01-13 Thread Fatih Mehmet UCAR
catalina.log... BR, -Original Message- From: Fatih Mehmet UCAR [mailto:fmu...@gmail.com] Sent: Wednesday, January 13, 2010 5:52 PM To: users@wicket.apache.org Subject: Re: page expired problem issue wicket how resolve fix eofexception peekbyte Does it happens when the application server star

Re: page expired problem issue wicket how resolve fix eofexception peekbyte

2010-01-13 Thread Fatih Mehmet UCAR
Does it happens when the application server starts ? If yes, are you terminating the AS process or shutting down appropriate commands. fmu - Original Message - From: "Martin Asenov" To: Sent: Wednesday, January 13, 2010 3:44 PM Subject: RE: page expired problem issue wicket how reso

Re: TextField & Class Type Validation

2010-01-07 Thread Fatih Mehmet UCAR
button.setDefaultFormProcessing(boolean b) http://wicket.sourceforge.net/apidocs/wicket/markup/html/form/Button.html#setDefaultFormProcessing%28boolean%29 - Original Message - From: "sakthi vel" To: Sent: Thursday, January 07, 2010 4:30 PM Subject: TextField & Class Type Validation

Re: Palette selector width and sort

2010-01-05 Thread Fatih Mehmet Ucar
in css and return that file inside getCSS above. fmu 2010/1/5 wic...@geofflancaster.com : > Any suggestions on how to do that? > > Original Message: > ----- > From: Fatih Mehmet Ucar fmu...@gmail.com > Date: Tue, 5 Jan 2010 16:31:33 + > To: users@wicket.ap

Re: Palette selector width and sort

2010-01-05 Thread Fatih Mehmet Ucar
for width, you can override css returning method in palette. 2010/1/5 wic...@geofflancaster.com : > How can I change the width of the "available" and "selected" menus on a > palette? > > Also, is it possible to sort the choices after they are moved between the > two menus so they aren't just appen

Re: add me to the mailing list

2009-11-30 Thread Fatih Mehmet Ucar
ok, I added you. :) 2009/11/30 chinedu efoagui : > Please > - To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org For additional commands, e-mail: users-h...@wicket.apache.org

RE: how to inject arbitrary javascript code to a component markup?

2009-10-10 Thread Fatih Mehmet UCAR
Add a div to your page like below: Insert title here -Original Message- From: PaulH98 [mailto:paulhuan...@gmail.com] Sent: 10 October 2009 14:58 To: users@wicket.apache.org Subject: Re: how to inject arbitrary javascript code to a component markup? McIlwee, Craig w

Re: DropDownChoice and onSelectionChanged error.

2009-10-09 Thread Fatih Mehmet Ucar
If you use the below constrcutor, it should solve your problem. DropDownChoice(java.lang.String id, IModel model, IModel choices, IChoiceRenderer renderer) 2009/10/9 Altuğ B. Altıntaş : > Hi; > I have a problem with DropDownChoice; The code block is here : > > ListfaaliyetListesi = // data come

Re: Out Of Memory with Websphere 6.1 & Wicket 1.3.5

2009-05-11 Thread Fatih Mehmet Ucar
This is probably not related to Wicket, it was normally a java bug. Which java version you are using? What is the max heap size? RAM of the machine running your application? If you start a jvm with a really large -xmx memory, say 75% percent of all available ram, then only 25% of the memory is lef

RE: Why are we top-posting...

2009-03-15 Thread Fatih Mehmet UCAR
+1 -Original Message- From: Erik van Oosten [mailto:e.vanoos...@grons.nl] Sent: 15 March 2009 16:11 To: users@wicket.apache.org Subject: Re: Why are we top-posting... I don't even read bottom-posts. All that scrolling gives me RSI. Regards, Erik. Anton Veretennikov wrote: > Those

Re: DropDownChoice without preselection and without 'Please choose one'

2009-02-20 Thread Fatih Mehmet Ucar
he Wicket - User mailing list archive at Nabble.com. > > > - > To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org > For additional commands, e-mail: users-h...@wicket.apache.org > > -- Fatih Mehmet UCAR, Software Engineer Espresso Education Limited Riverside Studios, Crisp Road, London W6 9RL

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

2009-02-12 Thread Fatih Mehmet UCAR
Just add slf4j-api-1.5.0.jar or appropriate version to classpath. -Original Message- From: M Goodell [mailto:li...@pdc4u.com] Sent: 12 February 2009 22:39 To: users@wicket.apache.org Subject: java.lang.NoClassDefFoundError: org/slf4j/LoggerFactory Hello, I am in the process of eval