Append anchor to form redirect URL?

2007-09-02 Thread Jeremy Thomerson
for the IRequestListener, but it looks like I would have to add hacks in the request cycle to accomplish this. I see in Link there is an appendAnchor(ComponentTag, CharSequence), but I can't find similar for SubmitLink. Thanks! Jeremy Thomerson

Re: Error in invalidateNow()

2007-09-17 Thread Jeremy Thomerson
One more difference (shouldn't make a diff?) - prod is https, dev is http. JT On 9/18/07, Jeremy Thomerson [EMAIL PROTECTED] wrote: Not sure why I suddenly started getting this error... I'm using BETA3. In my development environment, everything runs fine. In production, I just started

(OT) Calendar UI?

2007-10-17 Thread Jeremy Thomerson
calendar would be good. Jeremy Thomerson -- sent from a wireless device - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: Reload Captcha Image

2007-10-23 Thread Jeremy Thomerson
Have you tried SubmitLink? It will submit the form (which saves your values) and allow you to just move your code from onClick() to onSubmit() (can't remember if that's the exact method signature). Jeremy Thomerson On 10/22/07, Toscano [EMAIL PROTECTED] wrote: Hello, I'm having problems

Re: i18n feedbackmessages

2007-10-23 Thread Jeremy Thomerson
info(getString(your.key)); Jeremy Thomerson On 10/23/07, [EMAIL PROTECTED] [EMAIL PROTECTED] wrote: Hi, i wonder wether the info(feedback message); could be internationalized, ie. info(feedback.success); with a corresponding entry in the xyz.properties . is there a workaround? thanks very

RE: i18n feedbackmessages

2007-10-24 Thread Jeremy Thomerson
Not at a computer, but have you tried: button.add(new SimpleAttributeModifier(value, getString(your.key)); Or button.add(new SimpleAttributeModifier(value, new ResourceModel(your.key)); It may not be called ResourceModel - the name is escaping me right now. Jeremy Thomerson -- sent from

Re: Model never called

2008-11-19 Thread Jeremy Thomerson
image example - images use image resources, not models, and I don't think this will work like you have it drawn. You need to experiment with image resources for that. Hopefully this gives you a better understanding of models, though. -- Jeremy Thomerson http://www.wickettraining.com On Wed, Nov

Re: resource mapping and dot in url

2008-11-19 Thread Jeremy Thomerson
That has only to do with how IIS looks up which script to execute, and nothing to do with security. It certainly won't matter on a Wicket site - the script lookup is actually the Wicket filter. -- Jeremy Thomerson http://www.wickettraining.com On Wed, Nov 19, 2008 at 8:13 AM, ak [EMAIL

Re: Noob question: Wicket and statefull/stateless

2008-11-19 Thread Jeremy Thomerson
then use the YourPage(PageParameters) constructor again. -- Jeremy Thomerson http://www.wickettraining.com On Wed, Nov 19, 2008 at 6:30 AM, [EMAIL PROTECTED] wrote: Pardon the (possible stupid) question, I'm new to Wicket but is quite excited about the simplicity it seems to promote over JSF

Re: Noob question: Wicket and statefull/stateless

2008-11-19 Thread Jeremy Thomerson
sessions on a server simultaneously, and you can use the strength of Wicket - letting it handle state for you. -- Jeremy Thomerson http://www.wickettraining.com On Wed, Nov 19, 2008 at 8:57 AM, Casper Bang [EMAIL PROTECTED] wrote: Ok. It sounds like the general philosophy behind Wicket is server

Re: Noob question: Wicket and statefull/stateless

2008-11-19 Thread Jeremy Thomerson
posting via Napple - latency and behavior somewhat more deterministic. /Casper Jeremy Thomerson-5 wrote: Tip: don't double post or some people will jump on you - it doesn't help you get a good answer. Anyway, for completely stateless page transitions, etc, and how to put

Re: Memory consumption per session

2008-11-20 Thread Jeremy Thomerson
] - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] -- Jeremy Thomerson http://www.wickettraining.com

Re: Memory consumption per session

2008-11-20 Thread Jeremy Thomerson
the object. -- Jeremy Thomerson http://www.wickettraining.com On Thu, Nov 20, 2008 at 9:15 AM, Ralf Siemon [EMAIL PROTECTED] wrote: Hi, we have recently launched our new Wicket-based website, and now we are experiencing that the memory consumption of the website is very high, so that it crashes

Re: Extremely confisung onBeforeRender/callOnBeforeRenderIfNotVisible behavior

2008-11-20 Thread Jeremy Thomerson
] -- Jeremy Thomerson http://www.wickettraining.com

Re: How to use Validatable to check all cells in a table?

2008-11-21 Thread Jeremy Thomerson
--tp20631861p20631861.html Sent from the Wicket - User mailing list archive at Nabble.com. - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] -- Jeremy Thomerson http://www.wickettraining.com

Re: ListView model is CompoundPropertyModelListMyObject

2008-11-21 Thread Jeremy Thomerson
()) -- Jeremy Thomerson http://www.wickettraining.com On Fri, Nov 21, 2008 at 8:38 PM, kan [EMAIL PROTECTED] wrote: How to get appropriate item model inside populateItem method? Why ListView cannot do it automatically? 2008/11/21 Igor Vaynberg [EMAIL PROTECTED]: item's model needs

Re: Wicket 1.4m3 and Javascript

2008-11-21 Thread Jeremy Thomerson
- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] -- Jeremy Thomerson http://www.wickettraining.com

Re: Running wicketstuff examples

2008-11-23 Thread Jeremy Thomerson
/in/egolan74 P Save a tree. Please don't print this e-mail unless it's really necessary -- Jeremy Thomerson http://www.wickettraining.com

Re: Stability of Wicket 1.4RC1 methods/interfaces: new development on 1.3.5 or 1.4RC1?

2008-11-23 Thread Jeremy Thomerson
, but something could be missed. The biggest difference (other than generics) was probably the getModel() - getDefaultModel() change. Start a new thread for the errors you are seeing and we will help. -- Jeremy Thomerson http://www.wickettraining.com On Sun, Nov 23, 2008 at 6:49 AM, Susan Liebeskind

Re: Stability of Wicket 1.4RC1 methods/interfaces: new development on 1.3.5 or 1.4RC1?

2008-11-23 Thread Jeremy Thomerson
at this time - Igor? Frank / etc??? I just added a paragraph to the migration page regarding this change ( http://cwiki.apache.org/confluence/display/WICKET/Migrate-1.4#Migrate-1.4-getModelnamechange ). Hope this helps! -- Jeremy Thomerson http://www.wickettraining.com On Sun, Nov 23, 2008

[VOTE] Organizing Wicket Stuff / Regular Release Schedule?

2008-11-24 Thread Jeremy Thomerson
don't think it would be too hard to keep the codebase of this in sync with Wicket core.) 2 - What projects do you own (and by your vote we'll see if you want those projects to be included in this restructuring). -- Jeremy Thomerson http://www.wickettraining.com

Re: DateTimeField and java.util.Calendar

2008-11-24 Thread Jeremy Thomerson
Yes - this would be a perfect time for a nested model - write a generic model that implements IModelDate and takes an IModelCalendar as its input. See http://www.jeremythomerson.com/blog/2008/11/06/wicket-the-power-of-nested-models/ for assistance with the rest. -- Jeremy Thomerson http

Re: ListView vs DropDownChoice with Generics

2008-11-25 Thread Jeremy Thomerson
PROTECTED] -- Jeremy Thomerson http://www.wickettraining.com

Re: [discuss] Organizing Wicket Stuff / Regular Release Schedule?

2008-11-25 Thread Jeremy Thomerson
PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] -- Jeremy Thomerson http://www.wickettraining.com

Re: Where has InMethod.com gone?

2008-11-25 Thread Jeremy Thomerson
Hope this helps: http://www.nabble.com/inmethod---grid-website--td20086965.html -- Jeremy Thomerson http://www.wickettraining.com On Tue, Nov 25, 2008 at 4:46 PM, Warren Bell [EMAIL PROTECTED]wrote: I am looking for an advance datagrid component. I see that inMethod is mentioned as having

Re: Javascript must be called once at the end

2008-11-25 Thread Jeremy Thomerson
); response.renderOnDomReadyJavascript(alert('test');); } } } -- Jeremy Thomerson http://www.wickettraining.com On Tue, Nov 25, 2008 at 10:26 PM, Anton Veretennikov [EMAIL PROTECTED] wrote: Hi, JavaScript source files itself are inserted using wicket:head in CodeHighlightPanel's html. It's great

Re: AutoCompleteTextField - gives a type mismatch error on IE - version wicket-1.4-rc1

2008-11-26 Thread Jeremy Thomerson
This is fixed in trunk - I just ran into the same yesterday. Upgraded from rc1 to snapshot and it's working. -- Jeremy Thomerson http://www.wickettraining.com On Wed, Nov 26, 2008 at 9:32 AM, Dipu [EMAIL PROTECTED] wrote: done https://issues.apache.org/jira/browse/WICKET-1960 https

Re: continueToOriginalDestination and POST

2008-11-26 Thread Jeremy Thomerson
. - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] -- Jeremy Thomerson http://www.wickettraining.com

Re: [discuss] Organizing Wicket Stuff / Regular Release Schedule?

2008-11-26 Thread Jeremy Thomerson
a) it's documentation on wicketstuff.org or b) it's userbase talking about it on the user list. Typically, browsing the SVN tree isn't the way we find projects. -- Jeremy Thomerson http://www.wickettraining.com On Wed, Nov 26, 2008 at 7:10 AM, James Carman [EMAIL PROTECTED]wrote: Merely bundling

Re: AutoCompleteTextField - gives a type mismatch error on IE - version wicket-1.4-rc1

2008-11-26 Thread Jeremy Thomerson
Wow! Thanks! Good to know since I need to release an app today on a modified version of rc1 just because of this app. I didn't look into it any more last night after changing to snapshot and seeing it work. Thanks again, Jeremy Thomerson http://www.wickettraining.com On Wed, Nov 26, 2008

Re: continueToOriginalDestination and POST

2008-11-26 Thread Jeremy Thomerson
/26 Jeremy Thomerson [EMAIL PROTECTED]: They shouldn't be able to access the bookmarkable page with the form (or, access the page, but have the form hidden until signed-in). For continueToOriginalDestination, IIRC, Wicket just stores the URL, so you can't go back to a POST. On Wed

Re: Is there any other way? DataProviders must hit the Db twice for (possible) large datasets

2008-11-26 Thread Jeremy Thomerson
offset 20 - called in iterator is going to cost more than just: select firstName,lastName from user user1 inner join company com1 on user1.company_id=com1.id where com1.code='dht2' limit 10 offset 20 which is all that is needed hence avoiding 2 calls where 1 will do. -- Jeremy

Re: [discuss] Organizing Wicket Stuff / Regular Release Schedule?

2008-11-26 Thread Jeremy Thomerson
Good suggestion - I like that, too. I'll plan on adding it to the parent POM. Thanks! On Wed, Nov 26, 2008 at 1:13 PM, Ryan McKinley [EMAIL PROTECTED] wrote: On Nov 26, 2008, at 11:38 AM, Jeremy Thomerson wrote: I think Wayne was referring not to your post, but in general - if we package

Re: Wicket and CoC

2008-11-26 Thread Jeremy Thomerson
at Nabble.com. - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] -- Jeremy Thomerson http://www.wickettraining.com

Re: Wicket and CoC

2008-11-27 Thread Jeremy Thomerson
: + mComponentClass.getName(), ex); } } } NIFTY!! I hadn't written any IComponentResolver's before - but wanted to try it. Wicket is AWESOME!! It makes it so easy to customize the framework to YOUR needs without imposing one person's ideas on another person. -- Jeremy Thomerson http

Re: Set format date inline

2008-11-27 Thread Jeremy Thomerson
CETIP's point of view, which is only divulged by authorized personnel. *** -- WBR, kan. -- Jeremy Thomerson http://www.wickettraining.com

Re: Markup other than HTML

2008-11-27 Thread Jeremy Thomerson
@Override public String getMarkupType() { return xml; } -- Jeremy Thomerson http://www.wickettraining.com On Thu, Nov 27, 2008 at 2:30 PM, Eyal Golan [EMAIL PROTECTED] wrote: Hi, I was asked today if it's possible to render a page to different format than HTML. I

Re: Markup other than HTML

2008-11-27 Thread Jeremy Thomerson
Oops - sent early - override that in YourPage.java and then just make YourPage.xml - viola! On Thu, Nov 27, 2008 at 3:00 PM, Jeremy Thomerson [EMAIL PROTECTED] wrote: @Override public String getMarkupType() { return xml; } -- Jeremy Thomerson http

[VOTE] End of Life wicket-contrib-gmap?

2008-11-27 Thread Jeremy Thomerson
know. Thanks, Jeremy Thomerson http://www.wickettraining.com

[VOTE] Consistent naming for Wicket Stuff projects

2008-11-27 Thread Jeremy Thomerson
- I feel like I'm starting a lot of vote threads - should I not be? Any suggestions? I would like to efficiently get this reorg done, but I am leery of just moving other people's projects around and making changes without permission. Feelings / thoughts? -- Jeremy Thomerson http

wicketstuff-core migration guide on wiki

2008-11-28 Thread Jeremy Thomerson
://www.wickettraining.com/wicketstuff-core/ Here's a link for the build server building wicketstuff-core: http://www.wickettraining.com/continuum/projectGroupSummary.action?projectGroupId=12 -- Jeremy Thomerson http://www.wickettraining.com

RE: Wicket Session grows too big real fast

2008-11-29 Thread Jeremy Thomerson
LoadableDetachableModel Jeremy Thomerson http://www.wickettraining.com -- sent from a wireless device -Original Message- From: Flavius [EMAIL PROTECTED] Sent: Saturday, November 29, 2008 9:40 PM To: users@wicket.apache.org Subject: Re: Wicket Session grows too big real fast Martijn

Re: [discuss] Organizing Wicket Stuff / Regular Release Schedule?

2008-11-29 Thread Jeremy Thomerson
PS - Good suggestion - this was included. Take a look at: https://wicket-stuff.svn.sourceforge.net/svnroot/wicket-stuff/trunk/wicketstuff-core -- Jeremy Thomerson http://www.wickettraining.com On Tue, Nov 25, 2008 at 4:32 PM, Ryan McKinley [EMAIL PROTECTED] wrote: I don't know if this has

WicketStuff owners - please review

2008-11-29 Thread Jeremy Thomerson
above Thank you! -- Jeremy Thomerson http://www.wickettraining.com

RE: [discuss] Organizing Wicket Stuff / Regular Release Schedule?

2008-11-30 Thread Jeremy Thomerson
folder also had svn:ignore for .classpath, .project and target folder? Jeremy Thomerson http://www.wickettraining.com -- sent from a wireless device -Original Message- From: Ryan McKinley [EMAIL PROTECTED] Sent: Sunday, November 30, 2008 10:33 AM To: users@wicket.apache.org Subject: Re

Re: Create custom UrlCodingStrategy

2008-12-02 Thread Jeremy Thomerson
; } } return path; } } Hope this helps - it works, but it is probably not the cleanest solution out there. I've had it in production on this group of sites for quite a while and have not had a bug appear because of it. -- Jeremy Thomerson http://www.wickettraining.com On Tue

Re: examples of Wizard and working back button

2008-12-02 Thread Jeremy Thomerson
. - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] -- Jeremy Thomerson http://www.wickettraining.com

Re: Why can't I initialize PasswordTextField?

2008-12-02 Thread Jeremy Thomerson
- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] -- Jeremy Thomerson http://www.wickettraining.com

Re: Switch db connection when Local Remote

2008-12-02 Thread Jeremy Thomerson
. -- Jeremy Thomerson http://www.wickettraining.com On Wed, Dec 3, 2008 at 12:37 AM, Anton Veretennikov [EMAIL PROTECTED] wrote: Hello Wicket users, I test my app on local Tomcat and update it frequently on remote. They have different MySQL DB connection params. What is the easiest way to decide

RE: Why can't I initialize PasswordTextField?

2008-12-03 Thread Jeremy Thomerson
user. Jeremy Thomerson http://www.wickettraining.com -- sent from a wireless device -Original Message- From: Casper Bang [EMAIL PROTECTED] Sent: Wednesday, December 03, 2008 5:55 AM To: users@wicket.apache.org Subject: Re: Why can't I initialize PasswordTextField? Yeah I thought

Re: Maintain radio values on submit validation

2008-12-03 Thread Jeremy Thomerson
Have you tried ListView.setReuseItems(true) - I didn't look at your code in depth, but at a glance I think the problem is that your radios are getting recreated. -- Jeremy Thomerson http://www.wickettraining.com On Wed, Dec 3, 2008 at 12:50 PM, Dane Laverty [EMAIL PROTECTED]wrote: I have

Re: Embedding advanced flash object

2008-12-03 Thread Jeremy Thomerson
)) to get your URLs. -- Jeremy Thomerson http://www.wickettraining.com On Wed, Dec 3, 2008 at 4:19 AM, Ekengren [EMAIL PROTECTED] wrote: Hello, I am trying to figure out the best way to embed the flash slideshow from http://www.maani.us/xml_slideshow/index.php. The flash clip reads from

Re: Updating Form TextField Value

2008-12-03 Thread Jeremy Thomerson
(); -- Jeremy Thomerson http://www.wickettraining.com On Wed, Dec 3, 2008 at 6:26 PM, tim532 [EMAIL PROTECTED] wrote: Hopefully this is a simple question with a simple answer... For reasons I can't quite grasp yet, the button to changeName doesn't change the textfield value when I click

Re: GMAP2 Event Listners.

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

Re: Where can I download wicket extensions?

2008-12-04 Thread Jeremy Thomerson
(wicket.apache.org) and click on the donwload link for 1.3 - where you can download a zip that has all of the source and built jars for Wicket. This is for the latest 1.3 - 1.3.5, but you should upgrade anyway if at all possible. -- Jeremy Thomerson http://www.wickettraining.com On Thu, Dec 4, 2008 at 4

Re: how to print only one validation message from a listview of radiobuttons

2008-12-04 Thread Jeremy Thomerson
list archive at Nabble.com. - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] -- Jeremy Thomerson http://www.wickettraining.com

Re: using annotation @AuthorizeInstantiation

2008-12-04 Thread Jeremy Thomerson
final TheBigBoss INSTANCE = new TheBigBoss() {}; Something like that - anyway, MULTIPLE INHERITANCE FOR ROLES RULES! -- Jeremy Thomerson http://www.wickettraining.com On Thu, Dec 4, 2008 at 9:33 PM, Bruno Borges [EMAIL PROTECTED] wrote: I've found a way to implement a type-safe check

Re: IChainingModel

2008-12-04 Thread Jeremy Thomerson
models, you do call detach properly or you can end up with a memory leak. You can see this blog post as a simple example: http://www.jeremythomerson.com/blog/2008/11/06/wicket-the-power-of-nested-models/ Hope this helps. -- Jeremy Thomerson http://www.wickettraining.com On Thu, Dec 4, 2008 at 9

Re: @SpringBean with page creation patterns

2008-12-04 Thread Jeremy Thomerson
: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] -- Jeremy Thomerson http://www.wickettraining.com

Re: Thread.sleep() for only one session

2008-12-05 Thread Jeremy Thomerson
use Thread.sleep in a web app - especially somewhere in the request cycle. It'll be shooting yourself in the foot. Hope this helps, -- Jeremy Thomerson http://www.wickettraining.com On Fri, Dec 5, 2008 at 9:46 AM, Anton Veretennikov [EMAIL PROTECTED] wrote: Hello all Wicket users. One more

Re: using annotation @AuthorizeInstantiation

2008-12-05 Thread Jeremy Thomerson
:21 AM, Nino Saturnino Martinez Vazquez Wael [EMAIL PROTECTED] wrote: Yeah this is a much nicer way.. So whos gonna implement it? :) regards Nino Jeremy Thomerson wrote: If you were going to do this, it would be much better (IMHO) to use interfaces... This gives you interesting

Re: Possible to retrieve previous page from PageMap

2008-12-05 Thread Jeremy Thomerson
-tp20861106p20861106.html Sent from the Wicket - User mailing list archive at Nabble.com. - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] -- Jeremy Thomerson http

Re: create clickable icons (serving as external links) - Sends server into a endless loop

2008-12-05 Thread Jeremy Thomerson
I don't see anything right away wrong with your code below. So, maybe a couple questions will help: Goes into an endless loop when? When it's rendering? When loading image? When clicking on link? Also - what HTML does your code below produce? -- Jeremy Thomerson http

Re: create clickable icons (serving as external links) - Sends server into a endless loop

2008-12-05 Thread Jeremy Thomerson
.. If this is the case, send us the generated HTML using a tool like tamper data in Firefox, for example. Also, just for kicks, try it without the # in the image tag and see if that changes anything. -- Jeremy Thomerson http://www.wickettraining.com On Fri, Dec 5, 2008 at 5:38 PM, Ed _ [EMAIL PROTECTED

RE: Embedding advanced flash object

2008-12-07 Thread Jeremy Thomerson
Well, your email has a typo wicked - it might be that. I've never seen that - maybe you need the proper XML declaration also. Where do you get that error? Stacktrace? Jeremy Thomerson http://www.wickettraining.com -- sent from a wireless device -Original Message- From: Ekengren

RE: Component with id [[feedback]] a was not found while trying to perform markup update. Make sure you called component.setOutputMarkupId(true) on the component whose markup you are trying to update.

2008-12-08 Thread Jeremy Thomerson
That should do it! Jeremy Thomerson http://www.wickettraining.com -- sent from a wireless device -Original Message- From: James Carman [EMAIL PROTECTED] Sent: Monday, December 08, 2008 8:27 PM To: users@wicket.apache.org Subject: Re: Component with id [[feedback]] a was not found while

Re: Using Wicket Pages for an Internal Request

2008-12-09 Thread Jeremy Thomerson
be appreciated - it would be a shame not to be able to use Wicket for this internal rendering. Mike -- Jeremy Thomerson http://www.wickettraining.com

Re: Using Wicket Pages for an Internal Request

2008-12-10 Thread Jeremy Thomerson
] wrote: Hi, thanks for that - I did search the archives and found nothing...is there a name for this that you know of - such that I could use it in the search? I think I was calling it internal redirect. Mike On Dec 9, 2008, at 10:16 PM, Jeremy Thomerson wrote: Search

Re: how to reuse a label in the same page?

2008-12-11 Thread Jeremy Thomerson
be much in the way of side-effects, although with very complex, stateful components, I could see that maybe there would be an issue... (maybe??) -- Jeremy Thomerson http://www.wickettraining.com On Thu, Dec 11, 2008 at 3:29 PM, novotny novo...@gridsphere.org wrote: Basically I need two

Re: Case sensitivity and PackageRequestTargetUrlCodingStrategy

2008-12-11 Thread Jeremy Thomerson
+ combos - took ); System.out.print((System.currentTimeMillis() - start) + millis - used ); Runtime rt = Runtime.getRuntime(); System.out.println((rt.totalMemory() / 1048576) + MB of memory); } -- Jeremy Thomerson http://www.wickettraining.com On Thu, Dec 11, 2008

Re: how to reuse a label in the same page?

2008-12-12 Thread Jeremy Thomerson
/spanbr / span wicket:id=testthis is a test/spanbr / Right or wrong, it currently works that way. (1.4-SNAPSHOT - and I know I've used it in past versions as well) -- Jeremy Thomerson http://www.wickettraining.com On Fri, Dec 12, 2008 at 1:17 AM, Martijn Dashorst martijn.dasho...@gmail.com wrote

Re: Case sensitivity and PackageRequestTargetUrlCodingStrategy

2008-12-12 Thread Jeremy Thomerson
implementation is certainly the naive approach, basically a proof of concept. I'll look into what you mention in 4 and let you know what I find. On Fri, Dec 12, 2008 at 12:44 AM, Jeremy Thomerson jer...@wickettraining.com wrote: Sounds like an interesting idea. Here are a few thoughts I had

Re: NPE when wicket:link embedding input type=image src...

2008-12-12 Thread Jeremy Thomerson
if you need to use it right now. Thanks! -- Jeremy Thomerson http://www.wickettraining.com On Thu, Dec 11, 2008 at 8:00 AM, danielt daniel.te...@web.de wrote: okay, ticket is WICKET-1976 https://issues.apache.org/jira/browse/WICKET-1976 thanks, Tee Bruno Cesar Borges wrote: Please

Re: NPE when wicket:link embedding input type=image src...

2008-12-12 Thread Jeremy Thomerson
Good catch - I just did it since I still had them open. On Fri, Dec 12, 2008 at 11:07 AM, James Carman jcar...@carmanconsulting.com wrote: I would also link the issues On Fri, Dec 12, 2008 at 12:02 PM, Jeremy Thomerson jer...@wickettraining.com wrote: Your ticket is already in JIRA

Re: how to reuse a label in the same page?

2008-12-12 Thread Jeremy Thomerson
in a page or panel, etc... So, why mustyou create two duplicate components? That seems more wrong than the former. -- Jeremy Thomerson http://www.wickettraining.com On Fri, Dec 12, 2008 at 11:23 AM, Martijn Dashorst martijn.dasho...@gmail.com wrote: Now run your application in virgin

Re: File Chooser dialog needed

2008-12-16 Thread Jeremy Thomerson
? Jeremy Thomerson-5 wrote: You simply can't do this in web apps. You don't choose where to write something to - you don't have access to write anything to the user's computer. All you can do is give the user a file to download, and the browser will automatically ask them for what folder

Re: newbie help with JavascriptUtils

2008-12-16 Thread Jeremy Thomerson
...@wicket.apache.org -- Reza Marvan Spagnolo SW Network Engineer - Freelancer @ :: marv...@gmail.com m :: + 34 622 161 746 skype :: mrvspg -- Jeremy Thomerson http://www.wickettraining.com

Re: Round corners n' stuff? Possible Contribution?

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

Re: Wicket - Ajax(Fallback)Button and Form - possible solution to problem

2008-12-19 Thread Jeremy Thomerson
, store the component it's bound to in the bind method, and then do this @Override public void renderHead(IHeaderResponse response) { super.renderHead(response); response.renderOnLoadJavascript(component.getMarkupId() + .style.display = 'block';); } -- Jeremy Thomerson

Re: Is there any collapsible container ?

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

Re: error messages due to hack/search-bots

2008-12-22 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: [announce] Wicketstuff Artwork first release!

2008-12-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 - To unsubscribe, e-mail

Re: Case sensitivity and PackageRequestTargetUrlCodingStrategy

2008-12-23 Thread Jeremy Thomerson
16, 2008 at 4:08 PM, Jeremy Thomerson jer...@wickettraining.com wrote: Do you have commit rights to wicketstuff? If you do, just commit it. If not, you could ask for it or create a patch on the JIRA: http://wicketstuff.org/jira/secure/BrowseProject.jspa?id=10020 If you need help

Re: use of org.wicketstuff.yui.markup.html.calendar.Calendar

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

Re: Wicket and Javascript framework integration

2008-12-23 Thread Jeremy Thomerson
to add jQuery (or other) components / behaviors to your Wicket components. -- Jeremy Thomerson http://www.wickettraining.com On Tue, Dec 23, 2008 at 8:15 PM, tabiul mahmood tab...@gmail.com wrote: Hi, I would like to know more about how can I go about integrating wicket with one of the popular

Re: ERROR: Error while parsing response: Could not find root ajax-response element

2008-12-23 Thread Jeremy Thomerson
tested that part, but think it would work. -- Jeremy Thomerson http://www.wickettraining.com On Tue, Dec 16, 2008 at 8:55 AM, Martin Makundi martin.maku...@koodaripalvelut.com wrote: Hi! Critical bug https://issues.apache.org/jira/browse/WICKET-1916 Anybody know what's causing the problem

Re: about homepage in url path

2008-12-24 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: WebPage for serving binary image data

2008-12-25 Thread Jeremy Thomerson
There was also just a new strategy added in 1.4 (I know you're on 1.3.5 - but just so you or others are aware of it) for creating very nice URLs for resources. See this commit: http://fisheye6.atlassian.com/changelog/wicket/?cs=729078 -- Jeremy Thomerson http://www.wickettraining.com On Thu

Re: WebPage for serving binary image data

2008-12-25 Thread Jeremy Thomerson
(new Font(Arial, Font.PLAIN, 16)); gr.setColor(Color.WHITE); gr.drawString(mText.get(), 25, 25); gr.drawString(Width: + mWidth.get(), 25, 45); mText.set(null); mWidth.set(null); return toImageData(img); } } -- Jeremy Thomerson http

Re: WebPage for serving binary image data

2008-12-25 Thread Jeremy Thomerson
Oh, sorry, mean to include that if you add this to a quickstart, you can test with URL: http://localhost:8080/foo http://localhost:8080/foo?text=fffwidth=200 -- Jeremy Thomerson http://www.wickettraining.com On Fri, Dec 26, 2008 at 12:48 AM, Jeremy Thomerson jer...@wickettraining.com wrote

Re: how to start wicketstuff-core's GMAP2

2008-12-26 Thread Jeremy Thomerson
http://wicketstuff.org/maven/repository/org/wicketstuff/gmap2-examples/1.4-SNAPSHOT/ -- Jeremy Thomerson http://www.wickettraining.com On Fri, Dec 26, 2008 at 7:27 AM, 新希望软件 -- 俞宏伟 nhsoft@gmail.com wrote: First Sorry for my poor english. I have checked out wicketstuff-core source code

Re: WebPage for serving binary image data

2008-12-26 Thread Jeremy Thomerson
at 1:51 PM, smallufo small...@gmail.com wrote: Hi , thank you for replying. 2008/12/26 Jeremy Thomerson jer...@wickettraining.com Then, you can include it in your page: JAVA: add(new Image(img, new ResourceReference( WicketApplication.IMAGE_KEY))); HTML: img wicket:id=img / http

Re: Problem with inline javascript

2008-12-27 Thread Jeremy Thomerson
How are you doing the auto-complete? AutoCompleteTextField uses the following code, which renders in the head of the page - not inline. You could / should use it in your own behaviors as well. response.renderOnDomReadyJavascript(your js); -- Jeremy Thomerson http://www.wickettraining.com

Re: WebPage for serving binary image data

2008-12-27 Thread Jeremy Thomerson
field because multiple requests could be reading / writing them simultaneously. That code was not the best code - but it's a workaround because the parameters are blown away before you are in your method that creates the image. -- Jeremy Thomerson http://www.wickettraining.com On Sat, Dec 27

Re: how to start wicketstuff-core's GMAP2

2008-12-27 Thread Jeremy Thomerson
The one in wicketstuff-core (push-parent/push-examples) works - use same instructions. I don't know anything about those projects (or why there is one in core and one above it). But the one in core works. -- Jeremy Thomerson http://www.wickettraining.com On Sat, Dec 27, 2008 at 12:30 AM, 新希

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

2008-12-27 Thread Jeremy Thomerson
Rodolfo - why is there still a wicketstuff-push folder in trunk [1]? I didn't notice until today when a user asked a question about it. Was it an oversight, or is it something different? Just Curious and Confused, Jeremy Thomerson http://www.wickettraining.com On Tue, Dec 9, 2008 at 6:46 AM

Re: extra 'onclick' is generated for an image wrapped by a link

2008-12-28 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: Dynamically generating an img tag

2008-12-28 Thread Jeremy Thomerson
text/a It doesn't abuse Label this way, and is much more in line with the standard Wicket way. -- Jeremy Thomerson http://www.wickettraining.com On Sun, Dec 28, 2008 at 12:07 AM, Jan Kriesten kries...@mail.footprint.dewrote: Hi Cristina, Java: // prefix and sufix hold

RE: use of org.wicketstuff.yui.markup.html.calendar.Calendar

2008-12-29 Thread Jeremy Thomerson
Any JS errors? Jeremy Thomerson http://www.wickettraining.com -- sent from a wireless device -Original Message- From: Peter Neubauer peter.neuba...@jayway.se Sent: Monday, December 29, 2008 8:10 AM To: users@wicket.apache.org Subject: Re: use

Re: wicketstuff-annotation and Wicket 1.4

2008-12-30 Thread Jeremy Thomerson
on it's actual use with 1.4 PS - the artifact ID should be just annotation now. See: http://wicketstuff.org/maven/repository/org/wicketstuff/annotation/1.4-SNAPSHOT/ -- Jeremy Thomerson http://www.wickettraining.com On Tue, Dec 30, 2008 at 3:57 AM, Azzeddine Daddah waarhei...@gmail.comwrote: Hi

  1   2   3   4   5   6   7   8   9   10   >