Re: Spring ROO wicket

2009-06-21 Thread Alex Objelean
I think it is very customizable. I see the addons as a kind of maven archetype, but much better Also, I don't think it resume itself to spring related tools... therefore there should be no problems creating addons for wicket or other web frameworks. Alex Objelean igor.vaynberg wrote:

Re: File upload without writing to temp file (on Google App Engine)

2009-06-21 Thread Adrian Merrall
On Sun, Jun 21, 2009 at 7:18 AM, Joe Fawzy joewic...@gmail.com wrote: Hi split it into small chunks and store each as a blob in datastore entity Joe On Sat, Jun 20, 2009 at 1:44 PM, Dolejs Vlastimil ster...@atlas.cz wrote: Hi, I´m trying write wicket application for Google App Engine.

Localized error message interpolation

2009-06-21 Thread Martin Makundi
Hi! Why does PropertyVariableInterpolator.getValue NOT use Wicket's Locale-specific converters (ConverterLocator etc.)? Or is there a better way to localize my property error_message=Date ${date} is wrong to show the date appropriately with respect to the user's locale? ** Martin

Help with design of application layout

2009-06-21 Thread Petr Fejfar
Hi everybody, I am new in Wicket: I choose it as the most promissing Java web framework today when looking for framework we could use instead of Django and dynamically typed Python. I read books Enjoy Web Dev and Wicket in Action, but I am still not able to move forward with design of

inmethod grid and delete all items not being refresh

2009-06-21 Thread Fernando Wermus
Hi all, When I clicked in all the items from the grid inmethod component, It marks them all (business logic); but I cannot see them marked in the UI. Thus when I press delete all, all the items are deleted despite none of them is showed as marked. I've overrided onItemSelectionChanged(..),

Re: Spring ROO wicket

2009-06-21 Thread Joe Fawzy
Hi you 'll find yourself locked to eclipse in general, not specfically to spring tools as eclipse is the only ide with full aspectj support , which is required to open and edit ROO files the code generation tool will clutter your workspace with big amount of .aj files, and here is the role of

Re: Wicket + Spring DM + Hibernate

2009-06-21 Thread Daniel Dominik Holúbek
Hello everyone :)So, I solved the Spring DM problems successfully... but there is still one problem left, and this time I am absolutely sure that it's a Wicket related problem :) I want to inject my userDao bean into Panel class. To do that, I nead to create a bean from that Panel class - like

ModalWindow.setResizable(false) no longer works in 1.4-rc5?

2009-06-21 Thread Marcin Palka
Hi, I migrated my application from 1.4-rc1 to 1.4-rc5 and noticed that the ModalWindow's setResizable(false) method no longer works. All the modal dialogs in my application became resizable. Was there any change introduced in this area in the RC5 or is this a regular bug? cheers, Marcin

Re: Wicket + Spring DM + Hibernate

2009-06-21 Thread James Carman
You can't use @SpringBean? On Sun, Jun 21, 2009 at 11:03 AM, Daniel Dominik Holúbekdankodo...@gmail.com wrote: Hello everyone :)So, I solved the Spring DM problems successfully... but there is still one problem left, and this time I am absolutely sure that it's a Wicket related problem :) I

Re: ModalWindow.setResizable(false) no longer works in 1.4-rc5?

2009-06-21 Thread James Carman
The 1.4 release is all about genericizing Wicket. If you've got a regression like this, it's probably not supposed to be happening. I would file a JIRA and attach a quickstart. On Sun, Jun 21, 2009 at 11:21 AM, Marcin Palkamarcin.pa...@gmail.com wrote: Hi, I migrated my application from

Trying to add string literal to Javascript for Google Analytics

2009-06-21 Thread Neil Ferguson
Hi all. I'm trying to set a string literal in some Javascript, in order to try and pass a page URL to Google Analytics. I've tried creating a panel with the following markup, and putting it just before the end of my body tag: !DOCTYPE html PUBLIC -//W3C//DTD XHTML 1.0 Transitional//EN

Re: ModalWindow.setResizable(false) no longer works in 1.4-rc5?

2009-06-21 Thread Marcin Palka
James, thanks for the reply. The problem turns out to be more complex. Simple page with a modal window works like a charm with RC5 (I mean I can easily set modal window's resizability). My application's modal windows on the other hand don't. I will try to investigate it further and fill a JIRA

Re: Wicket + Spring DM + Hibernate

2009-06-21 Thread James Carman
Try using the other SpringComponentInjector constructor (the one that takes an ApplicationContext object).  Construct your ApplicationContext however you want. On Sun, Jun 21, 2009 at 2:09 PM, Daniel Dominik Holúbek dankodo...@gmail.com wrote: Well, no.I'll explain: It's an OSGi app running in

Re: Help with design of application layout

2009-06-21 Thread Igor Vaynberg
i think you will get more help if you present a concrete usecase. -igor On Sun, Jun 21, 2009 at 6:59 AM, Petr Fejfarpetr.fej...@gmail.com wrote: Hi everybody, I am new in Wicket: I choose it as the most promissing Java web framework today when looking for framework we could use instead of

Re: Trying to add string literal to Javascript for Google Analytics

2009-06-21 Thread Igor Vaynberg
output the entire javascript block as a string using new label().setescapemodelstrings(false) -igor On Sun, Jun 21, 2009 at 11:18 AM, Neil Fergusonnfergu...@gmail.com wrote: Hi all. I'm trying to set a string literal in some Javascript, in order to try and pass a page URL to Google