We should also link from the t-shirts to the wiki... hang on I'm confusing my
realities again. Real world right?
Nino.Martinez wrote:
>
> I guess we should link to the merchandise page from the wiki also?
>
> James Carman wrote:
>> The proceeds should benefit the ASF, not a random charity.
>>
Hi Eelco,
Is it possible to give a newbie some pointers on how this extension would
work?
Thanks,
Steve
Eelco Hillenius wrote:
>
>> I wondering what's the best approach to overriding the markup for a
>> panel. Is there a method I can override or should I just extend the
>> Panel?
>
> You sh
Just having the logo would look even more magical *g*
"Less is more"
Loads of people would ask what this 'wicked' logo means and you have
all the attraction you possibly want :-)
This would make it easier to proselytize alien web developers because
you don't have to hunt them down
first b
I got the latest TinyMce-SNAPSHOT.jar, but couldn't compile my project as the
distributed jar was compiled with JDK 1.5 and we are having to use 1.4
(other project dependencies).
So, Checked-out the latest from SVN to try compiling with 1.4 and sure
enough, there were 1.5 dependencies, and the c
I like the idea of a professional shirt, something you can wear in the
office to show your support for wicket. However, I don't know about you
Europeans but
http://images.cafepress.com/product/297944696v9_240x240_Back.jpg would repel
the girls in the states. Would it be possible to only have the
Neato. Hey, would it be possible to have 'fitted' T-shirts as well
besides 'standard' fit? I like to show off my beer belly when I can.
Eelco
On Mon, Aug 25, 2008 at 7:42 AM, Nino Saturnino Martinez Vazquez Wael
<[EMAIL PROTECTED]> wrote:
> I guess we should link to the merchandise page from the
i ran into the same issue today.
i needed to remove
org.apache.wicket
wicket
tests
test
from wicket-extensions. after that mvn -Dmaven.test.skip=true install
works fine.
francisco
On
Hi All,
If instance variables are defined in a subclass of WebPage, would they be
thread-safe? For convenience, we're passing a reference to the parent page
to it's child components. We are seeing these instance variables
overwritten by other users and then those changes are reflected in the
or
Hi all,
I've adjusted the offending line to the latest generics changes in
wicket core.
wicketstuff-prototype is now building fine too.
Sven
francisco treacy schrieb:
somehow it doesn't find prototype which is a dependency. you can
install it manually.
svn co
https://wicket-stuff.svn.sour
FWIW, I cannot reproduce your problem in the latest tinymce snapshot.
The latest snapshot has tinymce updated to version 3.1.0.1, so that
might solve your problem. Otherwise you may have more luck posting your
problem in the tinymce forums, as the plugin really doesn't do anything
special to plugin
Yes I read that and it has the answer.Thank you.
francisco treacy-2 wrote:
>
> have you read what james suggested?
>
> http://cwiki.apache.org/WICKET/spring.html
>
> On Mon, Aug 25, 2008 at 8:47 PM, miro <[EMAIL PROTECTED]> wrote:
>>
>> I am uisng java 1.4 and spring 2.5 ,I cannot use annota
have you read what james suggested?
http://cwiki.apache.org/WICKET/spring.html
On Mon, Aug 25, 2008 at 8:47 PM, miro <[EMAIL PROTECTED]> wrote:
>
> I am uisng java 1.4 and spring 2.5 ,I cannot use annotations, can this be
> done in jdk 1.4 and spring 1.1 or 2. 5
>
> francisco treacy-2 wrote:
>
somehow it doesn't find prototype which is a dependency. you can
install it manually.
svn co
https://wicket-stuff.svn.sourceforge.net/svnroot/wicket-stuff/trunk/wicketstuff-prototype
prototype
cd prototype
mvn install
and retry building scriptaculous.
now my problem is; is wicketstuff-scriptacu
I am uisng java 1.4 and spring 2.5 ,I cannot use annotations, can this be
done in jdk 1.4 and spring 1.1 or 2. 5
francisco treacy-2 wrote:
>
> use @SpringBean and don't mark the field transient!
>
> it can actually be serialized without problem because what's injected
> is not the actual bea
use @SpringBean and don't mark the field transient!
it can actually be serialized without problem because what's injected
is not the actual bean but a proxy of it.
francisco
On Mon, Aug 25, 2008 at 8:38 PM, James Carman
<[EMAIL PROTECTED]> wrote:
> Have you tried using the @SpringBean annotation
Have you tried using the @SpringBean annotation? Check out this WIKI
page for more information:
http://cwiki.apache.org/WICKET/spring.html
On Mon, Aug 25, 2008 at 2:34 PM, miro <[EMAIL PROTECTED]> wrote:
>
> I am using wicket, spring, hibernate. Wicket wants all my objects to be
> serialized.
I am using wicket, spring, hibernate. Wicket wants all my objects to be
serialized. One on the object in my wicket component is a spring bean and
it has a setter injection to non serializable property so I made this
property transient, the spring bean is a singleton so only one instance is
cr
Hi All,
We are using TinyMce to post Rich Text onto a website with the possibility
of providing hyper links.
We are having issues posting links into the Text Area, example issue below:
When I paste something like
http://localhost:8080/doc?id=093102ce8004ffee&ll=f
into the Text area, I see the
The link to the post describing the bug related to Links in TinyMce:
http://www.nabble.com/Links-Issue-with-TinyMce-td19148029.html
rajdhan wrote:
>
> Hi All,
>
> We are using a Wicket-Contrib-TinyMce-1.3-Snapshot.jar which was pulled in
> Aug 2007. I am working on a bug related to how TinyMce
Okay, that makes sense.
Thanks a lot!
On Sun, Aug 24, 2008 at 3:00 PM, Martijn Dashorst
<[EMAIL PROTECTED]> wrote:
> yes. Explicitly binding won't have an adverse effect if that is your
> intention. Delayed (http) session creation is done to prevent an easy
> DoS vector (though if your applicati
Hi everybody,
Perhaps I am just temporarily dumb, but I do not seem to be able to find an
elegant solution for the following use case.
I constantly create Links with just a single Label or a single Image in it.
It would be convenient for me to create a LabeledLink or ImageLink, taking a
content
Hi All,
We are using a Wicket-Contrib-TinyMce-1.3-Snapshot.jar which was pulled in
Aug 2007. I am working on a bug related to how TinyMce renders links (a
different post) and was wondering if pulling the latest resolves the issue.
I think the Wicket-Contrib-TinyMce-1.3-Snapshot.jar is either bui
I created a jira issue with a suggested fix, feel free to vote:
https://issues.apache.org/jira/browse/WICKET-1802
WicketMessage: no set method defined for value: true on object: ...
at
org.apache.wicket.util.lang.PropertyResolver$MethodGetAndSet.setValue(PropertyResolver.java:1107)
In case
If I understood your use correctly, this approach won't work if there are
two users using the application concurrently - you would overwrite one's
application-scoped object with another Right? There is only one
application per application - not per session.
--
Jeremy Thomerson
http://www.w
I've added https://issues.apache.org/jira/browse/WICKET-1801 to cover
this.
jk
On Fri, Aug 22, 2008 at 09:00:36AM -0400, John Krasnay wrote:
> I have a small request regarding AJAX indicators.
>
> It's sometimes awkward to implement an AJAX indicator the standard way,
> by implementing IAjaxIndi
I guess we should link to the merchandise page from the wiki also?
James Carman wrote:
The proceeds should benefit the ASF, not a random charity.
On Mon, Aug 25, 2008 at 5:48 AM, Nino Saturnino Martinez Vazquez Wael
<[EMAIL PROTECTED]> wrote:
I haven't heard anything from prc @ apache that
Hi All,
I have the date part of the DateTimeField updating to the entered value by
adding an AjaxFormComponentUpdatingBehavior to it. However the hours and
minutes in the Date is now always 00:00:00 instead of the original value,
even with an AjaxFormComponentUpdatingBehavior added to the hours
yes make an issue but i think there is already a issue for this ...
On Mon, Aug 25, 2008 at 3:09 PM, ChuckDeal <[EMAIL PROTECTED]> wrote:
>
> I moved 1.3-SNAPSHOT and still the same problem. I now see that it is the
> WicketURLDecoder that is causing the problem. It is prematurely decoding
> my
I moved 1.3-SNAPSHOT and still the same problem. I now see that it is the
WicketURLDecoder that is causing the problem. It is prematurely decoding my
**parameter**
Here is the URL: /jspfs/legacyUrl/peerReview%2Fpr_start.jsp
where
jspfs is the Wicket mount
legacyUrl is the parm name
peerReview
Hi All,
I have an AutoCompleteTextField on a form along with 2 DateTimeFields used
to provide a start and end date range that is to be used by the autocomplete
field to limit the number of choices returned by the getChoices() method.
The problem is that the date values are always the original va
No problem. Glad I could help. Take a careful look at the stack
trace. It's not throwing the exception because of your code at all.
It's throwing it inside the wicket internal stuff.
On Mon, Aug 25, 2008 at 8:20 AM, Liz Huber <[EMAIL PROTECTED]> wrote:
> Thanks a lot for your help!
>
> Now it w
We are not using any system like that. We are using the wicket-auth package
with DataBinder. The userId is stored in the Wicket Session, which is
thread-local. Whenever the current user is requested, it always goes
through the Wicket Session object.
Now that you mention thread-local, and to ad
Hi,
I need to remove defaukt CSS from YUI menu, or replace it with skin -
I search for solution in sources, but can't find -
YuiHeaderContributor takes all files from inc catalog, but where is
code for skins (there should be only one css than, with e.g.
assets/skins/sam/button.css)?
I read about ht
Thanks a lot for your help!
Now it works!
If I rename my xml-files, like James advised me to do, Wicket doesn't
expect xml, which is conform to properties.dtd.
> - Original Message -
> From: James Carman
> Sent: 23/08/08 01:20 pm
> To: users@wicket.apache.org
> Subject: Re: Fw: Exc
I can't see the ASF PR folks having issue with that, then, as long as
the merchandise itself doesn't say something offensive or something
(Apache Wicket itself is offensive to those JSFers out there ;)
On Mon, Aug 25, 2008 at 7:14 AM, Nino Saturnino Martinez Vazquez Wael
<[EMAIL PROTECTED]> wrote:
Ok it'll just do that then.
James Carman wrote:
The proceeds should benefit the ASF, not a random charity.
On Mon, Aug 25, 2008 at 5:48 AM, Nino Saturnino Martinez Vazquez Wael
<[EMAIL PROTECTED]> wrote:
I haven't heard anything from prc @ apache that we could not do this, so im
gonna take
Kai Mütz wrote:
Nino Saturnino Martinez Vazquez Wael <> wrote:
Look at Ivisitor and add one to the form, that could add it for
you... I think theres a example pdf on jweekends homepage...
I have tried the IVisitor approach, but there are 2 problems:
1) I invoke the visitChildren() m
The proceeds should benefit the ASF, not a random charity.
On Mon, Aug 25, 2008 at 5:48 AM, Nino Saturnino Martinez Vazquez Wael
<[EMAIL PROTECTED]> wrote:
> I haven't heard anything from prc @ apache that we could not do this, so im
> gonna take this as silent approval.
>
> So any profit from mer
Hi all, I'm new to Wicket and developing my first Wicket website.
I have some temporary objects created inside a users' session but needed by
a parallel process which uses them
outside the user session and I would like to avoid temporarily persisting
them into a database.
I'm looking at using appl
Nino Saturnino Martinez Vazquez Wael <> wrote:
> Look at Ivisitor and add one to the form, that could add it for
> you... I think theres a example pdf on jweekends homepage...
I have tried the IVisitor approach, but there are 2 problems:
1) I invoke the visitChildren() methon within the onBeforeR
I haven't heard anything from prc @ apache that we could not do this, so
im gonna take this as silent approval.
So any profit from merchandise could be donated following these rules,
if 1's full then 2 etc (providing the people want it):
1. Provide the core team with merchandise (might be t
ok you should be good to go, i've setup the project aswell on team city..
svenmeier wrote:
Time to do some cleaning up:
username: svenmeier
project: wicketstuff-prototype
Thanks
Sven
Martijn Dashorst wrote:
We have moved our build server to run on teamcity. Our previous
software was not
On Fri, 22 Aug 2008 15:26:03 +0200
Federico Fanton <[EMAIL PROTECTED]> wrote:
> Should I open a JIRA issue? I have a quickstart ready.
If nobody has something against it, I'll go on and open it ^^
-
To unsubscribe, e-mail: [EMA
43 matches
Mail list logo