RE: ModalWindow problem

2011-09-21 Thread Sotil Bertanzetti, Matteo
De: Martin Grigorov [mailto:mgrigo...@apache.org] > Enviat: miƩrcoles, 21 de septiembre de 2011 13:19 > Per a: users@wicket.apache.org > Tema: Re: ModalWindow problem > > On Wed, Sep 21, 2011 at 12:25 PM, Sotil Bertanzetti, Matteo > wrote: > > Thanks for responding. >

RE: ModalWindow problem

2011-09-21 Thread Sotil Bertanzetti, Matteo
: users@wicket.apache.org Tema: Re: ModalWindow problem On Wed, Sep 21, 2011 at 12:25 PM, Sotil Bertanzetti, Matteo wrote: > Thanks for responding. > > I'm using a dynamic model (PropertyModel) but it doesn't work either. > For me it's an important loss of functionality. I us

RE: ModalWindow problem

2011-09-21 Thread Sotil Bertanzetti, Matteo
Thanks for responding. I'm using a dynamic model (PropertyModel) but it doesn't work either. For me it's an important loss of functionality. I use it on modal windows, to show a search page (with TabbedPanel, list with pagination...) and select one register; could you please suggest me some altern

ModalWindow problem

2011-09-20 Thread Sotil Bertanzetti, Matteo
Hello. I have a problem with ModalWindow in wicket 1.5.0. I create a ModalWindow from a page, and that modal window changes original page's model; some textfields should change their value according to model change, but they not; in fact seems as if model had not really changed. ModalWindow's

Wicketstuff tinymce 1.5

2011-09-15 Thread Sotil Bertanzetti, Matteo
Hello, I'm migrating from wicket 1.4.18 to wicket 1.5.0, but I need wicketstuff/tinymce dependency, and I think it is not migrated to 1.5 yet; is there some prevision to do it?, or where can I find it?. My dependency: org.wicketstuff tinymce 1.4.18 Thank you, Matteo

RE: [Migration 1.5] Howto mount my css package resource?

2011-09-05 Thread Sotil Bertanzetti, Matteo
de 2011 15:16 Para: users@wicket.apache.org Asunto: Re: [Migration 1.5] Howto mount my css package resource? Am 05.09.2011 14:58, schrieb Sotil Bertanzetti, Matteo: > Hi, > > Maybe > > > @Override > public void renderHead(IHeaderResponse response) { >

RE: [Migration 1.5] Howto mount my css package resource?

2011-09-05 Thread Sotil Bertanzetti, Matteo
Hi, Maybe @Override public void renderHead(IHeaderResponse response) { super.renderHead(response); response.renderCSSReference(new PackageResourceReference(getClass(), "res/css/screen.css")); } without mountResource in application.init() Matteo Sotil -Men

RE: Reference to css outside classpath on wicket 1.5RC7

2011-09-02 Thread Sotil Bertanzetti, Matteo
oduced Url with your approach. Please create a quickstart and attach it to a ticket. On Fri, Sep 2, 2011 at 10:27 AM, Sotil Bertanzetti, Matteo wrote: > Hello. > > I'm tying to migrate a project from wicket 1.4.18 to 1.5rc7. > I have a problem trying to add css and javascript links

Reference to css outside classpath on wicket 1.5RC7

2011-09-02 Thread Sotil Bertanzetti, Matteo
Hello. I'm tying to migrate a project from wicket 1.4.18 to 1.5rc7. I have a problem trying to add css and javascript links to my html code; css and javascript files are located outside classpath (outside WEB-INF). In wicket 1.4.18 I do: add(CSSPackageResource.getHeaderContribution("css/ma