wicket problem

2007-08-28 Thread bhupat parmar
hi i am facing problems in retriving the values from a multiple choice box i made in wicket frame work.I wrote a onSibmit() function but it througes an exception saying that propertymodel is set to null. Can somebody tell me how to implement this. thanks

Wicket-Spring

2007-08-28 Thread bhupat parmar
Hi i want to integarte my wicket rame work with an existing spring frame work .Can some body tell how to go about it? thanks

Re: wicket problem

2007-08-28 Thread bhupat parmar
hi my code goes like this private static class TabPanel3 extends Panel { FileUploadField fileUploadField = null; TextField styleNameTFld=null; private String message = ""; /** available sites for the multiple select. */ private static final List SIT

bhupat parmar wants to chat

2007-08-29 Thread bhupat parmar
--- bhupat parmar wants to stay in better touch using some of Google's coolest new products. If you already have Gmail or Google Talk, visit: http://mail.google.com/mail/b-4ed0898d6-8b797b38e3-ed5dacd6a48cb801 You'

Re: wicket problem

2007-08-29 Thread bhupat parmar
if u check the file upload example in wicket site u can see this . any way the only having a file upload so no probs but my form also contains some text fields thanks bhupat On 8/29/07, Igor Vaynberg <[EMAIL PROTECTED]> wrote: > > upload.getfileupload() ? > > -igor > > >

How to integrate wicket frame work with spring

2007-08-30 Thread bhupat parmar
hi i need help in integrating wicket frame work with spring frame .i am using direct approach for this but my dao object is returning null.and the applicationcontext.xml is is throwing exception for undefined bean. can some body help. thanks

Re: How to integrate wicket frame work with spring

2007-08-30 Thread bhupat parmar
which xml file ? web.xml or context.xml, applicationcontext.xml or any other xml which one? On 8/30/07, Swaroop Belur <[EMAIL PROTECTED]> wrote: > > >>> > > Have u defined "contactDao" in your xml file > Basically there should be a definition in your xml file corresponding to > "contactDao" i.e

not able to get selected ListMultipleChoice values

2007-08-30 Thread bhupat parmar
ERROR - AjaxRequestTarget - Error while responding to an AJAX request: [EMAIL PROTECTED] markupIdToComponent [{tabs=[MarkupContainer [Component id = tabs, page = wicket.quickstart.Index, path = 0:tabs.AjaxTabbedPanel, isVisible = true, isVersioned = false]]}], prependJavascript [[]], appen

Urgent : how can i design get all input of a single form with TextField, ListMultiplechoice and FileUpload components

2007-08-30 Thread bhupat parmar
Hi, Anyone please guide me to fit upload example in Forminput example, my requirement is i want a develop a single form with following components TextField ListMultiplechoice FileUpload i am facing a problem in getting fileupload path data. Thanks in advance Bhupat

Adding an image in imageMap?

2007-09-06 Thread bhupat parmar
hi i have to add an iamge in my ImageMap.RectangleLink which is not predefined THE IMAGE IS LOADED from database? HOW T add THIS. thanks

DIV TAG HEADER DO NOT WORK IN WICKET

2007-09-06 Thread bhupat parmar
THE HEADER IS NOT WORKING Home Trend Archive The Latest Looks Pepsi Style My Closet Submit Style

how to add menucontainer in wicket?

2007-09-09 Thread bhupat parmar
Hi i have to add an menu container in wicket frame work what id should i use? Difference

wicket.contrib.scriptaculous.dragdrop.

2007-09-11 Thread bhupat parmar
hi i am getting this error when i tried to add draggable image in my container i am using wicket1.2.6? What should i do? java.lang.NoSuchMethodError: wicket.markup.html.image.Image .(Lwicket/MarkupContainer;Ljava/lang/String;Ljava/lang/String;)V at wicket.contrib.scriptaculous.dragdrop.Dragga

DraggableTarget does not work

2007-09-12 Thread bhupat parmar
hi this code does not compile gives followinf error The type WebMarkupContainer is not generic; it cannot be parameterized with arguments wicket-quickstart/src/wicket/quickstart Index.java line 0 1189580276390 11921 DraggableTarget cart = new DraggableTarget("cart", DragDro

How do i drag and drop using wicket 1.2.6

2007-09-12 Thread bhupat parmar
hi i want to add drag drop feature in my app. i am using wicket 1.2.6, can it be done .What to do? thanks