wicket problem

2007-08-29 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-29 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-29 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

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'll need

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 bean id=wicketApplication class=project.MyApplication property name=contactDao ref=contactDao/ /bean is throwing

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: property name=contactDao ref=contactDao/ Have u defined contactDao in your xml file Basically there should be a definition in your xml file

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 [[]],

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

DIV TAG HEADER DO NOT WORK IN WICKET

2007-09-06 Thread bhupat parmar
THE HEADER IS NOT WORKING DIV id=header UL LIA href=# wicket:id=homeLinkHome/A/LI LI id=current wicket:id=trendArchiveA href=#Trend Archive/A/LI LIA href=# wicket:id=latestLookLink The Latest Looks/A/LI LI class=advanced wicket:id=pepsiStyleLinkA

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? td div id=menucontainer div id=bobcontent1-title class=handcursor1span class=spanDifference/span/div div id=bobcontent1 class=switchgroup1 table

wicket.contrib.scriptaculous.dragdrop.

2007-09-12 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 .init(Lwicket/MarkupContainer;Ljava/lang/String;Ljava/lang/String;)V at

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 T wicket-quickstart/src/wicket/quickstart Index.java line 0 1189580276390 11921 DraggableTarget cart = new DraggableTarget(cart,

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