Testing DataTable simulating click on link, checkbox etc...

2008-05-29 Thread Daniele Dellafiore
now how to unit test the code. The problem is to select a desired checkBox via WicketTester. I have the same problem if I have a link in the table: how to simulate the click on, say, link at row 5, column 1? Thanks for advices. -- Daniele Dellafiore http://blog.i

Re: Testing DataTable simulating click on link, checkbox etc...

2008-05-29 Thread Daniele Dellafiore
y using the full path like above and set the model > on it.. umm, but in example above, what column and row number are grabbed? there is a way to show the complete graph of a wicket page hierarchy? > > > Daniele Dellafiore wrote: >> >> Hi. >> >> I want to

testing feedback message without being too rigid

2008-05-29 Thread Daniele Dellafiore
ssage pass the assertErrorMessages above and at runtime I can see the message in the 'feedback' field. How may I get the feedbackPanel messages from a test? -- Daniele Dellafiore http://blog.ildella.net/ - To uns

Re: Testing DataTable simulating click on link, checkbox etc...

2008-05-30 Thread Daniele Dellafiore
On Fri, May 30, 2008 at 4:54 AM, Timo Rantalaiho <[EMAIL PROTECTED]> wrote: > On Thu, 29 May 2008, Daniele Dellafiore wrote: >> umm, but in example above, what column and row number are grabbed? >> >> there is a way to show the complete graph of a wicket page

mounting large number of url

2007-11-27 Thread Daniele Dellafiore
Hi. In my app I would like to have a easy url for a user, say: http://myapp.com/username to make this, in wicket, I only know the mount url way. Anyone know about problems in adding a large number of url this way? Just in case, any alternatives? Thanks. -- Daniele Dellafiore http

I18n of required form component message

2008-06-27 Thread Daniele Dellafiore
something like Required=The field ${field} is required. What is the field name variable to use instead of ${field}? Thanks. -- Daniele Dellafiore http://blog.ildella.net/ - To unsubscribe, e-mail: [EMAIL PROTECTED] For additiona

Binding property of a component

2008-07-08 Thread Daniele Dellafiore
nabled") and put that bind(Component, String, String) method on the page, or on a static class, doesn't matter. there is a preferred way to achieve this? A way that involves the use of the wicket models to bind properties...

Avoid page serialization

2008-07-10 Thread Daniele Dellafiore
ession and deserializing them on another cluster-node's session" here: http://cwiki.apache.org/WICKET/spring.html So I have asked myself: what if I do not have a clustered environment? Is serialization really needed anyway? -- Daniele Dellafiore htt

Testing behavior of a ModalWindows: close, click...

2008-07-10 Thread Daniele Dellafiore
s possible with WicketTester or I have to use some other testing framework? -- Daniele Dellafiore http://blog.ildella.net/ - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

animations and wicket integration

2008-08-05 Thread Daniele Dellafiore
te is more than enough for my needs, so my choice will go to the better wicket stuff integration. Any advice? Thanks. -- Daniele Dellafiore http://blog.ildella.net/ - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional comman

Nice URL in DataTable

2008-10-28 Thread Daniele Dellafiore
able, the link is of the first time, as I expected. What should be the problem? I have already noticed that in that point of the code, that is inside the custom Panel inside the Column, the getPage returns null. Maybe that this is the problem... -- Daniele Dellafiore http://blog.ildella

OnChangeAjaxBehavior receives only first input character

2008-10-28 Thread Daniele Dellafiore
Now invoking steps... INFO: Response processed successfully. INFO: Invoking post-call handler(s)... INFO: Calling focus on filter5 INFO: focus removed from filter5 -- Daniele Dellafiore http://blog.ildella.net/ - To unsubscrib

What javascript event trigger component update?

2009-03-06 Thread Daniele Dellafiore
avoid this *without* any flickering effect? What is the event that arrives to the component before it is refreshed? Make this panel visible/invisible can be a solution but I prefer relying on ajax toolkit to manage this sort of stuff. Thanks. -- Daniele Dellafiore http://blog.ildella.net

Re: What javascript event trigger component update?

2009-03-06 Thread Daniele Dellafiore
On Fri, Mar 6, 2009 at 3:27 PM, Linda van der Pal wrote: > A guess from a newbie would be onBeforeRender > > Regards, > Linda > no :) -- Daniele Dellafiore http://blog.ildella.net/ - To unsubscribe, e-mail:

BaseWicketTester.clickLink call onBeginRequest two times

2009-03-13 Thread Daniele Dellafiore
); processRequestCycle(requestCycle); In the other statement of the clickLink, this does not happen. Any idea on why it works this way? -- Daniele Dellafiore http://blog.ildella.net/ - To unsubscribe, e-mail: users-unsubscr

Re: BaseWicketTester.clickLink call onBeginRequest two times

2009-03-13 Thread Daniele Dellafiore
On Fri, Mar 13, 2009 at 3:49 PM, Igor Vaynberg wrote: > did you look at the 1.3.4 changelog? yes and I did not see anything related to this specific issue unless there are a couple of tickets related to WicketTester. -- Daniele Dellafiore http://blog.ildella.

Re: BaseWicketTester.clickLink call onBeginRequest two times

2009-03-13 Thread Daniele Dellafiore
es in the same click. > > -igor > > On Fri, Mar 13, 2009 at 7:54 AM, Daniele Dellafiore wrote: >> On Fri, Mar 13, 2009 at 3:49 PM, Igor Vaynberg >> wrote: >>> did you look at the 1.3.4 changelog? >> >> yes and I did not see anything related to this

Re: Security in a Spring & Wicket layered application

2009-03-13 Thread Daniele Dellafiore
---------- > To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org > For additional commands, e-mail: users-h...@wicket.apache.org > > -- Daniele Dellafiore http://blog.ildella.net/ - To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org For additional commands, e-mail: users-h...@wicket.apache.org

Refresh an invisible component via ajax

2009-03-13 Thread Daniele Dellafiore
thing. Thanks. -- Daniele Dellafiore http://blog.ildella.net/ - To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org For additional commands, e-mail: users-h...@wicket.apache.org

wicket:Interface TabbedPanel and INewBrowserWindowListener

2009-04-10 Thread Daniele Dellafiore
pass a pageParameter with the number of the selected tab? Or what else? Thanks. -- Daniele Dellafiore http://blog.ildella.net/ - To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org For additional comma

Re: wicket:Interface TabbedPanel and INewBrowserWindowListener

2009-04-14 Thread Daniele Dellafiore
fuse wicket. > > -igor > > On Fri, Apr 10, 2009 at 8:38 AM, Daniele Dellafiore wrote: >> Hi everyone, I have this situation: a TabbedPanel with 2 panels each >> containing a form. >> Each panel have aa checkbox that trigger the enable/disable status of >> e

Re: Possible to retrieve previous page from PageMap

2009-04-14 Thread Daniele Dellafiore
gt;>>> = new MetaDataKey>() {}; >>>>>> >>>>>> >>>>> >>>>> >>>> >>>> -- >>>> View this message in context: >>>> http://www.nabble.com/Possible-to-retrieve-previous-page-from-PageMap-tp20861106p22492628.html >>>> Sent from the Wicket - User mailing list archive at Nabble.com. >>>> >>>> >>>> - >>>> To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org >>>> For additional commands, e-mail: users-h...@wicket.apache.org >>>> >>>> >>> >>> - >>> To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org >>> For additional commands, e-mail: users-h...@wicket.apache.org >>> >>> >> >> - >> To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org >> For additional commands, e-mail: users-h...@wicket.apache.org >> >> > > - > To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org > For additional commands, e-mail: users-h...@wicket.apache.org > > -- Daniele Dellafiore http://blog.ildella.net/ - To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org For additional commands, e-mail: users-h...@wicket.apache.org

Re: sessionsize of requestlogger

2009-04-15 Thread Daniele Dellafiore
use Page Reference mechanism. Finally, I cannot find a way to recover the last Page in a non restful way and as I stated in another mail, history.back does not work in all conditions (i.e. submit that reload the page instead of calling a setResponse) -- Daniele Dellafiore http://blog.il

Re: Possible to retrieve previous page from PageMap

2009-04-27 Thread Daniele Dellafiore
the last page in the session. I can do it but I expect that wicket already have that kind of mechanism. Doesn't it? On Tue, Apr 14, 2009 at 8:30 PM, Igor Vaynberg wrote: > search this forum for pagereference > > -igor > > On Tue, Apr 14, 2009 at 9:28 AM, Daniele Dellafiore

Re: Nested form bug?

2009-05-17 Thread Daniele Dellafiore
WebAppContext.java:391) >>>>>     at >>>>> org.mortbay.jetty.handler.ContextHandlerCollection.handle(ContextHandlerCollection.java:146) >>>>>     at >>>>> org.mortbay.jetty.handler.HandlerCollection.handle(HandlerCollection.java:114) &g

jazzyplugin dependency in tinymce wicketstuff cannot be resolved

2009-06-23 Thread Daniele Dellafiore
? -- Daniele Dellafiore http://blog.ildella.net http://twitter.com/ildella - To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org For additional commands, e-mail: users-h...@wicket.apache.org

WebPage instantiation before asking the AuthorizationStrategy?

2009-07-02 Thread Daniele Dellafiore
AuthorizationStrategy method. This happens for every page! This sounds strange to me, and to you? I expect isInstantiationAuthorized to be called before... -- Daniele Dellafiore http://blog.ildella.net http://twitter.com/ildella - To

MixedParamUrlCodingStrategy IllegalArgumentException: "Too many path parts" due to some javascript

2009-07-02 Thread Daniele Dellafiore
il.HashMap) {} Now, I do not understand perfectly how this stuff works, I just did not expect any javascript to interfer with my URL strategy but it does. You have any suggestion? Ah, everything works perfectly, I just I have this exception. -- Daniele Dellafiore http://blo

Re: Too many path parts in page parameters

2009-07-02 Thread Daniele Dellafiore
icket.apache.org > For additional commands, e-mail: users-h...@wicket.apache.org > > -- Daniele Dellafiore http://blog.ildella.net http://twitter.com/ildella - To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org For additional commands, e-mail: users-h...@wicket.apache.org

Re: Slideshow

2009-07-02 Thread Daniele Dellafiore
load one hundred images. Anyway, send all images to the client in one shot doesn't sound reasonable to me. I am addressing this issue in the next weeks, if you have some ideas we should start talking about some possible implementation. -- Daniele Dellafiore http://blog.ildella.net http://twitt

Re: Detachable Models best practices

2009-07-02 Thread Daniele Dellafiore
st a slightly stale view of the > page. > > I'm worried that this bug will creep in again unless I can find a reliable > way to make sure that any updating event handlers can't accidentally load > the detachable model as they're updating. Has anybody found a go

Re: Too many path parts in page parameters

2009-07-04 Thread Daniele Dellafiore
th the mixedParamUrlCodingStrategy gets >>> served is "/img/info01.gif", which does not make sense. This is just an >>> image and nowhere is there a request to open up a new page... After that, >>> it >>> goes to parse "/highslide/graphics/outline

Re: Slideshow

2009-07-04 Thread Daniele Dellafiore
try to have a look in the SG forum for people having this issue. On Fri, Jul 3, 2009 at 2:05 PM, nino martinez wael wrote: > just make an ajax version and use normal pagination..? > > 2009/7/2 Daniele Dellafiore : >> On Mon, Jun 29, 2009 at 2:20 PM, Johannes >> Schneider wrote

Re: WebPage instantiation before asking the AuthorizationStrategy?

2009-07-04 Thread Daniele Dellafiore
code. > > -igor > > On Thu, Jul 2, 2009 at 3:06 AM, Daniele Dellafiore wrote: >> Hi everyone. I noticed this strange behavior this way. I mounted >> MyPage to /mypage and if IO point to: >> >> http://localhost:8080/myapp/mypage >> >> before being authe

Different parameters passed in test and runtime

2009-07-07 Thread Daniele Dellafiore
ot;artwork", "action" })); but, it seems that something is wrong here, don't you? wicket 1.4-rc6 -- Daniele Dellafiore http://blog.ildella.net http://twitter.com/ildella - To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org For additional commands, e-mail: users-h...@wicket.apache.org

TinyMCE, in place edit with "on focus lost" and start RTE after a javascript request

2009-07-22 Thread Daniele Dellafiore
at renders html 2. a solution to make TinyMCE behavior works if rendered after the page is loaded the first time *without* having another one already loaded. Thanks everyone has even read the whole mail :) -- Daniele Dellafiore http://blog.ildella.net http://twitter.c

clean way to avoid DynamicWebResource to look for non existing file

2009-09-02 Thread Daniele Dellafiore
tions could be the problem for the undone refresh? Or maybe is better to look elsewhere? And, in any case, there is a clean way to avoid the getImageData to be called if I do not have a file for the image? Thanks. -- Daniele Dellafiore http://blog.ildella.net http://twitter.com/ildella

Re: Wicket and FileUpload on Google App Engine

2009-09-03 Thread Daniele Dellafiore
e we can add this to wicket? So > wicket can be "FULL COMPATIBLE" to Google App Engine. > > Regards, > uudashr > > > - > To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org > For additional commands, e-mail: users-h...@wicket.apache.org > -- Daniele Dellafiore http://blog.ildella.net http://twitter.com/ildella

Re: Mount different page for second parameter

2009-09-08 Thread Daniele Dellafiore
--- > To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org > For additional commands, e-mail: users-h...@wicket.apache.org > > -- Daniele Dellafiore http://blog.ildella.net http://twitter.com/ildella

Attaching a wicket generated page in a multipart MIME message

2009-09-08 Thread Daniele Dellafiore
multipart mime message. Any suggestion? Thanks! -- Daniele Dellafiore http://blog.ildella.net http://twitter.com/ildella - To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org For additional commands, e-mail: users-h

[tinymce] problem adding/removing TinyMceBehavior dinamically

2009-09-30 Thread Daniele Dellafiore
erything continue to work. Any idea? -- Daniele Dellafiore http://blog.ildella.net http://twitter.com/ildella - To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org For additional commands, e-mail: users-h...@wicket.apache.org

Re: TinyMCE in an Ajax loaded panel

2009-09-30 Thread Daniele Dellafiore
ave a problem with the checkbox that enable/disable the behavior. I am going to write on this mailing list for help about that. -- Daniele Dellafiore http://blog.ildella.net http://twitter.com/ildella - To unsubscribe, e-mail: user

Re: [tinymce] problem adding/removing TinyMceBehavior dinamically

2009-09-30 Thread Daniele Dellafiore
, bgooren wrote: > > It's not possible to add TinyMCE dynamically due to the way TinyMCE works. > What you can do however, is pre-load TinyMCE, and dynamically enable/disable > it on a component. > > Daniele Dellafiore wrote: >> >> Hi. I have a problem with this exampl

Re: Wicket in Italy

2009-09-30 Thread Daniele Dellafiore
On Wed, Sep 23, 2009 at 7:49 PM, Giovanni wrote: > Hi, > > are there any Wicketers living in Turin, Italy? Hi, Milano :) -- Daniele Dellafiore http://blog.ildella.net http://twitter.com/ildella - To unsubscrib

Re: [tinymce] problem adding/removing TinyMceBehavior dinamically

2009-10-03 Thread Daniele Dellafiore
t; > > >> > >> It's not possible to add TinyMCE dynamically due to the way TinyMCE > >> works. > >> What you can do however, is pre-load TinyMCE, and dynamically > >> enable/disable > >> it on a component. > >> > >>

Re: [tinymce] problem adding/removing TinyMceBehavior dinamically

2009-10-05 Thread Daniele Dellafiore
uence script ) >{ >return "tinyMCE.execCommand('mceRemoveControl', false, '" + > editor.getMarkupId() + "'); " >+ super.decorateOnSuccessScript( script ); > >// Call to save contents back to textarea

Re: [tinymce] problem adding/removing TinyMceBehavior dinamically

2009-10-09 Thread Daniele Dellafiore
they are added to the same AjaxRequestTarget in the ADD callback. So happens that: 1. the remove fails because the old component is found no more 2. after, the submit fails because tinyMCE still have the old editor reference. --> ;( On Mon, Oct 5, 2009 at 11:44 AM, Daniele Dellafiore wrote

AjaxRequestTarget javascript execution order

2009-10-10 Thread Daniele Dellafiore
, right? So how may I execute some custom javascript on a AjaxRequestTarget that also add a component to be refreshed via ART.addComponent() so that my custom js is executed before the DOM is modified? -- Daniele Dellafiore http://blog.ildella.net http://twitter.com/ildella

Re: [tinymce] problem adding/removing TinyMceBehavior dinamically

2009-10-10 Thread Daniele Dellafiore
HeaderContributor(new IHeaderContributor() { >             public void renderHead(IHeaderResponse response) { > > response.renderJavascriptReference(TinyMCESettings.javaScriptReference()); >             } >        })); > > Dane > > On Fri, Oct 9, 2009 at 10:17 AM, Daniele Dellafio

Re: AjaxRequestTarget javascript execution order

2009-10-10 Thread Daniele Dellafiore
; > > Sounds like what you're looking for if I'm understanding your question > correctly. > > Craig >  _ > > From: Daniele Dellafiore [mailto:ilde...@gmail.com] > To: users@wicket.apache.org > Sent: Sat, 10 Oct 2009 07:51:27 -0400 > Subject: AjaxReques

Re: images not under the context root directory

2010-02-11 Thread Daniele Dellafiore
serve an image that is not dynamic, is just stored in a user related folder? -- Daniele Dellafiore http://danieledellafiore.net - To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org For additional comma

Resource authorisation scenario: dealing with non-application wide permissions

2010-02-11 Thread Daniele Dellafiore
that method) would be fine enough? I think I can save a lot of "ifs" or a lot of override if I Can figure out a way to implement it the way I described. I will sleep on this :) -- Daniele Dellafiore http://danieledellafiore.net

Re: Authorization and

2010-02-12 Thread Daniele Dellafiore
Senior systemutvikler > Arrive AS > T (+47) 48 16 06 18 > E-post: toriv...@arrive.no > http://www.arrive.no > http://servicedesk.arrive.no > > > > -- Daniele Dellafiore http://danieledellafiore.net

Re: Slides of Wicket and Struts 2

2010-02-15 Thread Daniele Dellafiore
t; > >> > >> > >> --------- > >> To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org > >> For additional commands, e-mail: users-h...@wicket.apache.org > >> > >> > > > > - > > To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org > > For additional commands, e-mail: users-h...@wicket.apache.org > > > > > > > > -- > César Alberto Barrera > > - > To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org > For additional commands, e-mail: users-h...@wicket.apache.org > > -- Daniele Dellafiore http://danieledellafiore.net

Re: Slides of Wicket and Struts 2

2010-02-18 Thread Daniele Dellafiore
on comparison, I do not have enough skill on any other web framework. Maybe my talk will be followed by one about GWT. So give me some argument for comparison! :) Here we go, my work in progress: http://docs.google.com/View?id=dhccq8r9_73c3hs85g2 -- Daniele Dellafiore http://danieledellafiore.net

Re: Wicket used for mobile.walmart.com

2010-02-23 Thread Daniele Dellafiore
almart, Wells Fargo) is a > gold-mine for those business cases for Wicket. > > In fact I have immediately changed my presentation about Wicket with this new one http://docs.google.com/present/view?id=dhccq8r9_77c6dhxjdh ;) -- Daniele Dellafiore http://danieledellafiore.net

Load webapp from two different tab result in a 302

2010-03-12 Thread Daniele Dellafiore
help. -- Daniele Dellafiore http://danieledellafiore.net

Cookie, WebRequest and mount point

2010-03-18 Thread Daniele Dellafiore
nt to have nice URL. It is not important that landing page is /public, I would prefere that both landing page and home page (after signing in), have just / context. How can I achieve this? Any ideas? Thanks! -- Daniele Dellafiore http://danieledellafiore.net

Re: Cookie, WebRequest and mount point

2010-03-18 Thread Daniele Dellafiore
Vaynberg wrote: > always save your cookies using the / path > > -igor > > On Thu, Mar 18, 2010 at 10:14 AM, Daniele Dellafiore > wrote: > > Hi. > > > > During the login I set a cookie called "login". > > It works but when I want to logout, getWeb

Re: OnChangeAjaxBehavior receives only first input character

2008-11-02 Thread Daniele Dellafiore
then it > would work.. > > Daniele Dellafiore wrote: >> >> Hi all. >> >> I am using an OnChangeAjaxBehavior on a textField to filter contents >> of a table. >> My code is very similar to this example: >> http://www.wicket-library.com/wicket-examples/ajax/o

Use a Model as object for AjaxEditableLabel

2008-11-17 Thread Daniele Dellafiore
that allow to bypass the modelObject if is of a Model class and go looking for the property in the undelying class. Is possible to obtain the same mechanism also on the AjaxEditable* family? Thanks. -- Daniele Dellafiore http://blog.ildella.net

obtain the wicket-modal id in java code

2008-11-26 Thread Daniele Dellafiore
d this can be difficoult to do in an easy way for all browser. At least, I think so, I am a little confused about xpath and javascript that is cross browser, I accept any kind of advice. Thanks. -- Daniele Dellafiore http://blog.i

javascript conflicts

2008-11-27 Thread Daniele Dellafiore
? -- Daniele Dellafiore http://blog.ildella.net/ - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

brainstorming

2009-01-05 Thread Daniele Dellafiore
ions that can be done and cover a lot of repetetive task in building a wicket app. In particular the first thing allow us to have a full web site "parsed" from a generic html page. What do you think? Am I getting crazy or there is something useful her

Re: generalized way to ignore mouse input during screen refresh?

2009-01-10 Thread Daniele Dellafiore
diately available, many people can use it to provide feedback and let the component grow, so eventually it can become a standard wicket component. getting commit accesso for wicket stuff is not complicated, I guess some project in wicket-stuff can "hos

serving static images

2009-01-13 Thread Daniele Dellafiore
can check the original author for permission. -- Daniele Dellafiore http://blog.ildella.net/ - To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org For additional commands, e-mail: users-h...@wicket.apache.org

SelectOption and DropDownChoice

2011-10-10 Thread Daniele Dellafiore
hich I do not find at all in the SelectOptions. -- Daniele Dellafiore http://danieledellafiore.net - To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org For additional commands, e-mail: users-h...@wicket.apache.org

Mounting external pages to root

2011-10-10 Thread Daniele Dellafiore
y redirected to ExternalPage.class, also keeping the ${page} parameter that I use internally in that page. There's a nice way to do that? Thanks. -- Daniele Dellafiore http://danieledellafiore.net - To unsubscribe, e-

Re: I18N for bookmarkable urls

2011-10-11 Thread Daniele Dellafiore
/create http://xxx/impressum >> >> } else { >> >>   // http://xxx/imprint >> >> } >> >> >> >> Obviously the following code does not help: >> >>   add(new BookmarkablePageLink("link", ImprintPage.class)); >> >> >> >> Does anyone have a good idea? >> >> >> >> Best regards, >> >>     Ilja Pavkovic >> > >> > - >> > To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org >> > For additional commands, e-mail: users-h...@wicket.apache.org >> >> - >> To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org >> For additional commands, e-mail: users-h...@wicket.apache.org >> > > -- > binaere bauten gmbh · tempelhofer ufer 1a · 10961 berlin > >   +49 · 171 · 9342 465 > > Handelsregister: HRB 115854 - Amtsgericht Charlottenburg > Geschäftsführer: Dipl.-Inform. Ilja Pavkovic, Dipl.-Inform. Jost Becker > > - > To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org > For additional commands, e-mail: users-h...@wicket.apache.org > > -- Daniele Dellafiore http://danieledellafiore.net - To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org For additional commands, e-mail: users-h...@wicket.apache.org

Re: I18N for bookmarkable urls

2011-10-11 Thread Daniele Dellafiore
;> >> http://xxx/impressum >>> >> http://xxx/imprint >>> >> >>> >> the native approach would be somethink like: >>> >> >>> >> mountBookmarkablePage("imprint", ImprintPage.class); >>> >&

Visiting children and adding updatingBehavior

2011-12-14 Thread Daniele Dellafiore
ethod and also it seems to me that not all the formComponent that I have are added as for the second system out. Maybe I am making the visit wrong... -- Daniele Dellafiore http://danieledellafiore.net

Reload HTML from deployed war

2010-06-26 Thread Daniele Dellafiore
nothing changes. When I run the app in a embedded jetty 6 on my machine, if I change the HTMl in the target/classes folder, changes occur for real. I am wondering why the two different behaviors given that on both container the webapp starts with wicket in Development mode. Any advice? -- Daniele

Wicket frontend and Restlet backend

2010-10-25 Thread Daniele Dellafiore
d web frontend run on the same OSGI server. Any advice on running wicket on a Felix/Karaf instance? -- Daniele Dellafiore http://danieledellafiore.net - To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org For additional

AutocompleteTextField and object (not just String)

2012-08-01 Thread Daniele Dellafiore
using a specific Renderer. How can that be done? Thanks anyone for help. -- Daniele Dellafiore http://danieledellafiore.net - To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org For additional commands, e-mail: users-h...@wicket.apache.org

Data-driven gui: generation from XML

2011-03-06 Thread Daniele Dellafiore
will be the same and the gui can be generated in a consistent manner from the same XML, maybe just adding some more translation. Thanks. -- Daniele Dellafiore http://danieledellafiore.net - To unsubscribe, e-mail: users-unsubscr

Re: Fwd: wicket 1.5-rc2 and aggregate jar for osgi

2011-04-06 Thread Daniele Dellafiore
I'd really like to start my wicket app in a osgi (karaf) container. My app uses also wicket-spring. What is the best way to do that now, with wichet 1.5 rc3? Thanls. On Wed, Mar 16, 2011 at 2:25 PM, Michael O'Cleirigh < michael.ocleir...@rivulet.ca> wrote: > Hello, > > The way releases have been

Re: Fwd: wicket 1.5-rc2 and aggregate jar for osgi

2011-04-06 Thread Daniele Dellafiore
ombine the all needed > .jars as we did in RC1. > > On Wed, Apr 6, 2011 at 2:51 PM, Daniele Dellafiore > wrote: > > > I'd really like to start my wicket app in a osgi (karaf) container. > > My app uses also wicket-spring. What is the best way to do that now, with >

Re: Fwd: wicket 1.5-rc2 and aggregate jar for osgi

2011-04-06 Thread Daniele Dellafiore
yes the idea is not to have the huber jar, it's all about this, is the main feature :) some guys in the felix maling list suggested me that's actually possible and supported, it's called WAB, that's a war without /lib (a partially reverse recursive achronim for A Better War) http://old.nabble.com

Re: Fwd: wicket 1.5-rc2 and aggregate jar for osgi

2011-04-22 Thread Daniele Dellafiore
Hi, sorry I read your reply only today... I got basically to the same results yesterday, but I've some problem which I summarized in the last message in this thread on felix mailing list: http://old.nabble.com/A-better-life%3A-quick-webapp-deploy-to31334158.html I'll go into details point by poin

[osgi] package org.apache.wicket.request exported either from core and request packages

2011-04-25 Thread Daniele Dellafiore
bundles really does not fit well in OSGI. Any possible solution? -- Daniele Dellafiore http://danieledellafiore.net

Re: [osgi] package org.apache.wicket.request exported either from core and request packages

2011-04-25 Thread Daniele Dellafiore
s exported by different bundles is wrong. Should I fill a issue for this? On Mon, Apr 25, 2011 at 1:01 PM, Daniele Dellafiore wrote: > Hi. > > Whe I try to start my wicket webapp from Karaf, I receive a > NoClassFoundException agains Request. > The problem is that my app imports

Re: [osgi] package org.apache.wicket.request exported either from core and request packages

2011-04-25 Thread Daniele Dellafiore
2:51 PM, Daniele Dellafiore wrote: > I've "solved" this removing > org.apache.wicket.request > > from Export-Package in wicket.core bundle jars. > This works only because I'm not using request.ClientInfo class. > Probablhy during runtime there will be ot

Re: [osgi] package org.apache.wicket.request exported either from core and request packages

2011-04-25 Thread Daniele Dellafiore
, Apr 25, 2011 at 3:18 PM, James Carman wrote: > On Mon, Apr 25, 2011 at 10:15 AM, Daniele Dellafiore > wrote: > > > > I think that the wicket package layout should be changed now that -util > and > > -request bundles have been detached from -core. > > > >

Re: [osgi] package org.apache.wicket.request exported either from core and request packages

2011-04-25 Thread Daniele Dellafiore
-request bundle to make it visible, but it's a minor thing. I open a bug on jira now... wow, is down :) well, as soon as it get back online. On Mon, Apr 25, 2011 at 4:03 PM, Daniele Dellafiore wrote: > it is not. > > I'm hacking on the trunk to make that work. > Maybe a quick s

Re: [osgi] package org.apache.wicket.request exported either from core and request packages

2011-04-25 Thread Daniele Dellafiore
ctly this problem. > It seems you didn't read it at all. Please read again the part > mentioning Wicket 1.5 RC1. > > On Mon, Apr 25, 2011 at 6:30 PM, Daniele Dellafiore > wrote: > > I did it. Yes, the tough way but I did it. > > Now the 1.5RC3 quickstart app just st

Re: [osgi] package org.apache.wicket.request exported either from core and request packages

2011-04-25 Thread Daniele Dellafiore
It took almost 10 minutes to do that to me. If problem is retro-compatibility well... it's a major release, it's a good time, isn't it? > > On Mon, Apr 25, 2011 at 9:08 PM, Daniele Dellafiore > wrote: > > Are you referring to this conversation? > > > htt

Re: [osgi] package org.apache.wicket.request exported either from core and request packages

2011-04-25 Thread Daniele Dellafiore
On Mon, Apr 25, 2011 at 8:00 PM, Martin Grigorov wrote: > > On Mon, Apr 25, 2011 at 9:29 PM, Daniele Dellafiore > wrote: > > The idea of OSGi is to have interface and replaceable implementations. > You can use this to replace Hibernate with EclipseLink as JPA > imple

Re: [osgi] package org.apache.wicket.request exported either from core and request packages

2011-04-26 Thread Daniele Dellafiore
On Tue, Apr 26, 2011 at 11:48 AM, Eike Kettner wrote: > the "uber-jar" is only concerning wicket, not any war bundle. while it > would be of course "nicer" to have all wicket jars as separate bundles > available out of the box. but one solution I find quite ok is creating > one bundle out of core

Re: [osgi] package org.apache.wicket.request exported either from core and request packages

2011-04-27 Thread Daniele Dellafiore
On Tue, Apr 26, 2011 at 9:12 PM, Daan van Etten wrote: > Op 26 apr 2011, om 16:41 heeft Martin Grigorov het volgende geschreven: > > > Not doing anything now because it can break in the future is not a really > good argument..? > Anything can break, that's why there are unit tests, release candid

Re: [osgi] package org.apache.wicket.request exported either from core and request packages

2011-04-27 Thread Daniele Dellafiore
On Tue, Apr 26, 2011 at 11:48 PM, Eike Kettner wrote: > Hi Daniele, > > > > > This is not as bad as having to package the uber-jar with the war, sure. > > Better than keeping a separate wicket codebase, at least :) > > > > Anyway it's still a custom solution that I, and all wicket developers, > h

Re: [osgi] package org.apache.wicket.request exported either from core and request packages

2011-04-27 Thread Daniele Dellafiore
On Wed, Apr 27, 2011 at 8:57 AM, Martin Grigorov wrote: > I'm not against improving the current state. I'm saying that it want > last long without your help. > I said several times that the community can create the uber-jar > project in wicketstuff but so far no one wanted to do it. > I can do it

ContextImage and external URL

2011-06-07 Thread Daniele Dellafiore
. What do you think? Also, I really do not have a clear idea on how to do that in a nice way, any tip? -- Daniele Dellafiore http://danieledellafiore.net - To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org For additio

Re: ContextImage and external URL

2011-06-08 Thread Daniele Dellafiore
> On Tue, Jun 7, 2011 at 11:46 PM, Daniele Dellafiore > wrote: > > Hi. > > > > I take some user uploaded images from an external service that answer > > at, say, localhost:8181/images > > My wicket app run on localhost:9191/app > > I want to load the image