Re: Antwort: Wicket community traction / Wicket Web 2.0 experience

2008-10-22 Thread Nino Saturnino Martinez Vazquez Wael
Hehe Bruno I were about to write a similar mail.. [EMAIL PROTECTED] wrote: That's ok Chris, It's just a matter of time until they find out they did the wrong choice - unless this is going to be a small software, with very specific functions, like GMail. :-) There's a team by my side here th

Re: have anyone tried empire-DB?

2008-10-23 Thread Nino Saturnino Martinez Vazquez Wael
world? On Fri, Oct 17, 2008 at 8:15 PM, Nino Saturnino Martinez Vazquez Wael < [EMAIL PROTECTED]> wrote: This is interesting: (JaQu) Provide API level compatibility with JPA (so that JaQu can be used as an extension of JPA). But I think something similar are on its way for JPA 2

Re: have anyone tried empire-DB?

2008-10-23 Thread Nino Saturnino Martinez Vazquez Wael
On the otherhand if youre really familiar with SQL and know you will not switch database, you could go with ibatis... But then again, I find it's lacking the nice JPA annotations etc.. So you see im still not sure whats the right way..:)( Nino Saturnino Martinez Vazquez Wael wrote: Hi

Re: LazyInitializationException hibernate wicket

2008-10-26 Thread Nino Saturnino Martinez Vazquez Wael
Hi Ricardo You can also get into these errors if you do not use detachable models, and not use extended persistence context (if using JPA).. BTW using extended persistence context are not recommended, due to performance reasons AFAIK.. Ricardo Mayerhofer wrote: Hi Yann, Thanks for your resp

Re: No session requested when playing MP3 resource link

2008-10-27 Thread Nino Saturnino Martinez Vazquez Wael
As Igor stated, you just have to enforce the servlet containers url rewrite facility. It will just happen automatically. chris888 wrote: OK forget that I just tried disabling cookies on the browser and it worked OK. So now I would really like to try just adding the sesion id to the link URL, c

Re: No session requested when playing MP3 resource link

2008-10-27 Thread Nino Saturnino Martinez Vazquez Wael
Add an attribute appender? I dont think tomcat cares where the jsessionid identifier are placed.. chris888 wrote: OK I see that in tomcat I can disable cookies for the entire web app by a setting int the context.xml. This is no good for me as I cant disable cookies on such a global scale as th

Re: Editable drop down component

2008-10-27 Thread Nino Saturnino Martinez Vazquez Wael
Theres also the object auto complete in wicketstuff... [EMAIL PROTECTED] wrote: There are several drop down components in wicket and wicket extensions, but I did not find an editable drop down (something that would compose a text input + some java script for the functionality). Is there such a c

Re: generate javascript file together with html page

2008-10-27 Thread Nino Saturnino Martinez Vazquez Wael
What about a texttemplate? For the js? I wrote something about it here: http://ninomartinez.wordpress.com/2008/09/09/apache-wicket-javascript-integration/ But it might be overkill. Ittay Dror wrote: Martijn Dashorst wrote: I'm sure I don't understand your question, but in a futile attemp

Re: JFreeChart component

2008-10-27 Thread Nino Saturnino Martinez Vazquez Wael
Cool, why not put it in wicket stuff somewhere? I think theres some jfree stuff in there jwray wrote: Hi, I recently developed a component that displays a chart generated from JFreeChart and includes the associated image map that allows the chart to generate tooltips and respond to user clicks

Re: Editable drop down component

2008-10-28 Thread Nino Saturnino Martinez Vazquez Wael
theres wicketstuff.org, where you can find describtions of wicketstuff components... Александър Шопов wrote: В 17:27 +0100 на 27.10.2008 (пн), Nino Saturnino Martinez Vazquez Wael написа: Theres also the object auto complete in wicketstuff... OK. I will look into both wicketstuff

Re: Yahoo Menus

2008-10-28 Thread Nino Saturnino Martinez Vazquez Wael
You should be able to override the css by specifying a more direct style.. like if it says .menu { width:10em; } you could wrap it in a span and say span .menu { width:5em; } It's something like this.. wadi wrote: Hi All!I'm building an application and I would like to use yahoo dropdown men

Re: Migration to 1.4 - generic headache

2008-10-28 Thread Nino Saturnino Martinez Vazquez Wael
But In the form case, It's really nice to be able todo form.getModelObject which if you use generics will return the right object with typesafety... Unless you have forms which contain different classes, but that would not make much sense.. Stefan Lindner wrote: In this cases use new AjaxB

[Wicketstuff jQuery] not compiling?

2008-10-28 Thread Nino Saturnino Martinez Vazquez Wael
Hi Guys The JQuery stuff project arent compiling, seems to be dependant on Wicket 1.4 and using generics. But the pom uses this parent: org.wicketstuff wicketstuff-parent 2-nojavadoc Which includes wicket 1.3.1... Whats up? -- -Wicket for love Nino Martinez Wael Java Spe

Re: OnChangeAjaxBehavior receives only first input character

2008-10-28 Thread Nino Saturnino Martinez Vazquez Wael
Hi Daniele Provide your code, java and html cutout, it's clearly not similar then it would work.. Daniele Dellafiore wrote: Hi all. I am using an OnChangeAjaxBehavior on a textField to filter contents of a table. My code is very similar to this example: http://www.wicket-library.com/wicket-e

Re: wicket and 508 compilance

2008-10-28 Thread Nino Saturnino Martinez Vazquez Wael
You mean like WAI triple A? http://www.w3.org/WAI/WCAG1AAA-Conformance No it won't break it but it wont enforce it either.. miro wrote: I am new to wicket and want to build web application using wicket, my application should be 508 compliance , so want to know using wicket for any reason can

Re: wicket and 508 compilance

2008-10-28 Thread Nino Saturnino Martinez Vazquez Wael
Of course you should be aware that some components might not be compliant, but I think that's mostly in wicketstuff.. Nino Saturnino Martinez Vazquez Wael wrote: You mean like WAI triple A? http://www.w3.org/WAI/WCAG1AAA-Conformance No it won't break it but it wont enforce it eith

Re: [Wicketstuff jQuery] not compiling?

2008-10-28 Thread Nino Saturnino Martinez Vazquez Wael
m.xml has this: 1.5 1.4-m3 1.5.2 target/velocity.log Where did you see 1.3.1 ? Martin On Tue, 2008-10-28 at 14:42 +0100, Nino Saturnino Martinez Vazquez Wael wrote: Hi Guys The JQuery stuff project arent compiling,

Re: spring wicket application template or example

2008-10-28 Thread Nino Saturnino Martinez Vazquez Wael
Lots Wicket Iolite, WicketTopia these are maven archetypes, and wicketTopia much more... miro wrote: I am starting a new project with spring and wicket, are there any wicket spring examples which i can use to to get started -- -Wicket for love Nino Martinez Wael Java Specialist @ J

Re: [Wicketstuff jQuery] not compiling?

2008-10-28 Thread Nino Saturnino Martinez Vazquez Wael
Tue, 2008-10-28 at 20:52 +0100, Nino Saturnino Martinez Vazquez Wael wrote: As I mentioned I saw it in the parent pom.. Here: https://wicket-stuff.svn.sourceforge.net/svnroot/wicket-stuff/trunk/wicketstuff-jquery/pom.xml Unless! I have an old outdated version of the pom.. That could be..

Re: JFreeChart component

2008-10-28 Thread Nino Saturnino Martinez Vazquez Wael
Ahh yeah, me and my memory.. I thought that this were related, but it's not as it's jasperreports: https://wicket-stuff.svn.sourceforge.net/svnroot/wicket-stuff/trunk/wicket-contrib-jasperreports But thanks for posting. jwray wrote: I looked around wicket stuff and didn't see anything related

Re: CompoundModel based on proxies

2008-10-29 Thread Nino Saturnino Martinez Vazquez Wael
Yeah, I must say im looking forward to getting Wicket-1327 a reality too.. Wayne Pope wrote: Hi, Francisco and I here where discussing whether we could figure a way of having some form of static/compile time checking on our (Compound)PropertyModels, as I'm a bit concerned long term about some n

Re: Compatibility of objectautocomplete

2008-10-29 Thread Nino Saturnino Martinez Vazquez Wael
Hi Kai Im not sure if the authors are around.. But the one Objectautocomplet in trunk of stuff are not backwards compatible, that goes for every contrib which depends on wicket 1.4. But there should be a branch with the old version I think, Igor did that a while back the 1.3 branch I mean..

Re: Compatibility of objectautocomplete

2008-10-29 Thread Nino Saturnino Martinez Vazquez Wael
Hi Kai No it seems Objectautocomplete were added after the branching.. So seems you are a bit out of luck, however backporting should not be too hard.. Kai Mütz wrote: Nino Saturnino Martinez Vazquez Wael <> wrote: Hi Kai Im not sure if the authors are around.. But t

Re: JFreeChart component

2008-10-29 Thread Nino Saturnino Martinez Vazquez Wael
James, slow down (and read the thread) :) The guy actually asked for a place to commit some integration stuff.. Unless you want him to put it in your svn? :) James Carman wrote: I wrote a simple resource-based implementation: http://svn.carmanconsulting.com/public/wicket-advanced/trunk/src/m

Re: JFreeChart component

2008-10-29 Thread Nino Saturnino Martinez Vazquez Wael
7 PM, Nino Saturnino Martinez Vazquez Wael <[EMAIL PROTECTED]> wrote: James, slow down (and read the thread) :) The guy actually asked for a place to commit some integration stuff.. Unless you want him to put it in your svn? :) James Carman wrote: I wrote a simple resource-base

Re: Migration to 1.4 - generic headache

2008-10-29 Thread Nino Saturnino Martinez Vazquez Wael
Yeah I for one would defiantly hate for compound model to go away..:( But I guess one could come along away with propertymodel and when we get the proxybase model aproach in it could be okay. [1] https://issues.apache.org/jira/browse/WICKET-1327 James Carman wrote: Those are definitely sti

Re: Page Markup Inheritance Problem...

2008-10-29 Thread Nino Saturnino Martinez Vazquez Wael
I dont find it a bit wierd.. It just means that you've prepped the class for inheritance (by telling wicket that markup should be inserted where wicket:child are), so that if someone comes along latter and extends your component they are allowed todo so:) I actually think this is a very nice f

Re: Page Markup Inheritance Problem...

2008-10-29 Thread Nino Saturnino Martinez Vazquez Wael
abstract superclass. That's why I find it a bit weird. On Wed, Oct 29, 2008 at 3:31 PM, Nino Saturnino Martinez Vazquez Wael <[EMAIL PROTECTED]> wrote: I dont find it a bit wierd.. It just means that you've prepped the class for inheritance (by telling wicket that markup should b

Re: improved resource bundles in 1.4

2008-10-29 Thread Nino Saturnino Martinez Vazquez Wael
Yeah, really cool:) Igor Vaynberg wrote: i just committed a patch for WICKET-1103 which greatly improves i18n in wicket. first: you can have validators provide their own bundles. eg MyValidator.properties that is next to MyValidator.java. These keys are searched last - after the application.pro

Re: inmethod / grid website?

2008-10-29 Thread Nino Saturnino Martinez Vazquez Wael
It would be great if you could write a bit about it on wicketstuff wiki.. And which license are it under? It looks really cool btw. Matej Knopp wrote: There is branch for Wicket 1.3 in Wicketstuff SVN. -Matej On Wed, Oct 29, 2008 at 10:41 PM, Edvin Syse <[EMAIL PROTECTED]> wrote: What ve

I've got the dreaded org.hibernate.LazyInitializationException with WicketTester

2008-10-30 Thread Nino Saturnino Martinez Vazquez Wael
Hi I am doing this: applicationContext = new ClassPathXmlApplicationContext( "classpath*:/META-INF/beans.xml"); final WicketApplication application = new WicketApplication(); application.setApplicationContext(applicationContext); wicketTester = ne

[proposal] Recipies on wiki?

2008-10-30 Thread Nino Saturnino Martinez Vazquez Wael
Should we have a recipies page on the wicket wiki? Where you can post things that are too small to go into our wicket stuff svn ? -- -Wicket for love Nino Martinez Wael Java Specialist @ Jayway DK http://www.jayway.dk +45 2936 7684 -

Re: [proposal] Recipies on wiki?

2008-10-30 Thread Nino Saturnino Martinez Vazquez Wael
thingy on the wiki somewhere. On Thu, Oct 30, 2008 at 7:34 AM, Nino Saturnino Martinez Vazquez Wael <[EMAIL PROTECTED]> wrote: Should we have a recipies page on the wicket wiki? Where you can post things that are too small to go into our wicket stuff svn ? -- -Wicket for love Nino Ma

Re: I've got the dreaded org.hibernate.LazyInitializationException with WicketTester

2008-10-30 Thread Nino Saturnino Martinez Vazquez Wael
rnate with wicket tester. You should be using mock objects. On Thu, Oct 30, 2008 at 6:37 AM, Nino Saturnino Martinez Vazquez Wael <[EMAIL PROTECTED]> wrote: Hi I am doing this: applicationContext = new ClassPathXmlApplicationContext( "classpath*:/META-INF/beans.xml&quo

Re: I've got the dreaded org.hibernate.LazyInitializationException with WicketTester

2008-10-30 Thread Nino Saturnino Martinez Vazquez Wael
ory HSQLDB database or not). The only thing I usually actually use a database for is when I'm trying to test my queries (and inserts/deletes, etc.) in my repository implementation classes. On Thu, Oct 30, 2008 at 8:35 AM, Nino Saturnino Martinez Vazquez Wael <[EMAIL PROTECTED]> wrote:

Re: [proposal] Recipies on wiki?

2008-10-30 Thread Nino Saturnino Martinez Vazquez Wael
No I mean stuff thats too small for even minis, or stuff thats just very small and no general enough to put in minis.. Jeremy Thomerson wrote: wicketstuff-minis? I haven't looked at that project in a long while, but I thought that's what it was for. -- -Wicket for love Nino Martinez Wael

Re: Issue with nested forms

2008-10-30 Thread Nino Saturnino Martinez Vazquez Wael
Really strange... I have something similar on 1.4, although never more that 1 nested form. Could you show us some code and markup cut out? Andrew Berman wrote: Hello, I am using Wicket 1.3.5 and I created a panel which contains a form. I have a parent template page and a child of the parent p

Re: Moving from Tapestry to Wicket?

2008-10-30 Thread Nino Saturnino Martinez Vazquez Wael
1) Utilize HTML templates (which you do, I understand). All good 2) Utilize CSS (which you do) files externally for my artist. All good 3) Utilize Javascript (which I assume you do). All good, and excellent support for integration creating your own ajax components. 4) Utilize a Java, component b

Re: Moving from Tapestry to Wicket?

2008-10-31 Thread Nino Saturnino Martinez Vazquez Wael
Regarding scalability. If you stick to using loadable detachable models and use terracotta, I've heard thats a good option? And no defiantly the automatic handling of state are have never been a problem for me, you just need to remember that things can be serialized at times, but the serializ

Re: set the feedback message to js function

2008-10-31 Thread Nino Saturnino Martinez Vazquez Wael
I would hack up a small js component for this case, and "poke" it with the message, sort of maybe what I've done with the scriptaculous toaster. rolandpeng wrote: thank you,igor here is my try and that work. But how could I display message only in alert dialog instead of both feedback panel

[Announce] Looking for a Wicket brain for employment?

2008-10-31 Thread Nino Saturnino Martinez Vazquez Wael
Then I could be that guy. You can read more about me here: http://wicketinaction.com/2008/10/meet-the-wicket-community-nino-martinez-wael/ I have my blog here: ninomartinez.wordpress.com Where I also have links to linkedin and facebook. My criteria's are that I can either telecommute or that

Re: IE7 ignores AjaxButton onSubmit when I use the keyboard enter key

2008-10-31 Thread Nino Saturnino Martinez Vazquez Wael
Yeah wicket does override id's.. But be carefull when manually assigning them. You could also do it the otherway around and spew out the correct id from the wicket side, into your js. Im not sure how well Wicket likes manual id's and ajax. mallet wrote: Solution: Igor's solution worked. I ju

Re: Background processing

2008-10-31 Thread Nino Saturnino Martinez Vazquez Wael
put the stuff in a lazyloading panel.. Adriano dos Santos Fernandes wrote: Hi! AFAIK, processing for ResourceStreamRequestTarget is not synchronized, so I can have more than one running in the same session. But due to my other problem, I had to wrap it on a Page to redirect. But that suspend

Re: Background processing

2008-10-31 Thread Nino Saturnino Martinez Vazquez Wael
understanding of the component and the example, it will make a length AJAX call until the report is complete, so it will make the user session blocked. Or am I wrong? Thanks, Adriano Nino Saturnino Martinez Vazquez Wael escreveu: put the stuff in a lazyloading panel.. Adriano dos Santos

Re: [1.3.5] Wicket POST leaks backend server with apache's mod_rewrite

2008-10-31 Thread Nino Saturnino Martinez Vazquez Wael
Yeah I'd say the same as Igor.. Theres a page on the wiki suggesting howto use proxy instead. And you can actually make this work directly not using AJP and just http (I wrote a response once to a thread about it). You could also use the new way of loadbalacing and just have one member, this a

Re: [1.3.5] Wicket POST leaks backend server with apache's mod_rewrite

2008-10-31 Thread Nino Saturnino Martinez Vazquez Wael
np, happy to help smallufo wrote: Thank you I switched to use ProxyPass and ProxyPassReverse , achieving what I want : ProxyPass /app http://192.168.1.2:8080/app ProxyPassReverse /app http://192.168.1.2:8080/app - To unsubscr

Re: BBcode component?

2007-08-07 Thread Nino Saturnino Martinez Vazquez Wael
resend, since I wasnt subscribed to the list when mailing this. Nino Saturnino Martinez Vazquez Wael wrote: Hi I was wondering if any one had done a bbcode component for wicket that they would share? Im needing something that will do the following: A component where you can enter text and

{wicket 1.3 Beta 2} Adding panel via ajax...

2007-08-07 Thread Nino Saturnino Martinez Vazquez Wael
Hi I have a panel I want to replace by another panel via ajax. However when trying to replace the panel I get this message: WicketMessage: This component is not (yet) coupled to a page. It has to be able to find the page it is supposed to operate in before you can call this method (Component

BBcode component?

2007-08-07 Thread Nino Saturnino Martinez Vazquez Wael
Hi I was wondering if any one had done a bbcode component for wicket that they would share? Im needing something that will do the following: A component where you can enter text and format it via BBcode. A component that displays a text string that has been formatted with BBcode. Other wise I

Re: {wicket 1.3 Beta 2} Adding panel via ajax...

2007-08-07 Thread Nino Saturnino Martinez Vazquez Wael
Nino Saturnino Martinez Vazquez Wael wrote: Hi I have a panel I want to replace by another panel via ajax. However when trying to replace the panel I get this message: WicketMessage: This component is not (yet) coupled to a page. It has to be able to find the page it is supposed to operate in b

Re: {wicket 1.3 Beta 2} Adding panel via ajax...

2007-08-07 Thread Nino Saturnino Martinez Vazquez Wael
when it comes to render, all components have to be attached to the page. -Matej On 8/7/07, Nino Saturnino Martinez Vazquez Wael <[EMAIL PROTECTED]> wrote: Ok, I'll try to explain myself a little better. Im using the tabs from extensions, tabs require that what you work with are

Re: {wicket 1.3 Beta 2} Adding panel via ajax...

2007-08-07 Thread Nino Saturnino Martinez Vazquez Wael
gotoPage.setPhone(selectedPhone); target.addComponent((Component) gotoPage, panel.getMarkupId()); } }); } } Eelco Hillenius wrote: On 8/7/07, Nino Saturnino Martinez Vazquez Wael <[EMAIL PROTECTED]> wrote: Ok, I'll try to explain myself a little better. Im usi

Re: help script.aculo.us wicket

2007-08-07 Thread Nino Saturnino Martinez Vazquez Wael
look at the wiki? http://wicketstuff.org/confluence/display/STUFFWIKI/wicketstuff-scriptaculous anita nichols wrote: I download the jar, but how do I use script.aculo.us on wicket? Thanks, Anita - To unsubscribe, e-mail:

Re: {wicket 1.3 beta 2} Wicket spring annotat troubles..

2007-08-13 Thread Nino Saturnino Martinez Vazquez Wael
sue. Check the WEB-INF/lib directory of your expanded webapp and look for multiple spring version jars in there. Then fix your maven build file to exclude the inconsistent ones. Nino Saturnino Martinez Vazquez Wael wrote: Hi We keep getting this error from some of

Re: {wicket 1.3 beta 2} Wicket spring annotat troubles..

2007-08-13 Thread Nino Saturnino Martinez Vazquez Wael
Argh, sorry actually it does work, but I get another exception... Probally has something to do with a missing dependency... Nino Saturnino Martinez Vazquez Wael wrote: hmmm... seems that the 2.0 reference came from wicket 1.3 beta 2 pom file... however excluding it and adding the correct

Re: {wicket 1.3 beta 2} Wicket spring annotat troubles..

2007-08-13 Thread Nino Saturnino Martinez Vazquez Wael
SLF. Could this be cause by me excluding SPRING 2.0 and including spring 2.0.6 instead? How can I find out whats bothering wicket? regards Nino Nino Saturnino Martinez Vazquez Wael wrote: Argh, sorry actually it does work, but I get another exception... Probally has something to do with a

Re: {wicket 1.3 beta 2} Wicket spring annotat troubles..

2007-08-13 Thread Nino Saturnino Martinez Vazquez Wael
Seemed that this was caused by having two dependencies to wicket with maven... I've now learned the mvn help:effective-pom command:) Thanks to Dashorst and Compagner on irc channel for helping solve this:) regards Nino Nino Saturnino Martinez Vazquez Wael wrote: Ok after sorting out al

[wicket stuff] wicket-contrib-bbcodecomponent released

2007-08-16 Thread Nino Saturnino Martinez Vazquez Wael
So now its working.. Knock yourselfs out crasy writing bbcode:) Take a peek at the wiki for further information; http://wicketstuff.org/confluence/display/STUFFWIKI/wicket-contrib-bbcodecomponent PS: This is a very basic version. A version with a little more spunk in it may come, if people cl

Inheritance?

2007-08-16 Thread Nino Saturnino Martinez Vazquez Wael
Hi I have three panels that are almost the same they all same form, these are the differences: * Each panel has it's own button (delete,edit,add) * One panel must have the form disabled(the delete one) I've tried having a parent panel that contained a form but then I could not overri

Re: Inheritance?

2007-08-16 Thread Nino Saturnino Martinez Vazquez Wael
good idea:) I'll do it that way:) and thanks:) severian wrote: I guess there are various ways to handle the common situation of having the "same" form perform multiple actions (add, update, delete etc). In your case, with multiple panels, why not just have the one-and-only implementation of on

Re: keyboard shortcuts in wicket ?

2007-08-21 Thread Nino Saturnino Martinez Vazquez Wael
Hi I once started a wicket stuff contrib, called wicket input events. Which were gonna be all about input events like mouse events and key events. It never got that far because I didnt really needed it. Some of the basic infra structure in the project should be ready I think but its not in an

Re: How to set wicket's locale?

2007-08-21 Thread Nino Saturnino Martinez Vazquez Wael
There are some different approaches you could use... But why not make a parent page class where you do it in? And then inherit from that? Or just use a custom session which does it by it self(check out the quickstart project to see how to create a session class). regards Nino smithfox wrote:

{wicket 1.3 beta 2} AjaxFormComponentUpdatingBehavior broken?

2007-08-23 Thread Nino Saturnino Martinez Vazquez Wael
Hi I have a page where theres two dropdownchoices and two panels acordingly. when you click dropdown a and select a new item panel a should be updated to the new item, I've used ajaxformComponentupdatingbehavior( have also tried ajaxformsubmittingbehavior). However it seems as the model of

Re: {wicket 1.3 beta 2} AjaxFormComponentUpdatingBehavior broken?

2007-08-23 Thread Nino Saturnino Martinez Vazquez Wael
fix for this: https://issues.apache.org/jira/browse/WICKET-665 removing the id attribute from the html tag (input) should fix this On 8/23/07, Nino Saturnino Martinez Vazquez Wael <[EMAIL PROTECTED]> wrote: Hi I have a page where theres two dropdownchoices and two panels acordingly. wh

Re: {wicket 1.3 beta 2} AjaxFormComponentUpdatingBehavior broken?

2007-08-23 Thread Nino Saturnino Martinez Vazquez Wael
Hmm, im not using the dataview or iDataprovider, although I have a listview in one of the singlephonecomparepanels. However it seems as theres something about these two issues that match. But the wierd thing are that it never ever picks up the change in the dropdownchoice. I'll try going back

Re: {wicket 1.3 beta 2} AjaxFormComponentUpdatingBehavior broken?

2007-08-23 Thread Nino Saturnino Martinez Vazquez Wael
e any way to get some more describtive informations from wicket? http://papernapkin.org/pastebin/view/1389 Nino Saturnino Martinez Vazquez Wael wrote: Hmm, im not using the dataview or iDataprovider, although I have a listview in one of the singlephonecomparepanels. However it seems as t

Re: {wicket 1.3 beta 2} AjaxFormComponentUpdatingBehavior broken?

2007-08-23 Thread Nino Saturnino Martinez Vazquez Wael
Ok, i've removed all other stuff from the page, error are still there, wierd thing is that the dropdowns are working on the other pages. I guess next step are to create a quickstart and see if it works there.. Should I try with beta 3 or? regards Nino Nino Saturnino Martinez Vazquez

Re: {wicket 1.3 beta 2} AjaxFormComponentUpdatingBehavior broken?

2007-08-23 Thread Nino Saturnino Martinez Vazquez Wael
I've now created a quickstart project. This does however not show this behavior. Im also using spring injection, not doing so in the quickstart. I'll dig deeper into this. regards Nino Nino Saturnino Martinez Vazquez Wael wrote: Ok, i've removed all other stuff from the page,

Re: Add a choice to a DropDownChoice

2007-08-24 Thread Nino Saturnino Martinez Vazquez Wael
regards Nino Nino Saturnino Martinez Vazquez Wael wrote: Sure just add it to the model/bean:) andrea pantaleoni wrote: Hi, I'm creating a DropDownChoice in this way: DropDownChoice dropDownChoice = new DropDownChoice(id,PropertyModel(beanName,"propertyName"),List,renderer) N

Re: Add a choice to a DropDownChoice

2007-08-24 Thread Nino Saturnino Martinez Vazquez Wael
Sure just add it to the model/bean:) andrea pantaleoni wrote: Hi, I'm creating a DropDownChoice in this way: DropDownChoice dropDownChoice = new DropDownChoice(id,PropertyModel(beanName,"propertyName"),List,renderer) Now I want to add a choice with key 0 and Value "" (empty string) I was look

Re: {wicket 1.3 beta 2} AjaxFormComponentUpdatingBehavior broken?

2007-08-24 Thread Nino Saturnino Martinez Vazquez Wael
it have been selected you cannot change it again. Very strange... PS I am aware that using hashcode from a string is not a proper or safe way to generate and id, we will change it later. Regards Nino Nino Saturnino Martinez Vazquez Wael wrote: Hmm, I've now managed to reproduce the pr

Re: {wicket 1.3 beta 2} AjaxFormComponentUpdatingBehavior broken?

2007-08-24 Thread Nino Saturnino Martinez Vazquez Wael
x27;ve uploaded the source to here: http://fileho.com/download/ff12cb886730/wicket-quickstart.zip.html I think it may be an odd combination of things, that however does not bring me closer to a solution:( regards Nino Nino Saturnino Martinez Vazquez Wael wrote: I've now created a quic

Re: keyboard shortcuts in wicket ?

2007-08-24 Thread Nino Saturnino Martinez Vazquez Wael
Sorry for the readme i've fixed it. I used the gmap2 project as template, as I remember it. I belive that the test failing are because some of the stuff are not done yet, so it should continue to do so until its working. regards Nino Jean-Baptiste Quenot wrote: * Nino Saturnino Mar

Re: Wicket and Spring MVC compared.

2007-08-24 Thread Nino Saturnino Martinez Vazquez Wael
I think it's looking okay, did you pick up the thing mentioned on the wiki? You are not using ajax in Spring MVC? It would be wrong to just plain compare non ajax to ajax.. Also you could write to the Jmeter list, to get a broader view of your test plan. Also you'll post results here ? reg

Re: {wicket 1.3 beta 2} AjaxFormComponentUpdatingBehavior broken?

2007-08-24 Thread Nino Saturnino Martinez Vazquez Wael
Now available from badongo to avoid cheesy IE problems http://www.badongo.com/file/4142529 Nino Saturnino Martinez Vazquez Wael wrote: Argh had made an error in the previous quickstart that made the dropdown to be broken.. This version however displays the problem as it are. http

Re: {wicket 1.3 beta 2} AjaxFormComponentUpdatingBehavior broken?

2007-08-26 Thread Nino Saturnino Martinez Vazquez Wael
Igor did you ever get the chance to check this out? regards Nino Nino Saturnino Martinez Vazquez Wael wrote: Now available from badongo to avoid cheesy IE problems http://www.badongo.com/file/4142529 Nino Saturnino Martinez Vazquez Wael wrote: Argh had made an error in the previous

Re: {wicket 1.3 beta 2} AjaxFormComponentUpdatingBehavior broken?

2007-08-27 Thread Nino Saturnino Martinez Vazquez Wael
le so i do not have to spend my personal time solving your business bugs. -igor On 8/26/07, Nino Saturnino Martinez Vazquez Wael <[EMAIL PROTECTED]> wrote: Igor did you ever get the chance to check this out? regards Nino Nino Saturnino Martinez Vazquez Wael wrote: Now available

Listview / input components repaint via ajax?

2007-08-27 Thread Nino Saturnino Martinez Vazquez Wael
Hi I have a listview in a panel. I have a ajax link to add items to the list. When I click the link the listview are repainted, because I have it in the markupcontainer just as it should. In the listview there are some textfields, these are cleared when the markupcontainer are repainted, I d

Re: Listview / input components repaint via ajax?

2007-08-27 Thread Nino Saturnino Martinez Vazquez Wael
Hold for a minute, it might be something internal. I'll get back if it turns out not to be. Nino Saturnino Martinez Vazquez Wael wrote: Hi I have a listview in a panel. I have a ajax link to add items to the list. When I click the link the listview are repainted, because I have it i

Re: {wicket 1.3 beta 2} AjaxFormComponentUpdatingBehavior broken?

2007-08-28 Thread Nino Saturnino Martinez Vazquez Wael
, then it is obvious where the problem is. -igor On 8/27/07, Nino Saturnino Martinez Vazquez Wael <[EMAIL PROTECTED]> wrote: Sorry for this, I did not create our domain classes. However I did not say that you had to do this, I thought it was a wicket problem. So of course I got to the

Re: Listview / input components repaint via ajax?

2007-08-28 Thread Nino Saturnino Martinez Vazquez Wael
panel, model is blank. Use AjaxEditableLabel instead of TextField. It will transfer dat to model immediately after editing. Hope it helps, i was solving this issue a week ago. Fero Nino Saturnino Martinez Vazquez Wael wrote: Hold for a minute, it might be something internal. I'll get ba

Re: Listview / input components repaint via ajax?

2007-08-28 Thread Nino Saturnino Martinez Vazquez Wael
epaint the panel, model is blank. Use AjaxEditableLabel instead of TextField. It will transfer dat to model immediately after editing. Hope it helps, i was solving this issue a week ago. Fero Nino Saturnino Martinez Vazquez Wael wrote: Hold for a minute, it might be something internal. I&#

Re: Listview / input components repaint via ajax?

2007-08-28 Thread Nino Saturnino Martinez Vazquez Wael
Jep, I sorta thought that it wouldnt make sense for it to call removeAll... regards Nino Eelco Hillenius wrote: I have a listview in a panel. I have a ajax link to add items to the list. When I click the link the listview are repainted, because I have it in the markupcontainer just as it shoul

Re: shopping cart and back button

2007-08-30 Thread Nino Saturnino Martinez Vazquez Wael
A twist on this could be to just pass the cart around in constructors... We've done something like that, just not with a real "cart" but a filter for reporting. regards Nino Scott Swank wrote: I agree, having just helped implement an application with a shopping cart in Wicket. The cart is r

Download link from DynamicWebResource?

2007-08-30 Thread Nino Saturnino Martinez Vazquez Wael
Hi Anyone ever created that? Problem with the normal download link are that it requires a file, in this case I do not have that. I could create the file but that seems kind of overkill. Would be much nicer if it just took a DynamicWebResource? regards Nino --

Re: Download link from DynamicWebResource?

2007-08-31 Thread Nino Saturnino Martinez Vazquez Wael
Hi Jan this is working very smoothly.. It should be part of core wicket... Maybe a little more generic... regards Nino Jan Kriesten wrote: hi nino, i use something like that to download dynamically generated excel-files. to get a resourcestream, i use this class: --- package wicket.util;

Re: set the feedback message to js function

2008-11-01 Thread Nino Saturnino Martinez Vazquez Wael
theres a scriptaculous contrib on wicketstuff (currently down, but I think svn are up), in that theres a toaster so you could check that out for reference. checkout this : *https://wicket-stuff.svn.sourceforge.net/svnroot/wicket-stuff/trunk/wicketstuff-scriptaculous-examples* And the toaster

Re: wicket hangman

2008-11-01 Thread Nino Saturnino Martinez Vazquez Wael
compiling against wrong version of wicket? Axel Leucht wrote: I'm currently trying to compile the hangman sample with Eclipse 3.4 (Ganymede). I'd copied the sources from my apache-wicket-1.4-m3 directory and setup a new project in Eclipse. Then I stripped down the WicketExample page to make i

Re: AW: wicket hangman

2008-11-01 Thread Nino Saturnino Martinez Vazquez Wael
Good to hear:) Axel Leucht wrote: Nino, you're me hero! After staring at the code for too long I didn't see the wood for the trees, but now it works like a charm. And time to make a break ;-) /Axel -Ursprüngliche Nachricht- Von: Nino Saturnino Martinez Vazquez Wael [mai

Re: JavaScript Framework Dependencies / Wicket Stuff commit access

2008-11-03 Thread Nino Saturnino Martinez Vazquez Wael
Yup, just give an project name and I can setup jira and teamcity if you want? Igor Vaynberg wrote: you have svn. nino can set you up with the rest soon. -igor On Sun, Nov 2, 2008 at 1:33 PM, Uwe Schäfer <[EMAIL PROTECTED]> wrote: Igor Vaynberg schrieb: i´m just wondering why there

Re: DropDownChoices where Model is different from Data

2008-11-03 Thread Nino Saturnino Martinez Vazquez Wael
Hi since it's java development, the only limit are your mind (now all your ruby guys dont hit me).. As you write yourself just create a choicerenderer, then choicerenderer itself can decide howto display data.. And yes if you chain stuff and implement your own model etc you can do it all you

Re: PageParameters in wicket 1.2.7 problem

2008-11-03 Thread Nino Saturnino Martinez Vazquez Wael
Hi Rik Im not sure about this, it's been some months(if not years) since i've touched 1.2.x. How are you linking to verification page when logged in, for me it looks like you are not using pageparameters at all but instead just instantiate the page with an other constructor.. Rik Overvelde

Re: Testing + IFrame

2008-11-03 Thread Nino Saturnino Martinez Vazquez Wael
So in pseudo code you would: tester.getForm.add(IVisitorImplementation) ??? Timo Rantalaiho wrote: On Fri, 31 Oct 2008, Bert van Heukelom wrote: I want to test an ajax upload component that uses an IFrame. I have difficulties when trying to access Components via their path that are contain

Re: example application for spring wicket hibernate

2008-11-03 Thread Nino Saturnino Martinez Vazquez Wael
no need for that unless you want to commit miro wrote: whats the username password for svn repositorty ? Tomasz Dziurko wrote: Phonebook: http://wicketstuff.org/confluence/display/STUFFWIKI/wicket-phonebook . If you need NetBeans project for it just tell me, I have it somewhere on the dis

Re: PageParameters in wicket 1.2.7 problem

2008-11-03 Thread Nino Saturnino Martinez Vazquez Wael
link, the page works fine (meaning that the page parameters are being read). Also, when the bug occurs it triggers an error message which tells that the given code is incorrect, which means that the page parameters are read at that point as well. Nino Saturnino Martinez Vazquez Wael wrote: H

Re: Testing + IFrame

2008-11-03 Thread Nino Saturnino Martinez Vazquez Wael
Argh really bad example, heres a better one: tester.getComponent("basepath").getIframe().addvisitor or something? And then visitor would have to sort out if the component probed were a form etc? Nino Saturnino Martinez Vazquez Wael wrote: So in pseudo code you would: tester.g

Re: onclick event in a listview

2008-11-03 Thread Nino Saturnino Martinez Vazquez Wael
Add a link to the list item and override onclick miro wrote: I have two tables side by side in my page . Table 1 has two columns name, age Table 2 has details columnlike sex, address etc when user selects a name in table 1 i want to update table two with details of selected name,

Re: Testing + IFrame

2008-11-03 Thread Nino Saturnino Martinez Vazquez Wael
Ahh ok.. Timo now that you've mentioned jdave... Are there any way jdave supports plain text scenarios like jBehave? Timo Rantalaiho wrote: On Mon, 03 Nov 2008, Nino Saturnino Martinez Vazquez Wael wrote: Argh really bad example, heres a better one: tester.getComponent(&quo

Re: WASP/SWARM status

2008-11-04 Thread Nino Saturnino Martinez Vazquez Wael
no I was looking at : https://wicket-stuff.svn.sourceforge.net/svnroot/wicket-stuff/trunk/wicket-security/ let me checkout the other and have a look I never know where I'm ment to find things with Wicket! On Tue, Nov 4, 2008 at 10:10 AM, Nino Saturnino Martinez Vazquez Wael < [EMAIL PROT

Re: Advice for a YUI Button Component

2008-11-04 Thread Nino Saturnino Martinez Vazquez Wael
Sure.. Just make the javascript call what ever the link calls.. You can see the input events contrib on wicketstuff on howto do this.. Adriano dos Santos Fernandes wrote: Hi! I didn't found any project integrating YUI Button with Wicket, and I'd want it. The problem that I'm seen is that oncl

<    5   6   7   8   9   10   11   >