[Wicket-user] orienting myself

2006-02-20 Thread Scott Swank
Hello all, I'm entirely new to Wicket, and thus far impressed with what it seems to offer. I've put together a couple of sample pages and now I want to create a sample for my co-workers that re-works one of our existing pages via Wicket. (Our home-grown template engine has become a pain point).

[Wicket-user] starting jetty with 1.2 beta3

2006-04-04 Thread Scott Swank
,Wicket Examples] 15:09:20.815 EVENT Stopped [EMAIL PROTECTED] -- Scott Swank reformed mathematician --- This SF.Net email is sponsored by xPML, a groundbreaking scripting language that extends applications into web and mobile media. Attend

Re: [Wicket-user] starting jetty with 1.2 beta3

2006-04-04 Thread Scott Swank
: It seems that it wants the jasper libs too (jasper-runtime-x.jar and probably jasper-compiler-x.jar). Eelco On 4/4/06, Scott Swank [EMAIL PROTECTED] wrote: I just downloaded the beta3 wicket-examples and created a new Java project for it in Eclipse 3.1. When I try to run StartExamples I

Re: [Wicket-user] starting jetty with 1.2 beta3

2006-04-04 Thread Scott Swank
the ones from tomcat 4.x. On 4/4/06, Scott Swank [EMAIL PROTECTED] wrote: Eelco -- I can't find either of those jars in the latest tomcat, nor via google, nor do I see them in wicket 1.2 beta3. Where do those jasper jars originate? Igor -- I don't have maven installed, are there other

Re: [Wicket-user] starting jetty with 1.2 beta3

2006-04-04 Thread Scott Swank
And of course thanks to Eelco for the initial catch. On 4/4/06, Scott Swank [EMAIL PROTECTED] wrote: Tomcat 4.1.31 -- that got it. Thanks so much Alexandre. Now just how did y'all know that jasper was missing from the exception I posted? :) Scott On 4/4/06, Alexandre Bairos [EMAIL

[Wicket-user] quickstart

2006-07-07 Thread Scott Swank
ognl-2.6.7.jar org.mortbay.jetty-4.2.22.jar servletapi-2.3.jar Should these be included in the 1.2 quickstart? -- Scott Swank reformed mathematician Using Tomcat but need to do more? Need to support web services, security? Get stuff done quickly with pre-integrated technology to make your job

Re: [Wicket-user] quickstart

2006-07-07 Thread Scott Swank
On 7/7/06, Scott Swank [EMAIL PROTECTED] wrote: I nabbed the wicket 1.2 quickstart for a quick prototype at work and noticed that it was missing the jetty jar. I then copied the following jars from the 1.1.1 quickstart into the 1.2 quickstart lib directory and everything is up

[Wicket-user] ajax the wiki

2006-07-17 Thread Scott Swank
I want to take my first dive into Ajax with Wicket. Can anyone point me to a useful page on the wiki... or elsewhere. Alternately, I've read through the example code and a simple pointer toward one example or another as best practices would be swell. Many thanks, Scott -- Scott Swank reformed

Re: [Wicket-user] HTML tools

2006-08-02 Thread Scott Swank
vim -- Scott Swank reformed mathematician - Take Surveys. Earn Cash. Influence the Future of IT Join SourceForge.net's Techsay panel and you'll get the chance to share your opinions on IT business topics through brief

Re: [Wicket-user] VOTE: how should localized attributes work?

2006-08-03 Thread Scott Swank
https://lists.sourceforge.net/lists/listinfo/wicket-user -- Scott Swank reformed mathematician - Take Surveys. Earn Cash. Influence the Future of IT Join SourceForge.net's Techsay panel and you'll get the chance to share

Re: [Wicket-user] OT: Gmail invitation? Good SVN hosts?

2006-08-07 Thread Scott Swank
sent... -- Scott Swank reformed mathematician - Using Tomcat but need to do more? Need to support web services, security? Get stuff done quickly with pre-integrated technology to make your job easier Download IBM WebSphere

Re: [Wicket-user] Discussing Wicket

2006-08-09 Thread Scott Swank
@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/wicket-user -- Scott Swank reformed mathematician - Using Tomcat but need to do more? Need to support web services, security? Get stuff done quickly with pre-integrated

Re: [Wicket-user] Local inner class

2006-08-16 Thread Scott Swank
list Wicket-user@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/wicket-user -- Scott Swank reformed mathematician - Using Tomcat but need to do more? Need to support web services, security? Get stuff

[Wicket-user] dynamic number of columns

2006-08-20 Thread Scott Swank
fragments work? tr td wicket:id=ProductTypeProduct Type A/td td wicket:id=CategoryCategory 100/td ... wicket:fragment wicket:id=myDay td wicket:id=DayN8/1/td /wicket:fragment ... /tr Thank you for your time. Scott -- Scott Swank reformed mathematician

Re: [Wicket-user] dynamic number of columns

2006-08-20 Thread Scott Swank
have a limited number of rows if you have column x then add the appropriate component - if not add a webmarkup container and set its visibility to false. -Igor On 8/20/06, Scott Swank [EMAIL PROTECTED] wrote: I'm working on a table that is to contain a combination of static

Re: [Wicket-user] ListView and AjaxSelfUpdatingTimerBehavior

2006-08-20 Thread Scott Swank
___ Wicket-user mailing list Wicket-user@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/wicket-user -- Scott Swank reformed mathematician - Using Tomcat but need to do more? Need to support web services

Re: [Wicket-user] dynamic number of columns

2006-08-20 Thread Scott Swank
Vaynberg [EMAIL PROTECTED] wrote: yeah, the more elegant way is to have a repeater within a repeater imho, but then you are back to how datatable works :) -Igor On 8/20/06, Scott Swank [EMAIL PROTECTED] wrote: Thanks.Perhaps I'll create a webmarkup container that is as minimal as possible

Re: [Wicket-user] dynamic number of columns

2006-08-21 Thread Scott Swank
Excellent, I'll give that go when I get home this evening. Thanks again.On 8/20/06, Igor Vaynberg [EMAIL PROTECTED] wrote:try RepeatingView in extensions. -IgorOn 8/20/06, Scott Swank [EMAIL PROTECTED] wrote: Thank you. Is there any sort of tag that could fill the roll of a tr tag to define

[Wicket-user] Fwd: modal window link from inside a repeater (ListView)

2006-10-05 Thread Scott Swank
I'll try this again and see whether the mail list is feeling friendlier this morning than it was Saturday.-- Forwarded message --From: Scott Swank [EMAIL PROTECTED]Date: Sep 30, 2006 3:02 PMSubject: modal window link from inside a repeater (ListView)To: wicket-user

[Wicket-user] modal window link from inside a repeater (ListView)

2006-10-05 Thread Scott Swank
Hello again.I am trying to open a modal window from within a repeater. In the example application Library, my goal is equivalent to opening BookDetails in a ModalWindow instead of going to a separate page. All of the below works perfectly if I place the html anchor outside of the html table and if

Re: [Wicket-user] Fwd: modal window link from inside a repeater (ListView)

2006-10-05 Thread Scott Swank
Ugh. Yes, that's it. Now I feel ever so clever.Thank you.On 10/5/06, Erik van Oosten [EMAIL PROTECTED] wrote:Should it not be:listItem.add(new AjaxLink(openEditItem) { instead ofadd(new AjaxLink(openEditItem) {?A lot of e-mail does not come through somehow. BTW, not only gmail hasproblems.Have

Re: [Wicket-user] proof of concept app

2006-10-09 Thread Scott Swank
it on PosPage? -regards Nino -Original Message- From: [EMAIL PROTECTED] on behalf of Scott Swank Sent: Mon 09-10-2006 18:30 To: wicket-user@lists.sourceforge.net Cc: Subject:[Wicket-user] proof of concept app I've been pushing to use Wicket as our new web UI framework.We currently have a custom

[Wicket-user] wiki link

2006-10-14 Thread Scott Swank
On wicket.sourceforge.net the link to the wiki takes you to wicket.sourceforge.net/wiki -- which results in a connection timeout instead of re-directing you to http://www.wicket-wiki.org.uk/ -- Scott Swank reformed mathematician Power is not a means, it is an end. One does not establish

Re: [Wicket-user] proof of concept app

2006-10-15 Thread Scott Swank
context? Why not just create it on PosPage? -regards Nino -Original Message- From: [EMAIL PROTECTED] on behalf of Scott Swank Sent: Mon 09-10-2006 18:30 To: wicket-user@lists.sourceforge.net Cc: Subject:[Wicket-user] proof of concept app

Re: [Wicket-user] Ajax form and feedback panel

2006-10-15 Thread Scott Swank
I'm not seeing a (target) panel updated as a result of an AjaxSubmitButton. The onSubmit() method delagates to an IVisitor that uses getPage().visitChildren() to find the panel in question. Does that sound like the same bug? public EditItemPanel(String id, Model whsItemModel) { super(id,

Re: [Wicket-user] proof of concept app

2006-10-16 Thread Scott Swank
to get access to the panel from the form? Or can your panel respond to a model change you do in the form? Dirk 2006/10/15, Scott Swank [EMAIL PROTECTED]: One weekend later and I'm working on this again. Here's my situation: page - browse panel - cart panel - modal window

Re: [Wicket-user] proof of concept app

2006-10-16 Thread Scott Swank
/06, Scott Swank [EMAIL PROTECTED] wrote: One weekend later and I'm working on this again. Here's my situation: page - browse panel - cart panel - modal window - - edit item form (inside the modal window) I have an ajax submit button in the EditItemForm. I need to call public

Re: [Wicket-user] proof of concept app

2006-10-16 Thread Scott Swank
Gotcha. Much appreciated. On 10/16/06, Eelco Hillenius [EMAIL PROTECTED] wrote: Nope, that would be fine. Just be careful no to keep references to stale pages and stuff. Eelco On 10/16/06, Scott Swank [EMAIL PROTECTED] wrote: Are there any reasons not to add an additional reference

[Wicket-user] cookies

2006-10-18 Thread Scott Swank
I've searched the wiki email list to no avail. Does Wicket provide any APIs for manipulating cookies? Thanks once again. -- Scott Swank reformed mathematician - Using Tomcat but need to do more? Need to support web

Re: [Wicket-user] cookies

2006-10-19 Thread Scott Swank
Swank [EMAIL PROTECTED] wrote: I've searched the wiki email list to no avail. Does Wicket provide any APIs for manipulating cookies? Thanks once again. -- Scott Swank reformed mathematician - Using Tomcat

Re: [Wicket-user] Where I can put pre-processing logic and post-processing logic?

2006-10-23 Thread Scott Swank
on Apache Geronimo http://sel.as-us.falkag.net/sel?cmd=lnkkid=120709bid=263057dat=121642 ___ Wicket-user mailing list Wicket-user@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/wicket-user -- Scott Swank reformed mathematician

Re: [Wicket-user] Where I can put pre-processing logic and post-processing logic?

2006-10-23 Thread Scott Swank
Thank you. Is that filter as in servlet filter? On 10/23/06, Martijn Dashorst [EMAIL PROTECTED] wrote: The request cycle is perfectly suited for that, though some/many prefer to use the hibernate filter supplied with Spring for managing the transactions. Martijn On 10/23/06, Scott Swank

Re: [Wicket-user] Where I can put pre-processing logic and post-processing logic?

2006-10-23 Thread Scott Swank
Very helpful, thanks Igor. On 10/23/06, Carfield Yim [EMAIL PROTECTED] wrote: Thx Eelco for answereing , and Scott Swank point out one of the functions I think I need. On 10/23/06, Scott Swank [EMAIL PROTECTED] wrote: In a related vein, where would you suggest starting ending JTA

[Wicket-user] stateless pages in 1.3

2006-11-09 Thread Scott Swank
Will Wicket 1.3 have the full stateless functionality of 2.0? If not, what significant features will be unavailable in 1.3? And is there any sort of a release timeframe for 1.3? Many thanks, Scott -- Scott Swank reformed mathematician

Re: [Wicket-user] stateless pages in 1.3

2006-11-10 Thread Scott Swank
On 11/10/06, Johan Compagner [EMAIL PROTECTED] wrote: Yes the stateless things are almost in 1.3. I need to finish it up a bit more. I don't know about the final of 1.3 but i guess we can have a beta of 1.3 pretty soon. johan On 11/10/06, Scott Swank [EMAIL PROTECTED] wrote

Re: [Wicket-user] stateless pages in 1.3

2006-11-10 Thread Scott Swank
. Eelco On 11/10/06, Scott Swank [EMAIL PROTECTED] wrote: Excellent. We're beginning our big new public web app in the next month or so and there have been questions about stateless options in Wicket. It will eventually be a complete rewrite of the web layer for www.vegas.com. We're

Re: [Wicket-user] stateless pages in 1.3

2006-11-10 Thread Scott Swank
have a beta of 1.3 pretty soon. johan On 11/10/06, Scott Swank [EMAIL PROTECTED] wrote: Will Wicket 1.3 have the full stateless functionality of 2.0? If not, what significant features will be unavailable in 1.3? And is there any sort of a release timeframe for 1.3? Many

[Wicket-user] vegas baby

2006-11-17 Thread Scott Swank
. Depending on how clean the code base is and how productively the development progresses we'll make a final determination between the two. If we go with Wicket we'll definitely be interested in hiring someone with Wicket experience. Cheers happy Friday, Scott -- Scott Swank reformed mathematician

Re: [Wicket-user] vegas baby

2006-11-17 Thread Scott Swank
. I also teach a 3-day Wicket course. On 11/17/06, Scott Swank [EMAIL PROTECTED] wrote: So I don't suppose that anyone who knows Wicket reasonably well would be interested in moving to Vegas? In the next few weeks we'll be starting our big re-write of www.vegas.com www.lasvegas.com

Re: [Wicket-user] brave

2006-11-30 Thread Scott Swank
@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/wicket-user -- Scott Swank reformed mathematician - Take Surveys. Earn Cash. Influence the Future of IT Join SourceForge.net's Techsay panel and you'll get the chance

Re: [Wicket-user] brave

2006-11-30 Thread Scott Swank
;) On 11/30/06, Eelco Hillenius [EMAIL PROTECTED] wrote: Yeah that sucks. Apache has much better filtering, so once we get the user list over, that stuff will be paste tense. Eelco On 11/30/06, Scott Swank [EMAIL PROTECTED] wrote: Hey, I figured out why the nabble list is so active

Re: [Wicket-user] wicket presentation

2007-01-04 Thread Scott Swank
___ Wicket-user mailing list Wicket-user@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/wicket-user -- Scott Swank reformed mathematician - Take Surveys. Earn Cash. Influence the Future of IT Join

Re: [Wicket-user] plain 'ol DropDownChoice of strings??

2007-01-11 Thread Scott Swank
... -- Scott Swank reformed mathematician - Take Surveys. Earn Cash. Influence the Future of IT Join SourceForge.net's Techsay panel and you'll get the chance to share your opinions on IT business topics through brief surveys

[Wicket-user] Fwd: FW: UI Framework selection

2007-01-17 Thread Scott Swank
up the UI Framework prototyping project, which is a prerequisite for BSC. I would like you to work with Scott Swank and J, who have also put in a lot of effort in research and prototyping. We have a couple weeks to dedicate to this, and a number of developers to work on prototypes. Our goal

Re: [Wicket-user] Fwd: FW: UI Framework selection

2007-01-18 Thread Scott Swank
Thank you both. On 1/17/07, Eelco Hillenius [EMAIL PROTECTED] wrote: Good luck! Keep us informed, and of course I hope Wicket will be good for you :) Eelco On 1/17/07, Scott Swank [EMAIL PROTECTED] wrote: Wish me luck. Vegas.com will be selecting our web UI framework in the next few

[Wicket-user] legacy javascript integration

2007-01-19 Thread Scott Swank
=oldJavaScript(1234); Thanks as always, Scott -- Scott Swank reformed mathematician - Take Surveys. Earn Cash. Influence the Future of IT Join SourceForge.net's Techsay panel and you'll get the chance to share your opinions

Re: [Wicket-user] Fwd: FW: UI Framework selection

2007-01-19 Thread Scott Swank
surveys - and earn cash http://www.techsay.com/default.php?page=join.phpp=sourceforgeCID=DEVDEV ___ Wicket-user mailing list Wicket-user@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/wicket-user -- Scott Swank reformed

Re: [Wicket-user] Fwd: FW: UI Framework selection

2007-01-19 Thread Scott Swank
?page=join.phpp=sourceforgeCID=DEVDEV ___ Wicket-user mailing list Wicket-user@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/wicket-user -- Scott Swank reformed mathematician

Re: [Wicket-user] Fwd: FW: UI Framework selection

2007-01-20 Thread Scott Swank
/listinfo/wicket-user -- Scott Swank reformed mathematician - Take Surveys. Earn Cash. Influence the Future of IT Join SourceForge.net's Techsay panel and you'll get the chance to share your opinions

Re: [Wicket-user] revising the Working with Wicket models page

2007-01-22 Thread Scott Swank
on IT business topics through brief surveys - and earn cash http://www.techsay.com/default.php?page=join.phpp=sourceforgeCID=DEVDEV ___ Wicket-user mailing list Wicket-user@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/wicket-user -- Scott

Re: [Wicket-user] Wicket 2.0 : DropDownChoice losing selected-value after going to interception page?

2007-01-22 Thread Scott Swank
://lists.sourceforge.net/lists/listinfo/wicket-user -- Scott Swank reformed mathematician - Take Surveys. Earn Cash. Influence the Future of IT Join SourceForge.net's Techsay panel and you'll get the chance to share your

Re: [Wicket-user] VOTE: IModel and 'model object' name change

2007-01-23 Thread Scott Swank
https://lists.sourceforge.net/lists/listinfo/wicket-user -- Scott Swank reformed mathematician - Take Surveys. Earn Cash. Influence the Future of IT Join SourceForge.net's Techsay panel and you'll get the chance to share

[Wicket-user] DatePicker and ModalWindow

2007-01-23 Thread Scott Swank
-- Scott Swank reformed mathematician - Take Surveys. Earn Cash. Influence the Future of IT Join SourceForge.net's Techsay panel and you'll get the chance to share your opinions on IT business topics through brief surveys

Re: [Wicket-user] DatePicker and ModalWindow

2007-01-23 Thread Scott Swank
Note to self: must learn css better. Thanks. On 1/23/07, Igor Vaynberg [EMAIL PROTECTED] wrote: you have to use css to set a higher zvalue for the datepicker popup -igor On 1/23/07, Scott Swank [EMAIL PROTECTED] wrote: I put a DatePicker in a form that is in a ModalWindow

[Wicket-user] error on the faq

2007-01-24 Thread Scott Swank
/td /tr /table /body /html ]] -- Scott Swank reformed mathematician - Take Surveys. Earn Cash. Influence the Future of IT Join SourceForge.net's Techsay panel and you'll get the chance to share your

Re: [Wicket-user] DatePicker and ModalWindow

2007-01-24 Thread Scott Swank
window. --- Scott Swank [EMAIL PROTECTED] wrote: Note to self: must learn css better. Thanks. On 1/23/07, Igor Vaynberg [EMAIL PROTECTED] wrote: you have to use css to set a higher zvalue for the datepicker popup -igor On 1/23/07, Scott Swank [EMAIL PROTECTED] wrote: I put

Re: [Wicket-user] error on the faq

2007-01-24 Thread Scott Swank
On 1/24/07, Scott Swank [EMAIL PROTECTED] wrote: There is a typo in the faq -- which hit one our Wicket test driver developers. The last FAQ How can I hide markup and/or components? should have tr wicket:id=wicket-hideme instead of tr id=wicket-hideme Also

Re: [Wicket-user] How do you load an external image?

2007-01-24 Thread Scott Swank
When I use the above StaticImage Wicket looks for the image url in the path of the relevant component like so: com/vegas/cart/wicket/components/scroll/http:/cache.vegas.com/resorts/thehotel/mandalaybaynew.jpg Do I need to add a WebPageResourceStreamLocator or some such thing? The full log

Re: [Wicket-user] How do you load an external image?

2007-01-24 Thread Scott Swank
The image is added to the panel like so: add(new StaticImage(productImage, http://cache.vegas.com/resorts/thehotel/mandalaybaynew.jpg;)); And that uses a convenience constructor I added to the original StaticImage: package com.vegas.wicket; import wicket.markup.ComponentTag; import

Re: [Wicket-user] How do you load an external image?

2007-01-24 Thread Scott Swank
And the html tag is simply: img wicket:id=productImage / Thank you. On 1/24/07, Scott Swank [EMAIL PROTECTED] wrote: The image is added to the panel like so: add(new StaticImage(productImage, http://cache.vegas.com/resorts/thehotel/mandalaybaynew.jpg )); And that uses a convenience

Re: [Wicket-user] error on the faq

2007-01-24 Thread Scott Swank
Indeed. On 1/24/07, Jonathan Locke [EMAIL PROTECTED] wrote: That is a typo, but you actually meant to say: tr wicket:id=hideme not: tr wicket:id=wicket-hideme because it's: WebMarkupContainer hideme = new WebMarkupContainer(hideme); not WebMarkupContainer hideme = new

Re: [Wicket-user] How do you load an external image?

2007-01-24 Thread Scott Swank
, Scott Swank [EMAIL PROTECTED] wrote: And the html tag is simply: img wicket:id=productImage / Thank you. On 1/24/07, Scott Swank [EMAIL PROTECTED] wrote: The image is added to the panel like so: add(new StaticImage(productImage, http://cache.vegas.com/resorts/thehotel

Re: [Wicket-user] How do you load an external image?

2007-01-24 Thread Scott Swank
On 1/24/07, Scott Swank [EMAIL PROTECTED] wrote: And the html tag is simply: img wicket:id=productImage / Thank you. On 1/24/07, Scott Swank [EMAIL PROTECTED] wrote: The image is added to the panel like so: add(new StaticImage(productImage, http://cache.vegas.com/resorts

[Wicket-user] where's wicket stuff gmap

2007-01-24 Thread Scott Swank
Is the gmap component gone, or temporarily unavailable? Thank you, Scott -- Scott Swank reformed mathematician - Take Surveys. Earn Cash. Influence the Future of IT Join SourceForge.net's Techsay panel and you'll get

Re: [Wicket-user] DatePicker and ModalWindow

2007-01-25 Thread Scott Swank
, Scott On 1/24/07, Scott Swank [EMAIL PROTECTED] wrote: Now you're just going to make me lazier. :) Thanks. On 1/24/07, Prashant Khanal [EMAIL PROTECTED] wrote: Well use this in ur css file: .calendar, .calendar table{ z-index: 10[ or suitable value

Re: [Wicket-user] DatePicker and ModalWindow

2007-01-25 Thread Scott Swank
/wicket:head -Matej Scott Swank wrote: Does anyone know (without digging, I can dig myself if necessary) which of the css files in /wicket/extensions/markup/html/datapicker/style I need work make the z-index changes in? I'm working back forth between the js the css trying to figure out how

Re: [Wicket-user] DatePicker and ModalWindow

2007-01-25 Thread Scott Swank
This seems to be a bit nastier than that -- unless I'm missing something simple. This goes at the top of the page: wicket:head style type=text/css div.calendar { z-index: 3 !important; } /style /wicket:head However the js in the DatePicker generates its

[Wicket-user] ui framework choice

2007-01-29 Thread Scott Swank
use of dynamic models Cheers, Scott -- Scott Swank reformed mathematician - Take Surveys. Earn Cash. Influence the Future of IT Join SourceForge.net's Techsay panel and you'll get the chance to share your opinions

Re: [Wicket-user] ui framework choice

2007-01-29 Thread Scott Swank
Thank you to both of you. And for anyone who's been paying any attention to my questions it's pretty clear that I don't know Wicket particularly well yet. I'm still fumbling around a bit with models. Further, the other three folk had never set eyes on Wicket before last Monday. Scott

Re: [Wicket-user] ui framework choice

2007-01-29 Thread Scott Swank
is not very simple though. -Matej Scott Swank wrote: One week (of two) into the JSF vs. Wicket comparison here at Vegas.com http://Vegas.com things are going nicely -- team Wicket is finished while team JSF is trying to get Ajax functionality working. There were four people working on each

Re: [Wicket-user] ui framework choice

2007-01-29 Thread Scott Swank
But none the less, thank you very kindly. On 1/29/07, Scott Swank [EMAIL PROTECTED] wrote: The stylesheet is not very simple though. -- Yup, that's that stage we're at. :) On 1/29/07, Matej Knopp [EMAIL PROTECTED] wrote: I wish I could help you in person :) Unfortunately I'm not from US

Re: [Wicket-user] ui framework choice

2007-01-29 Thread Scott Swank
planned? I'd love to see Wicket rule on this. On 1/29/07, Scott Swank [EMAIL PROTECTED] wrote: One week (of two) into the JSF vs. Wicket comparison here at Vegas.comthings are going nicely -- team Wicket is finished while team JSF is trying to get Ajax functionality working. There were four

Re: [Wicket-user] ui framework choice

2007-01-30 Thread Scott Swank
Very kind, thank you. On 1/29/07, Jonathan Locke [EMAIL PROTECTED] wrote: Sounds very smart. I firmly believe that Wicket can peform and scale as well as being productive and maintainable. Let me know if you run into a need for consulting help in this arena (or any other). Scott Swank

Re: [Wicket-user] ui framework choice

2007-01-30 Thread Scott Swank
Interesting, I'll dig into that a bit. (Or more accurately, I'll pass this on to the fellow who's actually working on the ModalWindow DatePicker css for our demo). Cheers, Scott On 1/30/07, Andrew Klochkov [EMAIL PROTECTED] wrote: Scott Swank wrote: The stylesheet is not very simple though

Re: [Wicket-user] How do you load an external image?

2007-01-30 Thread Scott Swank
render, i see. i thought that url you showed was in the image's src. so this thread doesnt have anything to do with the staticimage component itself??? -igor On 1/24/07, Scott Swank [EMAIL PROTECTED] wrote: No markup is produced. It's in a ModalWindow. Here's the dump from the Ajax debug window

[Wicket-user] target.addComponent() setOutputMarkupId(true)

2007-01-30 Thread Scott Swank
you, Scott -- Scott Swank reformed mathematician - Take Surveys. Earn Cash. Influence the Future of IT Join SourceForge.net's Techsay panel and you'll get the chance to share your opinions on IT business topics through brief

Re: [Wicket-user] target.addComponent() setOutputMarkupId(true)

2007-01-30 Thread Scott Swank
. On 1/30/07, Scott Swank [EMAIL PROTECTED] wrote: If you add a component as an Ajax target, but you have not called setOutputMarkupId(true) on the component then the ajax call will never find its target and will silently fail. Should this raise a runtime exception or is there a use case where

Re: [Wicket-user] target.addComponent() setOutputMarkupId(true)

2007-01-30 Thread Scott Swank
Sweet. On 1/30/07, Igor Vaynberg [EMAIL PROTECTED] wrote: it does in 1.3 and 2.0 -igor On 1/30/07, Scott Swank [EMAIL PROTECTED] wrote: Good point, thank you. Still, should it raise a Java exception or are there cases where one would want it to fail? On 1/30/07, Nick Heudecker [EMAIL

Re: [Wicket-user] ui framework choice

2007-01-31 Thread Scott Swank
Mmm, here's the rather frustrated response from the developer who's been working on re-skinning DatePicker ModalWindow to get them to more seamlessly fit our UI look/feel. Apart from this hitch the demo implementation has been proceeded so well that we're trying to figure out what else to do to

Re: [Wicket-user] ui framework choice

2007-01-31 Thread Scott Swank
: settings.setStyle(new ResourceReference(DatePickerSettings.class, css/cyllenius_cal.css)); I'm still researching ModalWindow... Cheers, Scott On 1/31/07, Scott Swank [EMAIL PROTECTED] wrote: Mmm, here's the rather frustrated response from the developer who's been working on re-skinning DatePicker ModalWindow

Re: [Wicket-user] ui framework choice

2007-01-31 Thread Scott Swank
Correction. Step #1 is on the DatePicker itself, while step #2 is on the DatePickerSettings. Dumb cut/paste mistake. On 1/31/07, Scott Swank [EMAIL PROTECTED] wrote: Ok, I dug into the DatePickerSettings and figured out that we can very easily: 1. Apply our own css that overrides part

Re: [Wicket-user] ui framework choice

2007-01-31 Thread Scott Swank
what we need to do is to extract an AbstractModalWindow that doesnt have all the bells and whistles but lets you customize the look more. +1 -- if we go with Wicket we might even contribute this ourselves also can you not simply do modalwindow.setcssclassname(mine) and then include an

Re: [Wicket-user] ui framework choice

2007-01-31 Thread Scott Swank
-us.falkag.net/sel?cmd=lnkkid=120709bid=263057dat=121642 ___ Wicket-user mailing list Wicket-user@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/wicket-user -- Scott Swank reformed mathematician

Re: [Wicket-user] ui framework choice

2007-01-31 Thread Scott Swank
this was the only way to reduce number of images loaded (modal window loads only two images, so that it appears rather quickly). -Matej Scott Swank wrote: Mmm, here's the rather frustrated response from the developer who's been working on re-skinning DatePicker ModalWindow to get them to more seamlessly

Re: [Wicket-user] ui framework choice

2007-01-31 Thread Scott Swank
take a look at datatable example in wicket-examples. Nice example, thank you. - Using Tomcat but need to do more? Need to support web services, security? Get stuff done quickly with pre-integrated technology to make your

Re: [Wicket-user] ui framework choice

2007-02-01 Thread Scott Swank
/29/07, Christopher Gardner [EMAIL PROTECTED] wrote: I apologize if this has been mentioned, but is comparative performance and load testing planned? I'd love to see Wicket rule on this. On 1/29/07, Scott Swank [EMAIL PROTECTED] wrote: One week (of two) into the JSF vs. Wicket comparison

Re: [Wicket-user] ui framework choice

2007-02-01 Thread Scott Swank
on Apache Geronimo http://sel.as-us.falkag.net/sel?cmd=lnkkid=120709bid=263057dat=121642 ___ Wicket-user mailing list Wicket-user@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/wicket-user -- Scott Swank reformed mathematician

Re: [Wicket-user] Right-click context menu

2007-02-01 Thread Scott Swank
Geronimo http://sel.as-us.falkag.net/sel?cmd=lnkkid=120709bid=263057dat=121642 ___ Wicket-user mailing list Wicket-user@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/wicket-user -- Scott Swank reformed mathematician

Re: [Wicket-user] Right-click context menu

2007-02-01 Thread Scott Swank
, and apply css solely based on that. if someone picks a javascript impl of the menu and people agree on it maybe i will write one up as a demo -igor On 2/1/07, Scott Swank [EMAIL PROTECTED] wrote: I agree with the benefits of a lightweight approach like you're describing, but would it make

Re: [Wicket-user] ui framework choice

2007-02-01 Thread Scott Swank
And we just got WicketTester up running. Very nice stuff. Its capabilities are already impressing folk. Are there any known things to be aware of with respect to Ajax-ified apps WicketTester? Continually impressed, Scott On 2/1/07, Scott Swank [EMAIL PROTECTED] wrote: If our JSF v

Re: [Wicket-user] ui framework choice

2007-02-01 Thread Scott Swank
-models.html Scott Swank wrote: Thank you to both of you. And for anyone who's been paying any attention to my questions it's pretty clear that I don't know Wicket particularly well yet. I'm still fumbling around a bit with models. Further, the other three folk had never set eyes on Wicket

Re: [Wicket-user] ui framework choice

2007-02-01 Thread Scott Swank
The wiki needs more examples that use a particular model in one or two situations and then explain why that model is a good fit for the situation at hand. Once I feel like I have a bit more solid grasp I'll volunteer my time to such an effort. Matej -- By nested do you mean what is referred to

Re: [Wicket-user] Not sure how to use DatePicker component

2007-02-01 Thread Scott Swank
I just (a bit too optimistically) tried to get the converter from my TextField and use it to set the DateConverter for the corresponding DatePicker. I definitely want to retain the i18n (mm/dd/ for ENGLISH and dd/mm/ for FRENCH). Is there a straightforward way to synch up the

Re: [Wicket-user] Not sure how to use DatePicker component

2007-02-02 Thread Scott Swank
with the text field you provide as the target. Did you try this? Eelco On 2/1/07, Scott Swank [EMAIL PROTECTED] wrote: I just (a bit too optimistically) tried to get the converter from my TextField and use it to set the DateConverter for the corresponding DatePicker. I definitely want to retain

Re: [Wicket-user] Not sure how to use DatePicker component

2007-02-02 Thread Scott Swank
[EMAIL PROTECTED] wrote: Give us a stacktrace if you have it. Eelco On 2/2/07, Scott Swank [EMAIL PROTECTED] wrote: The text field has yy, while the date picker puts into the date -- whether it's MM/dd/ or dd/MM/ (due to i18n). Then we get an annoying npe rendering the feedback

[Wicket-user] property expression language

2007-02-04 Thread Scott Swank
A quick point of curiosity, does the property expression language support expressions beyond foo.bar? I searched the wiki and couldn't find any more information that that in the models page under PropertyModel and CompoundPropertyModel. Thank you. -- Scott Swank reformed mathematician

Re: [Wicket-user] property expression language

2007-02-04 Thread Scott Swank
wicket.model.AbstractPropertyModel#onGetObject(wicket.Component) and AbstractPropertyModel#onSetObject(Component, Object) users can provide their own resolving if Eelco On 2/4/07, Scott Swank [EMAIL PROTECTED] wrote: A quick point of curiosity, does the property expression language support expressions beyond

Re: [Wicket-user] ajax feedback onSubmit

2007-02-06 Thread Scott Swank
an example that does this in ajax examples, albeit not in the modal window. -igor On 2/5/07, Matej Knopp [EMAIL PROTECTED] wrote: Try to add the feedback panel to AjaxRequestTarget in the onError method of AjaxSubmitLink. -Matej Scott Swank wrote: I have a form in a ModalWindow. I can add

Re: [Wicket-user] ajax feedback onSubmit

2007-02-06 Thread Scott Swank
I should have tracked that down myself. Thank you. On 2/6/07, Igor Vaynberg [EMAIL PROTECTED] wrote: yes, see form.process() field required check field type conversion check field validators form validators -igor On 2/6/07, Scott Swank [EMAIL PROTECTED] wrote: Thank you both. Does

[Wicket-user] ajax libraries wicket

2007-02-07 Thread Scott Swank
answers. -- Scott Swank reformed mathematician - Using Tomcat but need to do more? Need to support web services, security? Get stuff done quickly with pre-integrated technology to make your job easier. Download IBM WebSphere

  1   2   >