Re: Alternative to WicketTester?

2008-02-27 Thread Nino Saturnino Martinez Vazquez Wael
There is selenium... But im not sure I understand what you mean, by HTTP independent and framework neutral.. regards Nino i ii wrote: Struts2 claims that Actions are HTTP independent and framework neutral. This enables to test struts applications very easily without resorting to mock

Re: [newbie question] How to refresh Image using an AjaxLink

2008-02-27 Thread Nino Saturnino Martinez Vazquez Wael
Should nocachingImage be default, and then have a cachingImage? Or would that result in the same amount of confusion? WDYT? As a couple of people has been confused by this... regards Nino Igor Vaynberg wrote: use NonCachingImage -igor On Wed, Feb 27, 2008 at 2:43 AM, Karol Wrzesniewski

Re: Our new and shiny Wicket site!

2008-02-27 Thread Nino Saturnino Martinez Vazquez Wael
+1, it also kind of opens up allowing for questions to the site announced... regards Nino Matej Knopp wrote: I don't think there is anything wrong with posting emails about new wicket based sites. Not everyone has the time to be checking wiki pages constantly. -Matej On Wed, Feb 27, 2008 at

Re: Our new and shiny Wicket site!

2008-02-27 Thread Nino Saturnino Martinez Vazquez Wael
Hi Daniel Looks nice, is a touch of ajax on its way(I think it kinds of makes the flow go a bit easyer) ? I noticed that your web container arent either picking up cookies thats why the jsession id are appended: http://jalbum.net/tour;jsessionid=B45F87100AAA623164CE4934FCB884B6 Theres a

Re: Our new and shiny Wicket site!

2008-02-27 Thread Nino Saturnino Martinez Vazquez Wael
BTW have been thinking of doing a fade in fade out thing for ajax requests.. But hey maybe you could already do that with the scriptaculus contrib.. Nino Saturnino Martinez Vazquez Wael wrote: Hi Daniel Looks nice, is a touch of ajax on its way(I think it kinds of makes the flow go a bit

Re: Our new and shiny Wicket site!

2008-02-27 Thread Nino Saturnino Martinez Vazquez Wael
to get it running super smooth and then we'll add the bling :-) // Daniel On 2008-02-28, at 08:23, Nino Saturnino Martinez Vazquez Wael wrote: Hi Daniel Looks nice, is a touch of ajax on its way(I think it kinds of makes the flow go a bit easyer) ? I noticed that your web container arent

Re: Wicket-FBML Released

2008-02-26 Thread Nino Saturnino Martinez Vazquez Wael
Hi Dan Could you provide some information about the project, im thinking of howto use it is there a maven repo etc? Dan Kaplan wrote: Wicket-FBML (facebook markup language) 0.1 has been released on sourceforge. It doesn't have much, but I'd like to think it'll help. -- Nino

Re: [Newbie question] How to avoid empty boxes?

2008-02-26 Thread Nino Saturnino Martinez Vazquez Wael
hmm why do it complicated, just create a panel, and if your rules decide it then call setvisible(false)... then no markup will be visible from that component... Kaspar Fischer wrote: I have just started looking at Wicket and have a basic question. My page displays an article with meta-data

Re: Wicket And EasyMock

2008-02-25 Thread Nino Saturnino Martinez Vazquez Wael
Look at the blog tutorial. it uses easy mock for some of the testing... http://cwiki.apache.org/WICKET/blog-tutorial.html carloc wrote: Hi I'm trying to use wicketTester and FormTester together with easymock. I seem to be getting a lot of notserializableexceptions and my form won't submit

Re: gmap vs gmap2?

2008-02-24 Thread Nino Saturnino Martinez Vazquez Wael
As being one of the devs on gmap contrib, id also say that it seems as gmap2 are more developed than gmap original(I have only worked on this for a specifc project)... However functionality could be very different, havent checked all details on gmap2... Martin Funk wrote: gmap was there

Re: Wicket database access

2008-02-22 Thread Nino Saturnino Martinez Vazquez Wael
Wicket will not force any method or framework down your throat, wicket is a web framework. It's completely up to yourself to decide which way you want to go.. Its probably why you get so differentiated answers. Whether you use spring or databinder or something else is up to you. regards Nino

Re: Where to find the Wicket DTD file?

2008-02-22 Thread Nino Saturnino Martinez Vazquez Wael
look in jira as I wrote.. http://svn.apache.org/repos/asf/wicket/trunk/jdk-1.4/wicket/wicket-xhtml1-strict.dtd MYoung wrote: ...place the following in your HTML template... html xmlns:wicket=http://wicket.sourceforge.net/; xmlns=http://www.w3.org/1999/xhtml; xml:lang=en lang=en

[WUG] copenhagen next meetup?

2008-02-22 Thread Nino Saturnino Martinez Vazquez Wael
So lets decide for a day soon? Next week? I have an additional idea for topics: Wicket contribs finding them(wiki)? Using them(wicketstuff maven repo)... Constructing your own contrib? And my personal idea, wicket-spring-jpa maven archetype. Now I havent done anything on this yet. But maybe

Re: how to create the component dynamic?

2008-02-22 Thread Nino Saturnino Martinez Vazquez Wael
repeater / listview.. And panels with form components. I actually started a survey thing some time ago.. The hard part is if you want to have paths/trackbacks... regards Nino. laiqinyi wrote: Well, I wanne build a Survey-System! Now there're some Questions in the Survey-System, and will

Re: Wicket database access

2008-02-22 Thread Nino Saturnino Martinez Vazquez Wael
Inline answer... James Carman wrote: One thing you might want to consider is that Wicket's form support is very good at editing beans (stuff with getters/setters) which means you're going to have to transform data from your JDBC ResultSets into a Java objects. That sounds a lot like ORM to me

Re: Wicket database access

2008-02-22 Thread Nino Saturnino Martinez Vazquez Wael
James Carman wrote: On 2/22/08, Nino Saturnino Martinez Vazquez Wael [EMAIL PROTECTED] wrote: Inline answer... James Carman wrote: One thing you might want to consider is that Wicket's form support is very good at editing beans (stuff with getters/setters) which means you're going

Re: Wicket database access

2008-02-22 Thread Nino Saturnino Martinez Vazquez Wael
James Carman wrote: On 2/22/08, Nino Saturnino Martinez Vazquez Wael [EMAIL PROTECTED] wrote: I think the first version probably would be located at wicketstuff. If devs then say okay, we could then move it to the core project (i think) or to the place where the other archetypes

Re: OutOfMemoryError

2008-02-22 Thread Nino Saturnino Martinez Vazquez Wael
and was not our error but a 3rd party I used 4 very long days for finding the problem... It's a little abstract to use a profiler as it will not give you a clear idea as everything originates in class[] int[] etc... Of course. Tom Nino Saturnino Martinez Vazquez Wael wrote: You can try to see

Re: OutOfMemoryError

2008-02-22 Thread Nino Saturnino Martinez Vazquez Wael
and a profiler you will find the problem in the end. BTW, as I remember it jprobe[1] has a freeversion, which is adequate.. [1]=http://javaboutique.internet.com/reviews/jprobe_5/figure_2.jpg regards nino Tom Nino Saturnino Martinez Vazquez Wael wrote: Thomas Singer wrote: You can try to see

Re: OutOfMemoryError

2008-02-22 Thread Nino Saturnino Martinez Vazquez Wael
To help out more, id really need to see some memory line charts, and test plan.. And code... regards Nino Nino Saturnino Martinez Vazquez Wael wrote: Thomas Singer wrote: Right, I did not run JMeter for hours to find our some growing instance count. Until now I used the heapdump I've got

Re: OutOfMemoryError

2008-02-21 Thread Nino Saturnino Martinez Vazquez Wael
Be sure to checkout the wiki for gotchas and tips: http://cwiki.apache.org/WICKET/wicket-and-jmeter.html http://cwiki.apache.org/WICKET/wicket-and-jmeter-with-regular-expressions.html Eelco Hillenius wrote: Another option is to use a profiler in your dev environment, or a production-similar

Re: OutOfMemoryError

2008-02-21 Thread Nino Saturnino Martinez Vazquez Wael
You can try to see if its any page in particular that causes this. Or of its something general... Also you need to watch out for objects that just keep growing in number.. It's a little abstract to use a profiler as it will not give you a clear idea as everything originates in class[] int[]

Re: Where to find the Wicket DTD file?

2008-02-21 Thread Nino Saturnino Martinez Vazquez Wael
I think it should be wicket.apache.org instead, does not seem to matter in myEclipse, WTP etc... html xmlns=http://www.w3.org/1999/xhtml; xmlns:wicket=http://wicket.apache.org/; xml:lang=da lang=da But for the jira on this look here:

Re: where is wicket-contrib-tinymce ???

2008-02-20 Thread Nino Saturnino Martinez Vazquez Wael
its also in maven repo: http://wicketstuff.org/maven/repository/org/wicketstuff/wicket-contrib-tinymce/ Java Programmer wrote: On Feb 20, 2008 10:42 PM, Maris Orbidans [EMAIL PROTECTED] wrote: where is wicket-contrib-tinymce project and svn repo ? it's not even mentioned in this page

Re: Handle Hibernate transaction in wicket

2008-02-20 Thread Nino Saturnino Martinez Vazquez Wael
see blog tutorial on howto set this up with wicket...:) Martijn Lindhout wrote: I use Spring's OpenSessionInViewFilter 2008/2/19, Andrew Williams [EMAIL PROTECTED]: I use onBeginRequest and onEndRequest from the WebRequestCycle, seems to work well. Andy On 13 Feb 2008, at 07:59,

Re: Layering / Data-access with Wicket

2008-02-19 Thread Nino Saturnino Martinez Vazquez Wael
or the blog tutorial, it uses jpa but could be a prettier example... http://cwiki.apache.org/confluence/display/WICKET/Blog+Tutorial Martijn Dashorst wrote: Take a look at the wicket-phonebook from wicketstuff.org for inspiration. Martijn On 2/19/08, Bert Radke [EMAIL PROTECTED] wrote:

Re: org.apache.wicket.protocol.http.WebSession cannot be cast to my.CustomSession

2008-02-15 Thread Nino Saturnino Martinez Vazquez Wael
Yeah, put some break points in there, and if you still have trouble provide a quickstart... regards Nino Sven Schliesing wrote: I think I don't get it :( I narrowed down the problem to this test case. It would be great if you could take a look: --- public class

Re: Wicket Quickstart maven archetype - Archetype repository missing

2008-02-14 Thread Nino Saturnino Martinez Vazquez Wael
Thanks. Had a million problems yesterday, thought it was because I ran on a windoze box. Raphaël Piéroni wrote: This is because of the recent release of maven archetype 2.0-alpha-1 release. Please consider calling the old plugin version the time for the maven team to fix the problem. mvn

Re: wicketstuff-rome and authentification.

2008-02-14 Thread Nino Saturnino Martinez Vazquez Wael
It would be really cool to have such a feature.. Im, thinking on wicket-auth here.. Ryan Sonnek wrote: you can mount the wicket rss feed as a bookmarkable url and use a filter to ensure security. Not sure if wicket has the concept of securing application resources currently built in? On Thu,

Re: org.apache.wicket.protocol.http.WebSession cannot be cast to my.CustomSession

2008-02-14 Thread Nino Saturnino Martinez Vazquez Wael
You could also take a look at the blog tutorial, has the solution for this as I remember.. http://cwiki.apache.org/WICKET/blog-tutorial.html From another example here: final ApplicationContext context = new ClassPathXmlApplicationContext( applicationContext.xml);

Re: Wicket Ideal Bandwidth

2008-02-13 Thread Nino Saturnino Martinez Vazquez Wael
That completely depends on your content.. If you use compressed resource references etc, clients need to download less, also there are tools to shrink your js and css files... regards Nino carloc wrote: Hi guys, What do you think will be the ideal bandwidth to use when you are using Wicket?

Re: [WicketStuff-Scriptaculous] DragNDrop problem in IE6/IE7.

2008-02-13 Thread Nino Saturnino Martinez Vazquez Wael
if you have an example running, i'll be happy to test on safari and ie6/7/ff .. Ryan Sonnek wrote: No, i haven't yet. the problem for me is that I don't have an install of IE6/7 to test this out on. I'd be happy to apply any patch that someone has that has been tested against IE6 and IE7

Re: New tooltip component I have created

2008-02-11 Thread Nino Saturnino Martinez Vazquez Wael
Whats wrong with the stuff in maven? http://wicketstuff.org/maven/repository/org/wicketstuff/wicketstuff-minis/1.3.0-SNAPSHOT/ richardwilko wrote: Hi, I have added my code to the wicketstuff-minis (package called org.wicketstuff.minis.prototipbehaviour). It would be nice to be able to just

Re: n^2 loop in MarkupContainer?

2008-02-11 Thread Nino Saturnino Martinez Vazquez Wael
I've seen this drop in performance too... and with over 2000 items, it was very slow.. I fixed it by using something similar to a loadabledetachable model.. (turned out that it used the dao on each render of an item).. So might not be the same.. regards Nino Meetesh Karia wrote: It appeared

Re: New tooltip component I have created

2008-02-11 Thread Nino Saturnino Martinez Vazquez Wael
presumably on each commit seperated by a timer.. There is a timer checking setting so that bamboo scans each xxx seconds/minutes. Im not sure how minis are setup on this.. And btw it seems that the wicket stuff maven repo is a bit hidden from the public eyes(I first discovered it this year).

Re: n^2 loop in MarkupContainer?

2008-02-11 Thread Nino Saturnino Martinez Vazquez Wael
Sorry for previous post.. It was a listview.. not dataview Meetesh Karia wrote: It appeared to be that way after stepping through the code many times in a debugger but that's definitely not conclusive evidence. I'll try and come up with a better measure of what's going on. Thanks, Meetesh

Re: WicketTester gives No WebApplicationContext found: no ContextLoaderListener registered

2008-02-11 Thread Nino Saturnino Martinez Vazquez Wael
btw, I went that way too (moving to an method).. Ned Collyer wrote: 4 minutes? You're getting slower! That kind of worked. I'm not fond of having to reinitialise all the things I set inside init, so i've moved this method out to a protected void initSpring(). Thanks for your help. Rgds Ned

Re: [wicketstuff] Accordion component?

2008-02-10 Thread Nino Saturnino Martinez Vazquez Wael
/08, Nino Saturnino Martinez Vazquez Wael [EMAIL PROTECTED] wrote: I did not know the requirements for putting it in minis.. I can do that now if you want? How do we distinguish when something are for minis or something are for a new project? -Nino Igor Vaynberg wrote: why didnt you just

Re: [wicketstuff] Accordion component?

2008-02-07 Thread Nino Saturnino Martinez Vazquez Wael
ok i'll put it up sometime today... Nino Saturnino Martinez Vazquez Wael wrote: I almost have a component ready for wicketstuff.. Should I spend the extra hour generalizing it and putting it up on wicketstuff? http://www.hedgerwow.com/360/mwd/accordion/demo.php -- Nino Martinez Wael Java

Re: @SpringBean and serialization

2008-02-07 Thread Nino Saturnino Martinez Vazquez Wael
Hi Daniel I've marked it transient, so looking forward to the replies you get.. regards Nino dfernandez wrote: Hello everyone, I have a question regarding the relation between the @SpringBean annotation and the serialization of objects being referenced in a Page. If I have:

Re: Approach to dynamic form

2008-02-07 Thread Nino Saturnino Martinez Vazquez Wael
You could do this.. You could also checkout the wizard in extensions.. regards Nino oliverw wrote: For my application I would like to implement some kind of dynamic data-entry form. Initially just a dropdown list is visible, allowing the user to chose a top-level category. Along the way he

Re: [wicketstuff] Accordion component?

2008-02-07 Thread Nino Saturnino Martinez Vazquez Wael
my contrib or the one from dojo? :) Per Ejeklint wrote: Nice, me like very much. Thanks! Nino.Martinez wrote: doh! http://wicketstuff.org/wicketdojo13/?wicket:bookmarkablePage=%3Aorg.wicketstuff.dojo.examples.accordioncontainer.AccordionContainerSample Nino Saturnino Martinez Vazquez

Re: [wicketstuff] Accordion component?

2008-02-07 Thread Nino Saturnino Martinez Vazquez Wael
http://wicketstuff.org/confluence/display/STUFFWIKI/wicket-contrib-accordion Nino Saturnino Martinez Vazquez Wael wrote: I almost have a component ready for wicketstuff.. Should I spend the extra hour generalizing it and putting it up on wicketstuff? http://www.hedgerwow.com/360/mwd/accordion

Re: wicket-tools-extjs

2008-02-07 Thread Nino Saturnino Martinez Vazquez Wael
Yes it's normal practice to make a simple project that demonstrates the functionality... Like http://wicket-stuff.svn.sf.net/svnroot/wicket-stuff/trunk/wicket-contrib-accordion-examples/ etc.. It usually does not take that long to construct and, is very good for users to learn from.

Re: [wicketstuff] Accordion component?

2008-02-07 Thread Nino Saturnino Martinez Vazquez Wael
Saturnino Martinez Vazquez Wael [EMAIL PROTECTED] wrote: http://wicketstuff.org/confluence/display/STUFFWIKI/wicket-contrib-accordion Nino Saturnino Martinez Vazquez Wael wrote: I almost have a component ready for wicketstuff.. Should I spend the extra hour generalizing it and putting

Re: AJAX mouseover popup

2008-02-07 Thread Nino Saturnino Martinez Vazquez Wael
Hmm, actually theres this one too: http://wicketstuff.org/wicketdojo13/?wicket:bookmarkablePage=%3Aorg.wicketstuff.dojo.examples.bubble.BubbleSample Niels Bo wrote: Thanks, but that is ordinary popup's and I need them to be AJAX. Niels sander v F wrote: WicketStuff-Dojo (tooltips)

Re: Evaluating Wicket

2008-02-06 Thread Nino Saturnino Martinez Vazquez Wael
Try here: http://cwiki.apache.org/WICKET/how-to-do-things-in-wicket.html As for some of the other questions, Ive answered inline.. René Samselnig wrote: Hi people, currently I'm evaluating wicket as the future framework in our company. I already found a lot of information but still there is

Re: Wicket menus?

2008-02-06 Thread Nino Saturnino Martinez Vazquez Wael
Hmm I beg to differ:) http://developer.yahoo.com/yui/examples/menu/example03.html Theres also an wicket integration project for this on wicketstuff.. Again; i might have misunderstood this.. regards Nino Edvin Syse wrote: That's purely a css issue, most menues are laid out using an ul and

Re: Block second click

2008-02-06 Thread Nino Saturnino Martinez Vazquez Wael
Matthijs Wensveen wrote: Hello, I have a Link (not Ajax) on a component that does some heavyweight processing in onClick. During this processing I want to block other clicks from the same user. Is there a generic way to block multiple requests on the same link? I would prefer a solution

[wicketstuff] Accordion component?

2008-02-06 Thread Nino Saturnino Martinez Vazquez Wael
I almost have a component ready for wicketstuff.. Should I spend the extra hour generalizing it and putting it up on wicketstuff? http://www.hedgerwow.com/360/mwd/accordion/demo.php -- Nino Martinez Wael Java Specialist @ Jayway DK http://www.jayway.dk +45 2936 7684

localization

2008-02-06 Thread Nino Saturnino Martinez Vazquez Wael
Hi If you have trouble localizing your backend components, domain classes etc... Look no futher:) http://code.google.com/p/jpa-translator/ (licensed under apache) Disclaimer, im one of the authors:) But it fits really great into wicket and it's plugable too... -- Nino Martinez Wael Java

Re: localization

2008-02-06 Thread Nino Saturnino Martinez Vazquez Wael
code you can wrap this into your session and voila you have localizing onthe fly:) Im working on this part as we speak..:) Nino Saturnino Martinez Vazquez Wael wrote: Hi If you have trouble localizing your backend components, domain classes etc... Look no futher:) http://code.google.com/p/jpa

Re: localization

2008-02-06 Thread Nino Saturnino Martinez Vazquez Wael
That should be possible out of the box...:) Edward Yakop wrote: Translator translator = new Translator( Locale.GERMAN ); Hotel translatedHotel = translator.translate( hotel ); translatedHotel.getDescription(); // return description in german translatedHotel.setDescription( die Beschreibung );

Re: wicket:link with images supported?

2008-02-05 Thread Nino Saturnino Martinez Vazquez Wael
Look in the source? Thats my best bet... Looking a this it does not look that way: http://cwiki.apache.org/WICKET/wickets-xhtml-tags.html http://wicket.apache.org/examplenavomatic.html oliverw wrote: Just a yes or no would be sufficient. Anyone? :P oliverw wrote: Is a construct like

Re: How to delete an item from List view.

2008-02-04 Thread Nino Saturnino Martinez Vazquez Wael
I've come to love listview, and use it all the time. Would be sad to see it go away.. Sure there are somethinges you need to be aware of when working with it but thats just life... -1 Eelco Hillenius wrote: On Feb 4, 2008 3:45 AM, Martijn Dashorst [EMAIL PROTECTED] wrote: On 2/3/08,

Re: [WicketStuff-Scriptaculous] DragNDrop problem in IE6/IE7.

2008-02-01 Thread Nino Saturnino Martinez Vazquez Wael
Ok, maybe Ryan will pickup on this.. As im not that familiar with scriptaculouls.. Not sure if jira's setup for this project, but if it is. You could just create a issue and paste a link from nabble? regards Nino Lan Boon Ping wrote: Forgot to mention that Edward will update the customized

Re: openlayers

2008-02-01 Thread Nino Saturnino Martinez Vazquez Wael
Hi Is now working and you can add markers(with popups) to your map. Currently only wms maps are supported. It still needs some cleaning. And I still need to write a example.. regards Nino Nino Saturnino Martinez Vazquez Wael wrote: i've begun work on this.. currently its VERY unstable

Re: setting session locale to browser locale on onSubmit()

2008-02-01 Thread Nino Saturnino Martinez Vazquez Wael
Hmm, I though this was done already... Or might only be upon initiation of session? What would be the motivation for the user changing locale mid session? Otherwise i'd suggest having a button changing sessions locale.. This has worked for me in the past... Although you might want to use

Re: Scrollbar in popup window?

2008-01-31 Thread Nino Saturnino Martinez Vazquez Wael
yes.. http://www.google.com/search?hl=daq=scrollable+divbtnG=S%C3%B8glr= Andy Czerwonka wrote: Is there a way to do it within a div right on a page? palun [EMAIL PROTECTED] wrote in message news:[EMAIL PROTECTED] How do I get vertical scrollbar in a popup window with (too) long content?

Re: Wrapping a POJO

2008-01-31 Thread Nino Saturnino Martinez Vazquez Wael
And the label here with compoundmodel.. IModel model = new CompoundPropertyModel(myPojo); Page.setmodel(model) Label myPojoProperty = new Label(propertyName); add(myPojoProperty); Per Newgro wrote: Hi Markus, you simply have to provide the POJO to the CompoundPropertyModel. Provide

Re: Scrollbar in popup window?

2008-01-30 Thread Nino Saturnino Martinez Vazquez Wael
create a scrollable div? palun wrote: How do I get vertical scrollbar in a popup window with (too) long content? Popup is created like so: add(new BookmarkablePageLink(instrLink, InstructionsPopupPage.class, params).setPopupSettings(popupSettings)); The purpose is to show a rather long

Re: [WicketStuff-Scriptaculous] DragNDrop problem in IE6/IE7.

2008-01-30 Thread Nino Saturnino Martinez Vazquez Wael
could you send a quickstart to me, or point me to an url so I can debug? regards Nino Lan Boon Ping wrote: Say if you have trouble with it. I'll look into it then, two pair of eyes are better than one:) Hey thats what the mailing list are for:) I learn from this too:) Great! You are

Re: [WicketStuff-Scriptaculous] DragNDrop problem in IE6/IE7.

2008-01-29 Thread Nino Saturnino Martinez Vazquez Wael
Lan Boon Ping wrote: Hi, I didn't have a change to debug it yet, because I don't have a dedicated PC with XP IE6 installed, we are setting up a new one now. I will take a deeper look at it soon. Thanks for the link. On Jan 29, 2008 3:33 PM, Nino Saturnino Martinez Vazquez Wael [EMAIL

Re: Copenhagen wicket user meeting: rescheduled

2008-01-29 Thread Nino Saturnino Martinez Vazquez Wael
Lets hear about if from others, I think we should start a new thread about this, will you initiate it? regards Nino James Carman wrote: what about using the announcements list? On 1/29/08, Nino Saturnino Martinez Vazquez Wael [EMAIL PROTECTED] wrote: Maybe the Wicket site could have

Re: [discuss] Mailing list usage...

2008-01-29 Thread Nino Saturnino Martinez Vazquez Wael
you can also use thunderbird[1], it has a similar threaded view. [1]=http://www.mozilla-europe.org/da/products/thunderbird/ Martijn Dashorst wrote: The way most (if not all) Wicket committers keep track of this list (and all other mailing lists for that matter) is to use gmail as their list

Re: [discuss] Mailing list usage...

2008-01-29 Thread Nino Saturnino Martinez Vazquez Wael
Yeah, I had a thought on that aswell... regards Nino Scott Swank wrote: If the user groups are split onto a separate thread I would like to see meeting announcements cross-posted to this list so that it's as easy as possible for new users to find the meetings. - Scott

Re: [discuss] Mailing list usage...

2008-01-29 Thread Nino Saturnino Martinez Vazquez Wael
Where do I sign up for wicketstuff-user and wicketstuff-dev? Is this mentioned on the wicketstuff wiki? -regards Nino Martijn Dashorst wrote: The way most (if not all) Wicket committers keep track of this list (and all other mailing lists for that matter) is to use gmail as their list reading

Re: [discuss] Mailing list usage...

2008-01-29 Thread Nino Saturnino Martinez Vazquez Wael
mailing list? I'd say via the sf project page? Nino Saturnino Martinez Vazquez Wael wrote: Where do I sign up for wicketstuff-user and wicketstuff-dev? Is this mentioned on the wicketstuff wiki? -regards Nino Martijn Dashorst wrote: The way most (if not all) Wicket committers

Re: Copenhagen wicket user meeting: rescheduled

2008-01-28 Thread Nino Saturnino Martinez Vazquez Wael
Im currently on the hospital, my daughter are sick. We will have to reschedule. Im sorry for this. regards Nino Frank Bille wrote: Yes sounds good. 16.00 is ok for me. not earlier. Frank On Jan 24, 2008 5:41 PM, Nino Saturnino Martinez Vazquez Wael [EMAIL PROTECTED] wrote: 29 january

Re: Could TinyMCE Upload pictures or files

2008-01-28 Thread Nino Saturnino Martinez Vazquez Wael
Add a upload field to the page.. And reference that from tinymce? Mead wrote: Hello All, Could TinyMCE upload pictures or files? I run the example of TinyMCE(from wicket stuff), and find the demo there could not upload any files or images, but only insert the URL of picture Best

*Wicket users copenhagen* reschedule!

2008-01-28 Thread Nino Saturnino Martinez Vazquez Wael
Im currently on the hospital, my daughter are sick. We will have to reschedule. Im sorry for this. Alternately, you can go ahead with the meeting. But as im not a jayway, it's not possible to hold the meeting there... I've pointed this out in the old thread also.. regards Nino -- Nino

Re: Copenhagen wicket user meeting: rescheduled

2008-01-28 Thread Nino Saturnino Martinez Vazquez Wael
I dont think so, it's pneumonia and diarra (although pretty severe). regards Nino Frank Bille wrote: No problem of cause. Don't hope it's serious. Best wishes, Frank On Jan 28, 2008 1:23 PM, Nino Saturnino Martinez Vazquez Wael [EMAIL PROTECTED] wrote: Im currently on the hospital, my

Re: *Wicket users copenhagen* reschedule!

2008-01-28 Thread Nino Saturnino Martinez Vazquez Wael
sure. We could take a look at the hibernate-jpa-spring-archetype then(hopefully):) Frank Bille wrote: It's fine by me to reschedule. What about somewhere in med-february? Frank On Jan 28, 2008 2:00 PM, Nino Saturnino Martinez Vazquez Wael [EMAIL PROTECTED] wrote: Im currently

Re: [WicketStuff-Scriptaculous] DragNDrop problem in IE6/IE7.

2008-01-28 Thread Nino Saturnino Martinez Vazquez Wael
Without knowing any details at all. Could it have something todo with wicketAjaxGet, not that the wicketAjaxGet fails but that it's setup wrongly from scriptaulous? Looking at the internals it looks like wicketAjaxGet encapsules a new method inorder to support backwards compability or

Re: wicket and session synch

2008-01-28 Thread Nino Saturnino Martinez Vazquez Wael
This was written without knowing about internals btw.. Nino Saturnino Martinez Vazquez Wael wrote: probally would be bad. But the great thing are that you do not need to worry about this, it's the internals of wicket.. Im not sure if you've grasped the wicket spirit or not, but some

Re: wicket and session synch

2008-01-28 Thread Nino Saturnino Martinez Vazquez Wael
probally would be bad. But the great thing are that you do not need to worry about this, it's the internals of wicket.. Im not sure if you've grasped the wicket spirit or not, but some of it is letting go of a bit control:) regards Nino Siddharth Agarwal wrote: Hi, I'm new to Wicket and I

Re: Copenhagen wicket user meeting: rescheduled

2008-01-28 Thread Nino Saturnino Martinez Vazquez Wael
. Although I'm sure we all hope your daughter gets better, I don't think this is the proper forum to discuss her pneumonia and diarrhea. Doesn't the user group have their own mailing list they can use? On 1/28/08, Nino Saturnino Martinez Vazquez Wael [EMAIL PROTECTED] wrote: I dont think so, it's

Re: manual ajax..

2008-01-26 Thread Nino Saturnino Martinez Vazquez Wael
Solution for me was to append a js where I set the id on a variable... regards Nino Nino Saturnino Martinez Vazquez Wael wrote: Hi Im doing some manual ajax with wicketAjaxGet.. And I need to get a id from one of the things added upon the request, how can I get that? It's

Re: Strange Sql exception accesing Wicket page

2008-01-26 Thread Nino Saturnino Martinez Vazquez Wael
How do you store your dao? Is it a transient object on the page? regards nino [EMAIL PROTECTED] wrote: Hello: I have several bookmarkable links that would bring up page with data retrieved from database via JPA/TOPLINK (EntityManager is always created fresh evertime data is retrieved). The

manual ajax..

2008-01-25 Thread Nino Saturnino Martinez Vazquez Wael
Hi Im doing some manual ajax with wicketAjaxGet.. And I need to get a id from one of the things added upon the request, how can I get that? It's for the openlayers contrib, I need the content of the element containing the id to be shown in a popup. regards Nino -- Nino Martinez Wael Java

Re: openlayers

2008-01-25 Thread Nino Saturnino Martinez Vazquez Wael
it's about maps in a dozenz of ways. Erik van Oosten wrote: http://openlayers.org/ My summary: A javascript library to combine spatial information from different sources on one page. Nick Heudecker wrote: What is openlayers?

Re: Copenhagen wicket user meeting: rescheduled

2008-01-24 Thread Nino Saturnino Martinez Vazquez Wael
Saturnino Martinez Vazquez Wael wrote: Hi We are gonna reschedule the meeting, Flemmings getting one up to hold a course for their firm internally, but it's our hope that instructor will participate in our meeting. Information will follow asap. This makes it an even greater reason to come

Re: openlayers

2008-01-24 Thread Nino Saturnino Martinez Vazquez Wael
i've begun work on this.. currently its VERY unstable and unrecommended to use.. Nino Saturnino Martinez Vazquez Wael wrote: Hi At some point someone talked about creating something around open layers. However nothing but the project structure are checked in, so I guess i'll continue

Re: wicket maven archettype, SPRING-HIBERNATE-JPA?

2008-01-24 Thread Nino Saturnino Martinez Vazquez Wael
://grails.org/Quick+Start No, I do not think that Grails is better than Wicket, but I like the little conveniences provided by commands like create-domain-class and create-controller Konstantin Ignatyev - Original Message From: Nino Saturnino Martinez Vazquez Wael [EMAIL PROTECTED] To: users

Re: wicket maven archettype, SPRING-HIBERNATE-JPA?

2008-01-24 Thread Nino Saturnino Martinez Vazquez Wael
am dreaming of. Konstantin Ignatyev - Original Message From: Nino Saturnino Martinez Vazquez Wael [EMAIL PROTECTED] To: users@wicket.apache.org Sent: Thursday, January 24, 2008 10:05:00 AM Subject: Re: wicket maven archettype, SPRING-HIBERNATE-JPA? Hi Konstantin This first

Re: wicket maven archettype, SPRING-HIBERNATE-JPA?

2008-01-24 Thread Nino Saturnino Martinez Vazquez Wael
whether it works or not. Martijn On 1/24/08, Nino Saturnino Martinez Vazquez Wael [EMAIL PROTECTED] wrote: Hi Konstantin This first version will just be like, quickstart just a basic template with your company name etc... Im not sure how far we can get using archetypes... regards Nino

Re: wicket maven archettype, SPRING-HIBERNATE-JPA?

2008-01-24 Thread Nino Saturnino Martinez Vazquez Wael
ahh not so scaffold then.. Konstantin Ignatyev wrote: http://www.hibernate.org/119.html#A10 - Original Message From: Nino Saturnino Martinez Vazquez Wael [EMAIL PROTECTED] To: users@wicket.apache.org Sent: Thursday, January 24, 2008 2:28:11 PM Subject: Re: wicket maven archettype

Copenhagen wicket user meeting: rescheduled

2008-01-23 Thread Nino Saturnino Martinez Vazquez Wael
Hi We are gonna reschedule the meeting, Flemmings getting one up to hold a course for their firm internally, but it's our hope that instructor will participate in our meeting. Information will follow asap. This makes it an even greater reason to come and check out wicket if youre a

Re: Maven repo for wicketstuff?

2008-01-23 Thread Nino Saturnino Martinez Vazquez Wael
nino Frank Bille wrote: No bamboo id: http://www.wicketstuff.org/bamboo On Jan 23, 2008 8:30 AM, Nino Saturnino Martinez Vazquez Wael [EMAIL PROTECTED] wrote: Here are a few im involved in. http://wicketstuff.org/confluence/display/STUFFWIKI/wicket-contrib-gmap http://wicketstuff.org

Re: Maven repo for wicketstuff?

2008-01-23 Thread Nino Saturnino Martinez Vazquez Wael
ok, i'll look into it when I get time.. Frank Bille wrote: You should have rights to create a new plan now. Frank On Jan 23, 2008 11:19 AM, Nino Saturnino Martinez Vazquez Wael [EMAIL PROTECTED] wrote: nino Frank Bille wrote: No bamboo id: http://www.wicketstuff.org/bamboo

Re: Copenhagen wicket user meeting: rescheduled

2008-01-23 Thread Nino Saturnino Martinez Vazquez Wael
Cancel previous message. Meeting will be held at same time next week. Nino Saturnino Martinez Vazquez Wael wrote: Hi We are gonna reschedule the meeting, Flemmings getting one up to hold a course for their firm internally, but it's our hope that instructor will participate in our meeting

Re: How to set no cache header

2008-01-23 Thread Nino Saturnino Martinez Vazquez Wael
you could also use a filter to wrap it. But id go with martijn's solution. Hope youre not fidling with oracle webservr... Martijn Dashorst wrote: Override the setHeaders method of your page. Martijn On 1/23/08, Sébastien Piller [EMAIL PROTECTED] wrote: Hello guys, I would like to prevent

Re: wicket maven archettype, SPRING-HIBERNATE-JPA?

2008-01-23 Thread Nino Saturnino Martinez Vazquez Wael
also be important to provide good documentation alongside the archetypes... for the noobs :P gerolf On Jan 22, 2008 7:58 PM, Nino Saturnino Martinez Vazquez Wael [EMAIL PROTECTED] wrote: Eeek, I guees it would be java 5 only, as JPA are annotations. But I guess we could start with java 5

Re: wicket maven archettype, SPRING-HIBERNATE-JPA?

2008-01-23 Thread Nino Saturnino Martinez Vazquez Wael
Great idea... Igor Vaynberg wrote: see source to our quickstart archetype, its in our svn under wicket-archetypes/quickstart -igor On Jan 23, 2008 11:34 PM, Nino Saturnino Martinez Vazquez Wael [EMAIL PROTECTED] wrote: You could'nt provide the base structure, just so I have a starting

Re: Maven repo for wicketstuff?

2008-01-22 Thread Nino Saturnino Martinez Vazquez Wael
Ok, could I get setup please?:) Frank Bille wrote: On Jan 18, 2008 10:21 AM, Nino Saturnino Martinez Vazquez Wael [EMAIL PROTECTED] wrote: How does one actually apply to get setup? Just ask. Frank -- Nino Martinez Wael Java Specialist @ Jayway DK http://www.jayway.dk +45

wicket maven archettype, SPRING-HIBERNATE-JPA?

2008-01-22 Thread Nino Saturnino Martinez Vazquez Wael
Would there be interest for such a template? It would consist of 3 projects, parent, core and web. If so, i'll go ahead and create a wicketstuff for it. -- Nino Martinez Wael Java Specialist @ Jayway DK http://www.jayway.dk +45 2936 7684

wicket course/training at your location?

2008-01-22 Thread Nino Saturnino Martinez Vazquez Wael
This is sorta spam, sorry for that. I've talked to my wife about talking a trip to some where warm, this summer. And figured a great way to sponsor the trip (and make an experience out of it) would be to hold a course in wicket. I would prefer the states as I've never been there but it could

Re: wicket maven archettype, SPRING-HIBERNATE-JPA?

2008-01-22 Thread Nino Saturnino Martinez Vazquez Wael
-Dsource=1.5). this will obviously be obsolete for the next wicket versions gerolf On Jan 22, 2008 7:50 PM, Nino Saturnino Martinez Vazquez Wael [EMAIL PROTECTED] wrote: Would there be interest for such a template? It would consist of 3 projects, parent, core and web. If so, i'll go

Re: Maven repo for wicketstuff?

2008-01-22 Thread Nino Saturnino Martinez Vazquez Wael
-events You want my sourceforge id? *nmwael ... * regards Nino* * Frank Bille wrote: I didn't know you were a project ;) Create yourself as a user and let me know the username, so I can give you rights On Jan 22, 2008 5:34 PM, Nino Saturnino Martinez Vazquez Wael [EMAIL PROTECTED] wrote

Re: Different views in wicket

2008-01-21 Thread Nino Saturnino Martinez Vazquez Wael
try get variation... Mathias P.W Nilsson wrote: Hi! I'm developing a site that has different views and languages. How does this fit in the wicket framework? When adding a WebPage you get a default .html view. Is there anyway on having multiple views for a wicket page? How do you develop a

<    3   4   5   6   7   8   9   10   >