Godaddy shared hosting workaround

2010-08-01 Thread pkcinna
There used to be a workaround for Godaddy shared hosting and Wicket but I cannot find it with Google anymore. Any suggestions for the following Godaddy shared hosting restrictions? 1) Cannot write to file system except /tmp directory. Does wicket attempt to open any files in write mode on

submitting jQuery modal dialog form to parent page

2010-08-01 Thread zoran
Hi, I have a wicket page containing jsTree component that opens a jQuery modal dialog on node select. This modal dialog uses ajax call to add wicket page as a content of dialog. The problem is that I don't know how to connect this child's page form with the parent page. Do you have some

Re: Disabling serialization in wicket tester....

2010-08-01 Thread Erik Brakkee
On Sun, Aug 1, 2010 at 5:11 AM, Kent Tong k...@cpttm.org.mo wrote I would like very much to disable serialization in wicket tester. I am using pages with mockito mocks that are not serializable (and why should they in a unit test). I am using workarounds now. You can take a look at

Re: WicketForge Needs a New Project Lead

2010-08-01 Thread Advanced Technology®
Hi Nick, If not late I can take it. Regards Azarias On 20 July 2010 05:20, Nick Heudecker nheudec...@gmail.com wrote: Hi, As my lack of activity has probably demonstrated, I'm currently unable to allocate time to WicketForge. With a startup and grad school beginning, I'm swamped and

Reg: wicket doubts

2010-08-01 Thread aruna rapolu
Hi I need to connect to the sql server using wicket and data has to put into drop down box and should be inserted data into database. please help me out i now to this technology ,please please help me and how to include image button and i need to also write that button action ,i,e when i click

Re: Reg: wicket doubts

2010-08-01 Thread Jeremy Thomerson
On Sun, Aug 1, 2010 at 10:39 AM, aruna rapolu arunakumm...@gmail.comwrote: Hi I need to connect to the sql server using wicket and data has to put into drop down box and should be inserted data into database. please help me out i now to this technology ,please please help me and how to

Re: Reg: wicket doubts

2010-08-01 Thread nino martinez wael
if your new to orms, i'd probably go for guice with mybatis ibaguice, very low learning curve.. Latter on you could always add JPA etc.. regards Nino 2010/8/1 aruna rapolu arunakumm...@gmail.com Hi I need to connect to the sql server using wicket and data has to put into drop down box and

Re: Godaddy shared hosting workaround

2010-08-01 Thread Igor Vaynberg
On Sun, Aug 1, 2010 at 5:08 AM, pkcinna pkci...@gmail.com wrote: There used to be a workaround for Godaddy shared hosting and Wicket but I cannot find it with Google anymore. Any suggestions for the following Godaddy shared hosting restrictions? 1) Cannot write to file system except /tmp

[OT] HackAttackException in CryptedUrlWebRequestCodingStrategy, line 606

2010-08-01 Thread nicolas melendez
Just wanna say that i like the name: HackAttackException :) it is in CryptedUrlWebRequestCodingStrategy, line 606 Bye -- Nicolás Meléndez Java Software Developer 1) Google App Engine works: 1.a) http://www.clasificad.com.ar (Local free classifieds for housing, sale, services, local

Re: Forms in a base class

2010-08-01 Thread Steve Mactaggart
I have found that you only need to add items directly in the child class to the form. We have other panels and components that can be added to each other as you would normally its just the elements directly inside the sub-class that need to be added to the form. Not sure if that helps, or even