El jue, 27-11-2008 a las 15:54 -0600, Jeremy Thomerson escribió:
I am beginning the WS reorg as noted in previous emails. You can monitor
progress here:
https://wicket-stuff.svn.sourceforge.net/svnroot/wicket-stuff/trunk/wicketstuff-core/
As we move projects into the wicketstuff-core, I
Sofia, Bulgaria
El jue, 11-12-2008 a las 19:57 +0100, francisco treacy escribió:
to know a little bit more of our great (and vast) community, i was
just wondering if you're keen on sharing where you come from and/or
where you work with wicket...
for instance, here argentinian/belgian
Does it have to be a book ?
I do really like Igor's series at wicketinaction.com.
Pros: the community feedback as comments.
Cons: it is not profitable.
El mar, 30-12-2008 a las 00:32 -0800, Jonathan Locke escribió:
Well, over the break here I've started something I swore I would never do
Add GWT to the comparison
El lun, 05-01-2009 a las 09:32 -0500, Hoover, William escribió:
I think this:
http://www.indeed.com/jobtrends?q=Seam%2C+Grails%2C+Tapestry%2C+Wicket%2
C+Stripesl=relative=1 is more accurate ;o)
-Original Message-
From: HHB [mailto:hubaghd...@yahoo.ca]
Browse in http://wicketstuff.org/maven/repository
El mié, 07-01-2009 a las 21:56 -0800, noon escribió:
Is there a Maven2 repository where I can download the
wicket-contrib-jasperreports JAR files?
http://wicket-stuff.svn.sourceforge.net/svnroot/wicket-stuff/trunk/wicket-contrib-jasperreports
Hi all,
I just uploaded the presentation that me and a colleague of mine did
last Wednesday at Bulgarian Java user group.
The event was quite a success. I hope we refactored some of the JSF
supporters :-)
The interesting thing about this presentation is that it was made with
Wicket itself. Yes,
wish we'd be having one
presentation like this in Romania too.
Cristi Manole
On Sun, Jan 18, 2009 at 2:34 PM, Peter Thomas ptrtho...@gmail.com wrote:
On Sun, Jan 18, 2009 at 8:42 PM, Martin Grigorov
martin.grigo...@fredhopper.com wrote:
Hi all,
I just uploaded
El lun, 26-01-2009 a las 09:56 +0100, Steve Flasby escribió:
Chaps, I have installed FindBugs and it complains about code fragments
like:
@Inject
private PortfolioService mPortfolioService;
in my Page classes, telling me:
[M B Se] Non-transient non-serializable instance field
There is a branch for 1.3.x
https://wicket-stuff.svn.sourceforge.net/svnroot/wicket-stuff/branches/wicket-1.3.x/
El mié, 28-01-2009 a las 11:29 +0100, Peter Neubauer escribió:
Hi folks,
I added Gmap layer support to Wicketstuff-OpenLayers, but I am using
the 1.3.5 Wicket, all wicketstuff core
I have seen such code somewhere:
public class myLDM extends LoadableDetachableModel {
transient @SpringBean myDAO;
public Object load() {
InjectorHolder.getInjector().inject(this);
return myDAO.get(...);
}
}
El vie, 06-02-2009 a las 13:21 +0100, Martijn Dashorst escribió:
How would you
see CompoundBehavior in wicketstuff-minis
El lun, 16-02-2009 a las 03:06 -0800, rag...@directi escribió:
I am using an AjaxLink which has a javascript for onclick event now i want to
add AjaxFormValidatingBehavior to this link on the same event onclick
...i tried adding the same...but the
I could do it but why it should be lower cased ?
What will happen with months (MM)? They will become minutes (mm). Is
this correct ?
I see there is sdf.toPattern().toLowerCase() below but this seems like a
bug to me.
Can you give more details because I'm not using this behavior.
El lun,
).getTextFormat();
i called toLowerCase() and it solved the issue, i didn't dig deep into it.
regards
dipu
On Tue, Feb 17, 2009 at 10:57 AM, Martin Grigorov mcgreg...@e-card.bg wrote:
I could do it but why it should be lower cased ?
What will happen with months (MM)? They will become
use wicket-spring to get references to your beans
El mar, 17-02-2009 a las 03:43 -0800, Edwin Ansicodd escribió:
have a Serializable object on a Wicket page. This object in turn has a
reference to an XMLBeanFactory. Wicket is giving me an error because
XMLBeanFactory is not serializable.
[wicki.domain.PageRepository] not found
bean .. class=com.helmbold.wicki.domain.PageRepository/
missing com.helmbold ?!
El vie, 20-02-2009 a las 17:25 +, Christian Helmbold escribió:
I try to use Wicket's Spring integration, but I get the following error:
WicketMessage: Can't instantiate
In my experience the most often case is when I have a non-serializable
field in a page with Ajax components.
On the first Ajax interaction the serialization fails
(SerializableChecker logs its detailed exception) and on the next Ajax
request Wicket cannot find a page with the latest version and
Very nice, indeed !
El mié, 25-03-2009 a las 12:43 +0530, vineet semwal escribió:
wow,
thanks for this ultimate application !
I have bookmarked it ;)
regards,
vineet semwal
On Wed, Mar 25, 2009 at 9:07 AM, Vinayak Borkar vbo...@yahoo.com wrote:
Hello fellow Wicketeers,
We have
On Thu, 2008-07-03 at 12:21 +0200, Alexander Landsnes Keül wrote:
I'm having a wee bit of a problem getting TextFields to cooperate in our
project. I'm baffled by the problem, because it's something that's been
working fine for months.
The panel I'm working with is very a simple, a
Examples : http://wicketstuff.org/grid-examples/
Source:
https://wicket-stuff.svn.sourceforge.net/svnroot/wicket-stuff/trunk/inmethod-grid
On Wed, 2008-07-30 at 18:26 -0700, TahitianGabriel wrote:
Hi Matej,
The website (http://www.inmethod.com/) seems to be down.
I've got a tomcat welcome
On Tue, 2008-08-12 at 09:21 -0700, kgignatyev wrote:
Hi,
I have problem embedding Wicket pages (1.3.4) into JSP application.
index.jsp
jsp:include page=/wic/ flush=true/
and the cause is that inside WicketFilter
public String getRelativePath(HttpServletRequest request) returns empty
On Sun, 2008-08-17 at 13:36 +0200, Wayne Pope wrote:
Hi,
But how do I get that target?
As the items are being rendered using a ListView - the only time I can get
access is during the populateItem - but thats a ListItem, I need a
AjexRequestTarget to append the javascript?
You could
See IResponseFilter.
An example: AjaxServerAndClientTimeFilter.
On Thu, 2008-08-21 at 16:14 +0200, [EMAIL PROTECTED] wrote:
Hi,
Is there an easy way to retrieve a copy of the html that is send to the
browser as part of a response. I would like to be able to e.g. send the
source of
On Thu, 2008-08-21 at 16:23 +0200, Matej Knopp wrote:
I was thinking about implementing it like this.
But, it would make code that is already complicated even more
complicated. What's worst, it wouldn't work in clustered environment
where you need to send the page across cluster on every
Take a look at
o.a.w.resource.PropertiesFactory#loadPropertiesFile(String,
IResourceStream)
and o.a.w.util.io.Streams#loadFromXml(Properties, InputStream)
At first sign I didn't find a way to do what you need.
On Sat, 2008-08-23 at 12:44 +0200, Liz Huber wrote:
Hi,
does anyone know how
Hi,
you'll need some javascript to do this.
your link (alink) will have to call some JS function which will check
for changed inputs and if there is such input just call
event.preventDefault() to prevent the request to the LinkPage.class
On Wed, 2008-09-03 at 11:40 -0700, liza6218 wrote:
Hi,
OnChangeAjaxBehavior applies only to AbstractTextComponent. Such
components are: TextField and TextArea.
HiddenField is not!
You may try with a AjaxFormComponentUpdatingBehavior instead.
changed.add(new AjaxFormComponentUpdatingBehavior(myevent) {...});
and in JavaScript:
function change(){
Hi Timo,
You are right!
Looking closer at the code I see that it just makes some additional work
for TextField and TextArea.
Thanks!
On Sat, 2008-09-06 at 21:37 +0300, Timo Rantalaiho wrote:
On Sat, 06 Sep 2008, Martin Grigorov wrote:
OnChangeAjaxBehavior applies only
The easiest approach is to use Wicket's quickstart and start Start.java
in debug mode in your favorite IDE. With hot code replace and
DEVELOPMENT mode you will have all your changes in .java and resources
files reloaded automatically.
Other options are:
1. use Jetty's Maven plugin (mvn jetty:run)
On Thu, 2008-10-02 at 09:35 -0700, Jonathan Locke wrote:
btw, shouldn't we fail init if super isn't called in this case like those
other protections we built in?
+1
Martijn Dashorst wrote:
Why mocking with that setter. Put wicket in deployment mode. That way
you can't mess up the
Wicket is (mostly) server-side web framework so it is no problem to mix
it with any client-side JS library.
Get inspired by:
https://wicket-stuff.svn.sourceforge.net/svnroot/wicket-stuff/trunk/wicketstuff-scriptaculous
On Thu, 2008-10-02 at 08:18 -0700, ilanfox wrote:
Hello,
I am considering
https://issues.apache.org/jira/browse/WICKET-1859
On Fri, 2008-10-03 at 09:22 -0700, Igor Vaynberg wrote:
jira issue
-igor
On Thu, Oct 2, 2008 at 11:45 PM, Martin Grigorov [EMAIL PROTECTED] wrote:
On Thu, 2008-10-02 at 09:35 -0700, Jonathan Locke wrote:
btw, shouldn't we fail init
On Fri, 2008-10-10 at 09:51 -0700, Zach Cox wrote:
I feel dumb for even asking this, as there's got to be an easy way, but my
brain is blocked today...
I need a URL on my site, say http://mysite.com/something to redirect to
another site entirely, say http://othersite.com. Is there some
Hi,
Could you give me perms to commit in wicketstuff-jquery(-examples)
projects ?
My SF account name is: martingrigorov
Thanks
martin-g
-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL
Jars: http://wicketstuff.org/maven/repository/com/inmethod/
Demo: http://wicketstuff.org/grid-examples/
Update your bookmarks.
On Tue, 2008-10-21 at 11:53 +0200, Martin Voigt wrote:
Hi,
this may be the wrong place to ask, but anyways. What happened to the
inmethod/ grid web site?
Hi,
I just committed a demo implementation of a basic support for back and
forward buttons for Ajax requests.
The code could be found at:
impl:
https://wicket-stuff.svn.sourceforge.net/svnroot/wicket-stuff/trunk/wicketstuff-jquery/src/main/java/org/wicketstuff/jquery/ajaxbackbutton
examples:
I've changed it.
Since r4284 wicketstuff-parent/pom.xml has this:
properties
java.src.version1.5/java.src.version
wicket.version1.4-m3/wicket.version
slf4j.version1.5.2/slf4j.version
runtime.logtarget/velocity.log/runtime.log
with otherstuff using it?
Martin Grigorov wrote:
I've changed it.
Since r4284 wicketstuff-parent/pom.xml has this:
properties
java.src.version1.5/java.src.version
wicket.version1.4-m3/wicket.version
slf4j.version1.5.2/slf4j.version
at 00:43 +0200, Martin Grigorov wrote:
I've updated and build locally all projects that extends
wicketstuff-parent when I changed the dependency and everything was
fine.
But ... the 1.3.x projects
(https://wicket-stuff.svn.sourceforge.net/svnroot/wicket-stuff/branches/wicket-1.3.x)
still
You could download it from Maven repos as any other artefact:
http://repo1.maven.org/maven2/org/apache/wicket/wicket/1.4-m3/wicket-1.4-m3-javadoc.jar
Since 1.4 is actually 1.3 + generics (and very few other changes) you
could start with 1.4 and downgrade to 1.3 any time if you are concerned
that
Hi Tomasz,
Recently I integrated a JavaScript library with Wicket that could help
you with this particular application.
Take a look at the code and examples:
https://wicket-stuff.svn.sourceforge.net/svnroot/wicket-stuff/trunk/wicketstuff-jquery/src/main/java/org/wicketstuff/jquery/ajaxbackbutton
Is this session expiration or page expiration ?
I know it is a bit misleading but Wicket throws PageExpiredException
when it doesn't find a particular version of the requested page in the
page store.
There could be different reasons why the page is not found but in my
experience the most often
application in the end -- one that the user's will
appreciate more.
On Wed, Oct 29, 2008 at 6:12 AM, Martin Grigorov [EMAIL PROTECTED]wrote:
Hi Tomasz,
Recently I integrated a JavaScript library with Wicket that could help
you with this particular application.
Take a look at the code
Wicket doesn't control the lifecycle of the web container.
There is something else that triggers the restart (maybe the IDE ?!).
On Thu, 2008-10-30 at 01:46 -0700, geke wrote:
Hi,
on every change in my HTML or Java file the tomcat 6.0 server restarts
completely, for example if I change the
It has to be -DdownloadSources=true (with capital 'S'). Or eevn better
put this in the pom.xml itself.
If it still doesn't work by some reason then you could download it from
Maven repos and tell Eclipse about it.
There is no need to checkout the code just to generate the javadoc.
Fri,
Hi Susan,
I'm in the same situation. With the only difference I have few months
advance.
And I'd say the project works very good for now. Currently some of the
pages are backed by Wicket and the rest are still JSP ones and there is
no difference from a customer point of view.
None of the Wicket
El lun, 24-08-2009 a las 12:00 +0200, Martijn Dashorst escribió:
HtmlValidator was not designed for use in WicketTester, see my
response to this question [1].
That said, I'd like to extend HtmlValidator to be useful with
wickettester and will gladly accept patches :-)
This doesn't answer why
El vie, 18-09-2009 a las 10:51 +, Vadim Tesis escribió:
all,
i have a form with some input fields. after the user populates the form and
hits submit button, i'd like to do some processing on my website and then
redirect the user to external website by posting another form with
You have to use 1.4.x branch.
trunk is for 1.5. form persistence is removed only in trunk
El vie, 18-09-2009 a las 05:32 -0700, Vladimir K escribió:
Igor, thanks for the fix.
I tried to compile against 1.4.2-20090916 and obtained two compilation
errors. Now FormComponent does not contain
for example. Or you could use an actual form and
override the action URL, but that's probably a little heavy-handed for this.
--
Jeremy Thomerson
http://www.wickettraining.com
On Fri, Sep 18, 2009 at 7:21 AM, Martin Grigorov mcgreg...@e-card.bgwrote:
El vie, 18-09-2009 a las 10:51
El dom, 20-09-2009 a las 15:44 +0200, Erik Brakkee escribió:
Hi,
I have mounted a specific page using QueryStringUrlCodingStrategy to a
specific URL. Nevertheless, when I use setResponsePage(MyPage.class,
pageParams), I keep on getting a URL that has a session-specific parameter
with name
It seems this is the latest:
https://wicket-stuff.svn.sourceforge.net/svnroot/wicket-stuff/trunk/wicketstuff-dojo-1.1/
wicket 1.3.6
dojo 1.1
El lun, 21-09-2009 a las 09:54 +0200, Elena Stoll escribió:
Hi,
ask the question:
Is there a new version of wicketstuff-dojo, which is compatible
check
https://wicket-stuff.svn.sourceforge.net/svnroot/wicket-stuff/branches/wicket-1.3.x/wicketstuff-suckerfish/
https://wicket-stuff.svn.sourceforge.net/svnroot/wicket-stuff/branches/wicket-1.3.x/wicketstuff-suckerfish-examples/
and the author's blog entry:
this is pure JavaScript
just register a listener for 'keydown' event for all required fields
(probably the ones with tabindex) and if the event's key code is the one
for '+' on the keypad (I don't know it) then just call this.blur() which
will move the focus to the next field.
El lun,
El mié, 23-09-2009 a las 17:21 +0800, Haulyn R. Jason escribió:
Hi, all
I have a WebMarkupContainer in my page, and I need to create some links to
this WebMarkupContainer.But I do not have markup like a wicket:id=
foo/a, because I do not know how many links I need to create, but I do
not know
El mar, 29-09-2009 a las 11:47 +0400, Vladimir Kovalyuk escribió:
I believe it must be something extremely simple.
I set up a project in Eclipse Galileo using m2eclipse from Sonatype.
I'm trying to debug the wicket class. I set breakpoints and the execution
stops exactly at those points. The
Feel free to upgrade it to 1.4.
It should be easy. Just check out the code, follow the instructions at
http://cwiki.apache.org/WICKET/migrating-to-wicket-14.html
and if you wish donate your work back to community.
El mié, 30-09-2009 a las 14:37 +0800, 新希望软件 -- 俞宏伟 escribió:
I find lastest code
grid.selectItem(rowModel);
El vie, 02-10-2009 a las 11:25 +0200, Swanthe Lindgren escribió:
Does anybody know how to get a row initially selected when the grid is
first drawn?
//Swanthe
-
To unsubscribe, e-mail:
Take a look at http://atmosphere.dev.java.net/
Its goal is what you are looking for.
P.S. Maybe we already discussed this with you in ##wicket.
El lun, 05-10-2009 a las 09:08 +0200, Md. Jahid Shohel escribió:
Hi,
We need server push for one of our web application. Is there something
that
why do you want to use AjaxFallbackButton ?
you will not re-paint part of the page
use ResourceLink to download the file
El lun, 05-10-2009 a las 15:36 +0200, Giambalvo, Christian escribió:
Hi all,
simple question :)
how to send a dynamicly generated file (as byte array) through an
It is little strange that _your_ (I emphasize here) software uses
System.out.println() for logging instead of any of the logging
frameworks you created ;-)
From the manual on the page it is not very clear how to setup the whole
thing. Probably I could manage it but it would be good to add step by
El sáb, 17-10-2009 a las 14:56 +0200, Joe Hudson escribió:
Hello,
I need a component to have an html id that I set in markup because I'm
referencing it in other places. I also need to have the
setOutputMarkupId(true) on the component because I need to support ajax
behaviors. The
El dom, 18-10-2009 a las 07:32 +, wicketmon...@comcast.net escribió:
I came across inmethod that has it own wicket component like PropertyColumn.
Is it standard for wicket developement to use it.If so where can i get it and
where can i get the source file
thank you
The source of
El lun, 19-10-2009 a las 09:29 -0500, Jeremy Thomerson escribió:
add(new Label(comment, !-- foo bar --).setEscapeModelStrings(false));
+ .setRenderBodyOnly(true)
--
Jeremy Thomerson
http://www.wickettraining.com
On Mon, Oct 19, 2009 at 9:20 AM, Olivier Bourgeois olivier.bourgeois.pro@
Hi Adam,
You may try to debug what is the problem with
https://wiki.sdn.sap.com/wiki/display/Java/JPicus
El mar, 20-10-2009 a las 15:39 -0600, Adam Bender escribió:
Greetings all,
Recently I have been performance testing a Wicket application (1.4.1) and I
am running into the dreaded Too
El mar, 20-10-2009 a las 15:04 -0700, Douglas Ferguson escribió:
You can also check your html to make sure there aren't any urls that
would get loaded by the browser.
i.e. link, img, etc tags..
yeah, img src= ... / will make a second request to the page.
quite nasty!
fortunately there is a
checkout wicketstuff-minis-prototip and upgrade the dependencies
tune it, polish it and donate it back to community ;-)
El mié, 21-10-2009 a las 15:03 +0100, Callum MacGregor escribió:
Hi there,
I have a wicket application (using wicket 1.4.1) that uses tooltips and
have been using Prototip
El jue, 22-10-2009 a las 17:07 +0800, Haulyn R. Jason escribió:
Hi, all:
I have a page which is protected by MySession.isLogin().
I want to unit test this page and write the following code:
I think he meant wasting CPU cycles for constructing your components
which will be added to no-op ajaxrequesttarget
then you'll have to make check like if (target instanceOf
NullAjaxRequestTarget) {return;} which is not better than before
El sáb, 24-10-2009 a las 12:18 +0200, Andreas Petersson
There was only one distributionManagement in wicketstuff-core/pom.xml
(and sub-modules) without the needed setting:
snapshotRepository
idwicketstuff-org-maven/id
urlscpexe://wicketstuff.org/home/wicket/tomcat/webapps/maven/repository/url
uniqueVersionfalse/uniqueVersion
:48 +0200, Martin Grigorov escribió:
There was only one distributionManagement in wicketstuff-core/pom.xml
(and sub-modules) without the needed setting:
snapshotRepository
idwicketstuff-org-maven/id
urlscpexe://wicketstuff.org/home/wicket/tomcat/webapps/maven/repository/url
/1.4-SNAPSHOT/
johan
On Tue, Oct 27, 2009 at 11:59, Martin Grigorov mcgreg...@e-card.bg
wrote:
One more fixed: wicketstuff-animator/pom.xml
According to
http://maven.apache.org/pom.html#Distribution_Management
these fixes should be enough
Check the sources of:
http://wicketstuff.org/wicket14/customresourceloading/
El jue, 29-10-2009 a las 10:06 +0100, Pieter Degraeuwe escribió:
IMHO, I think it is not a good idea to pull them too far from eachother. It
is actually a good thing that classes and their corresponding markup is
it will take some time for 1.5 final
I'll recommend to use 1.4.x for the next several months
El jue, 29-10-2009 a las 09:55 -0600, Corbin, James escribió:
I noticed that 1.5 maintenance releases are available. Can someone
speculate on the release time frame for 1.5?
We are
Hi Martijn,
What ideas do you have for this area ?
I'll be glad to help if I can.
El vie, 30-10-2009 a las 09:27 +0100, Martijn Dashorst escribió:
I'm still eager to make WicketTester a first class citizen.
Martijn
On Thu, Oct 29, 2009 at 7:01 PM, dtoffe dto...@yahoo.com.ar wrote:
make script element a Wicket citizen :-)
script wicket:id=myScript.../script
El vie, 30-10-2009 a las 14:32 +0100, pawel wolanski escribió:
Hello,
Yesterday I've faced with problem with generating javascript code.
On page I've inserted code:
i.e.:
wicket:extend
formscript
What's the benefit of this approach instead of using input
type=reset/ without involving Wicket at all (it is stateless form) ?
El vie, 30-10-2009 a las 12:42 -0300, Tomás Rossi escribió:
Hi.
I have a stateless form and a button inside to reset all fields like this:
...
Hi Dusanb,
Try to debug it yourself.
Here are the steps:
- download the Wicket sources (the easiest way is: mvn
-DdownloadSources=true eclipse:eclipse, refresh the Eclipse project. The
same applies for IDEA and Netbeans)
- attach a breakpoint at
1.3.0 is too old
try to upgrade to latest 1.3.x at least (if not 1.4.3)
El mié, 04-11-2009 a las 00:53 -0800, Dusanb escribió:
you mean the jar for wicket.
i use these: http://old.nabble.com/file/p26192856/jar.jpg
reiern70 wrote:
Did you check your jars versions? As Igor has
El mié, 04-11-2009 a las 03:57 -0800, Dusanb escribió:
can somebody tell me how can i start new topic?
write mail to users@wicket.apache.org
-
To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org
For additional commands,
On Wed, 2009-11-11 at 09:21 +0100, Giambalvo, Christian wrote:
Hi all,
maybe i found a bug.
Don't know if I'm doing something wrong.
But it's a simple usecase.
Following code produces an exception:
public class HomePage extends WebPage {
private static
to the page.
That’s why there is Component#replaceWith(Component).
Greets
-Ursprüngliche Nachricht-
Von: Martin Grigorov [mailto:mcgreg...@e-card.bg]
Gesendet: Mittwoch, 11. November 2009 09:59
An: users@wicket.apache.org
Betreff: Re: AbstractAjaxTimerBehavior causes exception
On Wed
On Tue, 2009-11-17 at 20:22 +0530, sakthi vel wrote:
Hello,
In a web page subclass we have a text field and the characters (“*R#246;sch
*”)is set as model object. When the page is displayed the text field
displays the characters as “*Rösch” * not as “*R#246;sch”*. The
On Tue, 2009-11-17 at 14:34 +, Peter Arnulf Lustig wrote:
Hi,
how can I get the server-url on which the wicket application is running?
like http://www.serverurl.com/WicketApp/
it should return http://www.serverurl.com
((WebRequest)
check wicketstuff-jquery
there is a slider behavior + demo
On Wed, 2009-11-18 at 13:04 +0100, pieter claassen wrote:
I would like to implement a slider to set the width of a component.
I could not get the Dojo Slider implementation working with wicket 1.4.1 (I
could not get the code in with
,
Pieter
On Wed, Nov 18, 2009 at 1:51 PM, Martin Grigorov mcgreg...@e-card.bg
wrote:
check wicketstuff-jquery
there is a slider behavior + demo
On Wed, 2009-11-18 at 13:04 +0100, pieter claassen wrote:
I would like to implement a slider
for some reason the Javascript doesn't work.
the initializers do work, the handles are set at the specified positions
but 'change' and/or 'slide' events never come ...
On Fri, 2009-11-20 at 08:52 +0100, pieter claassen wrote:
Has anybody recently made the JQuery slider implementation or or even
regressions are always possible but they should work fine
On Sat, 2009-12-26 at 14:21 -0500, tubin gen wrote:
I am currently using wicket 1.4 also I use Wicket stuff, wicket
extensions.Moving to wicket 1.4.5 will it cause any problems with
wicket-stuff and extensions?
On Thu, 2010-01-07 at 02:15 -0800, Giovanni wrote:
I am using Spring + Wicket.
When the Wicket application starts, if some important configuration is
missing, I want to close all the application context, destroying all the
Spring beans, including also the Wicket application, which is
Mind wicketstuff-core/javaee as well.
It is used by more people and it works for sure.
There are two Seam integrations, one in wicketstuff and one in Seam
itself. I can tell nothing about their status.
On Thu, 2010-01-07 at 19:18 +0800, Haulyn Jason wrote:
Hi, all:
I am wicket fans, I always
On Fri, 2010-01-08 at 15:21 +0100, Martijn Dashorst wrote:
the fix was a by-product of this issue:
https://issues.apache.org/jira/browse/WICKET-1409
So yes, upgrading to 1.3.4 or newer will fix your issue. Go convince
your management and tell them that it helps to keep up-to-date with
Martin check this:
http://tomcat.apache.org/tomcat-6.0-doc/config/manager.html#Restart%
20Persistence
On Wed, 2010-01-13 at 17:56 +0200, Martin Asenov wrote:
I get 'page expired messages as I browse through my webapp. However, the
exception is placed before 'server startup statement in
How the fix in 1.5-SNAPSHOT will help you ?
Currently 1.5-SNAPSHOT is not even buildable (at least the tests), so it
is not quite ready for use.
On Fri, 2010-01-15 at 09:07 +0100, Dave Schoorl wrote:
Hi guys,
Can someone of the committers please implement the fix to Wicket-2150 in
the
On Fri, 2010-01-15 at 22:29 +1100, Steve Swinsburg wrote:
Hi all,
I have the following code which generates a URL to a page with some
parameters:
String url = urlFor(MyMessageView.class, new PageParameters(thread=
+ ad9697d2-8328-43b4-be28-ee677a88bc9a)).toString();
This generates a
On Fri, 2010-01-22 at 10:52 +0100, Martijn Dashorst wrote:
Guys,
I'd like to discuss the future of the Wicket Security project.
Currently the project lives on/in the wicketstuff repository, but uses
group id and package names org.apache.wicket. IMO We should either:
- adopt Wicket
On Sun, 2010-01-24 at 03:19 -0800, Douglas Ferguson wrote:
I recently configured apache to gzip my js files instead of going through
tomcat.
Can this be done for the js files that are loaded as resources?
see
Application.get().getResourceSettings().getJavascriptCompressor()
if this returns
What about some kind of messaging (JMS, AMQP, ...) ?
It'd be blazing combined with Comet ;-)
El jue, 09-04-2009 a las 16:14 +0300, Cristi Manole escribió:
Thanks for your feedback, guys. I don't like the idea of both writing to the
database directly, because I want the layers separated. I
El lun, 13-04-2009 a las 03:37 -0500, Subramanian Murali escribió:
Hi,
I understand from the link
http://cwiki.apache.org/WICKET/mobile-devices.html that we can have multiple
versions of html for a page / component like below:
person.html
person_mobile.html
Where / How do i implement
El jue, 23-04-2009 a las 11:03 +0200, Steve Flasby escribió:
Mmm,
more and more sites being announced. Excellent stuff.
Great looking site, Giannis.
Please add your sites to
http://cwiki.apache.org/WICKET/sites-using-wicket.html
A lot of people ask Are there sites made with Wicket?
The
mvnDebug jetty:run
El dom, 03-05-2009 a las 08:13 +, HHB escribió:
Hey,
How to enable debugging port for Jetty server that is
launched via the command:
mvn jetty:run
?
Thanks.
-
To unsubscribe, e-mail:
check this
http://cwiki.apache.org/WICKET/open-flash-chart-and-wicket.html
El lun, 04-05-2009 a las 22:54 -0700, Douglas Ferguson escribió:
I just figured out that the deal is that SWFObject doesn't like to be set
visible false on page load then visible true via Ajax.
Any thoughts on how to
1 - 100 of 6986 matches
Mail list logo