Re: Kittens got approved through lazy consensus

2008-06-04 Thread Nino Saturnino Martinez Vazquez Wael
, it seems to me that /if/ it were to be too much of a drain on resources (which would seem to be the only reason to do so), it whould be relatively easy to move it 'out' to -stuff at a later date. Okay, that gives some sense.. /Gwyn On Tue, Jun 3, 2008 at 9:16 AM, Nino Saturnino Martinez Vazquez

Re: Why is archetype iolite in groupid org.apache.wicket?

2008-06-04 Thread Nino Saturnino Martinez Vazquez Wael
Sorry about that, I just stole the pom from the quickstart. So you would say that it should extend from wicketstuff instead? Martijn Dashorst wrote: Why is the archetype iolite in groupid org.apache.wicket when it is clearly a wicketstuff.org project? The heading from the project's pom seems

Re: Ajax-on-click-somewhere-else?

2008-06-04 Thread Nino Saturnino Martinez Vazquez Wael
Doesnt the YUI and dojo contrib do this already? gurgel2 wrote: I want to do a popup menu (using a z-indexed layer) that should closed if i click anywhere, EXCEPT on the menu itself. Its the close behavior I need to know. Everything but that, is clear to me. A similar behavior to a opened

Re: Example of wicketstuff-minis' Veil

2008-06-04 Thread Nino Saturnino Martinez Vazquez Wael
I think I ran into that problem with veil too... Igor Vaynberg wrote: can you paste the stack trace please? are you using latest trunk? -igor On Tue, Jun 3, 2008 at 6:38 AM, nitinkc [EMAIL PROTECTED] wrote: I need an example of wicketstuff-minis' veil behavior. I added this to one of my

Re: Wicket cheat sheet, solve your wicket problem fast?

2008-06-04 Thread Nino Saturnino Martinez Vazquez Wael
rights to add attachments. Frank [0]: http://www.apache.org/licenses/#clas On Tue, Jun 3, 2008 at 10:27 AM, Nino Saturnino Martinez Vazquez Wael [EMAIL PROTECTED] wrote: great. Frank is working on the diagram stuff, to be able to give clearance to me i think. Gwyn Evans wrote: On Tue

Re: Wicket cheat sheet, solve your wicket problem fast?

2008-06-04 Thread Nino Saturnino Martinez Vazquez Wael
doh, dont make me think again:) Thats the nice thing with wicket. I get the point though Frank Bille wrote: secretary@ it says in that page. Frank On Wed, Jun 4, 2008 at 11:53 AM, Nino Saturnino Martinez Vazquez Wael [EMAIL PROTECTED] wrote: It looks like I can also email a scanned copy

scriptaculous toaster

2008-06-04 Thread Nino Saturnino Martinez Vazquez Wael
Hi Ryan? I need this effect : http://github.com/madrobby/scriptaculous/wikis/effect-multiple to be able to build the toaster. It's almost done, a scriptaculous header contributor would also be very nice. When im done with the toaster should I just add it to the project? -- -Wicket for love

Re: Kittens got approved through lazy consensus

2008-06-03 Thread Nino Saturnino Martinez Vazquez Wael
+1 for extensions +2 for wicketstuff I'd still like a clear definition on when what goes where.. Thats when is wicketstuff appropriate and when are extensions and when are wicket core appropriate. Martijn Dashorst wrote: The IP clearance for the kittens got approved through lazy consensus.

Re: Wicket cheat sheet, solve your wicket problem fast?

2008-06-03 Thread Nino Saturnino Martinez Vazquez Wael
argh! It's very clean on the upload side of stuff. Anyway when we get confluence sorted out i'll put the diagram on this page : http://cwiki.apache.org/confluence/display/WICKET/Wicket+Cheat+Sheet Michael Allan wrote: Nino Saturnino Martinez Vazquez Wael wrote: I've created a small wicket

Re: Upload/Download file

2008-06-03 Thread Nino Saturnino Martinez Vazquez Wael
there are an example on this on the wicket examples... http://www.wicket-library.com/wicket-examples/upload/single Milan K?ápek wrote: Well I think I have the way how to let users to download the files from server. When the request comes I just take the file from database, set the right

Re: Wicket cheat sheet, solve your wicket problem fast?

2008-06-03 Thread Nino Saturnino Martinez Vazquez Wael
great. Frank is working on the diagram stuff, to be able to give clearance to me i think. Gwyn Evans wrote: On Tue, Jun 3, 2008 at 8:25 AM, Nino Saturnino Martinez Vazquez Wael [EMAIL PROTECTED] wrote: argh! It's very clean on the upload side of stuff. Anyway when we get confluence sorted

Re: Wicket cheat sheet, solve your wicket problem fast?

2008-06-03 Thread Nino Saturnino Martinez Vazquez Wael
Or you could try this: I think it's a direct link : http://www20.flyupload.com/dl?fid=9436254x=9hfpy_sVT1WmQM_gAqdMeQ.. Nino Saturnino Martinez Vazquez Wael wrote: argh! It's very clean on the upload side of stuff. Anyway when we get confluence sorted out i'll put the diagram on this page

Re: Wicket cheat sheet, solve your wicket problem fast?

2008-06-03 Thread Nino Saturnino Martinez Vazquez Wael
remember the two dots.. Nino Saturnino Martinez Vazquez Wael wrote: Or you could try this: I think it's a direct link : http://www20.flyupload.com/dl?fid=9436254x=9hfpy_sVT1WmQM_gAqdMeQ.. Nino Saturnino Martinez Vazquez Wael wrote: argh! It's very clean on the upload side of stuff. Anyway

Re: Add onClick to an AjaxButton

2008-06-03 Thread Nino Saturnino Martinez Vazquez Wael
hmm, just add it to the ajaxrequesttarget instead... target.prependJavascript(javascript) ? Not sure if this does the trick though. Eyal Golan wrote: Hello all, We have a StyledAjaxButton that extends AjaxButton. We want to add a confirmation when clicking. We added this:

Re: Upload/Download file

2008-06-03 Thread Nino Saturnino Martinez Vazquez Wael
Why do you need todo it that way, cant you just change it? Otherwise i'd look into how that wicket component from the example does it. regards Milan K?ápek wrote: Thanks for your respnse. Yes I know I have seen this example, but as I wrote this in not the think I want to do. In that example

Re: Use Spring with Wicket

2008-06-03 Thread Nino Saturnino Martinez Vazquez Wael
See the blog tutorial(search for it on the wiki), it uses JPA for this.. Or see wicket iolite, it creates a project for you, which you can expand Samit wrote: Suppose I am having a html page...having fields like : Name and Ageand I want to save the records in db..So how

Re: Upload/Download file

2008-06-03 Thread Nino Saturnino Martinez Vazquez Wael
Milan K?ápek wrote: As I write the HTTP request that contains the file is generated by standalone application. And the application do not need graphical interface. It is very simple to get file contained in HTTP request in PHP, I have hoped that wicket have some easy access to this data

Re: Upload/Download file

2008-06-03 Thread Nino Saturnino Martinez Vazquez Wael
Add it to the wiki:) Milan K?ápek wrote: I have it. It was hidden under the wicket request. It can be done by cast the request to IMultipartWebRequest. This request then can access the file stored in the HTTP request. - To

Wicket cheat sheet, solve your wicket problem fast?

2008-06-02 Thread Nino Saturnino Martinez Vazquez Wael
Hi I've created a small wicket cheat sheet for issues and features, please see here : http://www.flyupload.com/?fid=9436254 It's based on my experience so it's certainly not complete and you should consider it a draft. Any comment will be welcome:) -- -Wicket for love Nino Martinez Wael

Re: maven deployment..?

2008-06-02 Thread Nino Saturnino Martinez Vazquez Wael
Yup.. James Carman wrote: Well, the test and prod profiles do have that property set to deployment. The default properties just sets it to development. On Fri, May 30, 2008 at 2:38 PM, Nino Saturnino Martinez Vazquez Wael [EMAIL PROTECTED] wrote: Great:) Looks like we do a lot of stuff

Re: users, please give us your opinion: what is your take on generics with Wicket

2008-06-02 Thread Nino Saturnino Martinez Vazquez Wael
1) Generifying* Wicket [x] Can best be done like currently in the 1.4 branch, where models and components are both generified. I care most about the improved static type checking generified models and components give Wicket. 2) How strongly do you feel about your choice above? [x]

Re: Wicket cheat sheet, solve your wicket problem fast?

2008-06-02 Thread Nino Saturnino Martinez Vazquez Wael
to consider Component.setOutputMarkupPlaceholderTag() as an alternative such as when the parent contains a number of elements that may not need updating. Somehow that eluded me thanks for pointing out. /Gwyn On Mon, Jun 2, 2008 at 9:33 AM, Nino Saturnino Martinez Vazquez Wael [EMAIL PROTECTED

Re: maven deployment..?

2008-06-02 Thread Nino Saturnino Martinez Vazquez Wael
of doing it because I hate having a *different* deployable depending on how some filter modified my metadata. - Brill -Original Message- From: Nino Saturnino Martinez Vazquez Wael [mailto:[EMAIL PROTECTED] Sent: Friday, May 30, 2008 10:43 AM To: users@wicket.apache.org Subject: maven

Re: Wicket cheat sheet, solve your wicket problem fast?

2008-06-02 Thread Nino Saturnino Martinez Vazquez Wael
ahh, a simple solution.. I guess it's nice with some graphics. But we could do this as a combination I guess? James Carman wrote: Why not just create a new wiki page? I like the idea too! On Mon, Jun 2, 2008 at 4:33 AM, Nino Saturnino Martinez Vazquez Wael [EMAIL PROTECTED] wrote: Hi

Re: maven deployment..?

2008-06-02 Thread Nino Saturnino Martinez Vazquez Wael
, Nino Saturnino Martinez Vazquez Wael [EMAIL PROTECTED] wrote: Great:) Looks like we do a lot of stuff the same way:) So you just need to add this to your profile?: properties wicket.configurationdeployment/wicket.configuration /properties

Re: Wicket cheat sheet, solve your wicket problem fast?

2008-06-02 Thread Nino Saturnino Martinez Vazquez Wael
8:59 AM To: users@wicket.apache.org Subject: RE: Wicket cheat sheet, solve your wicket problem fast? Sorry, I don't understand how to access the pdf from this link -Original Message- From: Nino Saturnino Martinez Vazquez Wael [mailto:[EMAIL PROTECTED] ] Sent: Monday, June 02, 2008 4

Re: Wicket JavaScript libraries and Google Ajax libraries API

2008-05-30 Thread Nino Saturnino Martinez Vazquez Wael
But it would be really nice to have common libs that we could all depend on. One problem is the wicket accordion contrib, if you use that in conjunction with YUI contrib it falls apart. But then again im not sure it would bring too much infrastructure. Sven Meier wrote: As the initiator of

Re: Wicket JavaScript libraries and Google Ajax libraries API

2008-05-30 Thread Nino Saturnino Martinez Vazquez Wael
Saturnino Martinez Vazquez Wael schrieb: But it would be really nice to have common libs that we could all depend on. One problem is the wicket accordion contrib, if you use that in conjunction with YUI contrib it falls apart. But then again im not sure it would bring too much infrastructure. Sven

wicketstuff contrib : YUI editor/ajax

2008-05-30 Thread Nino Saturnino Martinez Vazquez Wael
Hi I use the simple yui editor, and I have some trouble with it if it's used in ajax calls. I have an ajaxtabbed panel, and in one of the tabs I have the editor. So when the user clicks the tab the first time it's all good, however next time I suddenly have two editors, and the input from

Re: hi, is it that the wicketstuff website broken??

2008-05-30 Thread Nino Saturnino Martinez Vazquez Wael
yes its down, theres also something about this on the dev list... shrimpywu wrote: hi, is it that the wicketstuff website broken?? i can not get into it. -- -Wicket for love Nino Martinez Wael Java Specialist @ Jayway DK http://www.jayway.dk +45 2936 7684

Re: wicketstuff contrib : YUI editor/ajax

2008-05-30 Thread Nino Saturnino Martinez Vazquez Wael
is not a constructor *INFO: *Response processed successfully. *INFO: *Invoking post-call handler(s)... *INFO: *Couldn't set focus on not on the page anymore Nino Saturnino Martinez Vazquez Wael wrote: Hi I use the simple yui editor, and I have some trouble with it if it's used in ajax calls. I have

Re: wicketstuff contrib : YUI editor/ajax

2008-05-30 Thread Nino Saturnino Martinez Vazquez Wael
Adding the yui loader to the page containing the editor, and doing this in simpleyuieditor panel solved the problem: @Override protected void onBeforeRender() { super.onBeforeRender(); //IRequestTarget target = ((WebRequestCycle)RequestCycle.get()).getRequestTarget(); //

Re: Sanity check. Can't inject DAO

2008-05-30 Thread Nino Saturnino Martinez Vazquez Wael
Yup I think timo hit the spot here. When working with enough interfaces your naming becomes Protocol for the interface and ProtocolImpl etc for the implementations (just a side remark). Timo Rantalaiho wrote: On Thu, 29 May 2008, David Nedrow wrote: public class ProtocolDAO extends

maven deployment..?

2008-05-30 Thread Nino Saturnino Martinez Vazquez Wael
Hi I use cargo, to deploy to tomcat and I would really like to automatically deploy wicket in deploy and not development. So what do you guys do..? Have different profiles that include different web.xml or? -- -Wicket for love Nino Martinez Wael Java Specialist @ Jayway DK

Re: Dojo ToolTips and wicket ajax component problem

2008-05-30 Thread Nino Saturnino Martinez Vazquez Wael
I had some troubles too, I switched to the tool tip thingy in minis instead. http://wicketstuff.org/confluence/display/STUFFWIKI/wicketstuff-minis , the prototip... I'd really like to see tooltip contrib that actually requested the tooltip via ajax instead of just placing a panel on the

Re: Dojo ToolTips and wicket ajax component problem

2008-05-30 Thread Nino Saturnino Martinez Vazquez Wael
Karen Schaper wrote: I had some troubles too, I switched to the tool tip thingy in minis instead. http://wicketstuff.org/confluence/display/STUFFWIKI/wicketstuff-minis , the prototip... Thanks I'll try this. No problem:) And say if you run into trouble, there is a issue

Re: [Slightly OT] Country selection component with a nice GUI

2008-05-30 Thread Nino Saturnino Martinez Vazquez Wael
I dont think it would be too horrible to whip up such a component with openlayers or gmap. Otherwise you could use image maps... Kaspar Fischer wrote: Does anybody know of a Wicket-driven country selection component with a nice visual interface? Something a little more fancy than a drop- down

Re: [EMAIL PROTECTED] ProxyPass/ProxyPassreverse shared cookies?

2008-05-29 Thread Nino Saturnino Martinez Vazquez Wael
After some wondering, I decided to see if changing domain name would help, I mean going away from having the danish character æ in the domain, and it did. And I actually did not have to use cookie rewrite or domain. So this works too using mod proxy.. Nino Saturnino Martinez Vazquez Wael

Re: Wicketstuff.org server down?

2008-05-29 Thread Nino Saturnino Martinez Vazquez Wael
and it's still down:/ Sebastiaan van Erk wrote: The hosting provider is having troubles. Nothing we can do but wait. Regards, Sebastiaan Martijn Dashorst wrote: The server doesn't respond to pings etc. Is there some maintenance happening? Martijn -- -Wicket for love Nino Martinez Wael

Usability?

2008-05-29 Thread Nino Saturnino Martinez Vazquez Wael
Hi I've run into the problem of having users om my system:) So I'd like to make things a little more useable for them. Do any of you guys have some links to websites with before and after screenshots. Like this was our page before, and now it looks like this and are much more usable. --

Re: Testing DataTable simulating click on link, checkbox etc...

2008-05-29 Thread Nino Saturnino Martinez Vazquez Wael
Could'nt you do one of two things: 1. Give the selector the fully path, something like :tabel:row:column:checkpoxpanel:check 2. Grab the check by using the full path like above and set the model on it.. Daniele Dellafiore wrote: Hi. I want to unit test a DefaultDataTable that

Re: more getting started documents

2008-05-29 Thread Nino Saturnino Martinez Vazquez Wael
You could also try the wicket iolite maven archetype.. It's a extremely simple crud application... anirelles wrote: is there any step by step CRUD for wicket? i would like to use wicked for a personal website but i'm losing to much time integrating the live examples in my own project i'll

Re: [qi4j-dev] Progress

2008-05-28 Thread Nino Saturnino Martinez Vazquez Wael
+1 :) Alin Dreghiciu wrote: +1 On Wed, May 28, 2008 at 2:21 PM, Niclas Hedhman [EMAIL PROTECTED] wrote: On Wednesday 28 May 2008 20:15, Rickard Öberg wrote: Niclas Hedhman wrote: On Wednesday 28 May 2008 17:17, Rickard Öberg wrote: Alright, I just managed to

Re: [EMAIL PROTECTED] ProxyPass/ProxyPassreverse shared cookies?

2008-05-28 Thread Nino Saturnino Martinez Vazquez Wael
the mydomain.dk but only via the internal ip address. how do I do this? Thanks in advance.. Nino Saturnino Martinez Vazquez Wael wrote: Davide Bianchi wrote: Nino Saturnino Martinez Vazquez Wael wrote: Hmm, well because I'd like the configuration to be simple (which it arent really now). And wanted

Re: [EMAIL PROTECTED] ProxyPass/ProxyPassreverse shared cookies?

2008-05-28 Thread Nino Saturnino Martinez Vazquez Wael
Replying inline... And thanks for your mail. Krist van Besien wrote: On Tue, May 27, 2008 at 11:25 AM, Nino Saturnino Martinez Vazquez Wael [EMAIL PROTECTED] wrote: Hi I have two applications running in a tomcat instance, I use apaches mod proxy to forward to them accordingly. However I

Re: [vote] accept kitten-captcha into Apache Wicket

2008-05-26 Thread Nino Saturnino Martinez Vazquez Wael
+1, given Franks point.. Frank Bille wrote: +1, given that the pictures are all checked for copyright. Frank On Sun, May 18, 2008 at 8:22 PM, Martijn Dashorst [EMAIL PROTECTED] wrote: Thoof has generously donated their fluffy kitten-captcha to the Apache Wicket project for inclusion.

[qi4j-dev] Defining Quikit, general direction pointer?

2008-05-20 Thread Nino Saturnino Martinez Vazquez Wael
Hi We need to get a direction for Quikit. So heres some of the options I had in my head, that could define quikit: Quikit: Domain Driven User Interface, you define UI interaction in your domain composite/mixins. No binding to a UI framework, seperation done by quikit. Heavy Implementation.

Re: [qi4j-dev] Defining Quikit, general direction pointer?

2008-05-20 Thread Nino Saturnino Martinez Vazquez Wael
, Nino Saturnino Martinez Vazquez Wael [EMAIL PROTECTED] wrote: Quikit: Domain Driven User Interface, you define UI interaction in your domain composite/mixins. No binding to a UI framework, seperation done by quikit. Heavy Implementation. In my very weak vision, there are 3 levels

Re: [qi4j-dev] Quikit petstore application...

2008-05-17 Thread Nino Saturnino Martinez Vazquez Wael
Yes, I belive so. It should be ready to look at.. Niclas Hedhman wrote: Ahhh, just when I sent I saw the MainWorkAround class... Do you have everything committed, so I can take a look at it tomorrow? Cheers Niclas ___ qi4j-dev mailing list

WicketStuff YUI simple editor

2008-05-15 Thread Nino Saturnino Martinez Vazquez Wael
Hi Im dabbling with using a rich editor. I have a page where I have several ajax tabs, one of them are to contain a editor. I first tried using tinceMCE, but that has troubles with ajax and the header contributions (tinyMCE cant handle it). Then I switched to YUI, but if I add the component

Re: [qi4j-dev] Quikit petstore application...

2008-05-14 Thread Nino Saturnino Martinez Vazquez Wael
by the petstore. But that would mean that every application has todo this. Or I hope im somehow misunderstanding something, which is highly likely as im new to qi4j:) Edward Yakop wrote: On Tue, May 13, 2008 at 9:22 PM, Nino Saturnino Martinez Vazquez Wael [EMAIL PROTECTED] wrote: So we should

Re: [qi4j-dev] Quikit petstore application...

2008-05-14 Thread Nino Saturnino Martinez Vazquez Wael
oh forgot this line: @Structure private ObjectBuilderFactory objectBuilderFactory; outside the init method. Nino Saturnino Martinez Vazquez Wael wrote: Hmm After adding these lines to QuikItApplication.java: ObjectBuilderQuikItPageFactoryComposite pageFactoryBuilder

Re: [qi4j-dev] Quikit petstore application...

2008-05-14 Thread Nino Saturnino Martinez Vazquez Wael
Hehe, sorry for the poor mail, no it's not. Just forgot to write the lines to the email. Edward Yakop wrote: On Wed, May 14, 2008 at 3:15 PM, Nino Saturnino Martinez Vazquez Wael [EMAIL PROTECTED] wrote: oh forgot this line: @Structure private ObjectBuilderFactory

Re: rules for projects at wicket extensions/stuff/etc

2008-05-14 Thread Nino Saturnino Martinez Vazquez Wael
something doesnt have a ton of commits doesnt mean its not live. something to keep in mind. -igor On Wed, May 14, 2008 at 12:29 AM, Nino Saturnino Martinez Vazquez Wael [EMAIL PROTECTED] wrote: Hi again I think it would be nice somehow to clarify these differences for users:) So they know what

Re: [qi4j-dev] Quikit petstore application...

2008-05-13 Thread Nino Saturnino Martinez Vazquez Wael
Looking in the source of quikit I got it: http://localhost:8080/quikit/ Nino Saturnino Martinez Vazquez Wael wrote: Whats the url for the application? I've tried a couple: http://localhost:8080/Web/PetStore http://localhost:8080/Web http://localhost:8080/PetStore Could'nt quite figure

Re: [qi4j-dev] Quikit petstore application...

2008-05-13 Thread Nino Saturnino Martinez Vazquez Wael
On Tue, May 13, 2008 at 7:54 PM, Nino Saturnino Martinez Vazquez Wael [EMAIL PROTECTED] wrote: Looking in the source of quikit I got it: http://localhost:8080/quikit/ Nino Saturnino Martinez Vazquez Wael wrote: Whats the url for the application? I've tried

Re: Kitten auth software grant

2008-05-13 Thread Nino Saturnino Martinez Vazquez Wael
+1 non binding. And the same as Eelco:) Eelco Hillenius wrote: [ x ] extensions if it doesn't have any external dependencies and Jonathan plans to maintain the project. [ x ] separate project next to wicket-extensions/spring/ioc/velocity/etc if it does have external dependencies and

rules for projects at wicket extensions/stuff/etc

2008-05-13 Thread Nino Saturnino Martinez Vazquez Wael
And now that we are at it, what are the rules for when which project goes where, I've always been confused about it. What the rules for which projects goes where, and im thinking of wicket stuff, wicket core, wicket extensions, and something beside wicket extensions like spring, auth roles

Re: wicketstuff.org - jira is upgraded to 3.12.3

2008-05-13 Thread Nino Saturnino Martinez Vazquez Wael
I think Maurice and I are also available for admin tasks etc... Btw.. We both took the pledge at some time:) Martijn Dashorst wrote: I've also upgraded jira to 3.12.3. This is the last stuff I do for a while Martijn -- -Wicket for love Nino Martinez Wael Java Specialist @ Jayway DK

Re: JPA suggestions?

2008-05-13 Thread Nino Saturnino Martinez Vazquez Wael
You could also see http://wicketstuff.org/confluence/display/STUFFWIKI/Wicket-Iolite , at some point Iolite will evolve into a little more sophisticated solution than now but you should get some of the idea anyhow. http://cwiki.apache.org/WICKET/blog-tutorial.html David Nedrow wrote: I have

Re: JIRA new project Scriptaculous

2008-05-01 Thread Nino Saturnino Martinez Vazquez Wael
done : http://wicketstuff.org/jira/secure/project/ViewProject.jspa?pid=10130 Ryan Sonnek wrote: i don't have permissions to setup a jira project, but if a wicketstuff admin can grant me privileges, i can create one. my user account is wireframe. On Wed, Apr 30, 2008 at 1:36 PM, Sven Meier

Re: JIRA new project Scriptaculous

2008-05-01 Thread Nino Saturnino Martinez Vazquez Wael
Now I have you here, I wanted to hear about how hard it would be todo something like this: http://wicketstuff.org/wicketdojo13/?wicket:bookmarkablePage=%3Aorg.wicketstuff.dojo.examples.toaster.ToasterSample I guess it could just be done with some effects chaining right? Ryan Sonnek wrote: i

Re: wicket iolite

2008-04-30 Thread Nino Saturnino Martinez Vazquez Wael
Okay thanks:) Just me screwing around and forgetting params.. David Bernard wrote: use -DremoteRepositories=http://wicketstuff.org/maven/repository it works on my box /davidB On Wed, Apr 30, 2008 at 7:29 AM, Nino Saturnino Martinez Vazquez Wael [EMAIL PROTECTED] wrote: Anybody got any

[Announce] Wicketstuff : Wicket Iolite

2008-04-30 Thread Nino Saturnino Martinez Vazquez Wael
Hi Today I want to announce the Wicketstuff Wicket-iolite. Which are a maven archetype much like wicket quickstart archetype. In fact it's based on that one. The main difference is that Iolite has spring and JPA / Hibernate setup for you in its current state, Hibernate can generate the db

Re: [qi4j-dev] Missing method in Query interface...

2008-04-29 Thread Nino Saturnino Martinez Vazquez Wael
Lovely:) So just need size:) Niclas Hedhman wrote: On Tue, Apr 29, 2008 at 8:12 PM, Nino Saturnino Martinez Vazquez Wael [EMAIL PROTECTED] wrote: Yes, it's used quite a lot. Having a minimum of knowlegde of the query api. Below are a sniplet of how a sortable dataprovider could

Re: [qi4j-dev] qick-it?

2008-04-29 Thread Nino Saturnino Martinez Vazquez Wael
as long as I can commit, im happy:) Niclas Hedhman wrote: On Tue, Apr 29, 2008 at 8:20 PM, Nino Saturnino Martinez Vazquez Wael [EMAIL PROTECTED] wrote: I guess quikit is non core right? Correct, it is an extension. The original idea was that extensions uses the Core SPI

Re: wicket iolite

2008-04-29 Thread Nino Saturnino Martinez Vazquez Wael
Anybody got any clues? IT does work when using it locally, I guess it would work too if I got it published to maven central repo.. Nino Saturnino Martinez Vazquez Wael wrote: nope it's still the same using this command line: mvn org.apache.maven.plugins:maven-archetype-plugin:1.0-alpha-7

Re: Wicket stuff dojo/toaster?

2008-04-29 Thread Nino Saturnino Martinez Vazquez Wael
with IInitializer to make sure the javascript is available immediately upon startup -igor On Mon, Apr 28, 2008 at 5:49 AM, Nino Saturnino Martinez Vazquez Wael [EMAIL PROTECTED] wrote: Hi Im using the toaster from dojo. I get a javascript thing which tells me that a fatal error has happend, it only

Re: Modal Window not opening the second time

2008-04-29 Thread Nino Saturnino Martinez Vazquez Wael
Im doing it like this: AjaxLink popupLink = new AjaxLink(manageWeightPop) { @Override public void onClick(AjaxRequestTarget target) { target modalWindow.setTitle(getString(weightlog)); modalWindow.setMinimalHeight(700);

Re: Modal Window not opening the second time

2008-04-29 Thread Nino Saturnino Martinez Vazquez Wael
Cristi Manole wrote: Exactly, you always create a new panel for content. True. Can you reuse the ManageWeightPanel object? Probably could. Havent looked into it, since all of the panel needs to updated anyhow. Cristi Manole On Tue, Apr 29, 2008 at 11:24 AM, Nino Saturnino Martinez

Re: Modal Window not opening the second time

2008-04-29 Thread Nino Saturnino Martinez Vazquez Wael
Marieke Vandamme wrote: You are creating a new instance of your Panel. True, I was just writing how I did it:) I don't need to create a new ModalWindow or Panel, because all the data on my ModalWindow is the same. Mine arent. Your solution works because setContent sets shown = false.

Re: wicket iolite

2008-04-28 Thread Nino Saturnino Martinez Vazquez Wael
I am of course only asking about 2, as it seems that we will have to wait for the next release of maven to helpout with number 1.. Nino Saturnino Martinez Vazquez Wael wrote: Hi Im having trouble on serveral front's with the upcomming archetype wicket iolite[1]. Problems 1. multiple

Re: wicket iolite

2008-04-28 Thread Nino Saturnino Martinez Vazquez Wael
:create /davidB Nino Saturnino Martinez Vazquez Wael wrote: I am of course only asking about 2, as it seems that we will have to wait for the next release of maven to helpout with number 1.. Nino Saturnino Martinez Vazquez Wael wrote: Hi Im having trouble on serveral front's

Wicket stuff dojo/toaster?

2008-04-28 Thread Nino Saturnino Martinez Vazquez Wael
Hi Im using the toaster from dojo. I get a javascript thing which tells me that a fatal error has happend, it only happens when session are initialized if I reload the page there are no problems. It seems a little like it's related to this thread:

Re: Wicket Unit Test: No WebApplicationContext found: no ContextLoaderListener registered?

2008-04-26 Thread Nino Saturnino Martinez Vazquez Wael
James Carman wrote: On Sat, Apr 26, 2008 at 1:40 AM, Nino Saturnino Martinez Vazquez Wael [EMAIL PROTECTED] wrote: James Carman wrote: Why are you using the Spring injector to inject your dependencies? Can you not manually inject your dependencies? Adding stuff manually

Re: what is the preferred way to include a javascript library to a wicket project?

2008-04-26 Thread Nino Saturnino Martinez Vazquez Wael
, Apr 25, 2008 at 6:24 PM, Nino Saturnino Martinez Vazquez Wael [EMAIL PROTECTED] wrote: Vitaly Tsaplin wrote: Isn't it often better to explicitly declare the list of javascript libraries the component uses and let the user add this libraries to the web content folder manually on his

Re: what is the preferred way to include a javascript library to a wicket project?

2008-04-25 Thread Nino Saturnino Martinez Vazquez Wael
If you just need the javascript library, I also use header contribution. You can also take a look at wicket input events or datepicker etc... If you have your js files locally(in your project) you can use the packagedRessource so it gets gziped..

Re: WicketTester in spring, question about springinjection

2008-04-25 Thread Nino Saturnino Martinez Vazquez Wael
take a look at the wicket blog tutorial: http://cwiki.apache.org/WICKET/blog-tutorial.html Or even better the wicket-persistence-template: https://wicket-stuff.svn.sourceforge.net/svnroot/wicket-stuff/trunk/wicket-persistence-template Sarkast wrote: Hello there, I have a question which

Re: AuthenticatedWebSession

2008-04-25 Thread Nino Saturnino Martinez Vazquez Wael
But it could be much more with just some simple changes, like allowing enums in annotations and the signin thing Alexander mentions. But on the otherhand with the upcomming changes to swarm(im thinking of annotations), the choice probably would be simple:) Maurice Marrink wrote:

Re: BookmarkablePageLink question

2008-04-25 Thread Nino Saturnino Martinez Vazquez Wael
Hmm I've seen the same a couple of times after restarting the server. However it seems to disapear after the server is warmed... It can also be a problem if you run apache http server in front and you do not forward cookies etc... I wrote an example on this earlier in some thread around

Re: what is the preferred way to include a javascript library to a wicket project?

2008-04-25 Thread Nino Saturnino Martinez Vazquez Wael
is using YUI has it included locally in its package. So any other component is going to include the same library again blowing out the project? On Fri, Apr 25, 2008 at 4:51 PM, Nino Saturnino Martinez Vazquez Wael [EMAIL PROTECTED] wrote: If you just need the javascript library, I also use header

Re: what is the preferred way to include a javascript library to a wicket project?

2008-04-25 Thread Nino Saturnino Martinez Vazquez Wael
, and then you can overide so that you yourself can put in javascript libs, just like the prototip from minis, although I havent done this myself this gives full flexibility. On Fri, Apr 25, 2008 at 4:51 PM, Nino Saturnino Martinez Vazquez Wael [EMAIL PROTECTED] wrote: If you just need the javascript

Re: append HTML to a page ONE time

2008-04-25 Thread Nino Saturnino Martinez Vazquez Wael
Can you elaborate on why you need to do this? Maybe it can be twisted a bit to fit in? Clay Lehman wrote: I am making a component that has to have a DIV appended to the page to work properly, but the problem is, this DIV has to be appended exactly once, even if multiple objects of the

Re: AW: Wicket 1.4 and Wicketstuff/Dojo/DragAndDrop

2008-04-25 Thread Nino Saturnino Martinez Vazquez Wael
Stefan Lindner wrote: Thank you Ryan, nice to hear that some WicketStuff projects are still alive. On question about Scriptaculous drag/drop: Is it possible to have a drop element (some div or span) containing drag elements? And is it possible to move another element onto the drag element

Re: append HTML to a page ONE time

2008-04-25 Thread Nino Saturnino Martinez Vazquez Wael
added) and if I add the DIV more than once, all added tooltips don't work. For now I will look into Ryan's suggestion, but it would be cool if this could be a standalone component, so let me know if you have any ideas... Thanks! -Clay -Original Message- From: Nino Saturnino Martinez

Re: Wicket Unit Test: No WebApplicationContext found: no ContextLoaderListener registered?

2008-04-25 Thread Nino Saturnino Martinez Vazquez Wael
James Carman wrote: Why are you using the Spring injector to inject your dependencies? Can you not manually inject your dependencies? Adding stuff manually to a Spring context and then having the Spring injector inject it doesn't really test what's going to be going on in production anyway.

Re: Wicket Unit Test: No WebApplicationContext found: no ContextLoaderListener registered?

2008-04-25 Thread Nino Saturnino Martinez Vazquez Wael
I think you also need to put your beans in there aswell: ApplicationContext appcxt = new ClassPathXmlApplicationContext( applicationContext.xml); generalDao = (GeneralDao) appcxt.getBean(GeneralDao); // 2. setup mock injection environment

Re: Multiple Applications In a Single Context?

2008-04-25 Thread Nino Saturnino Martinez Vazquez Wael
Well there are some different things you could do. One could be just mapping them(the applications) with diffrent filters. The same goes with your spring context. And you could control which stylesheets should be used by different header contributors, and injected spring context. That should

Re: How to include Javascript in Head tag

2008-04-24 Thread Nino Saturnino Martinez Vazquez Wael
you can also implement iheadercontributor PJ Pillai wrote: Hello, I am new to Wicket. I am trying to build a dynamic navigational menus. I am building the menuitems from the database in my java code and want to include it at runtime in the page. Please see the my html below. I tried label,

Re: Gzipping of pages (HTML output, not only resources)

2008-04-24 Thread Nino Saturnino Martinez Vazquez Wael
At our wug CPH yesterday we talked about something similar (ajax), I think theres no direct way currently. However you can setup a filter which does that. http://www.onjava.com/pub/a/onjava/2003/11/19/filters.html Stefan Simik wrote: Hi boys, I would like to ask, how it is possible to

Re: wicketstuff contribs wicket 1.4

2008-04-23 Thread Nino Saturnino Martinez Vazquez Wael
igor++:) Great. Igor Vaynberg wrote: i think i already branched the entire trunk to 1.3.x branch -igor On Wed, Apr 23, 2008 at 12:12 PM, Nino Saturnino Martinez Vazquez Wael [EMAIL PROTECTED] wrote: Hi Based on a discussion earlier at WUG CPH today I propose that all commiters

Re: Auth roles in 1.3.3 broken?

2008-04-23 Thread Nino Saturnino Martinez Vazquez Wael
After upgrading to Wicket 1.3.3 from 1.3(wicket,wicket-extensions,wicket-auth-roles) I now get this error in my application: What could be wrong? HTTP ERROR: 500 Unable to instantiate web session class se.waylabs.locus.security.LocusSession RequestURI=/app/ Caused by:

Re: [WUG] Copenhagen today @ 16 hours reminder!

2008-04-23 Thread Nino Saturnino Martinez Vazquez Wael
You can still sign up, so please do so:) And if you get in trouble about directions etc, either use kraks.dk or callme, the number are below. Adress are Jakob danefærdsvej 6b frederiksberg CPH -- -Wicket for love Nino Martinez Wael Java Specialist @ Jayway DK http://www.jayway.dk +45 2936

Re: integrating extjs with wicket

2008-04-23 Thread Nino Saturnino Martinez Vazquez Wael
We could use this as a use case for WUG today? And kickstart the contrib? Flemming Boller wrote: Hi Could you explain a little more about how you do? Do you just use the look and feel when using form compoents, or have are you also using the FormPanel? I have tried to convert FormPanel

Re: integrating extjs with wicket

2008-04-23 Thread Nino Saturnino Martinez Vazquez Wael
You could also look at the wicket input events contrib. It's very small and uses text templates. I'd be happy to help out writing the contrib at a mentor level(answering questions on how to implement the different things), since my stack are full.

Re: Just a small warning: Ext-JS changed license to GPL

2008-04-23 Thread Nino Saturnino Martinez Vazquez Wael
I think i'll take my offer back on the wicket ext JS contrib then.. Unless extJS wants to pay me:) Erik van Oosten wrote: Hello, As you may have heard already: Ext-JS, as of yesterday (version 2.1), no longer has the LGPL license, but GPL, making it unusable for commercial products. Just

Re: Auth roles in 1.3.3 broken?

2008-04-23 Thread Nino Saturnino Martinez Vazquez Wael
it. In 1.3.3 the single arg constructor is used not the 2 arg. Maurice On Wed, Apr 23, 2008 at 11:26 AM, Nino Saturnino Martinez Vazquez Wael [EMAIL PROTECTED] wrote: After upgrading to Wicket 1.3.3 from 1.3(wicket,wicket-extensions,wicket-auth-roles) I now get this error in my application

Re: Wicket+Userforum integration?

2008-04-19 Thread Nino Saturnino Martinez Vazquez Wael
Jan Kriesten wrote: hi, jforum is actually not so bad - rafael does a great job on it and it took some inspiration out of his work. i think there is a complete rewrite undergoing for v3.x (with some bigger sponsors as far as i have read). did'nt say jforum were bad, just wanted to know

Re: How to design tables that support 50-100K rows?

2008-04-19 Thread Nino Saturnino Martinez Vazquez Wael
Probably could:) James Carman wrote: In Hibernate, couldn't you just use get(Class entityClass, Serializable id) rather than doing the whole uniqueResult() stuff? On Thu, Apr 17, 2008 at 9:09 AM, Nino Saturnino Martinez Vazquez Wael [EMAIL PROTECTED] wrote: Using jpa you can do

Re: Notification on session destroyed?

2008-04-17 Thread Nino Saturnino Martinez Vazquez Wael
. Especially in clustered environments... My solution was to clear the session dependent properties on startup of the wicket application, but this would not work in clustered environment. johan On Wed, Apr 16, 2008 at 8:45 PM, Nino Saturnino Martinez Vazquez Wael [EMAIL PROTECTED] wrote: heres

<    2   3   4   5   6   7   8   9   10   11   >