wicket-mousetrap behavior

2012-11-26 Thread Andrew Lombardi
ed all the key commands I've added on a recent blog post: http://www.mysticcoders.com/blog/integrating-mousetrap-js-with-wicket/ Cheers and Thanks! To our success! Mystic Coders, LLC | Code Magic | www.mysticcoders.com ANDREW LOMBARDI | and...@mysticcoders.com ofc: 714-352-0298 fax: 714-782-602

Apache Wicket developers needed

2011-07-18 Thread Andrew Lombardi
If you've been using Apache Wicket for a while, and know you're way around. We'd like to hear from you. We have some contracting opportunities, please contact us by email (off list) for further details. To our success! Mystic Coders, LLC | Code Magic | www.mysticcoders.com

Review: Apache Wicket Cookbook

2011-07-09 Thread Andrew Lombardi
it today http://www.packtpub.com/apache-wicket-cookbook/book Happy Saturday folks! :) To our success! Mystic Coders, LLC | Code Magic | www.mysticcoders.com ANDREW LOMBARDI | and...@mysticcoders.com ofc: 714-352-0298 fax: 714-782-6024 cell: 714-697-8046 linked-in: http://www.linkedin.com/in

Problem with links on page if multiple mounts

2011-01-22 Thread Andrew Lombardi
ng about? Thanks! To our success! Mystic Coders, LLC | Code Magic | www.mysticcoders.com ANDREW LOMBARDI | and...@mysticcoders.com ofc: 714-352-0298 fax: 714-782-6024 cell: 714-697-8046 linked-in: http://www.linkedin.com/in/andrewlombardi twitter: @kinabalu facebook: http://www.fac

Re: Added parameters on the end of requests with wicket 1.5

2011-01-22 Thread Andrew Lombardi
lacehandler() instead of scheduleaftercurrent, since > current will render the page. > > but to do it in 1.5 way you would mount a handler on > /view/${pasteid}/download and one on /view/${pasteid}/text and > implement streaming there instead of using the page as a switchboard. >

Re: Added parameters on the end of requests with wicket 1.5

2011-01-20 Thread Andrew Lombardi
the page since I'm effectively redirecting there, even if in 1.4 it worked. Is there a way to register a handler for URL's that suffix /text and /download to be served by the resources directly? On Jan 20, 2011, at 1:19 PM, Andrew Lombardi wrote: > Okay, got it. I'll dum

Re: Added parameters on the end of requests with wicket 1.5

2011-01-20 Thread Andrew Lombardi
an 20, 2011 at 12:22 PM, Martin Grigorov > wrote: >> On Thu, Jan 20, 2011 at 6:32 PM, Andrew Lombardi >> wrote: >> >>> I've been converting mysticpaste.com to using Wicket 1.5 with the help of >>> Martin Grigorov :) - the source is available here - >&g

Added parameters on the end of requests with wicket 1.5

2011-01-20 Thread Andrew Lombardi
e.class); the ${1} here is for highlighting specific lines Thanks! To our success! Mystic Coders, LLC | Code Magic | www.mysticcoders.com ANDREW LOMBARDI | and...@mysticcoders.com ofc: 714-352-0298 fax: 714-782-6024 cell: 714-697-8046 linked-in: http://www.linkedin.com/in/andrewlombardi twitter

Re: how can i add my site developed in wicket + GAE to "Websites based on Wicket"?

2010-05-15 Thread Andrew Lombardi
It's a wiki... P.S. there's a login, and an edit button after you login On May 15, 2010, at 1:42 AM, nicolas melendez wrote: > How can i add my site developed in wicket + GAE to "Websites based on > Wicket" in the wiki? > NM

Warning on the spammer sewage sludge

2010-03-16 Thread Andrew Lombardi
Apparently some spammers have taken some messages from the Wicket mailing list, and using it as seed data in their efforts to trick spam filters into passing the message through. Since I have a phone number in my email signature, i've gotten a few not-so-nice texts / voicemails until I explain

Re: Wicket 1.4.7 released

2010-03-04 Thread Andrew Lombardi
s, > > -igor > > PS. the website has been updated with the release announcement but is > still waiting to be replicated. To our success! Mystic Coders, LLC | Code Magic | www.mysticcoders.com ANDREW LOMBARDI | and...@mysticcoders.com 2321 E 4th St. Ste C-128, Santa

Re: Make Wicket component ID HTML element ID?

2010-02-28 Thread Andrew Lombardi
> How can I overcome this? > > Regards. > > > > --- On Sun, 2/28/10, Andrew Lombardi wrote: > >> From: Andrew Lombardi >> Subject: Re: Make Wicket component ID HTML element ID? >> To: users@wicket.apache.org >> Date: Sunday, February 28, 2010, 6:41 P

Re: Make Wicket component ID HTML element ID?

2010-02-28 Thread Andrew Lombardi
>> >> >> - >> To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org >> For additional commands, e-mail: users-h...@wicket.apache.org >> >> > > > > > --------

Re: autolink not work ?

2010-02-26 Thread Andrew Lombardi
...@wicket.apache.org > For additional commands, e-mail: users-h...@wicket.apache.org > To our success! Mystic Coders, LLC | Code Magic | www.mysticcoders.com ANDREW LOMBARDI | and...@mysticcoders.com 2321 E 4th St. Ste C-128, Santa Ana CA 92705 ofc: 714-816-4488 fax: 714-782-6024 cell:

Re: WicketStuff Core examples on GAE?

2010-02-24 Thread Andrew Lombardi
- > To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org > For additional commands, e-mail: users-h...@wicket.apache.org > To our success! Mystic Coders, LLC | Code Magic | www.mysticcoders.com ANDREW LOMBARDI | and...@mysticcoders.com 2321 E 4th St. St

Re: (Form) Use two TextFields for one object property?

2010-02-18 Thread Andrew Lombardi
void onSubmit() { if(!validTime(hour, second)) error("uhh ... hello?"); // do more stuff } On Feb 18, 2010, at 2:02 PM, srm wrote: > > Am 18.02.2010 um 22:56 schrieb Andrew Lombardi: > >> It depends what your domain object looks like, if it&#x

Re: (Form) Use two TextFields for one object property?

2010-02-18 Thread Andrew Lombardi
------ > To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org > For additional commands, e-mail: users-h...@wicket.apache.org > To our success! Mystic Coders, LLC | Code Magic | www.mysticcoders.com ANDREW LOMBARDI | and...@mysticcoders.com

Re: wicket app over https but renders some images as http

2010-02-10 Thread Andrew Lombardi
yet. >>>>> Perhaps you could browse to the https page, view source, copy the whole >>>>> source into pastebin and send it? >>>>> >>>>> Are you using iframes or anything? >>>>> >>>>> -- >>>>&g

Re: wicket app over https but renders some images as http

2010-02-10 Thread Andrew Lombardi
ws they are indeed being served over HTTP only. >>>> >>>> >>>> Luckily I can switch this particular site to be just HTTP and as soon as I >>>> >>>> do that, the issues go away (obviously since its all just HTTP now). >>>> Howe

Re: FileUploadField selection event

2010-02-10 Thread Andrew Lombardi
I do believe in the latest versions of wicket 1.4 Ajax and fileuploadfield works via a hidden iframe Sent from my iPhone On Feb 10, 2010, at 12:01 AM, dpmihai wrote: Thanks for this tip. I wonder if there is a possibility to create a behavior and add this to it. I know that FileUploadF

Re: Loading properties file while using Spring @L

2010-02-08 Thread Andrew Lombardi
rs-unsubscr...@wicket.apache.org >>>> For additional commands, e-mail: users-h...@wicket.apache.org >>>> >>>> >>> >>> ----- >>> To unsubscribe, e-mail: users-unsubscr...@wicket.a

Re: [announce] better look & modern css for wicket examples contest

2010-02-07 Thread Andrew Lombardi
ign as > well. > > 2010/2/7 Andrew Lombardi > >> This isn't a modification for all the wicket examples, this is just for the >> maven archetype, the examples are a much larger undertaking. >> >> Focus here was to make it simple, and provide some references t

Re: Wicket Layout

2010-02-07 Thread Andrew Lombardi
ctive wicket projects working on integration have them, or could be added. i don't know enough about dojo though, sorry On Feb 7, 2010, at 10:09 PM, Josh Kamau wrote: > Andrew ; > > How about the splitPanel ? and the accordion? > > On Mon, Feb 8, 2010 at 9:01 AM, Andrew Lomb

Re: Wicket Layout

2010-02-07 Thread Andrew Lombardi
ojotoolkit.org/demos/mail/ > > Does the current dojo integration support this. Is it possible to create > such a layout with vanilla wicket? > > regards. > > Josh To our success! Mystic Coders, LLC | Code Magic | www.mysticcoders.com ANDREW LOMBARDI | and...@mysticcod

Re: [announce] better look & modern css for wicket examples contest

2010-02-07 Thread Andrew Lombardi
gn a crazy quickstart page because it will be deleted pretty quickly (we hope) On Feb 7, 2010, at 1:25 AM, nino martinez wael wrote: > Great. We need more people though to make it a real contest! :) And more > focus on looks. > > 2010/2/6 Andrew Lombardi > >> I agree. I had a f

Re: Wicket best practice

2010-02-06 Thread Andrew Lombardi
brand >> new project. >> >> Here's what I have so far. >> http://code.google.com/p/clickframes-wicket-plugin/ >> >> I am a Wicket novice, so any help or direction is appreciated. >> >> Thanks, >> >> Vineet Manohar >> http://w

Re: [announce] better look & modern css for wicket examples contest

2010-02-05 Thread Andrew Lombardi
to enter the contest. >> >> Regards Nino on behalf of the Wicket People >> >> > > -- > View this message in context: > http://old.nabble.com/-announce--better-look---modern-css-for-wicket-examples-contest-tp27425107p27426016.html > Sent from the Wicket - U

Re: Fix super(new CompoundPropertyModel(this)) error in the WIA book

2010-02-04 Thread Andrew Lombardi
thing? > 2. Any better or more elegant way? > 3. How much of WIA remains true as far as Wicket 1.4.5 concerned? > > Thanks! > > > > > > > > > - > To unsubscribe, e-mail: users-unsubscr...@

Re: Where is the full client filename during FileUpload?

2010-02-03 Thread Andrew Lombardi
> Thanks to all, > BYE! To our success! Mystic Coders, LLC | Code Magic | www.mysticcoders.com ANDREW LOMBARDI | and...@mysticcoders.com 2321 E 4th St. Ste C-128, Santa Ana CA 92705 ofc: 714-816-4488 fax: 714-782-6024 cell: 714-697-8046 linked-in: http://www.linkedin.com/in/andrewlombardi twit

Re: SwfObject integration with wicket

2010-02-02 Thread Andrew Lombardi
be able to add a flash swf file and if the > flash isn't detected by the browser have an ajax callback and be able to > hide the component, other resources or add other data to the output. To our success! Mystic Coders, LLC | Code Magic | www.mysticcoders.com ANDREW LOMBARDI | and...@my

Re: wicket-stuff wiki access

2010-02-01 Thread Andrew Lombardi
ce can send mails >> any more? >> >> 2010/2/1 nino martinez wael >> >>> Yeah I asked about a tool, cant remember if I found one. I'll login again >>> and see what happened. >>> >>> >>> >>> 2010/2/1 Andrew L

Re: wicket-stuff wiki access

2010-02-01 Thread Andrew Lombardi
probably related to the horrible spam attach wicketstuff have had, it's filled with fake users :/ 2010/2/1 Andrew Lombardi I'd like to add some documentation and handy links for folks on the wicketstuff project I just added: wicket-html5. I'm getting the following error att

wicket-stuff wiki access

2010-02-01 Thread Andrew Lombardi
ontact the site administrators for more information. I have a JIRA account on wicketstuff, but that doesn't work with confluence apparently. Let me know, thanks! To our success! Mystic Coders, LLC | Code Magic | www.mysticcoders.com ANDREW LOMBARDI | and...@mysticcoders.com 2321 E 4t

Re: Wicket UI Components Examples

2010-02-01 Thread Andrew Lombardi
; Witold > > Am Mon, 1 Feb 2010 00:49:28 -0800 > schrieb Andrew Lombardi : > >> The latest examples using wicket 1.4.6 are also available here: >> >> http://wicketbyexample.com/examples/ >> >> On Feb 1, 2010, at 12:10 AM, Expirience wrote:

Re: Wicket UI Components Examples

2010-02-01 Thread Andrew Lombardi
org/wicket13/compref/"; are just a few components but > it would be nice to have a complete examples page. > > Thanks To our success! Mystic Coders, LLC | Code Magic | www.mysticcoders.com ANDREW LOMBARDI | and...@mysticcoders.com 2321 E 4th St. Ste C-128, Santa Ana CA 92705 ofc:

Re: appending to the componentTagBody

2010-01-31 Thread Andrew Lombardi
you can > use the stream to retreive the RawMarkup element that represents the > current body, tostring() it, append to it, and > replaceComponentTagBody(mystring) > > -igor > > On Sun, Jan 31, 2010 at 5:44 PM, Andrew Lombardi > wrote: >> Is there any method while insi

appending to the componentTagBody

2010-01-31 Thread Andrew Lombardi
tic Coders, LLC | Code Magic | www.mysticcoders.com ANDREW LOMBARDI | and...@mysticcoders.com 2321 E 4th St. Ste C-128, Santa Ana CA 92705 ofc: 714-816-4488 fax: 714-782-6024 cell: 714-697-8046 linked-in: http://www.linkedin.com/in/andrewlombardi twitter: http://www.twitter.com/kinabalu Eco-Tip: Prin

Re: FeedbackMessage Localization

2010-01-31 Thread Andrew Lombardi
t; >> > > > - > To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org > For additional commands, e-mail: users-h...@wicket.apache.org > To our success! Mystic Coders, LLC | Code Magic | www.mysticcode

Re: FeedbackMessage Localization

2010-01-31 Thread Andrew Lombardi
, e-mail: users-h...@wicket.apache.org > To our success! Mystic Coders, LLC | Code Magic | www.mysticcoders.com ANDREW LOMBARDI | and...@mysticcoders.com 2321 E 4th St. Ste C-128, Santa Ana CA 92705 ofc: 714-816-4488 fax: 714-782-6024 cell: 714-697-8046 linked-in: http://www.linkedin.com/in/an

Re: Image auto-resize in browser

2010-01-30 Thread Andrew Lombardi
se calls > for. > > > > ________ > From: Andrew Lombardi > To: "users@wicket.apache.org" > Cc: "users@wicket.apache.org" > Sent: Sat, January 30, 2010 9:45:19 PM > Subject: Re: Image auto-resize in browser > > Is w

Re: Image auto-resize in browser

2010-01-30 Thread Andrew Lombardi
Matt Zemeck wrote: There is a feature of IE that resizes large images automatically. When you hover over the image you can click to expand it to actual size. This feature is not working for my images. From: Andrew Lombardi To: users@wicket.apache.org Sent

Re: Image auto-resize in browser

2010-01-30 Thread Andrew Lombardi
IE and if I manually go to the > generated src value url they do auto-resize. The generated tags looks > fine. Any ideas? > > To our success! Mystic Coders, LLC | Code Magic | www.mysticcoders.com "Apache Wicket Training to get your team off on the right st

Re: Confirmation dialog

2010-01-28 Thread Andrew Lombardi
ck","return confirm('Are you > sure you want to Delete?')" )); > > The above code produces a confirmation message if its a Link and > doesnt work if its an AjaxFallbackLink. How do i make it work on ajax link > > regards. > > Josh T

Re: know the last page user comes from

2010-01-28 Thread Andrew Lombardi
access denied page. > > Thank you ! > > Best regards, > Martin > To our success! Mystic Coders, LLC | Code Magic | www.mysticcoders.com ANDREW LOMBARDI | and...@mysticcoders.com 2321 E 4th St. Ste C-128, Santa Ana CA 92705 ofc: 714-816-4488 fax: 714-782-6024 ce

Re: WicketByExample.com Contest

2010-01-27 Thread Andrew Lombardi
> > We have plans for some neat expansions to WicketByExample, if you have > development cycles you can donate toward helping in the development effort, > please contact me. > > As always, if you have any thoughts on where you'd like to see the blog > go

Re: Resetting a form after ajax submit

2010-01-26 Thread Andrew Lombardi
- >> To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org >> For additional commands, e-mail: users-h...@wicket.apache.org >> >> >> > > -- > View this message in context: > http://old.nabble.com/R

Re: Image Bundler For Apache Wicket

2010-01-26 Thread Andrew Lombardi
magebundler-wicket >>> >> To our success! Mystic Coders, LLC | Code Magic | www.mysticcoders.com ANDREW LOMBARDI | and...@mysticcoders.com 2321 E 4th St. Ste C-128, Santa Ana CA 92705 ofc: 714-816-4488 fax: 714-782-6024 cell: 714-697-8046 linked-in: http://www.linkedin.com/in/a

Re: dynamically adding components to a ListView

2010-01-23 Thread Andrew Lombardi
t;> @Override >>>>public void onClick() { >>>>addPanel(); >>>>} >>>> >>>>

Re: Page refresh increases size of pagemap disk storage

2010-01-23 Thread Andrew Lombardi
Regards, > Ilja Pavkovic > > > Am Samstag, 23. Januar 2010 08:42:49 schrieb Andrew Lombardi: >> I've got a really simple page, which has components of Label, ListView, >> etc. >> >> The only component (and correctly so) that stores anything in the

Page refresh increases size of pagemap disk storage

2010-01-22 Thread Andrew Lombardi
LC | Code Magic | www.mysticcoders.com ANDREW LOMBARDI | and...@mysticcoders.com 2321 E 4th St. Ste C-128, Santa Ana CA 92705 ofc: 714-816-4488 fax: 714-782-6024 cell: 714-697-8046 linked-in: http://www.linkedin.com/in/andrewlombardi twitter: http://www.twitter.com/kinabalu Eco-Tip: Printing e-mails is

Re: How to get Log Level: DEBUG?

2010-01-21 Thread Andrew Lombardi
you should modify it in your log4j.properties file. If you're using the default maven generated project it would be in src/main/resources On Jan 21, 2010, at 9:59 PM, Tony Wu wrote: > Can someone point me in the right direction for setting the default console > log output to include DEBUG level

Re: Getting control of Wicket Session.

2010-01-18 Thread Andrew Lombardi
((WebRequest)getRequest()).getHttpServletRequest().getSession() On Jan 18, 2010, at 10:12 PM, Apple Grew wrote: > @Pedro > > Thanks for the response. Now I have two questions. > > 1. How do I get reference of HttpSession? In Wicket I seem to get > reference of WebSession. > 2. How do I no

Re: basic problem of using wicket

2009-12-06 Thread Andrew Lombardi
to use the html element ? when it's appropriate. wicket:id tags are for mapping to components where you'd like to pull or push data to. it's not an either/or situation. To our success! Mystic Coders, LLC | Code Magic | www.mysticcoders.com ANDREW LOMBARDI | and...@mysticc

Re: Wicket based open source projects

2009-11-27 Thread Andrew Lombardi
..@wicket.apache.org >>>>> >>>>> >>>>> - >>>>> To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org >>>>> For additional commands, e-mail: users-h.

Re: 508 accessibility support

2009-10-29 Thread Andrew Lombardi
essibility in current or any of the future releases ? here is 508 accessibility (http://www.section508.gov/) To our success! Mystic Coders, LLC | Code Magic | www.mysticcoders.com ANDREW LOMBARDI | and...@mysticcoders.com 2321 E 4th St. Ste C-128, Santa Ana CA 92705 ofc: 714-816-4488 fa

[offtopic] - Visit to Amsterdam

2009-10-21 Thread Andrew Lombardi
rs, LLC | Code Magic | www.mysticcoders.com ANDREW LOMBARDI | and...@mysticcoders.com 2321 E 4th St. Ste C-128, Santa Ana CA 92705 ofc: 714-816-4488 fax: 714-782-6024 cell: 714-697-8046 linked-in: http://www.linkedin.com/in/andrewlombardi twitter: http://www.twitter.com/kinabalu Eco-Tip: Printing e-mail

Re: WicketByExample.com - Soft launch and we need editors

2009-08-07 Thread Andrew Lombardi
. Any plans? - Original Message - From: "Andrew Lombardi" To: users@wicket.apache.org Sent: Friday, August 7, 2009 1:08:50 AM GMT -06:00 US/Canada Central Subject: Re: WicketByExample.com - Soft launch and we need editors Quick note, those of you that have submitted an example v

Re: Creating a blog engine with templates using Wicket

2009-08-07 Thread Andrew Lombardi
et.apache.org For additional commands, e-mail: users-h...@wicket.apache.org To our success! Mystic Coders, LLC | Code Magic | www.mysticcoders.com ANDREW LOMBARDI | and...@mysticcoders.com 2321 E 4th St. Ste C-128, Santa Ana CA 92705 ofc: 949-528-6480 fax: 714-782-6024 cell: 714-697-8046 linked-

Re: WicketByExample.com - Soft launch and we need editors

2009-08-06 Thread Andrew Lombardi
. -- Jeremy Thomerson http://www.wickettraining.com On Tue, Aug 4, 2009 at 2:51 PM, Andrew Lombardi> wrote: I don't know about you guys, but I learn best by examples, a lot of them. So the team at Mystic decided to put together a really simple, easy to navigate, no nonsense examp

Re: WicketByExample.com - Soft launch and we need editors

2009-08-04 Thread Andrew Lombardi
Thomerson http://www.wickettraining.com On Tue, Aug 4, 2009 at 2:51 PM, Andrew Lombardi> wrote: I don't know about you guys, but I learn best by examples, a lot of them. So the team at Mystic decided to put together a really simple, easy to navigate, no nonsense examples site ... a

Re: WicketByExample.com - Soft launch and we need editors

2009-08-04 Thread Andrew Lombardi
Jeremy, we'd certainly love to add you as an editor to the site. :) On Aug 4, 2009, at 7:14 PM, Jeremy Thomerson wrote: Nice site. I look forward to looking at it some more. -- Jeremy Thomerson http://www.wickettraining.com On Tue, Aug 4, 2009 at 2:51 PM, Andrew Lombardi> wrote:

WicketByExample.com - Soft launch and we need editors

2009-08-04 Thread Andrew Lombardi
nday! and develop happy! To our success! Mystic Coders, LLC | Code Magic | www.mysticcoders.com ANDREW LOMBARDI | and...@mysticcoders.com 2321 E 4th St. Ste C-128, Santa Ana CA 92705 ofc: 949-528-6480 fax: 714-782-6024 cell: 714-697-8046 linked-in: http://www.linkedin.com/in/andrewlombardi twi

DZone Refcard - "Getting Started with Apache Wicket"

2009-07-27 Thread Andrew Lombardi
| www.mysticcoders.com ANDREW LOMBARDI | and...@mysticcoders.com 2321 E 4th St. Ste C-128, Santa Ana CA 92705 ofc: 949-528-6480 fax: 714-782-6024 cell: 714-697-8046 linked-in: http://www.linkedin.com/in/andrewlombardi twitter: http://www.twitter.com/kinabalu Eco-Tip: Printing e-mails is usually a

Re: dzone refcard

2009-07-06 Thread Andrew Lombardi
el free to ping me outside the forum as well. Also, any words of advice on topic progression - roughly 1.5 hours to about 35 people most of whom won't have used Wicket directly. I think we can assume they will have a good understanding of Java. Thanks, -Luther On Mon, Jul 6, 200

Re: dzone refcard

2009-07-06 Thread Andrew Lombardi
itorial process at DZone right now, should be out very soon. On Jul 6, 2009, at 12:48 PM, Nick Heudecker wrote: Andrew Lombardi created one some time ago. Should still be available. On Mon, Jul 6, 2009 at 12:44 PM, Paolo Di Tommaso wrote: It would be nice -- paolo On Mon, Jul 6, 2009

Re: dzone refcard

2009-07-06 Thread Andrew Lombardi
I've got one being pushed through the editorial process at DZone right now, should be out very soon. On Jul 6, 2009, at 12:48 PM, Nick Heudecker wrote: Andrew Lombardi created one some time ago. Should still be available. On Mon, Jul 6, 2009 at 12:44 PM, Paolo Di Tommaso wrote:

Re: Tools for Managing a Wicket Project

2009-04-30 Thread Andrew Lombardi
.apache.org To our success! Mystic Coders, LLC | Code Magic | www.mysticcoders.com ANDREW LOMBARDI | and...@mysticcoders.com 2321 E 4th St. Ste C-128, Santa Ana CA 92705 ofc: 949-528-6480 fax: 714-782-6024 cell: 714-697-8046 linked-in: http://www.linkedin.com/in/andrewlombardi twitter: http:/

Re: 5 Days of Wicket

2009-03-10 Thread Andrew Lombardi
stebin-like app *Thumbs up*, Korbinian Andrew Lombardi schrieb: Hey guys, Just wanted to let you guys know, that here at Mystic we're doing a series of blog posts about Wicket, the basics on setting everything up, tests, backend, components, etc. If you're interested, would definite

5 Days of Wicket

2009-03-09 Thread Andrew Lombardi
and wouldn't mind upvoting it: reddit info: http://bit.ly/3DS2F http://bit.ly/CFzVI digg info: http://bit.ly/PpLD http://bit.ly/HM0kl Cheers! To our success! Mystic Coders, LLC | Code Magic | www.mysticcoders.com ANDREW LOMBARDI | and...@mysticcoders.com 2321 E 4th St. Ste C-128, Santa

Re: Handling 404 in wicket?

2009-02-06 Thread Andrew Lombardi
rc To our success! Mystic Coders, LLC | Code Magic | www.mysticcoders.com ANDREW LOMBARDI | and...@mysticcoders.com 2321 E 4th St. Ste C-128, Santa Ana CA 92705 ofc: 949-528-6480 fax: 714-782-6024 cell: 714-697-8046 Eco-Tip: Printing e-mails is usually a waste. ===

Re: [OT] Java hosting & USB stick deployment

2009-02-05 Thread Andrew Lombardi
-mail: users-h...@wicket.apache.org To our success! Mystic Coders, LLC | Code Magic | www.mysticcoders.com ANDREW LOMBARDI | and...@mysticcoders.com 2321 E 4th St. Ste C-128, Santa Ana CA 92705 ofc: 949-528-6480 fax: 714-782-6024 cell: 714-697-8046 Eco-Tip: Printing e-mails is usually a

Re: static pages & dynamic pages. How to have the same layout

2009-02-04 Thread Andrew Lombardi
| www.mysticcoders.com ANDREW LOMBARDI | and...@mysticcoders.com 2321 E 4th St. Ste C-128, Santa Ana CA 92705 ofc: 949-528-6480 fax: 714-782-6024 cell: 714-697-8046 Eco-Tip: Printing e-mails is usually a waste. This message is for the named person's use

Re: FeedBackPanel not rendering Messages

2009-02-04 Thread Andrew Lombardi
ss! Mystic Coders, LLC | Code Magic | www.mysticcoders.com ANDREW LOMBARDI | and...@mysticcoders.com 2321 E 4th St. Ste C-128, Santa Ana CA 92705 ofc: 949-528-6480 fax: 714-782-6024 cell: 714-697-8046 Eco-Tip: Printing e-mails is usually a waste. ==

Re: Retrieving Post Parameters with PageParameters

2007-10-26 Thread Andrew Lombardi
Johan, is there any code examples out there for using stateless forms? On Oct 26, 2007, at 1:01 PM, Johan Compagner wrote: what kind of form do you use? Cant you use a stateless form on a stateless page? then you dont have to worry about anything like conversion. then everything is just as a

Re: Getting at the HttpServletResponse?

2007-09-24 Thread Andrew Lombardi
I do not have my own RequestCycle, no. Just using whatever is standard with Wicket. On Mon, 24 Sep 2007 23:36:00 +0200, Martijn Dashorst wrote: > Do you have your own RequestCycle? If so, is it a subclass of > WebRequestCycle? > > Martijn > > On 9/24/07, Andrew Lombardi

Re: Getting at the HttpServletResponse?

2007-09-24 Thread Andrew Lombardi
e, which returns WebResponse for getResponse. E.g. > ((WebRequestCycle)RequestCycle.get()).getWebRequest(). I know it looks > ugly, but then again, the idea is that you typically shouldn't the > httpservletresponse directly in the first place. > > Eelco > > On 9/24/07, Andrew

Re: Getting at the HttpServletResponse?

2007-09-24 Thread Andrew Lombardi
; ((WebRequestCycle)RequestCycle.get()).getWebRequest(). I know it looks > ugly, but then again, the idea is that you typically shouldn't the > httpservletresponse directly in the first place. > > Eelco > > On 9/24/07, Andrew Lombardi <[EMAIL PROTECTED]> wrote:

Re: Getting at the HttpServletResponse?

2007-09-24 Thread Andrew Lombardi
tuff.org/wicket13doc/org/apache/wicket/protocol/http/WebResponse.html > > > method: getHttpServletResponse > > > > On 9/24/07, Andrew Lombardi <[EMAIL PROTECTED]> wrote: >> How would I get an instance of the HttpServletResponse? I'm doing some >>

Getting at the HttpServletResponse?

2007-09-24 Thread Andrew Lombardi
ously will fail miserably for what I need it for. thanks. -- To our success! Andrew Lombardi: Mystic Coders, LLC - Coding Magic contact | [EMAIL PROTECTED] | mobile: 714-697-8046 office/fax: 714-948-2382 | aim: nlpjunke === This

Re: How to use ImageButton??

2007-08-28 Thread Andrew Lombardi
elp~~ > > > - > Sick sense of humor? Visit Yahoo! TV's Comedy with an Edge to see > what's on, when. -- To our success! Andrew Lombardi: Mystic Coders, LLC - Coding Magic contact | [EMAIL PROTECTED] | mobile: 714-697-8046 office/fax: