Re: How to get the html combo value in wicket?

2007-08-15 Thread Alex Objelean
The "combo" is called DropDownChoice in wicket. You can search the forum, wiki page or any other resource for examples.. Edi wrote: > > any reply.. > > > > Edi wrote: >> >> >> Hi, >> >> I have ordinary html combo, >> >> >> One >> Two >> >> >> How can I get the html combo value usi

Re: Wicket-1.3-beta2 validation (conversion) bug?

2007-08-15 Thread Alex Objelean
If you believe that the usecase is obscure, shouldn't this approach to be reconsidered? Or at least discussed a little bit more, before the final release is done? Thank you! igor.vaynberg wrote: > > i believe it was jonathan who had an obscure usecase that null input was > supposed to be conve

Re: Wicket vs. ZK

2007-08-15 Thread Eelco Hillenius
> >> 2. AJAX components (Wicket vs. ZK) > >you do not implement features like drag and drop or datepicker in wicket, > >instead you wrap javascript libraries that implement those features with > >wicket components. > > I am actually confused at how many ways Wicket supports AJAX. The classes in > w

Re: Wicket vs. ZK

2007-08-15 Thread Igor Vaynberg
On 8/15/07, juliez <[EMAIL PROTECTED]> wrote: > > > First, thanks for the reply! > > >> 2. AJAX components (Wicket vs. ZK) > >you do not implement features like drag and drop or datepicker in wicket, > >instead you wrap javascript libraries that implement those features with > >wicket components. >

Re: How to get the html combo value in wicket?

2007-08-15 Thread Igor Vaynberg
the final value is put into the model -igor On 8/15/07, Edi <[EMAIL PROTECTED]> wrote: > > > any reply.. > > > > Edi wrote: > > > > > > Hi, > > > > I have ordinary html combo, > > > > > > One > > Two > > > > > > How can I get the html combo value using wicket. > > > > if ordinary html text

Re: Wicket vs. ZK

2007-08-15 Thread juliez
First, thanks for the reply! >> 2. AJAX components (Wicket vs. ZK) >you do not implement features like drag and drop or datepicker in wicket, >instead you wrap javascript libraries that implement those features with >wicket components. I am actually confused at how many ways Wicket supports AJAX

Re: How to get the html combo value in wicket?

2007-08-15 Thread Edi
any reply.. Edi wrote: > > > Hi, > > I have ordinary html combo, > > > One > Two > > > How can I get the html combo value using wicket. > > if ordinary html text box means I can > get getRequest().getParameter("txtbox"); > > But In combo? > Please let me know. > > Thanking You >

unable to set content type

2007-08-15 Thread Ryan Sonnek
I'm having some baffling behavior with my app. I have a "custom" web page that streams page xml content. I thought this would be pretty straightforward. should be able to just do this right? @Override protected void configureResponse() { super.configureResponse(); getRes

Re: Wicket vs. ZK

2007-08-15 Thread Eelco Hillenius
> I searched the threads on this forum but didn't find any discussion on > comparing Wicket with ZK (www.zkoss.org/), the #1 Ajax project on > sourceforge.net now. I read a lot on both frameworks and they both seem nice > from the feedback of the users. Since I am about to choose one web > framewor

Re: Wicket vs. ZK

2007-08-15 Thread Igor Vaynberg
On 8/15/07, juliez <[EMAIL PROTECTED]> wrote: > > > 2. AJAX components (Wicket vs. ZK) > From the demo websites, it seems ZK provided more AJAX components than > Wicket. (As I haven't worked deeply with Wicket, it could be Wicket either > provided more components or easy to write those components.)

Re: How to get HTML source code from a wicket page (was on old list)

2007-08-15 Thread oliver.henlich
yeah cheers igor it was just that on the thread i linked to there seemed to be a direct way of doing this and there were some hints that it should work on trunk or beta2. igor.vaynberg wrote: > > did you see the tip about running wickettester in a separate thread? > > -igor > > > On 8/15/

Wicket vs. ZK

2007-08-15 Thread juliez
I searched the threads on this forum but didn't find any discussion on comparing Wicket with ZK (www.zkoss.org/), the #1 Ajax project on sourceforge.net now. I read a lot on both frameworks and they both seem nice from the feedback of the users. Since I am about to choose one web framework, I want

RE: Caching the context path

2007-08-15 Thread David Leangen
> so what exactly are you doing? Well... the end goal is to use the URL as the controlling input for the branding of my application. So I have a BrandingService with something like: Branding getBranding( String url ); For the case of: www.something.com --> SomethingBranding www.something

Re: How to get HTML source code from a wicket page (was on old list)

2007-08-15 Thread Igor Vaynberg
did you see the tip about running wickettester in a separate thread? -igor On 8/15/07, oliver.henlich <[EMAIL PROTECTED]> wrote: > > > Hi, > > Still trying to get the HTML source from a wicket page. However, the > discussion was on the old user group and i don't think anyone is looking > there a

How to get HTML source code from a wicket page (was on old list)

2007-08-15 Thread oliver.henlich
Hi, Still trying to get the HTML source from a wicket page. However, the discussion was on the old user group and i don't think anyone is looking there anymore so here is the post with the last state of things. http://www.nabble.com/forum/ViewPost.jtp?post=12044817&framed=y Ideas? Oliver --

Re: Updates within Panels in datatable

2007-08-15 Thread Igor Vaynberg
set up a quickstart so there is something to play with and then someone might be able to help you. as it is right now there simply isnt enough information. -igor On 8/15/07, salmas <[EMAIL PROTECTED]> wrote: > > > I hadn't but I just tried it and no difference. The issue is that when I > type >

Re: Updates within Panels in datatable

2007-08-15 Thread salmas
I hadn't but I just tried it and no difference. The issue is that when I type into the textfield the value of "amount" is not changed. Do you have any idea why this would be? I do resue the textfield twice setting it invisible once because if I don't add it to the second row I'll get an exception

Re: Updates within Panels in datatable

2007-08-15 Thread Igor Vaynberg
did you call listview.setreuseitems(true)? -igor On 8/15/07, salmas <[EMAIL PROTECTED]> wrote: > > > > Hi Igor: > > Yes the button/Link works but it still does not solve my issue. I have a > table where two of the columns have panels. One of the panels has a > textField and a radio choice and the

Re: Updates within Panels in datatable

2007-08-15 Thread salmas
Hi Igor: Yes the button/Link works but it still does not solve my issue. I have a table where two of the columns have panels. One of the panels has a textField and a radio choice and the other panel has the submit button. When I hit submit I need the values in the textfield and in the choice. Wh

Re: wicket:child in a WebMarkupContainer

2007-08-15 Thread Igor Vaynberg
fixed, thanks -igor On 8/15/07, Gerolf Seitz <[EMAIL PROTECTED]> wrote: > > @ core-devs: > > The solution that first came to mind was to override add(Component) in > > SuperComponent so that it would add the added component to myContainer > > instead of 'this'. Unforunately, the add method is fi

Re: Order-Items master detail page

2007-08-15 Thread Igor Vaynberg
you create a new instance of itemsDataProvider but your listview never gets that new instance, so its using the old one. instead you should change the data that instance returns: IDataProvider itemsDataProvider = new idataprovider() { count() { if (selected==null) return 0; else return selecte

Re: image overlays, what's the best solution ?

2007-08-15 Thread Gerolf Seitz
it would be great, if you could create a page in the wiki and post the link on the list. gerolf On 8/15/07, Antoine Angénieux <[EMAIL PROTECTED]> wrote: > > Okay, I found a solution based uniquely based on ResourceReference for > both the original icon and the decorators to be applied. > > If any

Re: wicket:child in a WebMarkupContainer

2007-08-15 Thread Gerolf Seitz
@ core-devs: The solution that first came to mind was to override add(Component) in > SuperComponent so that it would add the added component to myContainer > instead of 'this'. Unforunately, the add method is final (why!?), so > this can't be done. the javadoc for MarkupContainer#add(Component)

Order-Items master detail page

2007-08-15 Thread Oleg Taranenko
Hi, I have the simplest use case, but i'm finally confused, please help. I have 2 DataViews with ListDataProvider.  Left dataview shows Orders, right must show order items, when I click on the order number. I have simple list - Order List and Order Items List: Both created as DataView with

Re: Wickest way to format a label before render

2007-08-15 Thread Francisco Diaz Trepat - gmail
jajajaja LOL GREAT On 8/15/07, Eelco Hillenius <[EMAIL PROTECTED]> wrote: > > On 8/15/07, Francisco Diaz Trepat - gmail > <[EMAIL PROTECTED]> wrote: > > done. > > > > but > > > > How about using your book? Come on... Are you intentionally building > > momentum? kind of like Hollywood blockbu

Re: Wicket's Timetable

2007-08-15 Thread Martijn Dashorst
I'm aiming for a new beta this weekend, but we might have to reschedule a couple issues to a next release. Martijn On 8/15/07, Philip A. Chapman <[EMAIL PROTECTED]> wrote: > Guys, > > I haven't heard much about where we are with getting 1.3 out of beta. > I'm curious to know how soon you think 1.

Re: Wickest way to format a label before render

2007-08-15 Thread Eelco Hillenius
On 8/15/07, Francisco Diaz Trepat - gmail <[EMAIL PROTECTED]> wrote: > done. > > but > > How about using your book? Come on... Are you intentionally building > momentum? kind of like Hollywood blockbusters? :-) > > Are you enjoing our geeky intrigue? > > Thats not right mister... > > jaja Ge

Re: Wickest way to format a label before render

2007-08-15 Thread Francisco Diaz Trepat - gmail
done. but How about using your book? Come on... Are you intentionally building momentum? kind of like Hollywood blockbusters? :-) Are you enjoing our geeky intrigue? Thats not right mister... jaja cheers, f(t) On 8/15/07, Eelco Hillenius <[EMAIL PROTECTED]> wrote: > > > A label that ho

How to get the html combo value in wicket?

2007-08-15 Thread Edi
Hi, I have ordinary html combo, One Two How can I get the html combo value using wicket. if ordinary html text box means I can get getRequest().getParameter("txtbox"); But In combo? Please let me know. Thanking You -- View this message in context: http://www.nabble.com/How-to-get-the

Re: Wickest way to format a label before render

2007-08-15 Thread Eelco Hillenius
> A label that holds the result of a calculation must invert the positive > negative sign (- +), with that the color, and add a percentage symbol. > > So, basically I have to change the display model value and based on the > model value itself. Like Thijs said. Or use a decorating model. Eelco -

Re: wicket-703

2007-08-15 Thread Martin Funk
whilst you are at it: https://issues.apache.org/jira/browse/WICKET-480 mf Igor Vaynberg schrieb: looks like it got missed when we scheduled thing for beta3 so it was off the radar :( fixed now. -igor On 8/15/07, Andrew Klochkov <[EMAIL PROTECTED]> wrote: I reported the bug more that a mo

Re: setSerializeSessionAttributes in wicket-1.3.0-beta2

2007-08-15 Thread Eelco Hillenius
> Eelco, the ISessionStore interface has a lot of methods.. can you give me an > example of how to get rid of the serialization? It really slows down the > application. I can imagine those checks did cost something in 1.2, though with Wicket 1.3 and the way we use it with the session stores should

Re: Updates within Panels in datatable

2007-08-15 Thread Igor Vaynberg
simply do this add(new Link("button") { onclick() {...}}); Link is smart to figure out that it isnt attached to anchor tag and will generate an onclick attr. -igor On 8/15/07, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote: > > It's been awhile since I posted to this thread but I have been out

Updates within Panels in datatable

2007-08-15 Thread ssaad
It's been awhile since I posted to this thread but I have been out sick for about two weeks. I had a thread going titled "Updates within Panels in datatable" on the old list but I am posting to the new one so I don't think the older messages will show. Is there a way that I can have a button which

Re: Problem with IE6 and Wicket DropDownChoice using AjaxSelfUpdatingBehavior

2007-08-15 Thread Igor Vaynberg
strange, it might be something else happening in your markup. maybe some of that rico stuff thats in your code. unfortunately "object expected" is very hard to debug since that is all the info you have to go on :( you usually just have to keep tweaking your markup until you have found what causes i

Re: Caching the context path

2007-08-15 Thread Eelco Hillenius
> Is this a bug? If so, where should I look to fix this? Wicket 1.2 was gready in determining and using the path. I think what you want should work with Wicket 1.3. Didn't test it yet though. Eelco - To unsubscribe, e-mail: [EMA

Re: Problem with IE6 and Wicket DropDownChoice using AjaxSelfUpdatingBehavior

2007-08-15 Thread Daryl K
That works fine it only happens on my site. I am assuming you mean this example http://www.wicket-library.com/wicket-examples/ajax/choice.1 igor.vaynberg wrote: > > can you get the ajax wicket-example with two linked dropdowns to error out > on one of your pcs? > > -igor > > > On 8/15/07

Wicket's Timetable

2007-08-15 Thread Philip A. Chapman
Guys, I haven't heard much about where we are with getting 1.3 out of beta. I'm curious to know how soon you think 1.3 will be getting out of beta and wicket+generics can begin? I'm still clinging to old 2.0 deprecated for a few projects because backing generics out would be way too much of a pai

Re: setSerializeSessionAttributes in wicket-1.3.0-beta2

2007-08-15 Thread Igor Vaynberg
see the migration wiki page, it mentions this afair. -igor On 8/15/07, Alex Objelean <[EMAIL PROTECTED]> wrote: > > > Eelco, the ISessionStore interface has a lot of methods.. can you give me > an > example of how to get rid of the serialization? It really slows down the > application. > > Thank

Re: Problem with IE6 and Wicket DropDownChoice using AjaxSelfUpdatingBehavior

2007-08-15 Thread Igor Vaynberg
can you get the ajax wicket-example with two linked dropdowns to error out on one of your pcs? -igor On 8/15/07, Daryl K <[EMAIL PROTECTED]> wrote: > > > I am experiencing a problem with IE6 using Wicket AjaxSelfUpdatingBehavior > on > two DropDownChoice components. When one choice is select in

Re: wicket-703

2007-08-15 Thread Igor Vaynberg
looks like it got missed when we scheduled thing for beta3 so it was off the radar :( fixed now. -igor On 8/15/07, Andrew Klochkov <[EMAIL PROTECTED]> wrote: > > I reported the bug more that a month ago and attached a patch. But it's > still open :-( Is someone going to fix it at all? > The bug

Re: Re: updateing a component on AjaxTabbedPanel

2007-08-15 Thread Igor Vaynberg
//simple label at the webpage label = new Label("luname",user.getUsername()); add(label); you forgot to call setOutputMarkupId(true) above, wicket ajax debug console shouldve hinted at that. -igor On 8/15/07, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote: > > Well ok. > I tried it this way: > >

Re: Dynamic Markup?

2007-08-15 Thread Igor Vaynberg
see kronoscms in wicket-stuff for ideas -igor On 8/15/07, Brian Gorman <[EMAIL PROTECTED]> wrote: > > I am writing an open source Wiki component for Wicket.. > > http://sourceforge.net/projects/wicketwiki > > I've recently started it so it is still in the development process. > > I want to make

Re: Caching the context path

2007-08-15 Thread Igor Vaynberg
so what exactly are you doing? obviously you cant really share an app across actual contexts because they are supposed to be isolated. so what do you do? you have a single application object, but you map two filters with two different paths and share the single instance of application object via c

Re: wicket:child in a WebMarkupContainer

2007-08-15 Thread Igor Vaynberg
make myContainer component transparent by overriding isTransparentResolver to return true -igor On 8/15/07, Matthijs Wensveen <[EMAIL PROTECTED]> wrote: > > Hi, > > I have an interesting problem. I am trying to get a subclass of a > component to add it's children to a container in the superclass

Re: Strange bug in Wicket-1.3.0-beta2

2007-08-15 Thread Igor Vaynberg
try with latest trunk -igor On 8/15/07, Alex Objelean <[EMAIL PROTECTED]> wrote: > > > I've got randomly an exception when clicking on the table row which has an > AjaxEventBehavior assigned. > Below is the stacktrace. Any ideas? > > [10:34:27.875] ERROR [http-8080-Processor1] RequestCycle - com

Re: Problem with Wicket 1.3 quickstart

2007-08-15 Thread Igor Vaynberg
looks like it cant find the Index class. do you see Index.class in your output dir? -igor On 8/14/07, Chinchih Lu <[EMAIL PROTECTED]> wrote: > > Hi, > > I am a complete newbie who just tried to run the quickstart example > using Wicket 1.3 (source downloaded from > > http://wicketstuff.org/maven

Re: Ajax refresh of DefaultDataTable in wicket-phonebook

2007-08-15 Thread Igor Vaynberg
yes, i believe it is caused by invalid markup, maybe the form should be factored out and put around the entire table. -igor On 8/14/07, Tauren Mills <[EMAIL PROTECTED]> wrote: > > For some reason when I do an ajax refresh of the DefaultDataTable in > wicket-phonebook, the FilterToolbar disappear

Re: Wicket-1.3-beta2 validation (conversion) bug?

2007-08-15 Thread Igor Vaynberg
i believe it was jonathan who had an obscure usecase that null input was supposed to be converted to a nonnull object. -igor On 8/14/07, Alex Objelean <[EMAIL PROTECTED]> wrote: > > > > I found a quick fix for my issue: instead of disabling the Textfield, I > make > it readonly... still wonderin

Re: how to indicate a model changed when item has been removed?

2007-08-15 Thread Igor Vaynberg
sounds like you are caching the list inside model returned by new PropertyModel( getModel(), "thermometers") getModel() there. -igor On 8/14/07, Leszek Gawron <[EMAIL PROTECTED]> wrote: > > Leszek Gawron wrote: > > Hello, > > let me outline a problem I have. If you won't get much from my ramblin

Re: Fwd: Wickest way to format a label before render

2007-08-15 Thread Francisco Diaz Trepat - gmail
Thanks Thijs I'll check it out. On 8/15/07, Thijs <[EMAIL PROTECTED]> wrote: > > Sorry > onComponentTagBody > > protected void onComponentTagBody(final MarkupStream markupStream, final > ComponentTag openTag) { > replaceComponentTagBody(markupStream, openTag, > doYourStuffWithTheModel(getModel

Re: Fwd: Wickest way to format a label before render

2007-08-15 Thread Thijs
Sorry onComponentTagBody protected void onComponentTagBody(final MarkupStream markupStream, final ComponentTag openTag) { replaceComponentTagBody(markupStream, openTag, doYourStuffWithTheModel(getModelObject())); } And you can probably add a SimpleAttributeModifier to add a "class" eleme

Re: Fwd: Wickest way to format a label before render

2007-08-15 Thread Francisco Diaz Trepat - gmail
Sounds good. I thought about it too. as the subject suggest, would that be the wickets way? would that be the more nit way from a wicket perspective? f(t) On 8/15/07, Thijs <[EMAIL PROTECTED]> wrote: > > Why not use the onComponentTag? > > Francisco Diaz Trepat - gmail wrote: > > sorry sent to

Re: Fwd: Wickest way to format a label before render

2007-08-15 Thread Thijs
Why not use the onComponentTag? Francisco Diaz Trepat - gmail wrote: sorry sent to the wrong address. -- Forwarded message -- From: Francisco Diaz Trepat - gmail <[EMAIL PROTECTED]> Date: Aug 15, 2007 12:02 PM Subject: Wickest way to format a label before render To: [EMAIL PROTE

Fwd: Wickest way to format a label before render

2007-08-15 Thread Francisco Diaz Trepat - gmail
sorry sent to the wrong address. -- Forwarded message -- From: Francisco Diaz Trepat - gmail <[EMAIL PROTECTED]> Date: Aug 15, 2007 12:02 PM Subject: Wickest way to format a label before render To: [EMAIL PROTECTED] Hi, I have the dumbest request from our functional team. A label

Re: setSerializeSessionAttributes in wicket-1.3.0-beta2

2007-08-15 Thread Alex Objelean
Eelco, the ISessionStore interface has a lot of methods.. can you give me an example of how to get rid of the serialization? It really slows down the application. Thank you very much! Eelco Hillenius wrote: > > On 8/14/07, Eelco Hillenius <[EMAIL PROTECTED]> wrote: > > > Oh wait, you want t

Problem with IE6 and Wicket DropDownChoice using AjaxSelfUpdatingBehavior

2007-08-15 Thread Daryl K
I am experiencing a problem with IE6 using Wicket AjaxSelfUpdatingBehavior on two DropDownChoice components. When one choice is select in a drop down list the other on updates with choices based on what the user selected from the first box. My problem is for some of are users who run IE6 they re

Re: image overlays, what's the best solution ?

2007-08-15 Thread Antoine Angénieux
Okay, I found a solution based uniquely based on ResourceReference for both the original icon and the decorators to be applied. If anyone's interested, let me know it and I'll post some code. Cheers, Antoine. Antoine Angénieux a écrit : Hi guys, I've been using Wickets for over 6 months now

wicket-703

2007-08-15 Thread Andrew Klochkov
I reported the bug more that a month ago and attached a patch. But it's still open :-( Is someone going to fix it at all? The bug is here https://issues.apache.org/jira/browse/WICKET-703 -- Andrew Klochkov - To unsubscribe, e-m

Antwort: Re: updateing a component on AjaxTabbedPanel

2007-08-15 Thread fhagen
Well ok. I tried it this way: public class MyTree extends LinkTree{ public MyTree(String arg0, TreeModel arg1) { super(arg0, arg1); } protected void onNodeLinkClicked(javax.swing.tree.TreeNode node, BaseTree tree, AjaxRequestTarget target) {

Dynamic Markup?

2007-08-15 Thread Brian Gorman
I am writing an open source Wiki component for Wicket.. http://sourceforge.net/projects/wicketwiki I've recently started it so it is still in the development process. I want to make it work completely off of AJAX in order for the component to be completely autonomous without effecting the other

Re: How to replace panelA with panelB using AjaxLink in panelA

2007-08-15 Thread landtuna
Tauren Mills wrote: > add(new AjaxLink("createLink") { > @Override > public void onClick(AjaxRequestTarget target) { > Panel panel = new ContactEditPanel("panel", > new Model(new Contact())); >

Re: updateing a component on AjaxTabbedPanel

2007-08-15 Thread [EMAIL PROTECTED]
The ajax tabbed panel should be an instance variable. Then you can use target.addComponent(tabbedPanel). 2007/8/15, [EMAIL PROTECTED] <[EMAIL PROTECTED]>: > Hi there, > > i am very new to wicket an got some problems while using a tree and a > AjaxTabbedPanel. > > I want to update a simple label co

updateing a component on AjaxTabbedPanel

2007-08-15 Thread fhagen
Hi there, i am very new to wicket an got some problems while using a tree and a AjaxTabbedPanel. I want to update a simple label component at an AjaxTabbedPanel after the user click something at the tree. Here is my code: public class ConfirmPage extends WebPage{ public ConfirmPage()

image overlays, what's the best solution ?

2007-08-15 Thread Antoine Angénieux
Hi guys, I've been using Wickets for over 6 months now and absolutely love it! I'm developping on Wicket 1.3 beta 2 and was looking for the best solution to provide some kind of composite ResourceReference... What I want to achieve is building complex icons by superposing them on top of each

Re: TextField onclick ajax

2007-08-15 Thread andrea pantaleoni
Exactly what I do. thanks Gerolf Seitz wrote: > > to submit the form via ajax, you should use AjaxFormSubmitBehavior. > > gerolf > > On 8/14/07, andrea pantaleoni <[EMAIL PROTECTED]> wrote: >> >> >> Hi, >> In a Page I have a TextField component and few DropDownChoice inside a >> form. >> W

Re: Caching the context path

2007-08-15 Thread David Leangen
Hmmm... Very nasty things are happening in my forms. Because it's not resolving the URLs properly, wicket thinks that my pages are expired. Does this mean that I have no choice but to re-instantiate a new wicket for each context? In other words, is what I'm trying to do too much to ask of wick

wicket:child in a WebMarkupContainer

2007-08-15 Thread Matthijs Wensveen
Hi, I have an interesting problem. I am trying to get a subclass of a component to add it's children to a container in the superclass. This is the markup: SuperComponent.html blahblahblah blahblah blahblahblah SubComponent.html my label The problem is that when in SubC

Re: setResponsePage redirects to wrong url

2007-08-15 Thread Andrew Klochkov
Al Maw wrote: > Andrew Klochkov wrote: >> Andrew Klochkov wrote: >>> When I do setResponsePage(MyHomePage.class) IE tries to show me >>> "my.site.com/./" url and gets 404 response. Firefox just shows >>> "my.site.com" without any troubles. >>> >>> I'm using wicket 1.3-beta2 and WicketFilter mapped

Strange bug in Wicket-1.3.0-beta2

2007-08-15 Thread Alex Objelean
I've got randomly an exception when clicking on the table row which has an AjaxEventBehavior assigned. Below is the stacktrace. Any ideas? [10:34:27.875] ERROR [http-8080-Processor1] RequestCycle - component body:panel:actionListContainer:actionList:form:actionList:14 not found on page ro.isdc.ce

Problem with Wicket 1.3 quickstart

2007-08-15 Thread Chinchih Lu
Hi, I am a complete newbie who just tried to run the quickstart example using Wicket 1.3 (source downloaded from http://wicketstuff.org/maven/repository/org/apache/wicket/wicket-quickstart/1.3.0-SNAPSHOT/). After I started the embedded Jetty server, accessing the home page (http://localhost:8

Using non-string parameters in HibernateContactFinderQueryBuilder

2007-08-15 Thread Tauren Mills
I have a data table based on wicket-phonebook, but have added an additional column that contains non-string data. In the database, the value is an int, but the application maps that to a string using a custom enumeration type with a converter to handle all this. The table display, editing, and so