Re: ModalWindow not appearing in IE

2008-12-30 Thread Jeremy Thomerson
. - To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org For additional commands, e-mail: users-h...@wicket.apache.org -- Jeremy Thomerson http://www.wickettraining.com

Re: Twenty Six Wicket Tricks

2008-12-30 Thread Jeremy Thomerson
Jon, I would also offer to review for you, even understanding your rigorous requirements :) That would be a privilege if you have the need. -- Jeremy Thomerson http://www.wickettraining.com On Tue, Dec 30, 2008 at 10:55 AM, Jonathan Locke jonathan.lo...@gmail.comwrote: i like those too

Re: [Announce] wicketstuff-push ported to use wicket 1.4 jetty 6.1.14

2008-12-31 Thread Jeremy Thomerson
svn mv to the 1.3 branch: https://wicket-stuff.svn.sourceforge.net/svnroot/wicket-stuff/branches/wicket-1.3.x/ You'll have to see if whatever you already have existing in that branch can be overwritten. Let me know if I can be of assistance to you in any way. -- Jeremy Thomerson http

Re: feedback message without a form

2008-12-31 Thread Jeremy Thomerson
-- Jeremy Thomerson http://www.wickettraining.com

Re: Limited length html label

2009-01-01 Thread Jeremy Thomerson
characters, keeping track of which tags are open, and when you get to the number of characters where you want to cut it off, close all of your open HTML tags. If you don't do one of those two things, you will end up with open tags really messing up your page. -- Jeremy Thomerson http

Re: Redirecting to external URL

2009-01-01 Thread Jeremy Thomerson
ExternalLink. -- Jeremy Thomerson http://www.wickettraining.com On Thu, Jan 1, 2009 at 4:56 PM, Warren Bell war...@clarksnutrition.comwrote: I need to redirect to an external page. I saw this solution, but was not sure how to use it. Where does this exception get thrown? I do not want

Re: Twenty Six Wicket Tricks

2009-01-05 Thread Jeremy Thomerson
. - To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org For additional commands, e-mail: users-h...@wicket.apache.org -- Jeremy Thomerson http://www.wickettraining.com

Re: Question

2009-01-05 Thread Jeremy Thomerson
- To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org For additional commands, e-mail: users-h...@wicket.apache.org -- Jeremy Thomerson http://www.wickettraining.com

Re: HOW TO REDIRECT

2009-01-06 Thread Jeremy Thomerson
...@wicket.apache.org -- Jeremy Thomerson http://www.wickettraining.com

Re: DataView vs ListView

2009-01-06 Thread Jeremy Thomerson
effective to use the DataView rather than ListView, because my biggest expense is just loading the objects. (Also, Lucene seems to get quicker with multiple searches of the same criteria in near succession) -- Jeremy Thomerson http://www.wickettraining.com On Tue, Jan 6, 2009 at 7:07 PM, Dane Laverty

Re: anyone has some suggestion? thanks a lot

2009-01-06 Thread Jeremy Thomerson
I always found the suggestion don't eat yellow snow to hold true. Any specific topic you were thinking of? :) On Tue, Jan 6, 2009 at 7:59 PM, John Krasnay j...@krasnay.ca wrote: Buy low, sell high? jk On Tue, Jan 06, 2009 at 05:55:08PM -0800, wch2001 wrote: -- View this message in

Re: sorry, what do u mean for that?

2009-01-06 Thread Jeremy Thomerson
...@wicket.apache.org -- Jeremy Thomerson http://www.wickettraining.com

Re: sorry, what do u mean for that?

2009-01-06 Thread Jeremy Thomerson
)); } } }; That code is mostly copied from DownloadLink. -- Jeremy Thomerson http://www.wickettraining.com On Wed, Jan 7, 2009 at 1:35 AM, wch2001 wch2...@hotmail.com wrote: I use DownloadLink, when file is not existed, there is not any info message. how to solve it? I want to show some message

Re: sorry, what do u mean for that?

2009-01-07 Thread Jeremy Thomerson
the AjaxSubmitLink, i can not get the popup window for saving. I mean when i clicked the ajaxsumbitlink, there is nothing , not like downloadlink to popup window. can u give me some suggestion? thanks Jeremy Thomerson-5 wrote: Roll your own link: LinkFile downloadLink = new LinkFile

Re: Wicketstuff/dojo Examples

2009-01-08 Thread Jeremy Thomerson
It's moved to the 1.3.X branch because it wasn't 1.4 compatible: https://wicket-stuff.svn.sourceforge.net/svnroot/wicket-stuff/branches/wicket-1.3.x/wicketstuff-dojo-examples/ -- Jeremy Thomerson http://www.wickettraining.com On Thu, Jan 8, 2009 at 9:15 AM, lizz elisabeth.thor...@bouvet.no

Re: Back button + dataview problem

2009-01-08 Thread Jeremy Thomerson
dao. -- Jeremy Thomerson http://www.wickettraining.com On Thu, Jan 8, 2009 at 9:58 AM, quizzical quixop...@gmail.com wrote: But if I have understood the docs http://cwiki.apache.org/WICKET/spring.html here on the spring - annot project then categoryDao should be injected

Re: Wicket Not Using Custom Model Comparitor: Very Puzzling Behavior

2009-01-08 Thread Jeremy Thomerson
. - To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org For additional commands, e-mail: users-h...@wicket.apache.org -- Jeremy Thomerson http://www.wickettraining.com

Re: Sorting a column populated through pupulateItem method...

2009-01-08 Thread Jeremy Thomerson
); } public int size() { // TODO Auto-generated method stub return 0; } }; -- Jeremy Thomerson http://www.wickettraining.com On Thu, Jan 8, 2009 at 3:32 PM, nitinkc nitin_chan...@yahoo.com wrote: As I had mentioned

Re: Sorting a column populated through pupulateItem method...

2009-01-08 Thread Jeremy Thomerson
PS - DBObjectDetachableModel is my own model wrapper - you could use plain Model, but I'd suggest looking at: http://wicketinaction.com/2008/09/building-a-smart-entitymodel/ On Thu, Jan 8, 2009 at 4:00 PM, Jeremy Thomerson jer...@wickettraining.comwrote: What kind of data provider are you

Re: How / where can I contribute my source code to the wicket?

2009-01-09 Thread Jeremy Thomerson
] Jira: https://issues.apache.org/jira/browse/WICKET -- Jeremy Thomerson http://www.wickettraining.com On Fri, Jan 9, 2009 at 4:19 PM, Valentine2008 valentine.wic...@gmail.comwrote: Hi, I have several reusable components that I want to contribute to the Wicket. Do you know where/how I can

Re: How / where can I contribute my source code to the wicket?

2009-01-09 Thread Jeremy Thomerson
Oh, and if you want to add it to wicket stuff, just ask here for commit rights by supplying your SF ID. Read thoroughly: http://wicketstuff.org/confluence/display/STUFFWEB/Home -- Jeremy Thomerson http://www.wickettraining.com On Fri, Jan 9, 2009 at 6:38 PM, Jeremy Thomerson jer

Re: FileUpload in a Panel

2009-01-09 Thread Jeremy Thomerson
need to call the constructor like new FileUpload(ID, new Model()) -- Jeremy Thomerson http://www.wickettraining.com On Fri, Jan 9, 2009 at 8:05 PM, Ed _ ed_b...@hotmail.com wrote: Is it possible to do a file upload within a Panel ? Or can it only be done in a WebPage? I have seen some

Re: sessionsize of requestlogger

2009-01-12 Thread Jeremy Thomerson
. - To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org For additional commands, e-mail: users-h...@wicket.apache.org -- Jeremy Thomerson http://www.wickettraining.com

Set width of auto complete text field?

2009-01-13 Thread Jeremy Thomerson
(which is the JS set style) is overriding the CSS that I included. -- Jeremy Thomerson http://www.wickettraining.com

Re: where to find javadoc for wikcet 1.4

2009-01-13 Thread Jeremy Thomerson
Do you use Maven? If so, do mvn eclipse:eclipse -DdownloadJavadocs=true If not, you can still benefit from Maven: http://repo2.maven.org/maven2/org/apache/wicket/wicket/ -- Jeremy Thomerson http://www.wickettraining.com On Tue, Jan 13, 2009 at 5:02 PM, rjilani jil...@lifebiosystems.com wrote

RE: Purging Session Data

2009-01-13 Thread Jeremy Thomerson
Session.invalidate() clears the entire session. If you want to clear a parameter in your custom session object, just set it to null. MySession.setMyCustomSomething(null); Jeremy Thomerson http://www.wickettraining.com -- sent from a wireless device -Original Message- From

Re: Technologies to use with large scale Wicket application

2009-01-14 Thread Jeremy Thomerson
. It is easy to integrate and astoundingly fast and simple. It is also very flexible, allowing almost limitless possibilities. I would recommend it for search as highly as Wicket for view tier. -- Jeremy Thomerson http://www.wickettraining.com On Tue, Jan 13, 2009 at 6:12 PM, Tauren Mills tau

Re: Where to process PageParameters

2009-01-14 Thread Jeremy Thomerson
. - To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org For additional commands, e-mail: users-h...@wicket.apache.org -- Jeremy Thomerson http://www.wickettraining.com

Re: Back button + dataview problem

2009-01-14 Thread Jeremy Thomerson
button and a few NotSerializableException lines in tomcat.log. The CategoryDAO definition is quite long, is there anything in particular you wanted to see or shall I just post the whole class? Cheers Alex Jeremy Thomerson-5 wrote: Right - don't make your DAO serializable - the proxy

Re: JavaScript and Wicket

2009-01-15 Thread Jeremy Thomerson
...@wicket.apache.org -- Jeremy Thomerson http://www.wickettraining.com

Re: skip item in populateItem of ListView

2009-01-15 Thread Jeremy Thomerson
- To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org For additional commands, e-mail: users-h...@wicket.apache.org -- Jeremy Thomerson http://www.wickettraining.com

Re: modify domain object but stay on the same page?

2009-01-15 Thread Jeremy Thomerson
(getModel()); } }); There's probably not a huge advantage over just doing: setResponsePage(new PersonEdit(getModel())); -- Jeremy Thomerson http://www.wickettraining.com On Thu, Jan 15, 2009 at 6:22 PM, Phillip Rhodes spamsu...@rhoderunner.comwrote: I have been searching, but all

Re: I'm intersted in design

2009-01-15 Thread Jeremy Thomerson
Because it is imperative in many ways that the component knows it's own ID. Look through the code to see how many times it uses it's ID. Hope this helps. -- Jeremy Thomerson http://www.wickettraining.com On Thu, Jan 15, 2009 at 9:40 PM, Anton Veretennikov anton.veretenni...@gmail.com wrote

Re: example of opening ModalWindow with submit button?

2009-01-16 Thread Jeremy Thomerson
in ajax submits). -- Jeremy Thomerson http://www.wickettraining.com On Fri, Jan 16, 2009 at 3:30 PM, Phillip Rhodes spamsu...@rhoderunner.comwrote: I would like to open a modelwindow, but not with a link since I do not want any form data to be lost. Does anyone have an example or pointer? I

Re: Contributing to Wicket - Client side form validation

2009-01-18 Thread Jeremy Thomerson
ID must be yav-examples rather than wicketstuff-yav-examples - add yav-parent to the modules list in wicketstuff-core/pom.xml Thank you, -- Jeremy Thomerson http://www.wickettraining.com On Sun, Jan 18, 2009 at 7:35 AM, cazoury carl.azo...@zenika.com wrote: Hi, I have finally added

Re: Wicket Tester

2009-01-18 Thread Jeremy Thomerson
the Wicket - User mailing list archive at Nabble.com. - To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org For additional commands, e-mail: users-h...@wicket.apache.org -- Jeremy Thomerson http://www.wickettraining.com

Re: wicketstuff build question

2009-01-19 Thread Jeremy Thomerson
It is most likely that the 1.4-SNAPSHOT from wicketstuff repo is not being built regularly like it should. You could check TeamCity on wicketstuff.org . I can look into it, but it won't be today. -- Jeremy Thomerson http://www.wickettraining.com On Mon, Jan 19, 2009 at 11:25 AM, rossputin

RE: Need help editing a Map plz.

2009-01-19 Thread Jeremy Thomerson
Maybe try a RepeatingView of some sort (ListView?) over new ArrayList(map.keySet())... Jeremy Thomerson http://www.wickettraining.com -- sent from a wireless device -Original Message- From: Ned Collyer ned.coll...@gmail.com Sent: Monday, January 19, 2009 6:14 PM To: users

Re: Reloading HeadersToolbar

2009-01-20 Thread Jeremy Thomerson
This is your problem (I think): In DataTable, when a toolbar is added, it is calling: toolbar.setRenderBodyOnly(true); Hence, the error message. Try seeing if you can add the entire table to the AJAX target (or any outer container of it) so that the entire thing is repainted. -- Jeremy

Re: Wicket / Spring bean annotations

2009-01-20 Thread Jeremy Thomerson
that passing services around is typically a great use-case. -- Jeremy Thomerson http://www.wickettraining.com On Tue, Jan 20, 2009 at 6:00 PM, Andrew Humphries (MEL) andrew.humphr...@foxtel.com.au wrote: Hi - Probably a simple question : We are using Spring with Wicket in our project. I have

Re: Set width of auto complete text field?

2009-01-20 Thread Jeremy Thomerson
Any one? Thank you, -- Jeremy Thomerson http://www.wickettraining.com On Tue, Jan 13, 2009 at 4:01 PM, Jeremy Thomerson jer...@wickettraining.com wrote: Is there a way to set the width of the popup list of choices for the auto compete behavior (auto complete text field)? I have tried

Re: Wicket placeholder for tr component causing invalid markup

2009-01-26 Thread Jeremy Thomerson
mailing list archive at Nabble.com. - To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org For additional commands, e-mail: users-h...@wicket.apache.org -- Jeremy Thomerson http://www.wickettraining.com

Re: Wicket placeholder for tr component causing invalid markup

2009-01-26 Thread Jeremy Thomerson
I agree 100% - that's the only clean solution I see. On Mon, Jan 26, 2009 at 9:25 AM, the_adam adam.parchimow...@gmail.comwrote: Jeremy Thomerson-5 wrote: The problem you're facing is clear - and you're right - wicket:enclosure won't work for you. Unfortunately, that closed-tag code

Re: Convert a null Model to a custom string rather than

2009-01-27 Thread Jeremy Thomerson
This has come up quite a bit here on the user list. See the first example on this page: http://www.jeremythomerson.com/blog/2008/11/06/wicket-the-power-of-nested-models/ -- Jeremy Thomerson http://www.wickettraining.com On Tue, Jan 27, 2009 at 1:38 PM, nate roe phl...@gmail.com wrote: I'm

Re: Need help with Upgrade to wicket 1.4-rc1

2009-01-28 Thread Jeremy Thomerson
as the artifactId, 1.4-SNAPSHOT as the version (there have been no rc1 releases cut from most of these) -- Jeremy Thomerson http://www.wickettraining.com On Wed, Jan 28, 2009 at 10:21 AM, Karen Schaper karen.scha...@gmail.comwrote: Hi, I decided now is a good time for me to upgrade to the latest wicket

Re: OpenLayer with google WMS

2009-01-29 Thread Jeremy Thomerson
All!Does anyone knows how to use openlayer map control with google map like this example http://openlayers.org/dev/examples/google.html in wicket? Thanks! -- Jeremy Thomerson http://www.wickettraining.com

Re: OpenLayer with google WMS

2009-01-29 Thread Jeremy Thomerson
...@yahoo.com.arwrote: Thanks Jeremy, but it uses wicket 1,4 and I'm using 1.3.4, anyway I'm getting java.lang.ClassNotFoundException: com.vividsolutions.jts.geom.GeometryFactory exeptions so I'll just use GMAP integration instead, thanks! -Mensaje original- De: Jeremy Thomerson [mailto:jer

Re: textfield to take only numnbers

2009-01-29 Thread Jeremy Thomerson
. - To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org For additional commands, e-mail: users-h...@wicket.apache.org -- Jeremy Thomerson http://www.wickettraining.com

Re: How to unsubscribe

2009-01-29 Thread Jeremy Thomerson
...@wicket.apache.org For additional commands, e-mail: users-h...@wicket.apache.org -- Jeremy Thomerson http://www.wickettraining.com

Re: Feedback Panel

2009-01-30 Thread Jeremy Thomerson
strength in the air. We shall defend our island whatever the cost may be We shall fight on beaches, we shall fight on the landing grounds, We shall fight in the fields and in the streets, We shall fight on the hills. We shall never surrender. Winston Churchill -- Jeremy Thomerson http

Re: Contributing to Wicket - Client side form validation

2009-01-30 Thread Jeremy Thomerson
-parent/yav-examples/pom.xml - artifact ID must be yav-examples rather than wicketstuff-yav-examples - add yav-parent to the modules list in wicketstuff-core/pom.xml Thank you, -- Jeremy Thomerson http://www.wickettraining.com On Sun, Jan 18, 2009 at 7:35 AM, cazoury carl.azo

Re: Contributing to Wicket - Client side form validation

2009-01-30 Thread Jeremy Thomerson
you wanted to change doesn't already fix this, the yav and yav-examples project have unnecessary dependencies on jmxtools and jms jars (probably from some parent/grand parent POM). Regards - Cemal http://jWeekende.co.uk jWeekend Jeremy Thomerson-5 wrote: Carl, Would you mind if I

Re: new bee jqery or dojo

2009-02-02 Thread Jeremy Thomerson
-mail: users-unsubscr...@wicket.apache.org For additional commands, e-mail: users-h...@wicket.apache.org -- Jeremy Thomerson http://www.wickettraining.com

RE: Component doesn't disappear when removing it via an ajax link

2009-02-02 Thread Jeremy Thomerson
A couple of problems: 1 - don't remove it. You should make it invisible (setVisible(false)) 2 - you're trying to remove the container from the link, but it was added to the panel. You would have to call IngredientPanel.this.remove (but don't) Jeremy Thomerson http://www.wickettraining.com

RE: AW: AW: 2 DropDownChoices with a renderer. ajax update

2009-02-04 Thread Jeremy Thomerson
on the state passed to getDisplayValue. Jeremy Thomerson http://www.wickettraining.com -- sent from a wireless device -Original Message- From: Arthur Leigh Allen arthurleigh.al...@yahoo.de Sent: Wednesday, February 04, 2009 3:57 AM To: users@wicket.apache.org Subject: AW: AW: 2

RE: FeedBackPanel not rendering Messages

2009-02-04 Thread Jeremy Thomerson
I wrote a whole blog post on how to do this. It was a couple months ago. Go to http://www.jeremythomerson.com and look for it. Jeremy Thomerson http://www.wickettraining.com -- sent from a wireless device -Original Message- From: wicketworker siva.mad...@gmail.com Sent: Wednesday

RE: Checkbox filtering a dataview

2009-02-04 Thread Jeremy Thomerson
Pass your data provider an instance of IModelBoolean. That way it is agnostic as to where it's getting the switch from. Jeremy Thomerson http://www.wickettraining.com -- sent from a wireless device -Original Message- From: Matt Welch matt...@welchkin.net Sent: Wednesday, February 04

Re: Clickable Image in a ListView (thumbnail principle)

2009-02-05 Thread Jeremy Thomerson
list item item.add(link); -- Jeremy Thomerson http://www.wickettraining.com HTML: li wicket:id=attachments a href=# wicket:id=linkimg wicket:id=image //a /li On Thu, Feb 5, 2009 at 6:00 PM, frankmuel frankm...@googlemail.com wrote: Hi there, I am looking for a small hint about how to do

Re: Using converters properly in Wicket?

2009-02-08 Thread Jeremy Thomerson
using the memory. -- Jeremy Thomerson http://www.wickettraining.com On Sun, Feb 8, 2009 at 2:26 PM, Martin Makundi martin.maku...@koodaripalvelut.com wrote: Exactly. I had a component with its own converter and my memory profiler showed that it ended up hogging 200 MB. Ofcourse I can organize

Re: Problem with WebRequestCodingStrategy's and mobile phones

2009-02-10 Thread Jeremy Thomerson
Can one of the core devs add a note to the javadoc of UrlCompressingWebCodingStrategy to the effect of NOTE: Using this strategy may cause errors in some mobile phone browsers, specifically the Motorola V3 and other UP.Link browser mobile phones -- Jeremy Thomerson http

Re: how to create a link that goes to an anchor on a page

2009-02-13 Thread Jeremy Thomerson
Label label = new Label(label, TEST); Link yourLink = new Link(foo) { public void onClick() { /* do something */ } }; yourLink.setAnchor(label); voila! -- Jeremy Thomerson http://www.wickettraining.com On Fri, Feb 13, 2009 at 4:37 PM, novotny novo...@gridsphere.org wrote: Hi, I have

Re: AbstractAjaxTimerBehavior / Firefox / Page constructor

2009-02-13 Thread Jeremy Thomerson
haven't succeed to debug with Firebug. Adriano - To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org For additional commands, e-mail: users-h...@wicket.apache.org -- Jeremy Thomerson http

Re: AbstractAjaxTimerBehavior / Firefox / Page constructor

2009-02-15 Thread Jeremy Thomerson
Sorry - I should've been more clear. Images work fine with timers. Specifically, I was asking if your page had any img tags that had an empty source - that causes similar behavior. -- Jeremy Thomerson http://www.wickettraining.com On Sat, Feb 14, 2009 at 8:25 AM, Adriano dos Santos Fernandes

Re: Effects library in Wicket

2009-02-15 Thread Jeremy Thomerson
See some of the JS integrations in: https://wicket-stuff.svn.sourceforge.net/svnroot/wicket-stuff/trunk/wicketstuff-core/ -- Jeremy Thomerson http://www.wickettraining.com On Sun, Feb 15, 2009 at 8:04 PM, Azzeddine Daddah waarhei...@gmail.comwrote: Hi Wicket users, Is there any effects

Re: Wicket Geronimo debugging??

2009-02-17 Thread Jeremy Thomerson
with a Wicket error, you'll get by default an internal error page. -- Jeremy Thomerson http://www.wickettraining.com On Tue, Feb 17, 2009 at 4:11 AM, Edwin Ansicodd erik.g.hau...@gmail.comwrote: Deploying my wicket web app on Geronimo, I'm getting errors that seem to be somewhere

Re: Validation From A Custom Component

2009-02-17 Thread Jeremy Thomerson
-tp22060300p22060300.html Sent from the Wicket - User mailing list archive at Nabble.com. - To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org For additional commands, e-mail: users-h...@wicket.apache.org -- Jeremy

Re: Validation From A Custom Component

2009-02-17 Thread Jeremy Thomerson
); */ error((IValidationError) error); } } -- Jeremy Thomerson http://www.wickettraining.com On Tue, Feb 17, 2009 at 11:23 AM, Eduardo Nunes esnu...@gmail.com wrote: I'm a little bit out of what you are doing, but validate information

Re: Validation From A Custom Component

2009-02-17 Thread Jeremy Thomerson
, Feb 17, 2009 at 2:56 PM, Nino Martinez nino.martinez.w...@gmail.com wrote: Jeremy Thomerson wrote: I, too, agree that this may not be the best way of doing things. But, anyway, there is a solution that will work: Use ValidationError rather than just a string public void

Re: Add a surrounding component to itself

2009-02-17 Thread Jeremy Thomerson
One option: Use a panel that contains both. Rather than adding B, add the panel, which knows to display one or both. -- Jeremy Thomerson http://www.wickettraining.com On Tue, Feb 17, 2009 at 4:37 PM, Prag pragprog...@gmail.com wrote: For a component (A) I would like to be able to add

Re: sepearte stylesheet refrences for page and panel

2009-02-18 Thread Jeremy Thomerson
) in your panel (and the same in your page) - these will add the link for you, and in the head, where it should be. You don't have to put a component in the page then. -- Jeremy Thomerson http://www.wickettraining.com On Wed, Feb 18, 2009 at 3:31 PM, rjilani jil...@lifebiosystems.com wrote: Hi

Re: sepearte stylesheet refrences for page and panel

2009-02-18 Thread Jeremy Thomerson
to contribute their JS or CSS to the head. -- Jeremy Thomerson http://www.wickettraining.com On Wed, Feb 18, 2009 at 4:05 PM, rjilani jil...@lifebiosystems.com wrote: Thanks Jeremy for your suggestions. You were right the wicket link for style sheet was not in wicket:panel tag and putting the link

Re: how to hide parameter in URL? for parameters

2009-02-19 Thread Jeremy Thomerson
A post isn't always the answer, obviously, if you need a bookmarkable page. Look at the IndexedParamUrlCodingStrategy - that's what you need. -- Jeremy Thomerson http://www.wickettraining.com On Thu, Feb 19, 2009 at 3:12 AM, taha siddiqi tawushaf...@gmail.com wrote: use a post request

Re: how to hide parameter in URL? for parameters

2009-02-19 Thread Jeremy Thomerson
is to use a post request. You can, however, obfuscate them with a URL coding strategy, like Jeremy said. You may use IndexedParamUrlCodingStrategy or implement your own. -- Cristiano On Thu, Feb 19, 2009 at 2:31 PM, Jeremy Thomerson jer...@wickettraining.com wrote: A post isn't always

Re: bookmarkable links

2009-02-19 Thread Jeremy Thomerson
-- Jeremy Thomerson http://www.wickettraining.com

Re: AW: AW: Avoid serialization troubles with static members

2009-02-19 Thread Jeremy Thomerson
vi is not only a tool, but a whole platform, so that would exclude it. Personally, I find that echo import org.apache.wicket.* MyClass.java echo import java.util.* MyClass.java works best. :) j/k j/k -- Jeremy Thomerson http://www.wickettraining.com On Thu, Feb 19, 2009 at 10:40 AM, Igor

Re: Uploading A File

2009-02-19 Thread Jeremy Thomerson
it. FileUploadField fuf = new FileUploadField(file, new Model()); this used to work without the model, but it doesn't now. Please provide more information if this doesn't fix it. -- Jeremy Thomerson http://www.wickettraining.com On Thu, Feb 19, 2009 at 2:20 PM, walnutmon justin.m.boy...@gmail.comwrote

Re: WML + Wicket experiences?

2009-02-19 Thread Jeremy Thomerson
could also be changed to get the kind of tag and the attribute name (action / href) from a method that could be overridden, but that would require a change to core - this method you can do yourself quickly. -- Jeremy Thomerson http://www.wickettraining.com On Thu, Feb 19, 2009 at 3:35 PM, Martin

Re: WML + Wicket experiences?

2009-02-19 Thread Jeremy Thomerson
requestListener/IFormSubmittingComponent? Preferably re-using some existing component... go method=post href=??? postfield name=IFormSubmittingComponent value=XXX / postfield name=userId value=$(userId) / postfield name=password value=$(password) / /go ** Martin 2009/2/19 Jeremy Thomerson

Re: WML + Wicket experiences?

2009-02-19 Thread Jeremy Thomerson
value=$(userId) / postfield name=password value=$(password) / /go ** Martin 2009/2/19 Jeremy Thomerson jer...@wickettraining.com: I've never tried it, but I would suspect that I would start by creating something like: public class WapForm extends Form

Re: Wicket meetup in Switzerland?

2009-02-20 Thread Jeremy Thomerson
a thing on the wiki. Thomas -- Thomas Mäder Wicket Eclipse Consulting www.devotek-it.ch -- Wicket Eclipse Consulting www.devotek-it.ch thomasmaeder.blogspot.com -- Jeremy Thomerson http://www.wickettraining.com

Re: Where to disable a child component

2009-02-20 Thread Jeremy Thomerson
- To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org For additional commands, e-mail: users-h...@wicket.apache.org -- Jeremy Thomerson http://www.wickettraining.com

Re: Status of Wicket-Security (SWARM and WASP)?

2009-02-20 Thread Jeremy Thomerson
-td18813738.html -- Jeremy Thomerson http://www.wickettraining.com On Fri, Feb 20, 2009 at 3:48 PM, Tauren Mills tau...@groovee.com wrote: Does anyone know the current status of the wicket-security project? It looks like there has been no activity in svn for close to a year. And it is unclear

Re: LDM with Generics for DropDownChoice

2009-02-22 Thread Jeremy Thomerson
...@wicket.apache.org -- Jeremy Thomerson http://www.wickettraining.com

Re: What IDE best fits with Wicket?

2009-02-23 Thread Jeremy Thomerson
- To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org For additional commands, e-mail: users-h...@wicket.apache.org -- Jeremy Thomerson http://www.wickettraining.com

Re: Using AjaxLink onClick method to retrieve and alter components

2009-02-23 Thread Jeremy Thomerson
by setDefaultFormProcessing(false) on your ajaxsubmitlink -- Jeremy Thomerson http://www.wickettraining.com On Mon, Feb 23, 2009 at 11:17 AM, mallet ryanlahue...@gmail.com wrote: Hello, I have been trying for some time to figure this out but no luck. Some other posts suggest using a submit rather than an AjaxLink

Re: Hold a reference to a Spring bean in Wicket components

2009-02-24 Thread Jeremy Thomerson
archive at Nabble.com. - To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org For additional commands, e-mail: users-h...@wicket.apache.org -- Jeremy Thomerson http://www.wickettraining.com

Re: external image inside link

2009-02-24 Thread Jeremy Thomerson
the Wicket - User mailing list archive at Nabble.com. - To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org For additional commands, e-mail: users-h...@wicket.apache.org -- Jeremy Thomerson http://www.wickettraining.com

Re: external image inside link

2009-02-24 Thread Jeremy Thomerson
/logos/ + lender.getImageSrc(), lender.getLender()); link.add(image); add(link); -- Jeremy Thomerson http://www.wickettraining.com ExternalLink link = new ExternalLink(bankURL, lender.getLenderWebsite(), lender.getLender()); StaticImage image = new StaticImage(bank, images/logos

Re: How to deal with IE bug/feature 'return form submit' in Wicket?

2009-02-25 Thread Jeremy Thomerson
it gets rid of the duplicate code issue. Someone else may have a suggestion on how to do a real fix. -- Jeremy Thomerson http://www.wickettraining.com On Wed, Feb 25, 2009 at 11:57 AM, Wayne Pope waynemailingli...@googlemail.com wrote: Hi, I have a form that has a single text field and an ajax

Re: How to deal with IE bug/feature 'return form submit' in Wicket?

2009-02-25 Thread Jeremy Thomerson
the ajaxsubmitbutton and stop the normal form submission? And if they don't have JS, it will just work as a normal form. -- Jeremy Thomerson http://www.wickettraining.com On Wed, Feb 25, 2009 at 12:45 PM, Jeremy Thomerson jer...@wickettraining.com wrote: This probably isn't the best way

Re: External Resource Bundle in Wicket

2009-02-25 Thread Jeremy Thomerson
For additional commands, e-mail: users-h...@wicket.apache.org -- Jeremy Thomerson http://www.wickettraining.com

Re: WYSIWYG component

2009-02-25 Thread Jeremy Thomerson
fight on beaches, we shall fight on the landing grounds, We shall fight in the fields and in the streets, We shall fight on the hills. We shall never surrender. Winston Churchill -- Jeremy Thomerson http://www.wickettraining.com

Re: Switching between markup files for borders

2009-02-25 Thread Jeremy Thomerson
...@wicket.apache.org For additional commands, e-mail: users-h...@wicket.apache.org -- Jeremy Thomerson http://www.wickettraining.com

Re: Switching between markup files for borders

2009-02-25 Thread Jeremy Thomerson
of theme in html part. But onComponentTagBody is final in Border class. And I'm far from Wicket guru. Another question is performance. When borders are many on a page their customazation is time consuming. Am I right? On Thu, Feb 26, 2009 at 1:54 PM, Jeremy Thomerson jer...@wickettraining.com

Re: using a model with DropDownChoice

2009-02-26 Thread Jeremy Thomerson
This is what I was commenting on last week on the list (or earlier this week). One expects List? extends Foo while the other expects ListFoo. I'm not fully convinced yet that the ? extends is the better option. Either way, I think they should be the same. -- Jeremy Thomerson http

RE: will it work in a Linode?

2009-02-27 Thread Jeremy Thomerson
painful death. Jeremy Thomerson http://www.wickettraining.com -- sent from a wireless device -Original Message- From: jbarciela jbarciela jbarci...@gmail.com Sent: Friday, February 27, 2009 11:08 PM To: users@wicket.apache.org Subject: will it work in a Linode? Hello all, Does anyone have

Re: using a model with DropDownChoice

2009-02-28 Thread Jeremy Thomerson
Perhaps start a vote thread, with the subject something like: VOTE: Remove ? extends from constructor of DropDownChoice. I'd be +1 non-binding -- Jeremy Thomerson http://www.wickettraining.com On Sat, Feb 28, 2009 at 3:33 PM, Brill Pappin br...@pappin.ca wrote: I'm of the don't widen

Re: issues with localising a HashMap

2009-02-28 Thread Jeremy Thomerson
method - IOW, get familiar with models. Try removing the getString() and refactor your component instantiation (if needed) to take the model rather than the string. -- Jeremy Thomerson http://www.wickettraining.com On Sat, Feb 28, 2009 at 10:25 AM, Stephen Swinsburg s.swinsb...@lancaster.ac.uk

Re: Wicket - Multi Instance Support

2009-03-01 Thread Jeremy Thomerson
. -- Jeremy Thomerson http://www.wickettraining.com On Sun, Mar 1, 2009 at 4:51 AM, subbu_tce subramanian.mur...@gmail.comwrote: Hi, Does wicket provide any support for multiple application instances per user's session? In other words, how does wicket handle multiple browser windows

Re: Switching between markup files for borders

2009-03-02 Thread Jeremy Thomerson
; }}; -igor On Wed, Feb 25, 2009 at 11:45 PM, Jeremy Thomerson jer...@wickettraining.com wrote: Bummer - knew it couldn't be as easy as it looked. :) I don't suppose it's something you could do like this, then? Border.html td class=foo main_white.css TD.foo { background-image: (/url

<    1   2   3   4   5   6   7   8   9   10   >