I am testing the concurrency of my application now.
I found out when more than one user visit the same wizard page, it will have
the exception.
The exception happened, when second user push next button on the wizard
page.
The method Form.onFormSubmitted will be called twice, the first will have
On Fri, Jan 16, 2009 at 01:47:16PM +0100, Tobias Marx exclaimed:
>I think there already a lot of projects out there that try to optimize
>web-development in Java.
>Instead of starting yet another project I think it would be better to find out
>which framework is most
>flexible and has the best d
i think maven searching is an ideal way to publish and discover wicket
components at
present. i never meant to imply that that should be the only way to do this
or that the
idea of a wicket component jar should be tied to something like a repository
or a transport.
i also don't think it should b
> you're certainly free to go in whatever direction you want,
to be clear, i fully agree on the decentralized model for:
- people and the development of this app, and data contributed by
wicket users: this should be as democratic as possible
- artifacts / components:
> there may someday be wicket
you're certainly free to go in whatever direction you want, but i still like
the idea of a fully decentralized model. there may someday be wicket
components
in central or elsewhere, even outside maven repos (downloadable via HTTP
like
matej's inmethod stuff was for a while)
i also think the nexus
[update]
i have open sourced the wickethub project, an ongoing effort to keep
track of wicket goodies (snippets, plugins, components -- which are
not all necessarily hosted at wicketstuff).
http://code.google.com/p/wickethub/
first version needs to be polished. top features to develop are:
*
i don't completely agree:
- to be searched by nexus, repo needs to be nexus-aware: i.e.
"nexus-maven-repository-index.properties and
nexus-maven-repository-index.zip files need to be deployed to the
/.index folder at maven repository root".
we are mainly talking about wicketstuff projects current
Wicket stuff is a very relaxed project. Just provide us with your
sourceforge.net account name, and we'll add you to the project.
Martijn
On Sat, Jan 17, 2009 at 4:37 PM, Vitek Tajzich wrote:
> Hi,
>
>
>
> I know that this question is not directly related to wicket itself but I
> hope that someb
Hi,
I know that this question is not directly related to wicket itself but I
hope that somebody knows answer J
I have updated wicketstuff-lightbox project to be compliant with wicket
1.4-rc1 and I would send my changes back but I cannot find some contact,
mail or something about wicketstuff
rag...@directi schrieb:
Can any one please help me with testing an AjaxSubmitButton on a form.
I am using tester.executeAjaxEvent to call the event. But I am not sure how
to set the data on the form and submit the data while using an ajax submit
button
There is a form tester
FormTester ft
Hello,
I am trying to extend a data table to be able to respond to clicks
anywhere on the row table:
public interface ClickHandler extends Serializable {
public void onClick( Item item );
}
public class CustomDataTable extends DataTable {
private FilterForm
You could take a look at the Hippo blog project, (follow the README)
http://svn.hippocms.org/repos/hippo/experimental/hippo-blog/trunk
It is composed of a customized CMS and a site web-application.
The cms has the blog document types added as an additional jar to the
standard packaged cms war. Th
Can any one please help me with testing an AjaxSubmitButton on a form.
I am using tester.executeAjaxEvent to call the event. But I am not sure how
to set the data on the form and submit the data while using an ajax submit
button
--
View this message in context:
http://www.nabble.com/How-to-te
Can i then do this?
Component x = new Component()
parent.add('first', x)
parent.add('second',x)
Or should it then throw an exception at runtime (it wil in develop mode)
And if there are situations that the component wants to know its name
before its added to the parent (in its constructor for ex
What kind of dirs doe jou see in that dir under tomcat? How many entries?
Do you have it for all your sessions? Is the filename incorrect?
On 16/01/2009, ragu_sree wrote:
>
> I am using wicket1.3.5 version only , but still getting the problem , any
> one please provide me the solution
> --
> Vi
15 matches
Mail list logo