Re: Basement Coders Meetup at JavaOne 2011

2011-10-01 Thread Craig Tataryn
No prob, I'm there till Friday. Actually, twitter might be a more reliable way to get me than email: @craiger Craig On 2011-10-01, at 1:09 PM, Igor Vaynberg wrote: > i wont be there until sunday night. > > -igor > > On Sat, Oct 1, 2011 at 11:06 AM, Craig Tataryn wrot

Re: Basement Coders Meetup at JavaOne 2011

2011-10-01 Thread Craig Tataryn
Cool, email me when you guys get there and we'll grab some beer. I get there tomorrow (Sunday) around noon. Craig On 2011-09-20, at 7:47 PM, Don Ferguson wrote: > Count me in. > >-Don > > On Sep 17, 2011, at 1:15 PM, Igor Vaynberg wrote: > >> a bunch of people sitting in a bar chatting

Basement Coders Meetup at JavaOne 2011

2011-09-16 Thread Craig Tataryn
Hi folks, all the Basement Coders will be at JavaOne this year, and I'm curious if any Wicketrati will be there too? If so, lets get together and burn images of JSF in effigy! (or just grab a beer) :D Take care, Craig. -- Craig Tataryn site: http://www.basementcoders.com/ podcast:

Re: JavaOne in San Francisco

2010-09-21 Thread Craig Tataryn
Any Wicket peeps here? Figured we'd just hang out by the beer in Mason tent and bump into somebody but alas... On Sep 18, 2010 8:07 PM, "Craig Tataryn" wrote: > Hey folks, The Basement Coders will be at JavaOne and doing a podcast > right from the Mason street tent Tuesday a

Re: JavaOne in San Francisco

2010-09-18 Thread Craig Tataryn
Hey folks, The Basement Coders will be at JavaOne and doing a podcast right from the Mason street tent Tuesday at 10am! We would love to meet some Wicket peeps throughout the week! Craig. -- Craig Tataryn site: http://www.basementcoders.com/ podcast:http://feeds.feedburner.com

Re: XJC NPA switch...

2010-05-10 Thread Craig Tataryn
Ad, this would be the wrong mailing list to post to :) Nothing to see here people!!! Craig. On 2010-05-10, at 3:19 PM, Craig Tataryn wrote: > Just thought I'd ask: recently for reasons unknown, we've started to have to > add a "-xjc-npa" to our cxf-codegen-pl

XJC NPA switch...

2010-05-10 Thread Craig Tataryn
fo.java". This seemed to arise out of the blue not corresponding to any WSDL change. Thanks, Craig. -- Craig Tataryn site: http://www.basementcoders.com/ podcast:http://feeds.feedburner.com/TheBasementCoders irc: ThaDon on freenode #basementcoders, ##wicket, #papernapkin twitter: craiger

Re: Adding components to Pages based on conditionals

2009-04-18 Thread Craig Tataryn
On 17-Apr-09, at 1:00 AM, Subramanian Murali wrote: Hi, I am a new wicket user. How do we include / exclude content or components in pages based on conditions. What is the equivalent in Wicket to the if tag in the JSTL tag library? The reason i ask this question is because irrespective of w

Component Model question

2009-04-13 Thread Craig Tataryn
I have a component I'm designing where it displays a list of items to the user, so the setup for the component on the page might look like this: add(new MultiTextInput>("tags", new ArrayList() { { add("apple"); add("ba

Re: Component Model question

2009-04-10 Thread Craig Tataryn
he right places in the model? Craig. -igor On Fri, Apr 10, 2009 at 10:49 AM, Craig Tataryn wrote: I have a component I'm designing where it displays a list of items to the user, so the setup for the component on the page might look like this: add(new MultiTextInput>

Re: open view session filter position in web.xml

2009-04-10 Thread Craig Tataryn
On 10-Apr-09, at 1:44 PM, James Carman wrote: Your for the OSIV filter has to come before the one for wicket. On Fri, Apr 10, 2009 at 10:37 AM, tubin gen wrote: I am using open view session filter , i was assuming that a session gets created whenever a request is made and closed w

Re: Component Model question

2009-04-10 Thread Craig Tataryn
o know how. Thanks, Craig. ** Martin 2009/4/10 Craig Tataryn : I have a component I'm designing where it displays a list of items to the user, so the setup for the component on the page might look like this: add(new MultiTextInput>("tags", new ArrayLis

Component Model question

2009-04-10 Thread Craig Tataryn
the user calls getModelObject() on my component they'll get an object back where they can query model.getItems() and model.getRemovedItems(). As always, any help greatly appreciated! Craig. -- Craig Tataryn site: http://www.basementcoders.com/ podcast:http://feeds.feedburner.com/TheBasementCoders irc: ThaDon on freenode #basementcoders, ##wicket, #papernapkin twitter: craiger

Re: Package all CSS and JS

2009-04-09 Thread Craig Tataryn
--- > To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org > For additional commands, e-mail: users-h...@wicket.apache.org > > -- Craig Tataryn site: http://www.basementcoders.com/ podcast:http://feeds.feedburner.com/TheBasementCoders irc: ThaDon on freenode #bas

Re: id attribute of Component Tag in renderHead?

2009-04-08 Thread Craig Tataryn
is is definitely something I need to know for sure... for now I guess I can see if it's possible to move my code instead into the component's own onload(). Craig. -igor On Tue, Apr 7, 2009 at 5:34 PM, Craig Tataryn wrote: Within a component's renderHead method is it possible t

Re: GWT vs. Wicket?

2009-04-08 Thread Craig Tataryn
Peter Thomas did a great side by side you should checkout: http://ptrthomas.wordpress.com/2008/09/04/wicket-and-gwt-compared-with-code/ Craig. On 8-Apr-09, at 8:11 AM, Casper Bang wrote: I was just wondering about the Wicket community's opinion of GWT. It seems to share many of the positive c

Re: id attribute of Component Tag in renderHead?

2009-04-08 Thread Craig Tataryn
On 8-Apr-09, at 3:27 AM, Martijn Dashorst wrote: On Wed, Apr 8, 2009 at 4:04 AM, Craig Tataryn wrote: but the JavaDoc tells me not to use this method as it's supposed to be used by Wicket internally only. And they use capital letters too when telling me this. That is because a k

Re: id attribute of Component Tag in renderHead?

2009-04-07 Thread Craig Tataryn
o, what to do... On 7-Apr-09, at 7:34 PM, Craig Tataryn wrote: Within a component's renderHead method is it possible to get the value of the id attribute for the component tag? For instance, I have: And within renderHead if I use getMarkupId() I get "multi1" back, if I use

id attribute of Component Tag in renderHead?

2009-04-07 Thread Craig Tataryn
icates: "either the id attribute set explicitly via a call to setMarkupId(String), id attribute defined in the markup, or an automatically generated id - in that order" It doesn't seem to be behaving as described. Is this a bug? Or am I misinterpreting things? Thanks,

Re: mounts and resources

2008-11-17 Thread Craig Tataryn
up because of the mount. What is ecactly in the html? I guess ../images/xxx right? On 11/11/08, Igor Vaynberg <[EMAIL PROTECTED]> wrote: wicket should be rewriting static urls for you so it should work transparently. what usecase exactly does not work? -igor On Mon, Nov 10, 2008 at 5:2

Re: mounts and resources

2008-11-11 Thread Craig Tataryn
ne things to see if perhaps he messed up his links or something. Craig. On Mon, Nov 10, 2008 at 5:22 PM, Craig Tataryn <[EMAIL PROTECTED]> wrote: If one were to mount a page like so: mount(new QueryStringUrlCodingStrategy("foo/HomePage.html",HomePage.class));

Re: mounts and resources

2008-11-11 Thread Craig Tataryn
he messed up his links or something. Craig. On Mon, Nov 10, 2008 at 5:22 PM, Craig Tataryn <[EMAIL PROTECTED]> wrote: If one were to mount a page like so: mount(new QueryStringUrlCodingStrategy("foo/ HomePage.html",HomePage.class)); How would you go about having it so resour

mounts and resources

2008-11-10 Thread Craig Tataryn
t; inside HomePage.html, currently the server would get a request for /images/myimage.jpg, whereas the goal is to have it requested as /foo/ images/myimage.jpg. Thought would do the trick, but it didn't seem to. Craig. -- Craig Tataryn site: http://www.basementcoders.com/ podcast

DropDownChoice options

2008-11-06 Thread Craig Tataryn
designer's discretion (i.e. some drop down that picks "what is your age range", and it is simply saved as a string in a db, or used in as content in a mail). Or do I simply not give the select tag a wicket:id and grab it's value manually from within onSubmit()? Thanks, Crai

Re: A wicket gathering?

2008-10-14 Thread Craig Tataryn
Hey guys/gals. I'll be in SF the week of the 20th this month. Let me know if that works! Craig. On 14-Oct-08, at 10:26 AM, Igor Vaynberg wrote: i dont have a nice shiny laptop with raid 0 like you to take on a plane, afraid i will die of boredom. -igor On Tue, Oct 14, 2008 at 6:14 AM,

Re: newSession(...) being called for every request

2008-10-13 Thread Craig Tataryn
s sense? > > -igor > > On Mon, Oct 13, 2008 at 9:00 PM, Craig Tataryn <[EMAIL PROTECTED]> wrote: > >> Hi, I created a very simple little Wicket application which consisted >> of one page and the page relied on session information which was to >> persist bet

newSession(...) being called for every request

2008-10-13 Thread Craig Tataryn
me anyway :) Took me a while to find that mail list posting, trying various search terms. -- Craig Tataryn site: http://www.basementcoders.com/ podcast:http://feeds.feedburner.com/TheBasementCoders irc: ThaDon on freenode #basementcoders, ##wick

Re: Having Wicket append #someanchor

2008-10-01 Thread Craig Tataryn
Ahh there's the guy I've been looking for :) On Wed, Oct 1, 2008 at 8:24 PM, Igor Vaynberg <[EMAIL PROTECTED]>wrote: > a bump after 6 hours...really? > > -igor > > On Wed, Oct 1, 2008 at 6:19 PM, Craig Tataryn <[EMAIL PROTECTED]> wrote: > > *bump* &g

Re: Having Wicket append #someanchor

2008-10-01 Thread Craig Tataryn
*bump* On Wed, Oct 1, 2008 at 2:04 PM, Craig Tataryn <[EMAIL PROTECTED]> wrote: > I was wondering if there is a way to have Wicket append some anchor > information to a response page? > > So if I were on: MyPage.html, then they click a submit button and the > ser

Having Wicket append #someanchor

2008-10-01 Thread Craig Tataryn
on ##wicket was to do a redirect through httpServletResponse and rewrite the url myself, but I wanted to know if Wicket supported this a bit more "out of the box" Thanks! Craig. -- Craig Tataryn site: http://www.basementcoders.com/ podcast:http://feeds.feedburner.com/TheBasement

Review: Wicket in Action

2008-09-09 Thread Craig Tataryn
Hey folks, here's my review of Wicket in Action. Excellent job Martijn and Eelco and all those that help them along the way! http://www.mysticcoders.com/blog/2008/09/09/book-review-wicket-in-action/ -- Craig Tataryn site: http://www.basementcoders.com/ podcast:http://feeds.feedburne

Re: Displaying images remotely - HTML email

2007-09-28 Thread Craig Tataryn
If I'm understanding this correctly you simply want a set of images available on the same server that your wicket app is on. Just make an "images" folder at the same level as WEB-INF (that is, a sibling of). If you are using wicket 1.2.x, you would have mounted your wicket app to some path under

Re: Applet Question

2007-09-28 Thread Craig Tataryn
Hi Carlo, the syntax of your archive attribute looks a big suspect. Normally what you would do is create a publicly accessible folder, something called "applet" and stick your imageviewer.jar file there. Then you would change your archive attribute to read: archive="/applet/imageviewer.jar". Craig

Re: [OT] Making it easy for Designers in my Wicket project

2007-09-26 Thread Craig Tataryn
(see below) On 9/25/07, David Leangen <[EMAIL PROTECTED]> wrote: > > I'm interested in this problem, too... question below. > > > Then what I did was I installed Tortoise SVN and Apache Web Server (not > > Tomcat) on the designers machine. Also on their machine, I created a > > wwwroot/myproject

Re: Getting started question...

2007-09-25 Thread Craig Tataryn
Neil, I'm using Netbeans 6.0 M10 with wicket. I did run the NB plugin for Wicket but am not really using it, the only good thing about it was it had "Example applications" and I think it would open your .html and .java files side by side. In the end I just preferred grabbing the wicket-examples f

Re: [OT] Making it easy for Designers in my Wicket project

2007-09-25 Thread Craig Tataryn
223500 > > > > Sam Hough wrote: > > I'm wandering about a similar thing but with the requirement that the > > designer (html monkey) can work against a live instance of wicket to > make > > sure the dynamic stuff doesn't break his CSS. > > > > On

Re: 1.3.0-beta2/3 broken in the m2 repo?

2007-09-12 Thread Craig Tataryn
onal > pom > 2. wicket-parent is not a jar, so you should not try to depend on it > in the first place > > Why are you trying to depend on wicket-parent? > > Martijn > > On 9/12/07, Craig Tataryn <[EMAIL PROTECTED]> wrote: > > Tried grabbing: > > > &

Re: 1.3.0-beta2/3 broken in the m2 repo?

2007-09-11 Thread Craig Tataryn
"Does work when trying to download directly from" Meant "Doesn't" not Does. On 9/11/07, Craig Tataryn <[EMAIL PROTECTED]> wrote: > > Tried grabbing: > > > org.apache.wicket > wicket-parent > 1.3.0-beta3 > > > And then:

1.3.0-beta2/3 broken in the m2 repo?

2007-09-11 Thread Craig Tataryn
Tried grabbing: org.apache.wicket wicket-parent 1.3.0-beta3 And then: org.apache.wicket wicket-parent 1.3.0-beta2 Each bomb with the "Failed to resolve artifact.Missing:1) org.apache.wicket:wicket-parent:jar:1.3.0-beta2" (same for beta3). Does work when trying to do

Re: First Day Disgust!

2007-09-11 Thread Craig Tataryn
Maven can just produce a zip archive automagically, so perhaps someone can incorporate the following into the Wicket builds: 1) Get maven to produce a project based off the quickstart archetype 2) Get maven to zip the outcome for people to download. Might make the Maven phobic people happy and no

Re: First Day Disgust!

2007-09-10 Thread Craig Tataryn
On 9/10/07, JulianS <[EMAIL PROTECTED]> wrote: > > > > This is one reason that ruby on rails has taken off--the combination of > Instant Rails and Active Record makes it the easiest framework to get a > fully database-enabled application up and running. > > Julian But the thing is, if someone w

[OT] Making it easy for Designers in my Wicket project

2007-09-10 Thread Craig Tataryn
I have a question about how I can make it dead simple for a Designer (using dreamweaver) to code my html/css for me. Essentially I want him to be able to update a directory structure of html/css files and have my Maven build pull those files into the proper places (i.e. WEB-INF/classes/my/package.

Re: First Day Disgust!

2007-09-08 Thread Craig Tataryn
http://www.sonatype.com/book/introduction.html#why_not_just_use_ant On 9/8/07, Igor Vaynberg <[EMAIL PROTECTED]> wrote: > > we dont want a build.xml contribution. we can write one ourselves if need > be. we are simply not interested in maintaining yet another way to build > wicket. > > -igor > > >

Re: First Day Disgust!

2007-09-08 Thread Craig Tataryn
FYI Chickabee, if you are using Netbeans and use the Wicket plugin it is bundled with some helpful sample apps. Craig. On 9/8/07, chickabee <[EMAIL PROTECTED]> wrote: > > > Thanks for the great idea. > > It believe it will be good to put a few of the examples application in > their own folders a

Re: best practice for a header component with links defined by the page

2007-08-30 Thread Craig Tataryn
+1 here too. Although I am new to Wicket I realized very quickly why it is a great framework. I have developed webapps in Java for 6 years, and this is truly the first framework I've come across where there is no disconnect or learning curve for a Designer to create my screens for me. JSP promis

Re: Page aliasing and Request interception

2007-08-30 Thread Craig Tataryn
Igor, Matej thank you both. On 8/30/07, Igor Vaynberg <[EMAIL PROTECTED]> wrote: > > On 8/30/07, Craig Tataryn <[EMAIL PROTECTED]> wrote: > > > > 2) Can someone direct me to some sample code that demonstrates how to > > enforce user authentication checks

Page aliasing and Request interception

2007-08-30 Thread Craig Tataryn
Hi, this is my first post so please take it easy on me! I have two questions: 1) Is there a way to alias the uri which activates a specific Wicket page? I know about mount() and how you can alias a package name, but I don't know how to explicitly alias a page name (instead of /UserLoginPage I wou