examples7x.wicket.apache.org not available

2016-06-08 Thread Marc Ende
Hi, I've seen that the http://examples7x.wicket.apache.org/ is currently not available. There is an proxy error. It would be great if the examples would be available soon, they're a great resource. ;) Cheers Marc - To unsubscrib

Re: Application with name 'xxxx' already exists.

2011-07-02 Thread Marc Ende
Hmm... there is just one, no more. :( Am 30.06.2011 10:23, schrieb Martin Grigorov: > This can happen when you have two WicketFilter declarations in web.xml > with the same name. > > On Thu, Jun 30, 2011 at 9:00 AM, me wrote: >> Hi, >> >> the last hours I wanted to give the 1.5-RC a try. But ther

Re: visural-wicket 0.6.5 released!

2010-11-26 Thread Marc Ende
May be you should mention the need for visural-common in the basic-usage. When using the InputHintBehavior I got an ClassNotFound exception. anyway: a visural-wicket is a great collection of components. ;) marc 2010/11/25 Richard Nichols > What error are you getting? > > It may be related to m

Re: wicketstuff-repo

2010-06-15 Thread Marc Ende
Ah, I've found it: http://repo1.maven.org/maven2/org/wicketstuff/ Thanks marc 2010/6/15 nino martinez wael > someone mentioned sonatype..Search the list for sonatype.. > > 2010/6/15 Marc Ende > > > Hi, > > > > is there another wicketstuff-repo (a mirror f

wicketstuff-repo

2010-06-15 Thread Marc Ende
Hi, is there another wicketstuff-repo (a mirror for example)? Wicketstuff is now down for some days and I'll need some artifacts from the repo. marc

i18n and resource bundles (wicket wiki)

2009-10-24 Thread Marc Ende
Hi, on the wicket-wiki (http://cwiki.apache.org/WICKET/i18n-and-resource-bundles.html) I've found a point that won't work. Below the point "Load resources dynamically for a component" there is the first alternative using ...PackageResource.get(MyComponent.class, "Mycomponent.properties")... I've

Re: end tag not found in panel-div

2009-10-24 Thread Marc Ende
ith wicket:ids inside a > tag that you want to be replaced with a panel. > > -igor > > On Sat, Oct 24, 2009 at 12:16 AM, Marc Ende wrote: > >> Hi, >> >> I had worked on several projects with 1.3 and now I have changed to >> 1.4.2 (and now to 1.4.3). &g

end tag not found in panel-div

2009-10-24 Thread Marc Ende
Hi, I had worked on several projects with 1.3 and now I have changed to 1.4.2 (and now to 1.4.3). After that I have a strange error when I'm using panels: WicketMessage: close tag not found for tag: . Component: [MarkupContainer [Component id = headerLogo]] This happens within a panel which look

Re: rpc question

2009-09-18 Thread Marc Ende
ri, 18 Sep 2009 17:48:01 +0200 schrieb Marc Ende : > Hi Petr, > > I think you should use a LoadableDetachableModel. Within the method > load() you can execute your call to the webservice or other > remote-service. > > http://cwiki.apache.org/WICKET/working-with-wicket

Re: rpc question

2009-09-18 Thread Marc Ende
Hi Petr, I think you should use a LoadableDetachableModel. Within the method load() you can execute your call to the webservice or other remote-service. http://cwiki.apache.org/WICKET/working-with-wicket-models.html#WorkingwithWicketmodels-DetachableModels yours marc Am Fri, 18 Sep 2009 14:20:

Re: Wicket behind proxy (AJP)

2009-07-03 Thread Marc Ende
Hello Sergey, I had the same problems but I solved them using the virtual-host-feature of tomcat. After that the ProxyPass looks very easy: ... ProxyPass / ajp://localhost/ ... yours marc Sergey Podatelev schrieb: Hello, I know this question had already been asked here, but I still cou

FileUploadField updating model

2009-06-09 Thread Marc Ende
Hi there, I'm planning to use a FileUploadField within a Form which I already use for insert and edit operations. Now there should be a FileUploadField within this form. It might be a completely stupid question. What happens if I have a model with a filled property which is the part which uses the

Re: Wicket-Guice: Inject into Session

2009-04-28 Thread Marc Ende
database connection. m. Jan Torben Heuer schrieb: > Marc Ende wrote: > > >> webapps do. In this case you've got to serialize the connection. I don't >> think that's easy/possible to seralize a database connection. >> I would go another approach which

Re: Wicket-Guice: Inject into Session

2009-04-28 Thread Marc Ende
Hi Jan, the Session (org.apache.wicket.Session) implements Serializable. So I think that wicket is also serializing the session object as other webapps do. In this case you've got to serialize the connection. I don't think that's easy/possible to seralize a database connection. I would go anot

Re: wicket, slf4j and logback

2009-04-09 Thread Marc Ende
Hi, solution found: old libs and a wrong configuration... Sorry for disturbing... marc Marc Ende schrieb: Hi, I've changed from logging using log4j to logback but there is a little drawback I haven't figured out in this combination. I've got this logback.xml: ${jboss

wicket, slf4j and logback

2009-04-08 Thread Marc Ende
Hi, I've changed from logging using log4j to logback but there is a little drawback I haven't figured out in this combination. I've got this logback.xml: ${jboss.server.log.dir}/wz.log %d{HH:mm:ss.SSS} [%thread] %-5level %logger{36} - %msg%n Ev

Re: Wicket-auth-roles + EJB 3 (Authentication and Authorization)

2009-03-22 Thread Marc Ende
Hi Barry, I've running three webapps using wicket (1.3) wicket-security (SWARM/WASP) together with JAAS. It's working great. Ok, the logout isn't very nice but it's doing it's job. At first I had the same impression that's a hack and complicated but now, using it several times. It looks easy a

Handling 404 in wicket?

2009-02-06 Thread Marc Ende
Hi, within a Project there is the need for a "customized" 404-Page. Users with a misspelled url should get a standard 404-Page and some "hints" which pages they possible wanted to show. The other point is that I would like to reuse the templates, inheritance and so on and not to create some "speci

Re: UTF-8 bug in wicket? Or in Tomcat?

2009-01-29 Thread Marc Ende
Hi Philipp, are your texts are stored in a database? Then you've got two more points where you can search: The encoding of the table and the encoding of the connection. Do you've got the same issues with the templates? Marc Philipp Daumke schrieb: Hi Mathias, 'äöü' is actually already conve

swarm & wicket 1.4

2008-11-17 Thread Marc Ende
Hi, currently I'm using swarm securing some webpages build on wicket. Now, that's wicket 1.4 is getting nearer, I would like to know if there is something planned with swarm for wicket 1.4. Do you know if it's compatible or is there a new release needed? yours Marc signature.asc Description

Re: overLIB Integration...

2008-11-17 Thread Marc Ende
Hi, imho this would be a nice feature. What about the mentioned constructor is it still OverlibBehavior(String) or do you plan also a OverlibBehavior(IModel)? It would be nice to have such a constructor when the contents should be loaded from a model. Marc James Carman schrieb: > Would anyone b

Wicket Security

2008-10-06 Thread Marc Ende
Hi, I'd like to integrate security in my wicket application. I've seen a tutorial regarding jaas, ldap etc. (http://blog.xebia.com/2008/05/08/wicket-jboss-jaas-ldap/) and I've found swarm. In the repositories I had found wicket-security. While reading the tutorial I've found that the wicket-securi

Re: wicket 1.3.4/wicket-contrib-javaee compilation error

2008-10-01 Thread Marc Ende
our project wicket-ioc will be > brought in via transitive dependency because it is declared in > javaee's pom. > > -igor > > On Wed, Oct 1, 2008 at 9:02 AM, Marc Ende <[EMAIL PROTECTED]> wrote: >> a) Thanks for the help, I'll try that tomorrow. >> b) I

Re: wicket 1.3.4/wicket-contrib-javaee compilation error

2008-10-01 Thread Marc Ende
maven to manage > your dependencies if you dont know how to do that yourself. > > -igor > > On Wed, Oct 1, 2008 at 3:00 AM, Marc Ende <[EMAIL PROTECTED]> wrote: >> Hi, >> >> I wanted to use the wicket-contrib-javaee extension to use annotations for >> my

wicket 1.3.4/wicket-contrib-javaee compilation error

2008-10-01 Thread Marc Ende
Hi, I wanted to use the wicket-contrib-javaee extension to use annotations for my beans. Following the steps in the doc I have added addComponentInstantiationListener(new JavaEEComponentInjector(this)); to my applications init() method. The application-class is an extended AuthenticatedWebA