Re: [Wicket-user] wicket 1.3 - how to start?

2007-07-28 Thread Gwyn Evans
t different from 1.2, which is why there's nothing standing out as a 1.3-specific startup guide. > I know I may look at the examples in 1.3, and build something by hand, copy > all JAR files, etc. But since maven is used in the core of Wicket, why can't > I simply use maven to do

Re: [Wicket-user] Wicket SVN has moved!

2007-07-27 Thread Gwyn Evans
sf/wicket/trunk . (http for non-committers) /Gwyn -- The Wicket-user@lists.sourceforge.net mailing list is shutting down. Please subscribe to the Apache Wicket user list. Send a message to: "users-subscribe at wicket.ap

Re: [Wicket-user] localhost/wicketApp works fine, PC_NAME/wicketApp throws page expire.

2007-07-25 Thread Gwyn Evans
, rather than having to guess what you're doing. /Gwyn [1] If there were a general problem with Wicket only working with 'localhost', I rather suspect that others would have noticed? > I see the questions didn't have anything to do with it. > just protocol bs... > any

Re: [Wicket-user] About to use Wicket. ORM?

2007-07-25 Thread Gwyn Evans
so found Hibernate too black-box-like, whereas to me, IBatis is much simpler & clearer... (Two others that I've heard good things about are Cayenne & Mr. Persister, but I've not used either yet.) /Gwyn -

Re: [Wicket-user] Wicket 1.3.0-beta2 & OutOfMemoryError

2007-07-13 Thread Gwyn Evans
n I guess it's down to a profiler & seeing if you can work out what's being created & hanging around & why. If it still looks like Wicket, then post more details. /Gwyn - This SF.net email is sponsore

Re: [Wicket-user] Why wicket-phonebook 1.3 doesn't reload and run in glassfish?

2007-07-04 Thread Gwyn Evans
le What URL are you trying - it looks as if it's loading OK, but I can't be sure where - it looks as if it's either on "/wicket-phonebook-1" or "/wicket-phonebook-1.2" as a guess, though. Does

Re: [Wicket-user] Paging data without using DataProvider.size() ?

2007-06-29 Thread Gwyn Evans
On Friday, June 29, 2007, 12:32:35 PM, C. <[EMAIL PROTECTED]> wrote: > Gwyn Evans wrote: >> Hi, >> >> Anyone got any suggestions as to the best way to provide a paging >> data view without requiring using size() to actually count the records >> in DB? >

Re: [Wicket-user] Paging data without using DataProvider.size() ?

2007-06-29 Thread Gwyn Evans
was if anyone had any suggestions about a table object that just did 'next'/'prev' paging, rather than working out "Page N of M", although I'll try & work out if "select count(id)" is faster/less cost than "select count(*)" /Gwyn --

[Wicket-user] Paging data without using DataProvider.size() ?

2007-06-29 Thread Gwyn Evans
though, really). Having said that, I'd be interested in alternative suggestions. It's the Production DB only that shows this behaviour (which is probably related to them not purging the the old data for 4 years or so, so I'm limited as to what might be possible

Re: [Wicket-user] wicket 1.3 and tomcat 5.5 filterStart severe error?

2007-06-29 Thread Gwyn Evans
lina.core.StandardContext >> filterStart >> SEVERE: Exception starting filter quickstart >> java.lang.NoClassDefFoundError: org/slf4j/impl/StaticLoggerBinder >> at org.slf4j.LoggerFactory.(LoggerFactory.java:57) >> at >> org.apache.wic

Re: [Wicket-user] A trivial problem with tables that i can't manage

2007-06-26 Thread Gwyn Evans
tence > I will check if Cayenne can do the thing, but Eelco's solution seems very > satisfying. Incidentally, if you've got any tips/notes that might help anyone looking to use Cayenne with Wicket, please add them to the Wiki - Maybe a child page below http://cwiki.apache.org/WI

Re: [Wicket-user] Wicket 1.2.4 - Cross session concurrency issues

2007-06-26 Thread Gwyn Evans
the aim/intention is to support 1.3 for defects, but any /assurance/ from Apache or the developers is going to be limited to that provided by the fact that you have access to the (complete) source code & build tools. There's no intention to cut you adrift, but the fact of

Re: [Wicket-user] A trivial problem with tables that i can't manage

2007-06-25 Thread Gwyn Evans
first and rownum But how to do this in mysql ? (row_id could do the thing, but it is only > available when your primary key is integer). I've not used MySQL for years, but I think it's select * from mytable order by whatever limit

Re: [Wicket-user] [OT] Wicket Real World Performance!

2007-06-22 Thread Gwyn Evans
hen I (and more importantly, the more knowledgable commiters) reply, the chances are that we'd be using GMail, which doesn't have the option to set it as a default position but does have significant advantages for this sort of list. As such, I

Re: [Wicket-user] Bug in 1.3? HeaderContributor.forCss(String)

2007-06-12 Thread Gwyn Evans
I don't know, but surely that's not relevent?   Jeremy's after accessing an 'external' style-sheet in a 'static' folder in a different context  but on the same webserver - the question is, how does he do that in 1.3 without  having to also supply his dom

Re: [Wicket-user] Exception Strategy in 1.3

2007-05-24 Thread Gwyn Evans
to what the sticking points were & what it should be! /Gwyn - This SF.net email is sponsored by DB2 Express Download DB2 Express C - the FREE version of DB2 express and take control of your XML. No limits. Just data.

Re: [Wicket-user] Difficulty with TextFields in ListView

2007-05-07 Thread Gwyn Evans
d adding or removing rows. In > other words it's broken. If you need this feature, better use > RefreshingView. Is it really broken? I've not checked the JavaDoc (no time right now) but other threads suggest that maybe it just needs some text to point out when to use it & w

Re: [Wicket-user] Unit Testing Pages with @SpringBeans

2007-05-07 Thread Gwyn Evans
rrent Spring wiki page.. (Unfortunately the mapping's not a straighforward one, but I must try & make time to set some redirects in place...) /Gwyn - This SF.net email is sponsored by DB2 Express Download DB2 Express C - the

Re: [Wicket-user] Good Tutorial on core wicket

2007-05-04 Thread Gwyn Evans
It's quite tricky as to know how to best do this, although there's certainly scope for people to keep track of threads on the mailing list and create articles or update for the Wiki from them. Anyone should be able to edit most pages on the wiki, though a signup is required. /Gwyn O

Re: [Wicket-user] wicket 1.2.6 tail "/" of url

2007-05-02 Thread Gwyn Evans
xample.com/mycontext/app/?wicket:interface=:6:: > the tailing slash of "app" cause many css, javascript path broken !! > how do i fix this ? Does the thread at http://www.nabble.com/from-1.2.5-to-1.2.6-tf3647980.html#a10189203 help? /Gwyn --

Re: [Wicket-user] wicket 1.2.6 critical bug

2007-04-27 Thread Gwyn Evans
single underlying value... What I doubt that Jan's aware of is that if there had been multiple values for a paramater, it would have stored an array! /Gwyn > -igor > On 4/27/07, Johan Compagner < [EMAIL PROTECTED]> wrote: > we do follow the spec now... so we could change it bac

Re: [Wicket-user] SLF4J and wicket

2007-04-27 Thread Gwyn Evans
just accepted the extra overhead in deployment time. (The link between me & the server seems to run at ~IDSN speed!) /Gwyn - This SF.net email is sponsored by DB2 Express Download DB2 Express C - the FREE version of DB2 express

Re: [Wicket-user] Multi page inheritance

2007-04-11 Thread Gwyn Evans
hosen". Use Nabble - http://www.nabble.com/Wicket-f13974.html for all Wicket lists or http://www.nabble.com/Wicket---User-f13976.html for just Wicket-User. /Gwyn - Take Surveys. Earn Cash. Influence the Future of I

Re: [Wicket-user] Multi page inheritance

2007-04-10 Thread Gwyn Evans
yment mode or explicitly call IMarkupSettings.setStripWicketTags(true)[1] then you won't get those tags in your output? They're there for ease of debugging in development mode, but they're not required (in the output). /Gwyn [1] http://wicket.sourceforge.net/apidocs/wicket/sett

Re: [Wicket-user] Pro Wicket bugs

2007-04-08 Thread Gwyn Evans
On 09/04/07, ali <[EMAIL PROTECTED]> wrote: > i no has 105 page , please can put url of this page. Just redownload the PDF from http://www.apress.com/member/download.html /Gwyn -- Download Wicket 1.2.5 now! - http://wicketfram

Re: [Wicket-user] i still can NOT read pages from your old wiki

2007-04-08 Thread Gwyn Evans
cwiki.apache.org/WICKET/ -- Best regards, Gwynmailto:[EMAIL PROTECTED] - Take Surveys. Earn Cash. Influence the Future of IT Join SourceForge.net's Techsay panel and you'll get the ch

Re: [Wicket-user] Help Me Improve Wicket Quickstart

2007-04-07 Thread Gwyn Evans
es if you feel that the Ant script could be extended though, but as far as the IDEs go, they're not one's that we're explictly decided upon, just the ones that there are Maven plugins for (that we're aware of) that generate the respective IDE-specific project files. --  Best re

Re: [Wicket-user] Pro Wicket bugs

2007-04-03 Thread Gwyn Evans
Mine was missing some of the pages, but I've just re-downloaded it and the new version has them (at least 102-108, anyway). /Gwyn On 03/04/07, Marek Přibyl <[EMAIL PROTECTED]> wrote: > hmm, strange, I recieved this message from apress on november 1st: > > Sorry for the in

Re: [Wicket-user] Pulldown menu and small pop-up dialogs - any suggestions

2007-04-03 Thread Gwyn Evans
Some suggestions came up recently, I think - http://www.nabble.com/forum/Search.jtp?forum=13974&local=y&query=menu /Gwyn On 03/04/07, Peter Thomas <[EMAIL PROTECTED]> wrote: > Hi, > > Do any of the wicket subprojects provide a pulldown menu component? > > I'm

Re: [Wicket-user] Storing markup in directory separarte from web app

2007-03-28 Thread Gwyn Evans
Which repoints readers to http://cwiki.apache.org/WICKET/control-where-html-files-are-loaded-from.html Got a minute to do a quick comment on the two of them? /Gwyn On 28/03/07, Eelco Hillenius <[EMAIL PROTECTED]> wrote: > http://cwiki.apache.org/WICKET/custom-resource-paths.html

Re: [Wicket-user] howto display html "as is"?

2007-03-27 Thread Gwyn Evans
icleContent.setEscapeModelStrings(false); // See http://www.wicket-library.com/wicket-examples/compref?wicket:bookmarkablePage=wicket-0:wicket.examples.compref.LabelPage /Gwyn -- Download Wicket 1.2.5 now! - http://wicketframework.org --

Re: [Wicket-user] Spring integration using AspectJ

2007-03-23 Thread Gwyn Evans
ications :). Hmm - I'll have to see if I can redirect it, then, as that's a superceded wiki - The active is http://cwiki.apache.org/WICKET/spring.html /Gwyn -- Download Wicket 1.2.5 now! - http://wicketframework.org --

Re: [Wicket-user] Apache Con Amsterdam: wicket presence

2007-03-20 Thread Gwyn Evans
So, who'll be in town & are there any plans for a get-together other than the conference itself? (Just trying to price a quick trip across & wondering when's best...) /Gwyn On 14/03/07, Erik van Oosten <[EMAIL PROTECTED]> wrote: > If you are off into the city, I'

Re: [Wicket-user] Design questions: Use of controllers and wicket models

2007-03-16 Thread Gwyn Evans
;t see anything wrong with passing it directly if that's not the case. /Gwyn On 16/03/07, David Leangen <[EMAIL PROTECTED]> wrote: > > Ok, thanks for the info. > > Sorry for not letting this thread die... but one more question (and > hopefully last): > > R

Re: [Wicket-user] form processing - getting dropdown selection back to onSubmit method.

2007-03-15 Thread Gwyn Evans
I'm away from my main computer now, so can't check code, but have you had a look at the Wicket examples, e.g. http://www.wicket-library.com/wicket-examples/compref?wicket:bookmarkablePage=:wicket.examples.compref.DropDownChoicePage /Gwyn On 15/03/07, GS-ikiini <[EMAIL PROTECTED]&g

Re: [Wicket-user] Package rename heads-up for wicket-1.x branch

2007-03-15 Thread Gwyn Evans
clude the changes as normal. (If the attatchment comes through, just drop it in your IDEA's config\migration\ folder to have the mapping setup for you, but it's no big deal if it doesn't.) You'll need to exclude the wicket.contrib manually (or j

Re: [Wicket-user] Build failure

2007-03-14 Thread Gwyn Evans
Double-check the top-level pom.xml? It should have jdk-1.4 jdk-1.5 but your log doesn't seem to show it doing the jdk-1.4 module tree for soem reason... /Gwyn On 14/03/07, Frank Bille <[EMAIL PROTECTED]> wrote: > I have upgraded to 2.0.5 and also updated to latest svn version o

Re: [Wicket-user] Wicket for Bog Projects

2007-03-13 Thread Gwyn Evans
en it's probably as suitable as any other Java web app framework. /Gwyn On 13/03/07, Iman Rahmatizadeh <[EMAIL PROTECTED]> wrote: > huh ?! > > > On 3/13/07, Michael Day <[EMAIL PROTECTED]> wrote: > > No, only extra small, small, medium, and medium-to-big projects

Re: [Wicket-user] Reverting the constructor change of 2.0

2007-03-10 Thread Gwyn Evans
I'm not sure what the best designation is - personally I'd consider calling it a "checkpoint" release, but that's another matter! /Gwyn - Take Surveys. Earn Cash. Influence the Future of IT Join Sourc

Re: [Wicket-user] new initiative for a user guide

2006-12-24 Thread Gwyn Evans
You've seen http://cwiki.apache.org/WICKET/documentation-index.html ? /Gwyn On 24/12/06, ZedroS Schwart <[EMAIL PROTECTED]> wrote: > Hi all > > Being new to wicket, I'm looking for a user guide. > > Do you know if the "initiative for a user guide" is g

Re: [Wicket-user] Directly map a bean to HTML form

2006-12-20 Thread Gwyn Evans
Added On 20/12/06, Paolo Di Tommaso <[EMAIL PROTECTED]> wrote: > Fine, my id on sourceforge is "paolodt" . > > Thanks. > > Paolo > > > On 12/20/06, Martijn Dashorst < [EMAIL PROTECTED]> wrote: > > If you provide me with your sourceforge.net ID, then I'll add > > you to the committers list of wicke

Re: [Wicket-user] Directly map a bean to HTML form

2006-12-20 Thread Gwyn Evans
I've just committed a copy of the project that I had locally back to SVN, but it's not something I was working on, so may be older than the last modified one. Feel free to delete it if it doesn't help. /Gwyn On 20/12/06, Paolo Di Tommaso <[EMAIL PROTECTED]> wrote: > Can

Re: [Wicket-user] funny?[OT}

2006-12-11 Thread Gwyn Evans
I wonder if my comment will emerge from blog moderation!... Just asked if there was anything behind his claims (of Wicket users) and noted the lack of equanimity compared with when he claimed the reverse regarding refactoring! /Gwyn On 11/12/06, Eelco Hillenius <[EMAIL PROTECTED]> wrote:

Re: [Wicket-user] DropDownChoice . set selected choice automatically

2006-11-29 Thread Gwyn Evans
Does http://cwiki.apache.org/WICKET/dropdownchoice-examples.html#DropDownChoiceExamples-MoreExamples cover what you need? /Gwyn On 29/11/06, Vincent Renaville <[EMAIL PROTECTED]> wrote: > Dear, > > thanks for your help, it's work but now I want to insert the > chil

Re: [Wicket-user] Interesting alternatives to Hibernate

2006-11-23 Thread Gwyn Evans
y other iBATIS method. Also, these methods will only switch to the requested log implementation if that implementation is available on the runtime classpath. " /Gwyn -- Download Wicket 1.2.3 now! - http://wicketframework.org

Re: [Wicket-user] wicket stuff stuff

2006-11-22 Thread Gwyn Evans
whereas maybe a captcha will be easier to add to this wiki.) /Gwyn -- Download Wicket 1.2.3 now! - http://wicketframework.org - Take Surveys. Earn Cash. Influence the Future of IT Join SourceForge.net's Techsay panel and you&

Re: [Wicket-user] Interesting alternatives to Hibernate

2006-11-22 Thread Gwyn Evans
Isn't this what the "Avoiding N+1 Selects (1:M and M:N)" section in the documentation[1] is all about? /Gwyn [1] http://cvs.apache.org/dist/ibatis/ibatis.java/docs/iBATIS-SqlMaps-2_en.pdf On 20/11/06, Igor Vaynberg <[EMAIL PROTECTED]> wrote: > i too have become r

Re: [Wicket-user] Interesting alternatives to Hibernate

2006-11-22 Thread Gwyn Evans
et.util.resource= Info wicket.util.thread.Task = Info often worth doing to reduce the noise! /Gwyn > In my opinions, if you really have a choice, pick a caching framework > you like and using JDBCTemplate is actually nicer than a lot of those > ORM framework > > On 11/20/0

Re: [Wicket-user] wicket stuff stuff

2006-11-21 Thread Gwyn Evans
On 22/11/06, James McLaughlin <[EMAIL PROTECTED]> wrote: > done! > > http://wicket-stuff.sourceforge.net/wiki Well done, though I'd be surprised if you don't need to disable anonymous edits very quickly! /Gwyn -- Download Wicket 1.2.3 now! - h

Re: [Wicket-user] wicket stuff stuff

2006-11-21 Thread Gwyn Evans
Not saying don't, but if it's just to track this sort of discussion, then the main wiki's as good as anywhere for the moment. /Gwyn On 21/11/06, Igor Vaynberg <[EMAIL PROTECTED]> wrote: > i think if its easy it should be on sf.net > > so i would say go ahead >

Re: [Wicket-user] servlet-mapping

2006-11-16 Thread Gwyn Evans
On 16/11/06, Igor Vaynberg <[EMAIL PROTECTED]> wrote: > someone mind putting this on the wiki? Done - thanks for the text/info, now at: http://cwiki.apache.org/WICKET/best-practices-and-gotchas.html#BestPracticesandGotchas-WicketServletMappi

Re: [Wicket-user] Enabling Component Checking?

2006-11-06 Thread Gwyn Evans
Just for info, that page on the new wiki is at http://cwiki.apache.org/WICKET/lifecycle-of-a-wicket-application.html /Gwyn On 06/11/06, Nick Heudecker <[EMAIL PROTECTED]> wrote: > I was reading the Lifecycle document at > http://www.wicket-wiki.org.uk/wiki/index.php/Lifecycle. It &g

Re: [Wicket-user] Weird Wiki problem

2006-11-03 Thread Gwyn Evans
a way of triggering a full re-export of a space manually, but that requires full wiki admin privs, which we've not got, so a pseudo-edit of the index page seems the way to go... /Gwyn On 03/11/06, Erik van Oosten <[EMAIL PROTECTED]> wrote: > Okay, understood. Makes sense. > I hope

Re: [Wicket-user] strip "" tags?

2006-10-31 Thread Gwyn Evans
Just as an aside, please use the http://cwiki.apache.org/WICKET links in preference to the confluence ones where possible! /Gwyn On 31/10/06, Martin Funk <[EMAIL PROTECTED]> wrote: > http://cwiki.apache.org/confluence/display/WICKET/How+to+remove+wicket+markup+from+output > > m

Re: [Wicket-user] Nice Url

2006-10-19 Thread Gwyn Evans
le, i.e. give it a PageParameters constructor and use the Application.mount call on it? > can you please give me some tips on implementing the > IRequestTargetURLCodingStrategy and using it. Take a look at the sources, read the javadocs & see how the supplied strategies are implementing

Re: [Wicket-user] Components Entirely In Java?

2006-10-19 Thread Gwyn Evans
how much things have moved on since they were written, so also follow Igor's suggestion & check the archives (e.g. http://www.nabble.com/Wicket-f13974.html) /Gwyn -- Download Wicket 1.2.2 now! - http://wicketframework.org -

Re: [Wicket-user] missing commons-logging dependency in wicket-extensions 2.

2006-10-18 Thread Gwyn Evans
APSHOT\wicket-2.0-SNAPSHOT.pom file in your local repo, to see if the dependency's there? You should be able to get an idea of what dependencies are being looked for where via "mvn -X ". Maybe "mvn -U ..." would help, but I don't know. /Gwyn -- Download

Re: [Wicket-user] missing commons-logging dependency in wicket-extensions 2.

2006-10-18 Thread Gwyn Evans
ded automagically? Certainly the IDEA plugin seems to think so when generating the module file, for example... /Gwyn -- Download Wicket 1.2.2 now! - http://wicketframework.org - Using Tomcat but need to do more? Need to

[Wicket-user] WIKI move

2006-10-18 Thread Gwyn Evans
As part of the move to Apache, the Wicket WIKI has moved to a new home on the Apache Confluence site, and can now be found at: http://cwiki.apache.org/WICKET/ Notes on the move are at http://cwiki.apache.org/WICKET/wiki-move.html Many of the pages have been converted, but a number do remain!

[Wicket-user] Re: [Wicket-user] Re: [Wicket-user] Re : [Wicket-user] Re: [Wicket-user] 希望合作!

2006-10-17 Thread Gwyn Evans
e tax affairs confirms pays Funds way and expensive department cooperation! Contact person: Miss Chen telephone :-) /Gwyn On 17/10/06, Manuel Barzi <[EMAIL PROTECTED]> wrote: hon! da isu zu mit su bi shi kawa zaki dae wo! ya ta... ;) On 10/17/06, Eelco Hillenius <[EMAIL PROTECTED]>

Re: [Wicket-user] Wicket starts incubation at Apache

2006-10-16 Thread Gwyn Evans
lems (although http://svn.apache.org/repos/asf/incubator/wicket/trunk/wicket-parent might be a smaller test!) /Gwyn On 16/10/06, Pierre-Yves Saumont <[EMAIL PROTECTED]> wrote: > Until now, it has been impossible for me to do a clean checkout from > Apache. The connexion is closed by the serve

Re: [Wicket-user] Wicket starts incubation at Apache

2006-10-16 Thread Gwyn Evans
On 16/10/06, Anders Peterson <[EMAIL PROTECTED]> wrote: > Why? Discussed on the mailing list (e.g. http://www.nabble.com/apache-wicket--tf2012023.html#a5529288) but http://wiki.apache.org/incubator/WicketProposal covers what we felt were the main reasons. /Gwyn > > Martijn

Re: [Wicket-user] IE causes "Unable to load class" errors...

2006-10-15 Thread Gwyn Evans
t much I can do to add to the initial report... /Gwyn On 15/10/06, Johan Compagner <[EMAIL PROTECTED]> wrote: > its very strange that you get loading class things differences with the use > of a browser? > What could sent IE do different that FF that could result in that kind of >

Re: [Wicket-user] IE causes "Unable to load class" errors...

2006-10-13 Thread Gwyn Evans
More info... It's also server specific, in that if I fire it up in Jetty, it's fine, whereas using WebLogic, it's not... /Gwyn On 13/10/06, Gwyn Evans <[EMAIL PROTECTED]> wrote: > Hi, > Anyone seen this sort of thing? If I use Firefox, there's nothing >

[Wicket-user] IE causes "Unable to load class" errors...

2006-10-13 Thread Gwyn Evans
really a problem is that while I get this page, trying to get to any page needing authentication just ends up with a 404 after logging in, so any suggestions welcome! As I said though, FF is fine with it... /Gwyn -- Download Wicket 1.2.2 now

Re: [Wicket-user] OT: Dandelion Warriors

2006-10-12 Thread Gwyn Evans
Specifically, http://starwars.wikia.com/wiki/Wicket_W._Warrick On 12/10/06, Joe Toth <[EMAIL PROTECTED]> wrote: > Did you know Wicket can be used to get rid of pesky dandelions? > > http://starwars.wikia.com/wiki/Wicket_and_the_Dandelion_Warriors:_An_Ewok_Adventure > > Can he be Wicket's mascot, l

Re: [Wicket-user] Cannot use wicket-quickstart-1.2.2 with IntelliJ6.0

2006-10-10 Thread Gwyn Evans
Thinking about it, Martijn's aim is for these to be useable without needing Maven, so the correct thing is probably to regenerate them during the packaging process, when the pom has the correct dependancies set... /Gwyn On 10/10/06, Igor Vaynberg <[EMAIL PROTECTED]> wrote: > min

Re: [Wicket-user] Cannot use wicket-quickstart-1.2.2 with IntelliJ6.0

2006-10-10 Thread Gwyn Evans
At a guess, when they were first added, the Maven IDEA plugin wasn't as good as it now is. /Gwyn On 10/10/06, Igor Vaynberg <[EMAIL PROTECTED]> wrote: > i dont know why those files are there...i didnt check them in :) > > > -Igor > > > On 10/10/06, Todd Pa

Re: [Wicket-user] Wicket-CMS Templates

2006-10-10 Thread Gwyn Evans
My inclination would be to do as much as you can via CSS, but if you need to add scripting, I'd (a) go with Jython & (b) make a major effort on examples & documentation! /Gwyn On 10/10/06, Ted Roeloffzen <[EMAIL PROTECTED]> wrote: > hello all, > > Some of you may

Re: [Wicket-user] Properties string with parameter

2006-10-10 Thread Gwyn Evans
Here's some code I've been using, which I'd have got from somewhere such as the phonebook or similar... String msg = MapVariableInterpolator.interpolate(getLocalizer(). getString((count == 1) ? "status.topup" : "status.topups", this), new MicroMap("co

Re: [Wicket-user] RestartResponseAtInterceptPageException vs RestartResponseException

2006-10-10 Thread Gwyn Evans
of getting to it to override it. It didn't seem that unusual a requirement, so I'm slightly surprised that I'm the first to be asking about this, so wondering if there's a better way of handling it! /Gwyn On 10/10/06, Johan Compagner <[EMAIL PROTECTED]> wrote: > if it

Re: [Wicket-user] RestartResponseAtInterceptPageException vs RestartResponseException

2006-10-09 Thread Gwyn Evans
After the login's how I was hoping to go... Currently checking the (session) stored user details in the BasePage. /Gwyn On 09/10/06, Johan Compagner <[EMAIL PROTECTED]> wrote: > So before the user is logs in? > so in the end you have 2 login pages? > Or after the users log

Re: [Wicket-user] Help

2006-10-09 Thread Gwyn Evans
See http://www.nabble.com/Wicket-%2B-GIS-tf2072089.html#a5704559 On 09/10/06, ketan gote <[EMAIL PROTECTED]> wrote: > hello > freinds > > we are implementingGIS and GPS project , is it possible in wicket . > if yes ? > then why wicket is not providing any related stuff or example related to it

Re: [Wicket-user] onSubmit not called in a form

2006-10-09 Thread Gwyn Evans
Well, it's a bit tricky without seeing code! Maybe take a look at http://www.wicket-library.com/wicket-examples/compref?wicket:bookmarkablePage=:wicket.examples.compref.FormPage and compare? /Gwyn On 09/10/06, Pierre-Yves Saumont <[EMAIL PROTECTED]> wrote: > Hi, > > I have

Re: [Wicket-user] RestartResponseAtInterceptPageException vs RestartResponseException

2006-10-09 Thread Gwyn Evans
On 09/10/06, Gwyn Evans <[EMAIL PROTECTED]> wrote: > On a related note, can anyone suggest a good way of adding a way of > changing the 'destination' page as part of the logging in? > > The scenario is that after authenticating the user, I may to redirect > them

Re: [Wicket-user] RestartResponseAtInterceptPageException vs RestartResponseException

2006-10-09 Thread Gwyn Evans
ponseException in my AuthenticatedWebSession.authenticate() implementation? /Gwyn On 09/10/06, Eelco Hillenius <[EMAIL PROTECTED]> wrote: > The difference is that RestartResponseAtInterceptPageException records > the current request first, which then later - after logging in

Re: [Wicket-user] Add addictional resource folder

2006-10-07 Thread Gwyn Evans
x27;s "src/main/resources" tree... /Gwyn On 07/10/06, Aaron Hiniker <[EMAIL PROTECTED]> wrote: > > I created a custom resource stream locator that locates .html files located > in an html/ folder below the component. At least that way I can keep the > .html separate

Re: [Wicket-user] JBOSS Reload Classes

2006-10-07 Thread Gwyn Evans
te final testing on the target platform, my experience is that since Java 2 or so, "developing under one platform and deploying into another" is a viable and realistic scenario. Obviously, this excludes any JNI work, but most server-side work should be fine. /Gwyn On 06/10/06,

Re: [Wicket-user] DataTable header manipulation

2006-10-06 Thread Gwyn Evans
I'm not sure about Stefan's requirements, but doesn't the "table. > thead > tr.headers > th" hierarchy let you target the header sufficiently? /Gwyn On 06/10/06, Leszek Gawron <[EMAIL PROTECTED]> wrote: > Stefan Lindner wrote: > > I can manipulat

Re: [Wicket-user] JBOSS Reload Classes

2006-10-06 Thread Gwyn Evans
oduction appserver is required - personally, I deploy to a WebLogic system on Solaris. /Gwyn On 06/10/06, craigdd <[EMAIL PROTECTED]> wrote: > > Dude, I'm not here to get into an argument here, but you obviously haven't > worked in many corporate settings, you don'

Re: [Wicket-user] OK then, let me backup

2006-10-06 Thread Gwyn Evans
y local repo > C) I try to 'mvn compile' the phonebook, but for some reason, it can't > find the classes that ARE in the wicket SNAPSHOT jar in my local repo Well, one thing could be if the install:install-file didn't use the right names, but I'd suggest using t

Re: [Wicket-user] [ANN] Intellij Idea wicket plugin

2006-10-06 Thread Gwyn Evans
it's still looking as if it could be be useful. With luck, when you do open it, I'll be able to investigate & hopefully supply some tweaks! /Gwyn -- Download Wicket 1.2.2 now! - http://wicketframework.org - Take

Re: [Wicket-user] Floating header on datatable

2006-10-05 Thread Gwyn Evans
I'd have thought that while you could probably do that via framesets or IFrames, I'd hope that doing it via CSS would be the way to go. I don't know enough CSS to be sure it's possible, though! /Gwyn On 05/10/06, Renaut, Jonathan E CTR DISA GIG-CS <[EMAIL PROTECTED]>

Re: [Wicket-user] mailing list problems

2006-10-05 Thread Gwyn Evans
Yes - Anyone sending from a GMail account has been seeing bounces for a while now, and it's also been extra quiet for a little bit now, but there's just been what looks like a flood of backlogged messages through, so let's see if I can now send to it (from GMail)... /Gwyn On 04/1

Re: [Wicket-user] Phonebook Shades integration

2006-10-05 Thread Gwyn
t was all I had time for at the time. > I will add a shades jar to the lib, I hope you mean "add the shades dependency to the pom.xml", then do "mvn package" to build the WAR file > and change the HSQLDB version to the current version of HSQLDB. Fine /Gwyn --

Re: [Wicket-user] wicket-phonebook maven question

2006-10-05 Thread Gwyn Evans
need Maven2 (which is a lot better than Maven1, IMHO). /Gwyn On 01/10/06, Geoff hendrey <[EMAIL PROTECTED]> wrote: > Hi, > > Couple questions around adding Shades to the phonebook example. Are > downloaders supposed to build the phonebook using Maven? I just threw > together

Re: [Wicket-user] wicket-phonebook

2006-09-25 Thread Gwyn Evans
Try http://svn.sourceforge.net/viewvc/wicket-stuff/branches/WICKET_1_2/wicket-phonebook/ /Gwyn On 25/09/06, Patrick Angeles <[EMAIL PROTECTED]> wrote: > I must have checked out trunk... it appears that there are wicket 2.0 > artifacts here... > > > On 9/25/06, Igor Vaynbe

Re: [Wicket-user] Database Integration With Wicket

2006-09-22 Thread Gwyn Evans
Oh yes - also take a look at http://www.wicket-wiki.org.uk/wiki/index.php/IBATIS On 22/09/06, Ayodeji Aladejebi <[EMAIL PROTECTED]> wrote: > > > > > > > > > What kind of integration are you talking about? Isn't it a good idea to > > keep database/persistence code and application/gui code independe

Re: [Wicket-user] DownDownChoice problem

2006-09-22 Thread Gwyn Evans
"Choose One" prompt } }); }; private Integer getMyOptionValue() { return new Integer(2); } private String getDefaultSelection(Integer i) { return String.valueOf(OPTIONS.get(i.intValue())); } /Gwyn On 22/09/06, Dumitru Postor

Re: [Wicket-user] INPUT (+ value, + onClick) as Button?

2006-09-22 Thread Gwyn Evans
There's also wicket.util.string.Strings#isEmpty (http://wicket.sourceforge.net/apidocs/wicket/util/string/Strings.html#isEmpty(java.lang.CharSequence) to consider... /Gwyn On 22/09/06, Erik van Oosten <[EMAIL PROTECTED]> wrote: > Indeed 8) > I should probably be denied write-ac

Re: [Wicket-user] Database Integration With Wicket

2006-09-22 Thread Gwyn Evans
cket-stuff/branches/WICKET_1_2/wicket-phonebook/ > Oh, and another thing: on the > http://wicket-stuff.sourceforge.net/wicket-phonebook/ page > the first three links under "Related Projects" are broken! Thanks, I'll try & make time to update the sub-site. /Gwyn -

Re: [Wicket-user] Database Integration With Wicket

2006-09-21 Thread Gwyn Evans
I'd suggest another look at the wicket-phonebook, as there's an iBATIS varient that lets you control the SQL you use. I find it useful, whereas Hibernate's too big a step for me as I don't need the areas where Hibernate's that much stronger. /Gwyn On 21/09/06,

Re: [Wicket-user] DownDownChoice problem

2006-09-21 Thread Gwyn Evans
inal Object selected) { return ""; // remove "Choose One" prompt } }); } private String getMyOptionValue() { return "Opt2"; } } works as you'd expect. (The ChoiceRenderer() wasn't doing anything). /Gwyn On 21/09/06, Dumitru Post

Re: [Wicket-user] Anyone received complete Pro Wicket ebook?

2006-09-20 Thread Gwyn Evans
rent one is the movement of the title page & ToC pages to the front. There's no additional content, which would explain why there's been no update emailing. /Gwyn On 20/09/06, De Soca <[EMAIL PROTECTED]> wrote: > > Sorry, my celebrations were premature, its the same 9 cha

Re: [Wicket-user] urlFor on root

2006-09-19 Thread Gwyn Evans
See the wicket-quickstart/-template/etc for examples, but we typically run with /app/* and as a default, have a index.html in "/" that does a HTTP redirect to "/app/". /Gwyn On 19/09/06, jan_bar <[EMAIL PROTECTED]> wrote: > Thanks Johan > > I searched bugzilla

Re: [Wicket-user] How do I prevent a to change style

2006-09-19 Thread Gwyn Evans
Well, being practical, why don't you just style them via CSS, e.g. div#listmenu em { /*disabled links*/ display:block; padding:0 6px; /*creates space each side of menu item's text */ font-style: normal; font-weight:normal; color:gray; } /Gwyn On 19/09/06, Ste

Re: [Wicket-user] SUSPECT: RE: Pro Wicket: Great first book onwicket

2006-09-17 Thread Gwyn Evans
t > site itself is also not that good at it (especially wicket extensions is > really low on documentation). You /have/ found the wicket-examples site/sub-project, haven't you? Maybe take a look here (http://www.wicket-wiki.org.uk/wiki/index.php/Doc

Re: [Wicket-user] can'nt read wiki

2006-09-15 Thread Gwyn Evans
I'm out of the country today, so can't do anything right now, but did you read my point (b), as your comment suggests you didn't? /Gwyn On 15/09/06, ali <[EMAIL PROTECTED]> wrote: > On Thu, 15 Jun 2006 13:24:38 +0430, Gwyn Evans <[EMAIL PROTECTED]> > wrote: &g

Re: [Wicket-user] Link behaviour inconsistent

2006-09-10 Thread Gwyn Evans
The point is, non-bookmarkable links aren't intended to persist over server restarts - in fact, they're only 'good' for the life of the session in which they were created. Can you explain a bit more about the scenario you've intending them to cover. /Gwyn On 10/09/0

Re: [Wicket-user] MouseOver Effect on DataTable

2006-09-06 Thread Gwyn Evans
milar, such that the mouseovers could just do their set & clear, leaving the "odd/even" being set on the ? While I don't know, I've got the impression that I'd run into issues as to what tags would actually be allowed where I'd need them in order to do that... /Gwyn

  1   2   3   4   >