WicketRuntimeException

2011-03-29 Thread Jan Juno
Can somebody help me with this exception? What can be wrong am desperate. What to look for? ERROR [org.apache.wicket.RequestCycle] [, http-8080-1, /jumbo/, 101.11.149.90:-33771be0:12f 0171a0c1:-8000, , ] Exception in rendering component: [MarkupContainer [Component id = html]]

Re: WicketRuntimeException

2011-03-29 Thread Jan Juno
The problem is even stranger There is no problem with IE no problem with Opera the only problem is with Firefox 4.0 strange On 29 March 2011 14:19, Wilhelmsen Tor Iver toriv...@arrive.no wrote: Can somebody help me with this exception? What can be wrong am desperate. What to look for?

Handling large files

2011-03-17 Thread Jan Juno
Hi How would you handle large files, particularly uploading, I have no Idea what to do if I should use some kind of qeue, cache Can you point me to some books or websites or anything... Thank you very much

Re: Handling large files

2011-03-17 Thread Jan Juno
this out of the box. Just use AjaxButton/AjaxSubmitLink to submit the form. HTH On Thu, Mar 17, 2011 at 10:24 PM, Jan Juno janko...@gmail.com wrote: Hi How would you handle large files, particularly uploading, I have no Idea what to do if I should use some kind of qeue, cache Can you

Storing ArrayList with over 10000 objects

2011-03-09 Thread Jan Juno
I have One Array-list(with over 1 objects in it) what is the best practice for caching it so I don't have to load it over and over again in each request? Jan

Re: Storing ArrayList with over 10000 objects

2011-03-09 Thread Jan Juno
can you point me to a good wicket + ehcache tutorial? On 9 March 2011 13:13, Martijn Dashorst martijn.dasho...@gmail.com wrote: On Wed, Mar 9, 2011 at 1:00 PM, Jan Juno janko...@gmail.com wrote: I have One Array-list(with over 1 objects in it) what is the best practice for caching it so

rules declaration for form valdation

2010-07-20 Thread Jan Juno
How can I avoid if hell? and declare rules for my form validation. I have project which has an extensive form on which when you check on chceck box than this and this will be disabled this is enabled, and so on. In the end you end up with huge if else if else. How can I avoid it in wicket?

Pax wicket osgi (on equinox)

2010-01-30 Thread Jan Juno
OK so I downloaded eclipse galileo classic 3.5.1 than Pax Wicket Department store from https://scm.ops4j.org/repos/ops4j/projects/pax/wicket I am following this manual from google cache http://www.ops4j.org/projects/pax/wicket/getting-started/installation.html but didn't have any luck after

help with OSGi

2010-01-30 Thread Jan Juno
OK so I downloaded eclipse galileo classic 3.5.1 than Pax Wicket Department store from https://scm.ops4j.org/repos/ops4j/projects/pax/wicket I am following this manual from google cache http://www.ops4j.org/projects/pax/wicket/getting-started/installation.html but didn't have any luck after

Re: wicket osgi (not Pax)

2010-01-28 Thread Jan Juno
Thank you very much On Thu, Jan 28, 2010 at 12:08 PM, Ernesto Reinaldo Barreiro reier...@gmail.com wrote: I did not know about it being included on the standard... Thanks for the update. Ernesto On Thu, Jan 28, 2010 at 11:18 AM, Jochen Mader pflanzenmoer...@gmail.com wrote:

wicket osgi (not Pax)

2010-01-27 Thread Jan Juno
Is there a How-to for OSGI and wicket, not from pax I managed to install jetty servlet api in equinox...now I have to install wicket somehow