Re: Problem with Crypted URL

2008-11-24 Thread francisco treacy
i updated to rc1 i'm still getting stacktraces in logs with CryptedUrlWebRequestCodingStrategy ERROR 2008-11-23 13:52:17,964 [http-8080-Processor25] Invalid URL: ?x=5M5HhZnN1b1LpMPMBO5Pmr*YBxchBZCmSdUDJCdEYzUOOBDF1Zr0DA org.apache.wicket.WicketRuntimeException: Unable to decrypt the text

Re: Problem with Crypted URL

2008-11-24 Thread francisco treacy
i did that with the big merge. On Mon, Nov 24, 2008 at 10:57 AM, francisco treacy [EMAIL PROTECTED] wrote: i updated to rc1 i'm still getting stacktraces in logs with CryptedUrlWebRequestCodingStrategy ERROR 2008-11-23 13:52:17,964 [http-8080-Processor25] Invalid URL: ?x

Re: Problem with Crypted URL

2008-11-28 Thread francisco treacy
] wrote: We are also getting this when sessions expire. No big deal but would still like a fix. Will it be fixed in the 1.3.x branch also? Pls make it :) br, Marcus On Mon, Nov 24, 2008 at 7:30 PM, francisco treacy [EMAIL PROTECTED] wrote: johan, i'm not sure i understand correctly. you

Re: wicketstuff-core migration guide on wiki

2008-11-28 Thread francisco treacy
great work jeremy! this cleanup was much needed, and the side effects are neat too! francisco On Fri, Nov 28, 2008 at 8:52 PM, Jeremy Thomerson [EMAIL PROTECTED] wrote: I have created a guide to migrating your project under the new wicketstuff-core parent project. If you own a WS project,

Re: avoid ajax response evaluate javascript

2008-12-04 Thread francisco treacy
this javascript listener in the header. my question: is there a way to tell inside isTemporary() whether the request was ajax or normal, to return true or false according to that? other suggestions? francisco On Thu, Nov 6, 2008 at 2:45 PM, francisco treacy [EMAIL PROTECTED] wrote: It did.. You

Re: avoid ajax response evaluate javascript

2008-12-04 Thread francisco treacy
. francisco On Thu, Dec 4, 2008 at 12:56 PM, Martin Makundi [EMAIL PROTECTED] wrote: There is ServletWebRequest.isAjax ** Martin 2008/12/4 francisco treacy [EMAIL PROTECTED]: i've been using the aforementioned toggle behavior almost always in ajaxy pages, and in that case they work fine

Re: [OT] wicket users around the world

2008-12-12 Thread francisco treacy
Asunto: Re: [OT] wicket users around the world Work in Denmark pimping wicket at every opportunity i get, lived all my life in Denmark, so half from Denmark and half from Spain :) francisco treacy wrote: to know a little bit more of our great (and vast) community, i was just wondering

Re: [OT] wicket users around the world

2008-12-12 Thread francisco treacy
, 2008 at 5:52 PM, Thies Edeling th...@rrm.net wrote: Although it is quite interesting to see where everyone comes from, is this thread really necessary on an already busy mailing list ? francisco treacy wrote: to know a little bit more of our great (and vast) community, i was just wondering

Re: CryptedUrlWebRequestCodingStrategy/Session invalidate with Wicket 1.3.5

2008-12-12 Thread francisco treacy
have a look and see if Problem with Crypted URL thread helps. francisco On Fri, Dec 12, 2008 at 12:12 AM, Timm Helbig timm.hel...@th-hosting.net wrote: Hello everyone, For logout from the Application I use the following Code. getSession().invalidate();

wickethub.org

2008-12-13 Thread francisco treacy
i came up with an idea during the last weeks, having some trouble finding wicket resources. although we have wicketstuff (which is great, and even more now with jeremy's awesome job of reorganizing it) i feel there are still lots of components, plugins or tools that are lost in cyberspace.

Re: wickethub.org

2008-12-15 Thread francisco treacy
and googlecode, some are empty but some are very interesting. Added three links. Please check the Topics field, I cannot modify a value and have the old values erased, they keep appearing and acumulating with the new values. Cheers, Daniel francisco treacy-2 wrote: i came up with an idea

Re: Autocomplete text concatenation

2008-12-15 Thread francisco treacy
if i understand correctly you need a multi autocompleter. do you mean something like this? http://digitarald.de/project/autocompleter/1-1/showcase/delicious-tags/ (i have integrated it with wicket, it's indeed used when you edit topics of a module in wickethub). francisco On Mon, Dec 15, 2008

Re: wickethub.org

2008-12-16 Thread francisco treacy
a point. but while it's true it's not completely general, i'm personally only interested in a library of components. and at present components delivered by maven. francisco treacy-2 wrote: interesting post. there's also http://www.nabble.com/Open-wicket-component-collection-anywhere--td19450431

Re: newbie help with JavascriptUtils

2008-12-16 Thread francisco treacy
your page should implement IHeaderContributor or attach a behaviour to your components. for instance (first snippet i found out there): private static class MyJSBehavior extends AbstractBehavior { private static final long serialVersionUID = 1L; @Override public void

Re: When to pass object instance /class type?

2008-12-17 Thread francisco treacy
have a look at http://cwiki.apache.org/WICKET/bookmarkable-pages-and-links.html , it could help you understand the difference. francisco On Sun, Dec 14, 2008 at 9:58 AM, HHB hubaghd...@yahoo.ca wrote: Hey, What is the difference between: setResponsePage(CoolPage.class) and

Re: wickethub.org

2008-12-18 Thread francisco treacy
, Jonathan Locke jonathan.lo...@gmail.com wrote: you have a point. but while it's true it's not completely general, i'm personally only interested in a library of components. and at present components delivered by maven. francisco treacy-2 wrote: interesting post. there's also http

Re: Wicket stuff core, archetypes?

2008-12-20 Thread francisco treacy
hi nino, have you seen jon's idea of automatic component , and/or wickethub.org thread? discussion went around providing to wicket component developers some sort of archetype that can help to 'standardize'/ 'give more structure' - also useful to perhaps crawl those artifacts (with metadata) and

Re: where to find SpringComponentInjector class

2009-01-07 Thread francisco treacy
download wicket from http://www.apache.org/dyn/closer.cgi/wicket/1.4-rc1 , open the archive and include the wicket-spring-* jar(s) in your classpath francisco On Tue, Jan 6, 2009 at 8:37 PM, rjilani jil...@lifebiosystems.com wrote: Hi: can some one tell me which jars holds the class

URL fragment has unmatched key/value pairs

2009-01-07 Thread francisco treacy
hi all, i'm constantly seeing stuff like: WARN 2009-01-03 19:48:06,203 [http-8080-14] URL fragment has unmatched key/value pairs, responding with 404. Fragment: aide-et-services in my logs, and don't have a clue where that comes from. (i even had Fragment: admin, Fragment: bank-account , and

Re: Technologies to use with large scale Wicket application

2009-01-14 Thread francisco treacy
Wicket - well, of course. Are there other options? :) there are other options wy behind :) Spring / Hibernate - I have used these on every project I've done in the past four or five years and have been very satisfied with them. i personally think hibernate is... the least worse

Re: URL fragment has unmatched key/value pairs

2009-01-14 Thread francisco treacy
, or bank account and that sort of stuff ... some very bad people out there :) francisco On Thu, Jan 8, 2009 at 9:11 AM, Uwe Schäfer u...@thomas-daily.de wrote: francisco treacy schrieb: dear francisco (i even had Fragment: admin, Fragment: bank-account , and things of the sort) i´ve seen

Re: Wicket stuff core, archetypes?

2009-01-14 Thread francisco treacy
:) francisco treacy wrote: hi nino, have you seen jon's idea of automatic component , and/or wickethub.org thread? discussion went around providing to wicket component developers some sort of archetype that can help to 'standardize'/ 'give more structure' - also useful to perhaps crawl

Re: Wicket stuff core, archetypes?

2009-01-15 Thread francisco treacy
of doing this apparently. francisco treacy-2 wrote: here it is: http://code.google.com/p/wickethub/ (source code for the http://wickethub.org/ webapp) a small piece of code (with not even unit tests so far) but hopefully the way to start addressing our ideas: http://www.nabble.com/idea

Re: Wicket stuff core, archetypes?

2009-01-17 Thread francisco treacy
inside the jars for some specific file / class (I think) On Thu, Jan 15, 2009 at 5:00 AM, francisco treacy francisco.tre...@gmail.com wrote: wasn't this someone martijn? On Tue, Dec 16, 2008 at 8:55 PM, Martijn Dashorst martijn.dasho...@gmail.com wrote: For perusing the maven repository

Re: wickethub.org

2009-01-17 Thread francisco treacy
lucene search for metadata and content i'm also keen on design/usability tips (should we call them modules?). there might be some downtime as i'm moving the webapp to a new server. if you want to contribute, let me know. francisco On Thu, Dec 18, 2008 at 1:54 PM, francisco treacy francisco.tre

Re: Wicket stuff core, archetypes?

2009-01-17 Thread francisco treacy
/screenshots/2.jpg at least as i understand it... if not, maybe nexus needs to be extended... francisco treacy-2 wrote: i don't completely agree: - to be searched by nexus, repo needs to be nexus-aware: i.e. nexus-maven-repository-index.properties and nexus-maven-repository-index.zip files need

Re: 1.4 Release date

2009-01-19 Thread francisco treacy
i'm also interested francisco On Mon, Jan 19, 2009 at 9:57 AM, Jo Voordeckers jo.voordeck...@gmail.com wrote: Hi Wicket team, We're very excited with the framework so far and when our project turns out to be a success the company standard will move from Spring MVC to Wicket. Now since

Re: Wicket stuff core, archetypes?

2009-01-19 Thread francisco treacy
be beneficial advertising for the nexus project, and it should not be too hard to achieve. jon francisco treacy-2 wrote: you're certainly free to go in whatever direction you want, to be clear, i fully agree on the decentralized model for: - people and the development of this app, and data

Re: WicketRuntimeException

2009-01-19 Thread francisco treacy
you may want to focus on the actual errors. - you're having some trouble in your classpath / wicket jar versions: Caused by: java.lang.NoSuchMethodError: org.apache.wicket.markup.html.form.Form.add(Lorg/apache/wicket/ Component;)Lorg/apache/wicket/MarkupContainer; at

Re: Wicket/Salve/Hibernate Examples

2009-01-22 Thread francisco treacy
that I could check out? Thanks, Tauren On Thu, Jan 22, 2009 at 8:46 AM, francisco treacy francisco.tre...@gmail.com wrote: not an app, but maybe this helps: http://wicketinaction.com/2008/09/building-a-smart-entitymodel/ francisco On Thu, Jan 22, 2009 at 5:06 PM, Tauren Mills tau

Re: Wicket stuff core, archetypes?

2009-01-22 Thread francisco treacy
standard would be a good thing to do in parallel though. jon francisco treacy-2 wrote: hi jon, it would be nice to enable other parties to build similar wicket component searching technologies that are not linked to wicket hub definitely my simplistic understanding was that nexus

Re: London Wicket Event - 4th February @ Google

2009-01-27 Thread francisco treacy
hi cemal, i am actually very interested in wicket and scala real world apps. unfortunately i can't make it to london, but i would like to ask you if the presentation slides will be available for download after the event. or should i ask daan, jan, al, ... ? thanks francisco On Mon, Jan 26,

Re: London Wicket Event - 4th February @ Google

2009-01-27 Thread francisco treacy
in the next few days and should be able to confirm the above on this list then or as soon we have uploaded the material. Regards - Cemal http://www.jWeekend.co.uk jWeekend francisco treacy-2 wrote: hi cemal, i am actually very interested in wicket and scala real world apps. unfortunately i

Re: Feedback Panel

2009-01-30 Thread francisco treacy
for example, in your css: ul .feedbackul { list-style-type: none; font-size: 0.7em; border-top: 1px dashed #BCBAAC; margin-left: 6px; margin-bottom: 20px; padding: 0; width: 90%; } li .feedbackPanelERROR { color:

Re: IoC: how to best handle non-serializable fields in wicket

2009-02-06 Thread francisco treacy
another option is to use salve (http://code.google.com/p/salve/). instead of calling guice's injector as a service locator you use @Dependency, that will lookup and inject your dependency (behind the scenes it adds the class a proxy through bytecode instrumentation). public class myLDM extends

Re: IoC: how to best handle non-serializable fields in wicket

2009-02-06 Thread francisco treacy
proxy i meant as in the proxy pattern - it delegates francisco On Fri, Feb 6, 2009 at 8:41 PM, Igor Vaynberg igor.vaynb...@gmail.com wrote: salve doesnt add a proxy, it removes the field and rewrites any field read with a lookup. -igor On Fri, Feb 6, 2009 at 11:32 AM, francisco treacy

Re: Wicket stuff core, archetypes?

2009-02-09 Thread francisco treacy
thinking could be applied (anyone want to help francisco?) and then get review from me and any other core devs who want to chime in. if wicket-user/wicket-dev then goes +1 on it, that's the standard. jon francisco treacy-2 wrote: your plan makes sense to me. it seems like moving ahead

Re: Auto-Complete TextField for selecting multiple values

2009-02-10 Thread francisco treacy
i have used digitarald one in wicket hub. example: http://wickethub.org/add (try adding topics like 'javascript' or 'persistence') code: http://code.google.com/p/wickethub/source/browse/#svn/trunk/wickethub/src/main/java/wickethub/web/components/autocompleter i have not however wrapped it up

Re: Auto-Complete TextField for selecting multiple values

2009-02-10 Thread francisco treacy
ps: actually, once it's done, we should include it in wicket hub so next time you can search for it there =) On Tue, Feb 10, 2009 at 6:57 PM, francisco treacy francisco.tre...@gmail.com wrote: i have used digitarald one in wicket hub. example: http://wickethub.org/add (try adding topics like

Re: Wicket stuff core, archetypes?

2009-02-10 Thread francisco treacy
:17 PM, francisco treacy francisco.tre...@gmail.com wrote: i completely agree with you in that Wicket component jars should be fully self-describing, so i think wicket meta information has to be independent of any external technology such as maven or osgi. however the only practical way

Re: Wicket at ApacheCon EU'09 in Amsterdam

2009-02-13 Thread francisco treacy
totally against pushing wicket as a standard / jsr. it has already been stated by some of you, but i'd like to highlight the fact that bureaucracy goes against flexibility. instead of having wicket to change to please management, why don't we push to have more managers that think out-of-the-box

Re: Wicket at ApacheCon EU'09 in Amsterdam

2009-02-13 Thread francisco treacy
this has nothing to do with being open-minded. i'm pretty sure that most non-trivial projects out there using jpa with hibernate implementation can go through a big pain if they ever decide to change jpa vendor. now that you talk about jpa, this is an example of how backward a spec can be: jpa

Re: Yet another Wicket quick start application...

2009-02-19 Thread francisco treacy
hi richard, part of your concerns are addressed in wickethub. i launched it a few weeks ago but time is scarce to maintain it (anyway, it is open source so anyone can access the code / contribute). there are still issues and lots of things we want to do. i'm thinking over the domain model and

radio and radiogroup default checked not working?

2009-02-27 Thread francisco treacy
hi people, i'm quite puzzled with this little problem: i have two Radio buttons within a RadioGroup. both radios have an ajaxeventbehavior(onclick) attached to them, and there are no models backing those components. this works fine. my problem is i want the *first* option to be checked by

Re: radio and radiogroup default checked not working?

2009-02-27 Thread francisco treacy
) {           �...@override            protected void onEvent(AjaxRequestTarget target) {                    (do stuff)            }    });    group.add(radio1);    group.add(radio2);    add(group); On Fri, Feb 27, 2009 at 4:35 PM, francisco treacy francisco.tre...@gmail.com wrote: hi people, i'm quite

Re: Dutch government picks Hippo CMS for all public websites

2009-03-05 Thread francisco treacy
goed nieuws! this is a great step forward for wicket, a fact that reveals its quality and maturity (without having to pass through a JSR, btw). congratulations to the hippo team! francisco On Thu, Mar 5, 2009 at 11:08 AM, jWeekend jweekend_for...@cabouge.com wrote: Martijn, This really is

Re: What IDE best fits with Wicket?

2009-03-10 Thread francisco treacy
i would like to add an ingredient here: scala. is there anyone successfully using an IDE with wicket/maven/scala *and* jetty hotswap? i have always developed wicket/java in eclipse (dead easy to set up - create quickstart archetype, right click debug Start.java and off you go). but scala plugin

Re: Possible to retrieve previous page from PageMap

2009-03-13 Thread francisco treacy
to be honest i haven't read the whole thread, but we are also trying to achieve roughly the same thing. as of wicket 1.4-m1 there is a class called PageId that you may want to consider. i created a back state holder class that holds a PageId and an IModelString for the text of the back link. so

Re: Possible to retrieve previous page from PageMap

2009-03-13 Thread francisco treacy
of it. francisco On Fri, Mar 13, 2009 at 3:43 PM, Igor Vaynberg igor.vaynb...@gmail.com wrote: its really a lot of work to duplicate what the back button in the browser already does. or a simple a href=# onclick=history.go(-1)back/a will do as well. -igor On Fri, Mar 13, 2009 at 5:02 AM, francisco

Re: [NEWBIE] How to do if... else... switch... in wicket html ?

2009-03-17 Thread francisco treacy
div wicket:id=text/div String text; if () { text = ... } else text = ... add(new Label(text, text)) if you need different hierarchies (i.e. not just one Label), then use Panels or Fragments instead francisco On Tue, Mar 17, 2009 at 11:21 AM, Ista Pouss ista...@gmail.com wrote: Hi, What is

Re: wicket+guice+hibernate

2009-03-18 Thread francisco treacy
http://www.cafesolo.com.ar/2008/10/22/wicket-guice-warp-and-hibernate-a-quickstart-project/ francisco On Wed, Mar 18, 2009 at 4:57 PM, srividh...@yahoo.com wrote: I am a newbie to wicket and guice . I would like to look at some examples of the trio before starting to use them for my

Re: maven, eclipse and wicket

2009-03-23 Thread francisco treacy
i'm not sure i'm using m2eclipse (but i think so). to download sources just right click on your eclipse project, go to maven download sources. if we're using the same plugin, this should work. francisco On Mon, Mar 23, 2009 at 6:23 PM, Luther Baker lutherba...@gmail.com wrote: I am having a

Re: Info sobre el Softphone en Xubuntu

2009-03-25 Thread francisco treacy
ok, i'll try to clarify that a bit :) javier, parece que te equivocaste de lista (esta es la de apache wicket, por lo tanto es improbable que recibas una respuesta a tu problema). probablemente quieras reenviar el mensaje a quien realmente corresponda. saludos francisco 2009/3/25 Jeremy

wicket jobs in toulouse, france?

2008-07-17 Thread francisco treacy
hi guys, i love wicket and i'm currently searching for employment. i couldn't actually find any wicket jobs near toulouse. does somebody by chance knows if there are companies looking for wicket developers near here? thanks in advance francisco

wicket + spring + jpa reference example?

2008-08-06 Thread francisco treacy
hi, i need to develop a project with wicket + spring + jpa. i'm not used lately to this setup, so i tried to build it up, not without some trouble. so my question here is: do you know a current good wicket + spring + jpa reference/example? earlier today i checked out qwicket, but there's some

Re: wicket + spring + jpa reference example?

2008-08-06 Thread francisco treacy
it's me again. minutes after the post i found my way out of that applicationContext maze... but thanks anyway! francisco On Wed, Aug 6, 2008 at 11:25 PM, francisco treacy [EMAIL PROTECTED] wrote: hi, i need to develop a project with wicket + spring + jpa. i'm not used lately to this setup

Re: wicket + spring + jpa reference example?

2008-08-07 Thread francisco treacy
+flex+blazeds in the works, but it is far from perfect: http://code.google.com/p/wicket-flex-blazeds/ On Wed, Aug 6, 2008 at 5:25 PM, francisco treacy [EMAIL PROTECTED] wrote: hi, i need to develop a project with wicket + spring + jpa. i'm not used lately to this setup, so i tried to build

Re: wicket + spring + jpa reference example?

2008-08-07 Thread francisco treacy
i bought it last year :) and it's excellent, btw. i just wanted a quick no-brainer example and wicket-lolite could have been the perfect answer. thanks francisco On Thu, Aug 7, 2008 at 8:25 PM, shetc [EMAIL PROTECTED] wrote: Buy Wicket In Action from Manning Publishers -- it has a useful

wicket-like framework to complement wicket?

2008-08-20 Thread francisco treacy
hi guys, i started to work on a little utility to glue some libraries that i already use with wicket. they became a standard stack when i develop applications: these are guice, salve, warp-persist and neodatis odb. this utility is meant to work with wicket, so i thought it would be nice to add

Re: wicket-like framework to complement wicket?

2008-08-21 Thread francisco treacy
already 2 or 3 but suggestions are welcome :) francisco On Thu, Aug 21, 2008 at 1:54 AM, Nino Saturnino Martinez Vazquez Wael [EMAIL PROTECTED] wrote: Really great, now we just need it to get packed with Wicket iolite:) francisco treacy wrote: hi guys, i started to work on a little utility

Re: wicket-like framework to complement wicket?

2008-08-22 Thread francisco treacy
that :) http://code.google.com/p/gluw/ , there's no code available yet though. i'll keep you updated. cheers, francisco On Fri, Aug 22, 2008 at 8:48 AM, Nino Saturnino Martinez Vazquez Wael [EMAIL PROTECTED] wrote: Great:) No great names pop to my mind now:( francisco treacy wrote: sure

Re: Session creation

2008-08-23 Thread francisco treacy
with that exact setup in my webapps, if i do something like public static MySession get() { logger.debug(Session.get()); return (MySession) Session.get(); } i always observe the same session in the logs, for any page that requests it ([EMAIL

Re: My Wicket + Hibernate project- Transaction solutions? Java EE w/ Wicket?

2008-08-24 Thread francisco treacy
one thing you can do is use wicket with guice and hibernate, and have warp-persist ( http://www.wideplay.com/guicewebextensions2 ) for transactions. it's a nice stack that i use, a lightweight alternative to spring. and no need for java ee containers. you can have a look here:

Re: wicket serlization impact on singleton spring bean with a transient property

2008-08-25 Thread francisco treacy
use @SpringBean and don't mark the field transient! it can actually be serialized without problem because what's injected is not the actual bean but a proxy of it. francisco On Mon, Aug 25, 2008 at 8:38 PM, James Carman [EMAIL PROTECTED] wrote: Have you tried using the @SpringBean annotation?

Re: Wicketstuff snapshots

2008-08-25 Thread francisco treacy
somehow it doesn't find prototype which is a dependency. you can install it manually. svn co https://wicket-stuff.svn.sourceforge.net/svnroot/wicket-stuff/trunk/wicketstuff-prototype prototype cd prototype mvn install and retry building scriptaculous. now my problem is; is

Re: wicket serlization impact on singleton spring bean with a transient property

2008-08-25 Thread francisco treacy
have you read what james suggested? http://cwiki.apache.org/WICKET/spring.html On Mon, Aug 25, 2008 at 8:47 PM, miro [EMAIL PROTECTED] wrote: I am uisng java 1.4 and spring 2.5 ,I cannot use annotations, can this be done in jdk 1.4 and spring 1.1 or 2. 5 francisco treacy-2 wrote: use

Re: Problem compiling SVN trunk: Failed to resolve artifact

2008-08-25 Thread francisco treacy
i ran into the same issue today. i needed to remove dependency groupIdorg.apache.wicket/groupId artifactIdwicket/artifactId classifiertests/classifier scopetest/scope /dependency from

Re: Displaying HTML formatted text (raw markup) from String

2008-08-26 Thread francisco treacy
setEscapeModelStrings on your Label francisco On Tue, Aug 26, 2008 at 11:29 AM, btakacs [EMAIL PROTECTED] wrote: Hi I would need to display HTML formatted text inside my page. The text is stored in the database, so i would need to display it through component. Is there a way to do this? I

Re: wicket-like framework to complement wicket?

2008-09-03 Thread francisco treacy
at 1:32 PM, francisco treacy [EMAIL PROTECTED] wrote: i opened up a googlecode account, where i'll be hosting the project. i need to write some more tests, sort out a configuration issue and polish it up. then i will do the first commit. btw i chose a random name: gluw (pronunced 'glue

Re: wicket-like framework to complement wicket?

2008-09-04 Thread francisco treacy
register your own! That's what I've got off the top of my head. On Thu, Sep 4, 2008 at 1:49 PM, Nino Saturnino Martinez Vazquez Wael [EMAIL PROTECTED] wrote: francisco treacy wrote: without bells and whistles, i'd like to announce the availability of gluw, a utility library to glue wicket

Re: wicket-like framework to complement wicket?

2008-09-05 Thread francisco treacy
, I integrated db4o with wicket. bye! On Thu, Aug 21, 2008 at 9:25 AM, francisco treacy [EMAIL PROTECTED] wrote: sure! when i'm finished with neodatis integration, i'll open source the whole thing (really small though). we could then create a wicket-iolite archetype. i'll check if all

Re: wicket-like framework to complement wicket?

2008-09-05 Thread francisco treacy
? chau che francisco On Fri, Sep 5, 2008 at 7:49 AM, Fernando Wermus [EMAIL PROTECTED] wrote: Francisco, I integrated db4o with wicket. bye! On Thu, Aug 21, 2008 at 9:25 AM, francisco treacy [EMAIL PROTECTED] wrote: sure! when i'm finished with neodatis integration, i'll open source

Re: Gmap2 not visible

2008-09-05 Thread francisco treacy
try firing your app in DEPLOYMENT mode francisco On Fri, Sep 5, 2008 at 6:01 PM, normanr [EMAIL PROTECTED] wrote: Hi there, i'm having a problem with wicket-contrib-gmap2. I compiled the examples and everything worked fine. Then i wrote my own app just for testing but when i'm looking at

Re: wicket-mooeditable release + ajax/javascript problem

2008-09-09 Thread francisco treacy
Martinez Vazquez Wael [EMAIL PROTECTED] wrote: Hi Francisco francisco treacy wrote: i have created a basic wicket component that integrates MooEditable, a lightweight textarea editor based on mootools. http://code.google.com/p/wicket-mooeditable/ usage (in your form

Re: Hiding Wicket ID

2008-09-23 Thread francisco treacy
you can hide text in urls by encrypting them, check out CryptedUrlWebRequestCodingStrategy. this may help reduce wicket occurrences in your source code. francisco On Tue, Sep 23, 2008 at 4:04 PM, walnutmon [EMAIL PROTECTED] wrote: The wicket:id tags are stripped, but the javascript has many

illegal relative path element?

2008-09-26 Thread francisco treacy
hi, i just noticed that a panel that remained untouched for weeks (and that worked ok) is now failing - sometimes! the panel simply contains a search form. depending on which checkbox i check, it behaves fine, or sometimes it doesn't, if i play with the back button it will eventually work. i'm

Re: Checkbox and enum value

2008-09-26 Thread francisco treacy
i'm sorry i didn't see this post before-- i came up with a solution a couple of weeks ago. i called it EnumCheckGroup (that is, i went for CheckGroup rather than CheckBox). usage: for a given enum: public static enum Niveau { etage, mezzanine, sous_sol; }

Re: Checkbox and enum value

2008-09-26 Thread francisco treacy
the enum object itself, how do i actually get the values? francisco On Fri, Sep 26, 2008 at 4:43 PM, francisco treacy [EMAIL PROTECTED] wrote: i'm sorry i didn't see this post before-- i came up with a solution a couple of weeks ago. i called it EnumCheckGroup (that is, i went for CheckGroup

Re: Checkbox and enum value

2008-09-26 Thread francisco treacy
* i meant enum class On Fri, Sep 26, 2008 at 7:51 PM, francisco treacy [EMAIL PROTECTED] wrote: Also, you could have a varargs feature so that users could specify exactly what they want without having to instantiate an array. yes, of course there is place for improvements... public

force page reload

2008-10-06 Thread francisco treacy
hi, i'm integrating a wicket application with an online payment system provided by a bank. i have a wicket stateful page (ie shows visa / mastercard icons) which links to the bank app's payment page. depending on the transaction, the bank sends us back a result code in an encrypted http url

Re: force page reload

2008-10-07 Thread francisco treacy
, francisco treacy wrote: thanks for your help, serkan. cool, this works. as a workaround nevertheless: -i wouldn't want my app to check every single request the existence of a parameter which i am going to use in only *one* page anyway -what if i have this param passed to another page

Re: force page reload

2008-10-07 Thread francisco treacy
Gravener http://twitter.com/ryangravener On Tue, Oct 7, 2008 at 12:02 PM, francisco treacy [EMAIL PROTECTED] wrote: as it is kind of a workflow and i had all the pages already prepared by passing imodels along into constructors, i didn't want to have a bookmarkablepage (whatever you pick

Re: CompoundModel based on proxies

2008-10-29 Thread francisco treacy
hi, One problem I see with this approach is when you need null-checking for nested properties: eg: new TextFieldString(city, customer.address.getObject().city ); exactly, that is *the* problem otherwise we could have new AlternativeCompoundPropertyModel(customer.getAddress().getCity());

Re: CompoundModel based on proxies

2008-10-29 Thread francisco treacy
hi maarten About the null checking, I will see if I can avoid having nested null values in my proof-of-concept project. thing is the object chain is going to be resolved before it gets passed in - there's nothing you can do about it inside your class :( an eventual null pointer exception would

Re: using wicket

2008-10-29 Thread francisco treacy
hmm, it depends. if you upgrade to 1.4 and parameterize models and components, it could be really tough to go back to 1.3. depending of course on the size of your app. francisco On Wed, Oct 29, 2008 at 9:50 AM, Martin Grigorov [EMAIL PROTECTED] wrote: You could download it from Maven repos as

Re: CompoundModel based on proxies

2008-10-29 Thread francisco treacy
i agree - that's why i think it would be difficult to avoid an eventual NPE in something like customer.getAddress().getCity().getBlabla() in that case On Wed, Oct 29, 2008 at 1:09 PM, James Carman [EMAIL PROTECTED] wrote: You shouldn't muddy up your domain with view-specific logic (the IModel

Re: Hot deployment / Server restart

2008-10-30 Thread francisco treacy
i suggest you use the jetty container for development. you can find a perfect working example in the wicket quickstart archetype: http://wicket.apache.org/quickstart.html francisco On Thu, Oct 30, 2008 at 10:11 AM, geke [EMAIL PROTECTED] wrote: My IDE is eclipse-jee-ganymede. Where can I find

Re: JavaScript Framework Dependencies

2008-11-02 Thread francisco treacy
afaik there are several projects in wicketstuff. at least for scriptaculous, jquery and mootools. no idea how good/extense these implementations are though. there is also wickext (code.google.com/p/wickext/ ) for jquery. francisco On Sun, Nov 2, 2008 at 8:51 PM, Igor Vaynberg [EMAIL PROTECTED]

avoid ajax response evaluate javascript

2008-11-06 Thread francisco treacy
hi, we're using a home-grown wrapper for integrating jquery into wicket - specifically for jquery effects. and i'm having some trouble with ajax updates. i'll explain with an example: final WebMarkupContainer listOfCommentsContainer = new WebMarkupContainer(listOfCommentsContainer);

Re: avoid ajax response evaluate javascript

2008-11-06 Thread francisco treacy
method? francisco treacy wrote: yes, i'm aware of those. but i'd want to 'remove' things from the ajaxRequestTarget rather than append... or, some way of attaching/executing behaviours only once? On Thu, Nov 6, 2008 at 12:58 PM, Nino Saturnino Martinez Vazquez Wael [EMAIL PROTECTED] wrote

Re: avoid ajax response evaluate javascript

2008-11-06 Thread francisco treacy
(listOfCommentsContainer), it'll give it a new id.. Or you could stuff in some logic as a ajaxcalldecorator on your link, that will clean it up in pure js... I had some difficulties with exactly this when I did the wicket reaction game. I hope this helpes.. francisco treacy wrote: want to not output

Re: avoid ajax response evaluate javascript

2008-11-06 Thread francisco treacy
on ajaxRequestTarget, that should work... francisco treacy wrote: hi, we're using a home-grown wrapper for integrating jquery into wicket - specifically for jquery effects. and i'm having some trouble with ajax updates. i'll explain with an example: final WebMarkupContainer

Re: RESTful Web Services with Wicket (and XStream)

2008-11-07 Thread francisco treacy
xstream supports json output * Alternative output format. The modular design allows other output formats. XStream ships currently with JSON support and morphing. francisco On Fri, Nov 7, 2008 at 11:34 AM, Steve Swinsburg [EMAIL PROTECTED] wrote: Still slightly on topic, but do you know of a

Re: Static injection not working (wicket-guice)

2008-11-12 Thread francisco treacy
hi, imho this is a wicket (wicket-guice) issue. we are trying to accomplish the same as edgar, having the same result: InjectorHolder.getInjector().inject(this); java.lang.IllegalStateException: InjectorHolder has not been assigned an injector. Use InjectorHolder.setInjector() to assign an

Re: Problem with Crypted URL

2008-11-17 Thread francisco treacy
something _similar_ happens in my logs. ERROR 2008-11-17 14:16:49,170 [http-8080-Processor17] Invalid URL org.apache.wicket.WicketRuntimeException: Unable to decrypt the text '[EMAIL PROTECTED]' at org.apache.wicket.util.crypt.AbstractCrypt.decryptByteArray(AbstractCrypt.java:145)

Re: RequestCycle bug at urlFor?

2009-08-24 Thread francisco treacy
Hi Vytautas, Honestly I don't know if it's the same problem but I did went through lots of debugging due to urlFor a couple of months ago. I posted an issue but actually haven't followed its progress (it's still open).

urlFor ResourceStreamRequestTarget returning null

2009-03-31 Thread francisco treacy
hi all, i can't seem to find the way to get an url for a given RequestTarget. i'm using wicket 1.4-rc1. basically i have an SWFComponent : http://paste.pocoo.org/show/110435/ my problem is in line 35, when i call urlFor(target) to the renderHead method. the target is of type

Re: How To Download Excel File?

2009-03-31 Thread francisco treacy
hola wadi to generate the excel file, have a look at the poi apache project: http://poi.apache.org/spreadsheet/index.html then you will need to create a resource for that file / byte array. you might find some inspiration from this pastie: http://paste.pocoo.org/show/110449/ finally, use new

Re: urlFor ResourceStreamRequestTarget returning null

2009-04-01 Thread francisco treacy
On Tue, Mar 31, 2009 at 3:36 PM, francisco treacy francisco.tre...@gmail.com wrote: hi all, i can't seem to find the way to get an url for a given RequestTarget. i'm using wicket 1.4-rc1. basically i have an SWFComponent : http://paste.pocoo.org/show/110435/ my problem is in line 35, when

Re: Application IConverterLocator when using Hibernate friends

2009-04-01 Thread francisco treacy
something like this might be of help? if (entity instanceof HibernateProxy) { entity = (T) ((HibernateProxy) entity).getHibernateLazyInitializer().getImplementation(); } francisco 2009/4/1 Steve Flasby st...@flasby.org: Chaps,        need a hint

  1   2   >