Hi!
Strange. Works for me:
http://localhost:8080/Wicket-Quickstart/HomePage
Directory of C:\workspaces\testspace\wicket-mashup
24.02.2010 08:50 .
24.02.2010 08:50 ..
24.02.2010 08:50 500 .classpath
24.02.2010 08:50 571 .project
24.02.20
Greetings all,
wont fix the problem for forms.I have following form
,where 'search' is a pages mounted using QueryStringUrlCodingStrategy.
In the tomcat,the link changes to action="../search" even I use
Any tips?
Gene Family:
Advanced Search
François Meillet wr
Thanks Martin,
I checked-out the source and tried to give it a test run by 'mvn
jetty:run' , but throws the error
"WicketMessage: Markup of type 'html' for component
'com.samplecompany.gui.MashUpPanel' not found. Enable debug messages for
org.apache.wicket.util.resource to get a list of all
ListView can be used like in the mashup container. Ofcourse we would
prefer if oneday such container could be used without the dummy
component id:
http://code.google.com/p/wicket-mashup/
**
Martin
2010/2/24 Ashika Umanga Umagiliya :
> I guess the answer is 'ListView' right?
>
> Ashika Umanga Um
I guess the answer is 'ListView' right?
Ashika Umanga Umagiliya wrote:
Greeting friends,
In the datagrid-cell , I want to add links which direct to some other
pages.But the number of links change.I want to do something like in
the following code-snippet(Pseudo code):
new AbstractColumn(ne
Greeting friends,
In the datagrid-cell , I want to add links which direct to some other
pages.But the number of links change.I want to do something like in the
following code-snippet(Pseudo code):
new AbstractColumn(new Model("Description/Function")) {
public void populateItem(Item> cell
mount the page so the url to it is well known.
-igor
On Tue, Feb 23, 2010 at 5:29 PM, Douglas Ferguson
wrote:
> I'm writing an email daemon that will run outside of wicket.
>
> It needs to generate urls to the application based on POJOs from the DB.
>
> I can't use the urlFor method because that
I'm writing an email daemon that will run outside of wicket.
It needs to generate urls to the application based on POJOs from the DB.
I can't use the urlFor method because that requires a request.
It is possible to at least ask the Application class what the bookmarkable page
link would be for
I'm interrested in using jWicket,
please use this email for whatever announce,
thanks once again,
Stefan
Thanks !
Implemented a dirty workaround by
not exposing D&D for IE.
IE sucks, is a proprietary mess.
Stefan
-
To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org
For additional commands, e-mail: users-h...@wic
I noticed that when the user clicks on AjaxEditableLabel to edit the text
the width of the edited area is reduced to 30 or so characters.
How can I change the width of AjaxEditableLabel editor?
Thanks.
That's very true.. And one has a bigger chance earning some money :)
regards N
2010/2/20 nicolas melendez
> programming web applications with wicket is as funny as play a game :).
> And with GAE, you don't need to paid for expensive Hosting :) .
> NM
>
> On Sat, Feb 20, 2010 at 2:18 AM, Ben Til
Hi Jeff
I can see theres a demo project for the stateless.
They all seem pretty straight forward..
regards Nino
2010/2/23 Jeffrey Schneller
> Joachim,
>
>
>
> Thanks for this information. It shows that we made the right choice with
> Wicket for a new retail site. Also thank you for posting
Thanks Igor. I'll look and see if that might be the issue.
J.D.
-Original Message-
From: Igor Vaynberg [mailto:igor.vaynb...@gmail.com]
Sent: Tuesday, February 23, 2010 9:30 AM
To: users@wicket.apache.org
Subject: Re: RadioChoice in IE7 Known Issue?
stuff in a modal window can only be
I downloaded the jar from wicketstuff repo...
Here is the DTD;
http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd";>
http://www.w3.org/1999/xhtml"; xmlns:wicket=
"http://wicket.apache.org/"; xml:lang="en" lang="en">
Martijn Dashorst
02/23/2010 05:16 AM
Please respond to
users@wicket.apa
stuff in a modal window can only be submitted via ajax...
-igor
On Tue, Feb 23, 2010 at 7:30 AM, Corbin, James wrote:
> Yeah, its inside a form that is in a modal popup. It is not a nested form
> situation.
>
> I found some archive messages that talked around the same problem and their
> find
Hi,
we are currently developing our first application with Wicket -- and
naturally we run into some problems/questions :)
One of the' frameworkish' things we've done is to create 'base page'
that we want to be able switch the look & feel (theme) depending on
the settings (e.g. depending on where/
Joachim,
Thanks for this information. It shows that we made the right choice with
Wicket for a new retail site. Also thank you for posting your components as
open source. Do you have any examples of how these components can and should
be used. In particular the jofilter, wicket-stateless
Yeah, its inside a form that is in a modal popup. It is not a nested form
situation.
I found some archive messages that talked around the same problem and their
findings was that the form post was different(and wrong) for the RadioChoice
under IE7, but this message thread was from March '09.
Mike,
Use CSS.
eg on feedback errors, Wicket puts class="feedbackPanelERROR"
Regards - Cemal
jWeekend
OO & Java Technologies, Wicket
Consulting, Development, Training
http://jWeekend.com
On 23 February 2010 12:27, Gw wrote:
> Hi, folks...
>
> Does anyone know how to change the color of feedbac
I've seen a few places now, where in their excitement, enthusiasm and
haste to make it known to the world that a key, public facing, Walmart
site is built on Wicket, people have spelt the domain name
incorrectly.
Arguments to convince the unaware that Wicket is really very good
would be even more c
Hi, folks...
Does anyone know how to change the color of feedback messages, say: red for
errors, green for info, etc...
Many thanks before...
Mike
hehe :)
2010/2/23 Daniele Dellafiore
> On Mon, Feb 22, 2010 at 9:50 PM, Riyad Kalla wrote:
>
> > Joachim,
> >
> > Very very cool info. A few days ago folks were talking about slides for
> > "convincing management of Wicket" and trying to create some common slides
> > for folks to utilize -- inf
On Mon, Feb 22, 2010 at 9:50 PM, Riyad Kalla wrote:
> Joachim,
>
> Very very cool info. A few days ago folks were talking about slides for
> "convincing management of Wicket" and trying to create some common slides
> for folks to utilize -- information like *this* (Walmart, Wells Fargo) is a
> go
Another possibility is that you use a DTD that is not available (xhtml 2.0?)
Martijn
On Tue, Feb 23, 2010 at 9:08 AM, Martijn Dashorst
wrote:
> Strange, at our company the thing works. Did you build the jar
> yourself? Or did you download it from the wicketstuff repo?
>
> Martijn
>
> On Mon, Feb
incredibly nice
2010/2/22 Joachim F. Kainz
> Fellow Wicket Users,
>
> The question if Wicket is suitable for large enterprises has just become
> easier to answer: The largest enterprise in the world is now using Wicket
> for its mobile site. Check out mobile.walmart.com (or just point your
> mo
I guess that is not that simple... I would search the list because that
question has been asked and answered many times before (e.g. how to render a
page and send it by e-mail? and so on and so on). I still would try to
generate the XML and the PDF in a dynamic Web resource.
Best,
Ernesto
On Tue
Probably, but I would still like to use the markup generation in the Page to
generate my XML. Is it possible to sort of call the Page rendering from
within a WebResource and get the rendered XML back?
Something like
String xml = new MyXMLGeneratingPage().render();
Then I could point my link to
Yes you are right, if we set the variable in the constructor but make it null
on detach, we will not have it on getObject on next render, so we need to
keep a reference to it. I guess the only choice would be to the
LoadableDetachableModel, which could be thought detrimental for code
clearness out
Hi,
I got the same problem and I v built a workaround for it. The idea is simple:
call the hideBusysign() method when the class attribute of the clickedElement
or its parentNode is one of "yui", "calnav", "calheader".
You can of cause add more class name into the list for further "never ending
Isn't it possible to create a dynamic WEB resource the generates your XML
and then feed this XML to Big Faceless PDF library for creating the PDF? And
them stream back the PDF? I haven't used that library myself but I guess
that would be possible??
Best,
Ernesto
On Tue, Feb 23, 2010 at 8:30 AM,
Hello,
i have the same issue. while wicket:link solves css links in header, i still
have problems with ContextImage-s.
In my case, wrong img src (extra level of ../) is generated only after
postback on same page (form submit).
I tried HybridUrlCodingStrategy and QueryStringUrlCodingStrategy with
Strange, at our company the thing works. Did you build the jar
yourself? Or did you download it from the wicketstuff repo?
Martijn
On Mon, Feb 22, 2010 at 10:24 PM, wrote:
> I've added htmlvalidator-1.3.1.jar to my classpath, and the appropriate
> code in the application's init method (see link
33 matches
Mail list logo