Some help. I think I found a bug, but I am a wicket newbie anyway.

2007-10-16 Thread Fernando Wermus
= b.onclick.bind(this)(); if (r != false) b.click(); } else { b.click(); }; return false; / /div Thanks in advance -- Fernando Wermus.

Re: Some help. I think I found a bug, but I am a wicket newbie anyway.

2007-10-17 Thread Fernando Wermus
I fixed!!! It is working accurately now. Thanks a lot. On 10/17/07, Igor Vaynberg [EMAIL PROTECTED] wrote: svn co https://svn.apache.org/repos/asf/wicket/trunk wicket cd wicket mvn install -igor On 10/16/07, Fernando Wermus [EMAIL PROTECTED] wrote: I found a solution to my developing

Re: Some help. I think I found a bug, but I am a wicket newbie anyway.

2007-10-17 Thread Fernando Wermus
between changing the style (position:absolute; width:0; height:0) in a div and AjaxTabPanel. Bye! On 10/17/07, Fernando Wermus [EMAIL PROTECTED] wrote: I fixed!!! It is working accurately now. Thanks a lot. On 10/17/07, Igor Vaynberg [EMAIL PROTECTED] wrote: svn co https://svn.apache.org/repos

Wizard and PasswordTextField

2007-10-23 Thread Fernando Wermus
In the Wizard example for singing up, I doesn't appear two PasswordTextField to verify if both were completed with the same password. I imagine this is something solved and then I was looking at google. At the same time it is something easy. How can I solve by my self? Just a guide. -- Fernando

Re: Wizard and PasswordTextField

2007-10-23 Thread Fernando Wermus
, nico Fernando Wermus schrieb: In the Wizard example for singing up, I doesn't appear two PasswordTextField to verify if both were completed with the same password. I imagine this is something solved and then I was looking at google. At the same time it is something easy. How can

Re: Wizard and PasswordTextField

2007-10-23 Thread Fernando Wermus
I am sorry! I understood. FormComponent is the parent of PasswordTextField. I thought it was a class related to forms. On 10/23/07, Fernando Wermus [EMAIL PROTECTED] wrote: It takes two forms to validate but I have just one form. I dont figure it out how it works. I am a newbie On 10/23/07

offtopic: does anyone works with wicket and db4o

2007-10-28 Thread Fernando Wermus
Does anyone use wicket with db4o? If so, I have some strange behavior working with db4o and I suppose that it is related to wicket maybe. I would like to ask in private how there were configured. -- Fernando Wermus.

Wicket and Flex integration

2008-07-31 Thread Fernando Wermus
to know if the integration was using blaze ds or the ayax bridge, etc Thanks in advance. -- Fernando Wermus. www.linkedin.com/in/fernandowermus http://mientretiempo.blogspot.com/

Re: Wicket and Flex integration

2008-08-12 Thread Fernando Wermus
Does anyone have tried to test this example? http://ryangravener.com/wordpress/?p=21 On Thu, Jul 31, 2008 at 2:11 PM, Fernando Wermus [EMAIL PROTECTED]wrote: Dear all, We want to integrate wicket and Flex. The reason for the integration is that we would like to keep the wicket wizard

Re: wicket-like framework to complement wicket?

2008-09-04 Thread Fernando Wermus
PROTECTED] - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] -- Fernando Wermus. www.linkedin.com/in/fernandowermus http://mientretiempo.blogspot.com/

Re: wicket-like framework to complement wicket?

2008-09-08 Thread Fernando Wermus
If so, I'd be interested in the code as another submodule to domdrides (we've got hibernate, jpa, and iBATIS right now). On Fri, Sep 5, 2008 at 1:49 AM, Fernando Wermus [EMAIL PROTECTED] wrote: Francisco, I integrated db4o with wicket. bye! On Thu, Aug 21, 2008 at 9:25 AM

OT: Wicket + Blazeds debugger doesnt stop in breakpoints

2009-08-18 Thread Fernando Wermus
for testing blazeds services with jetty. I am not happy at all with this aproach. I would like to run/debug with jetty in only one way. Thanks in advance. -- Fernando Wermus. www.linkedin.com/in/fernandowermus

Re: Shall we have(embed) a swf in wicket component(Panel or in wicket page).

2009-08-19 Thread Fernando Wermus
A - To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org For additional commands, e-mail: users-h...@wicket.apache.org -- Thanksregards, Gerald A -- Fernando Wermus. www.linkedin.com/in/fernandowermus

Re: OT: Wicket + Blazeds debugger doesnt stop in breakpoints

2009-08-20 Thread Fernando Wermus
at the breakpoints. Any idea? On Tue, Aug 18, 2009 at 3:44 PM, Ryan Gravener r...@ryangravener.comwrote: Check out wicket-flex-blazeds on google code. On Tuesday, August 18, 2009, Fernando Wermus fernando.wer...@gmail.com wrote: Hello all, I am using jetty to launch my app, which is developed

Re: OT: Wicket + Blazeds debugger doesnt stop in breakpoints

2009-08-20 Thread Fernando Wermus
to figure it out how to make the applet work and have just one jre-jdk install. thanks On Thu, Aug 20, 2009 at 12:32 PM, Fernando Wermus fernando.wer...@gmail.com wrote: Ryan, I follow your article about it. I stripped off the spring part. Because I dont like spring yet. Anyway

Re: using hibernate pojo as model instead of dto

2009-08-21 Thread Fernando Wermus
, e-mail: users-unsubscr...@wicket.apache.org For additional commands, e-mail: users-h...@wicket.apache.org -- Fernando Wermus. www.linkedin.com/in/fernandowermus

rendering dom in modal window

2009-08-27 Thread Fernando Wermus
? What I know is that DOM is the api to interact with the html tree and I cant imagine in which way this could influence Thanks in advance. -- Fernando Wermus. www.linkedin.com/in/fernandowermus

Re: Wicket Google App Engine Compatible

2009-08-28 Thread Fernando Wermus
searching .. or did i misunderstood your question? regards, bert - To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org For additional commands, e-mail: users-h...@wicket.apache.org -- Fernando Wermus

images in html or images in css

2009-08-28 Thread Fernando Wermus
Hi all, There is something that I dont understand: If my css style has an image declared, it works: body { background:url(images/FondoGeneral.jpg); but if it is defined in the html, it doesnt img src=images/MarcoFoto.png width=177 height=107 why? -- Fernando Wermus

Re: images in html or images in css

2009-08-28 Thread Fernando Wermus
; Because your css file location and html file location are different. try to reach images via url way like background:url(*/images/FondoGeneral.jpg*); or img src=*/images/MarcoFoto.png* width=177 height=107 Cheers... 2009/8/28 Fernando Wermus fernando.wer...@gmail.com Hi

requestParameters and %20

2009-08-29 Thread Fernando Wermus
implement a method from my own converting %20 or there is a wicket way to do this job? I am using wicket 1.3.6 thanks in advance -- Fernando Wermus. www.linkedin.com/in/fernandowermus

Re: requestParameters and %20

2009-08-29 Thread Fernando Wermus
I thought that wicket may have some class for this situation isnt true? On Sat, Aug 29, 2009 at 10:45 PM, James Carman jcar...@carmanconsulting.com wrote: have you tried java.net.URLDecoder? On Sat, Aug 29, 2009 at 3:43 PM, Fernando Wermus fernando.wer...@gmail.comwrote: I am serving

Re: How to use Apache Commons FileUpload in Wicket ?

2009-09-02 Thread Fernando Wermus
/IMultipartServletWebRequest is required for uploading purposes. How can I use apache commons FileUpload for uploading in Wicket ? Is there any example to do so ? Thanks... -- Fernando Wermus. www.linkedin.com/in/fernandowermus

Re: How to use Apache Commons FileUpload in Wicket ?

2009-09-03 Thread Fernando Wermus
FileUpload in Wicket ? How can i view PickWick Examples (with Code), from Pickwick-Wicket Stuff WIKI site? From: Fernando Wermus fernando.wer...@gmail.com To: users@wicket.apache.org Sent: Wednesday, September 2, 2009 6:44:14 PM Subject: Re: How to use

ResourceModel and getting the key in it

2009-09-09 Thread Fernando Wermus
in resourceModel, but I cant. I just have method getObject(), which resolve the key, but I dont have any method to return the key itself. Thanks in advance and I hope you understand my need. -- Fernando Wermus. www.linkedin.com/in/fernandowermus

Re: ResourceModel and getting the key in it

2009-09-09 Thread Fernando Wermus
I cant because the attribute is private On Wed, Sep 9, 2009 at 12:21 PM, Martin Makundi martin.maku...@koodaripalvelut.com wrote: Just extend it? ** Martin 2009/9/9 Fernando Wermus fernando.wer...@gmail.com: Hi all,I use a resourceModel to show some titles in my menu bar. But, I

Re: ResourceModel and getting the key in it

2009-09-09 Thread Fernando Wermus
Another option or should I fill up a Jira? On Wed, Sep 9, 2009 at 12:46 PM, Fernando Wermus fernando.wer...@gmail.comwrote: I cant because the attribute is private On Wed, Sep 9, 2009 at 12:21 PM, Martin Makundi martin.maku...@koodaripalvelut.com wrote: Just extend it? ** Martin

ResourceModel and Collection

2009-09-13 Thread Fernando Wermus
Hi all, I would like to get a collection of string insted of a string using ResourceModel. Is this achievable? Or which would be the best aproach? I have to publish in the simplest way just 2 or 3 news on the homepage of the site. thanks in advance -- Fernando Wermus. www.linkedin.com

Re: ResourceModel and Collection

2009-09-14 Thread Fernando Wermus
heavy, you can use LoadableDetachableModel or Model... http://wicket.apache.org/docs/1.4/org/apache/wicket/model/package-tree.html On Sun, Sep 13, 2009 at 6:57 PM, Fernando Wermus fernando.wer...@gmail.comwrote: Hi all, I would like to get a collection of string insted of a string using

Re: ResourceModel and Collection

2009-09-14 Thread Fernando Wermus
application localizer, using an key. It do not deserialize an object, like a collection previously written... On Mon, Sep 14, 2009 at 11:10 AM, Fernando Wermus fernando.wer...@gmail.com wrote: Pedro,What I want is not to persist this data into a database, but to have in a property

Re: Palette Update Behaviour Problem

2009-09-23 Thread Fernando Wermus
()); } }); return recorder; } }; Thanks! - To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org For additional commands, e-mail: users-h...@wicket.apache.org -- Fernando Wermus

Re: Old instances of a page remain in memory (apparently) forever

2009-09-23 Thread Fernando Wermus
in advance, Esteban - To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org For additional commands, e-mail: users-h...@wicket.apache.org -- Fernando Wermus. www.linkedin.com/in/fernandowermus

Re: Palette Update Behaviour Problem

2009-09-24 Thread Fernando Wermus
()); } - To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org For additional commands, e-mail: users-h...@wicket.apache.org -- Fernando Wermus. www.linkedin.com/in/fernandowermus

AjaxLink refresh and calling the constructor again.

2009-09-25 Thread Fernando Wermus
On Fri, Sep 25, 2009 at 12:38 PM, Fernando Wermus fernando.wer...@gmail.com wrote: Hi all, I have this: add(new PanelModulo(module,players,myPlayers.jpg, new PropertyModel(modelo,players), true){ private static final long serialVersionUID = -3739151258006568848L; @Override public

Re: Palette Update Behaviour Problem

2009-09-25 Thread Fernando Wermus
: users-h...@wicket.apache.org -- Fernando Wermus. www.linkedin.com/in/fernandowermus

GridView and refreshing with an ajax call

2009-09-25 Thread Fernando Wermus
but with the old data from the model. Thanks in advance. -- Fernando Wermus. www.linkedin.com/in/fernandowermus

Re: AjaxLink refresh and calling the constructor again.

2009-09-25 Thread Fernando Wermus
need to resolve the complexity of new data refresh on your component model. See if at some point you are updating players property in an object outside the model. On Fri, Sep 25, 2009 at 12:42 PM, Fernando Wermus fernando.wer...@gmail.com wrote: On Fri, Sep 25, 2009 at 12:38 PM, Fernando

ListDataProvider doesnt take models. Why?

2009-09-25 Thread Fernando Wermus
List getList(){ return (List) list.getObject(); } } -- Fernando Wermus. www.linkedin.com/in/fernandowermus

Re: AjaxLink refresh and calling the constructor again.

2009-09-25 Thread Fernando Wermus
on new ones? Keep an referent to this list, call list.clear() and add those new items on it. 2 - how about to implement your own IDataProvider? ListDataProvider is a very simple implementation that helds one single list On Fri, Sep 25, 2009 at 1:52 PM, Fernando Wermus fernando.wer

Re: GridView and refreshing with an ajax call

2009-09-27 Thread Fernando Wermus
I did :( On Fri, Sep 25, 2009 at 7:07 PM, Altuğ B. Altıntaş alt...@gmail.com wrote: Did you add the component to AjaxRequestTarget target.addComponent(yourGridview) Also don't forget this : yourGridview.setOutputMarkupId(true); A.B.A 2009/9/25 Fernando Wermus fernando.wer...@gmail.com

Re: Can anyone share a ReCaptcha Panel?

2009-09-28 Thread Fernando Wermus
with some kind of virus. Does anyone still have or know of a complete recaptcha panel that can be shared? -- Fernando Wermus. www.linkedin.com/in/fernandowermus

Re: wicket forum api

2009-10-05 Thread Fernando Wermus
...@gmail.com Hello, Is there a wicket base forum API? thanks a lot. cheers. -- Fernando Wermus. www.linkedin.com/in/fernandowermus

vps hosting for wicket app

2009-10-06 Thread Fernando Wermus
Hi all, I need to deploy a wicket app for alpha and beta testing at a minimum price. Could you reccommend some vpn hosting? thanks in advance -- Fernando Wermus. www.linkedin.com/in/fernandowermus

OT: wicket running in Tomcat got a java.lang.NoClassDefFoundError: javax/servlet/ServletRequest

2009-10-12 Thread Fernando Wermus
) java.lang.Class.getMethod(Class.java:1620) org.apache.catalina.security.SecurityUtil.createMethodAndCacheIt(SecurityUtil.java:345) org.apache.catalina.security.SecurityUtil.doAsPrivilege(SecurityUtil.java:212) -- Fernando Wermus. www.linkedin.com/in/fernandowermus

Re: OT: wicket running in Tomcat got a java.lang.NoClassDefFoundError: javax/servlet/ServletRequest

2009-10-12 Thread Fernando Wermus
, Martijn Dashorst martijn.dasho...@gmail.com wrote: Does tomcat 5.5 support servlet api 1.4? Martijn On Mon, Oct 12, 2009 at 10:10 AM, Fernando Wermus fernando.wer...@gmail.com wrote: Does anyone face this exception under Tomcat? The servelet-api.jar is in usr/share/tomcat5.5/lib/commons

Re: OT: wicket running in Tomcat got a java.lang.NoClassDefFoundError: javax/servlet/ServletRequest

2009-10-12 Thread Fernando Wermus
Is jetty ready for production? On Mon, Oct 12, 2009 at 11:40 AM, Fernando Wermus fernando.wer...@gmail.com wrote: *Servlet/JSP Spec* *Apache Tomcat version*2.5/2.1 6.0.202.4/2.0 5.5.28 2.3/1.2 4.1.402.2/1.1 3.3.2 (archived) I supports 2.4 servlet api. any other thoughts? The guy

Re: OT: wicket running in Tomcat got a java.lang.NoClassDefFoundError: javax/servlet/ServletRequest

2009-10-12 Thread Fernando Wermus
, 2009 at 11:40 AM, Fernando Wermus fernando.wer...@gmail.com wrote: Is jetty ready for production? On Mon, Oct 12, 2009 at 11:40 AM, Fernando Wermus fernando.wer...@gmail.com wrote: *Servlet/JSP Spec* *Apache Tomcat version*2.5/2.1 6.0.202.4/2.0 5.5.28 2.3/1.2 4.1.402.2/1.1 3.3.2 (archived

mi first app deployed with wicket

2009-10-12 Thread Fernando Wermus
(ThreadPool.java:689) at java.lang.Thread.run(Thread.java:619) Oct 12, 2009 4:54:51 PM org.apache.catalina.core.StandardWrapperValve invoke SEVERE: Servlet.service() for servlet default threw exception any help? -- Fernando Wermus. www.linkedin.com/in/fernandowermus

Re: Open source Wicket blog

2009-10-14 Thread Fernando Wermus
was sent using IMP, the Internet Messaging Program. - To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org For additional commands, e-mail: users-h...@wicket.apache.org -- Fernando Wermus. www.linkedin.com

Re: Open source Wicket blog

2009-10-14 Thread Fernando Wermus
: users-h...@wicket.apache.org -- Fernando Wermus. www.linkedin.com/in/fernandowermus

OT: choose a directory where users upload images

2009-10-20 Thread Fernando Wermus
create a variable enviroment for accessing to this directory? Which would be the best approach? thanks in advance -- Fernando Wermus. www.linkedin.com/in/fernandowermus

Re: Wicket Eclipse plugin, is there another?

2009-10-21 Thread Fernando Wermus
-- Fernando Wermus. www.linkedin.com/in/fernandowermus

Re: Wicket with Shindig

2009-10-26 Thread Fernando Wermus
...@wicket.apache.org For additional commands, e-mail: users-h...@wicket.apache.org -- Fernando Wermus. www.linkedin.com/in/fernandowermus

images not cached

2009-10-27 Thread Fernando Wermus
are downloaded again. I know this isnt the best aproach and actually, it is awful in practices because of this issue. Why isnt caching the images and which would be the best approach? Thanks in advance -- Fernando Wermus. www.linkedin.com/in/fernandowermus

Transaction error dont reach onRuntimeException(Page page, RuntimeException e) method

2009-11-10 Thread Fernando Wermus
is this? The roll back is done in endRequestCycle, while I had instructed a new model to be shown in the original page in case of succeded. It shows the succeded page instead the error one. Thanks in advance -- Fernando Wermus. www.linkedin.com/in/fernandowermus

LDM and OSIV problem

2009-11-11 Thread Fernando Wermus
supposed to overwrite onAttach to verify that the entity attached is not still connected to the session? I thought LDM will work it out. thanks in advance -- Fernando Wermus. www.linkedin.com/in/fernandowermus

Re: LDM and OSIV problem

2009-11-12 Thread Fernando Wermus
Thomerson http://www.wickettraining.com On Wed, Nov 11, 2009 at 10:52 AM, Fernando Wermus fernando.wer...@gmail.com wrote: Hi all, I have a wizard with five wizardSteps. Also I have an LDM called EntityModel, EntityModel extends LDM{ EntityModel(Key key) this.key=key

Palette and LazyLoadingException. How to solve?

2009-11-18 Thread Fernando Wermus
for restore the entities. But I dont like this impl. at all. Which would be the best way to deal with items selected by the user and OSIV? thanks in advance. -- Fernando Wermus. www.linkedin.com/in/fernandowermus

Re: Transaction error dont reach onRuntimeException(Page page, RuntimeException e) method

2009-11-20 Thread Fernando Wermus
...@gmail.comwrote: where is your exception is thrown from? also, check that its not being wrapped in another exception such as a WicketRuntimeException. -igor On Tue, Nov 10, 2009 at 9:57 AM, Fernando Wermus fernando.wer...@gmail.com wrote: Hi all, I am testing transactionability in a site which

Re: WicketSessionFilter and several domains

2009-11-25 Thread Fernando Wermus
for the domain from which it was set. Simply put: if a cookie gets set from the .com, it is not available on the .com.ar Bas Fernando Wermus-2 wrote: Hi all, I have several domain for a site: .com and a .com.ar. I got to get the session in a servlet using WicketSessionFilter for .com domain

Re: WicketSessionFilter and several domains

2009-11-26 Thread Fernando Wermus
returns null? I suggest you try a debugger for finding out what's happening inside the WicketSessionFilter. Fernando Wermus-2 wrote: Bas, What I actually did was to login in .com and test the servlet I mentioned you. Then I logged out and logged in the site using .com.ar again

Re: WicketSessionFilter and several domains

2009-11-27 Thread Fernando Wermus
(and thus the flash client as well) is protected so it can only use cookies _for the same domain_. So if you load a flash movie from .com.ar and have it connect to a .com, it will not use the cookie(s) it got from the .com.ar; So what you are seeing is expected behavior. Bas Fernando Wermus

Re: WicketSessionFilter and several domains

2009-11-27 Thread Fernando Wermus
file; If that is not an option, host both the flash and the website on the same domain. Cross-domain issues are a hassle ;-) What's your reason for working with two domain names anyway? Bas Fernando Wermus-2 wrote: Bas, Thanks. I havent checked this behavior with other browsers. I

Re: WicketSessionFilter and several domains

2009-11-29 Thread Fernando Wermus
domainnames. You can solve your problem by running the site on one of the domains and issuing a 301 redirect from the other domainname to the main domain. Or did I misunderstand, and are you running the site from the .com.ar and only the flash part from the .com? Bas Fernando Wermus-2 wrote

inmethod DataGrid and selectAllVisibleItems

2009-12-03 Thread Fernando Wermus
Hello all, I am using inmethod's DataGrid and when I use selectAllVisibleItems, it doesn't select all the items. How come? Thanks in advance. -- Fernando Wermus. www.linkedin.com/in/fernandowermus

wizard and datagrid

2009-12-04 Thread Fernando Wermus
has accurate info and it does have. I cannot figure it out how to refresh the datagrid the time the step 2 is shown (I dont have any need to setModel again) thanks in advance -- Fernando Wermus. www.linkedin.com/in/fernandowermus

Re: wizard and datagrid

2009-12-04 Thread Fernando Wermus
difference it is that the model injected in DataGrid depends in another model that was set up in the first step. If I dont do this it actually ignores the right data. On Fri, Dec 4, 2009 at 6:41 PM, Fernando Wermus fernando.wer...@gmail.comwrote: Hi all, I have, Step 1 which the user selects

brix and blogs

2009-12-22 Thread Fernando Wermus
Hi all, I would like to know if there is someone writing about brix in some blog. As the info in brix page is poor, I am looking for another way to undersand better the cms. Thanks in advance. -- Fernando Wermus. www.linkedin.com/in/fernandowermus

Re: resize and crop web images

2009-12-22 Thread Fernando Wermus
: users-h...@wicket.apache.org -- Fernando Wermus. www.linkedin.com/in/fernandowermus

Re: brix and blogs

2009-12-23 Thread Fernando Wermus
it. Greetings, Haiko On Tue, 2009-12-22 at 18:17 -0200, Fernando Wermus wrote: Hi all, I would like to know if there is someone writing about brix in some blog. As the info in brix page is poor, I am looking for another way to undersand better the cms. Thanks in advance

More than one access denied page

2010-01-04 Thread Fernando Wermus
I would like to have two access denied pages according to some parameters. Is this possible? -- Fernando Wermus. www.linkedin.com/in/fernandowermus

Re: More than one access denied page

2010-01-05 Thread Fernando Wermus
on this. - Tor Iver - To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org For additional commands, e-mail: users-h...@wicket.apache.org -- Fernando Wermus. www.linkedin.com/in/fernandowermus

lightwindow and ayax call

2010-01-07 Thread Fernando Wermus
a reason why it fails. Does anyone have run into the same problem? Thanks in advance. -- Fernando Wermus. www.linkedin.com/in/fernandowermus

Re: requestParameters and %20

2010-01-12 Thread Fernando Wermus
Late, but thanks On Sun, Aug 30, 2009 at 10:01 AM, James Carman jcar...@carmanconsulting.com wrote: Why would they need to write something for it when there is something in the Java language for it? On Sun, Aug 30, 2009 at 12:43 AM, Fernando Wermus fernando.wer...@gmail.com wrote: I

Re: Graphs, Charts and Wicket

2010-01-21 Thread Fernando Wermus
. - To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org For additional commands, e-mail: users-h...@wicket.apache.org -- Fernando Wermus. www.linkedin.com/in/fernandowermus

Class org/apache/wicket/Component violates loader constraints

2009-03-27 Thread Fernando Wermus
(MetaDataRoleAuthorizationStrategy.java:114) public static final void authorize(final Component component, final Action action, final String roles) { ActionPermissions permissions = (ActionPermissions)component -- Fernando Wermus. www.linkedin.com/in/fernandowermus http

Re: Class org/apache/wicket/Component violates loader constraints

2009-03-27 Thread Fernando Wermus
quickstart and see if that works? Martijn On Fri, Mar 27, 2009 at 7:43 PM, Fernando Wermus fernando.wer...@gmail.com wrote: People,I was working with WTP to debug my wicket app. But I decided to move to jetty because there is no need to deploy de app, as I imagine that WTP does. I changed

publish resources in webapp

2009-04-06 Thread Fernando Wermus
Hi all! I have several swf files in webapp/ folder and I need to publish them for any user. How can I achieve that in wicket? Thanks in advance! -- Fernando Wermus. www.linkedin.com/in/fernandowermus http://mientretiempo.blogspot.com/

jetty, wicket and multiple maven modules. refresh class problem.

2009-04-15 Thread Fernando Wermus
a change in a business logic java file, I have the old .class file in webapp/target which havent been replaced for logic business module class. How can I make jetty take the last changes I ve made? thanks in advance. -- Fernando Wermus. www.linkedin.com/in/fernandowermus http

Re: jetty, wicket and multiple maven modules. refresh class problem.

2009-04-15 Thread Fernando Wermus
reads classes at webapp/target. -fernando On Wed, Apr 15, 2009 at 1:47 PM, Igor Vaynberg igor.vaynb...@gmail.comwrote: are you using eclipse? -igor On Wed, Apr 15, 2009 at 1:05 PM, Fernando Wermus fernando.wer...@gmail.com wrote: Hi, I have a web site with wicket + maven. I use a maven

Re: jetty, wicket and multiple maven modules. refresh class problem.

2009-04-15 Thread Fernando Wermus
, Fernando Wermus fernando.wer...@gmail.comwrote: I am. I am trying to solve this problem with jetty-test-plugin. Better option? http://docs.codehaus.org/display/JETTY/Multiple+WebApp+Source+Directory . Eclipse isnt detecting the changes :(. Could it detect the changes by itself

Re: jetty, wicket and multiple maven modules. refresh class problem.

2009-04-16 Thread Fernando Wermus
...@gmail.comwrote: On Wed, Apr 15, 2009 at 2:56 PM, Fernando Wermus fernando.wer...@gmail.com wrote: Igor, I avoid to use start.java because I get: org.apache.wicket.WicketRuntimeException: Application class com.misPartidos.web.EntretiempoApplication must be a subclass

Re: jetty, wicket and multiple maven modules. refresh class problem.

2009-04-16 Thread Fernando Wermus
buil automaticaly was off. Jajaja! thanks On Thu, Apr 16, 2009 at 9:20 AM, Fernando Wermus fernando.wer...@gmail.comwrote: Hi, I solved dependencies problems. I still cannot debugging and programming at the same time. Eclipse didn't take the changes I did to a any business java file

palette + wizard + validation not empty + a particular item

2009-04-21 Thread Fernando Wermus
a nullpointer exception in stepCandidatos.getPalette().getRecorderComponent().add(new AjaxFormComponentUpdatingBehavior(onchange) { I am working with wicket 1.3.0 -- Fernando Wermus. www.linkedin.com/in/fernandowermus http://mientretiempo.blogspot.com/

Full integration Wicket - Blazeds. Is it possible?

2009-05-04 Thread Fernando Wermus
-pattern/messagebroker/*/url-pattern /servlet-mapping filter-mapping filter-namewicket.myApp/filter-name url-pattern/messagebroker/*/url-pattern /filter-mapping -- Fernando Wermus. www.linkedin.com/in/fernandowermus http://mientretiempo.blogspot.com/

bug in swfObject.java -- http://cwiki.apache.org/WICKET/open-flash-chart-and-wicket.html

2009-05-07 Thread Fernando Wermus
).append(e.getKey()).append(quote + : + quote).append(e.getValue()).append(quote).append(comma); } result.deleteCharAt(result.length() - 1); result.append(}); return result.toString(); } return {}; } Besides, It doesn't work using modal windows :(. -- Fernando

Re: bug in swfObject.java -- http://cwiki.apache.org/WICKET/open-flash-chart-and-wicket.html

2009-05-07 Thread Fernando Wermus
get lost. -- Jeremy Thomerson http://www.wickettraining.com On Thu, May 7, 2009 at 12:46 PM, Fernando Wermus fernando.wer...@gmail.com wrote: Hi all, There is a small bug in swfObject in page: http://cwiki.apache.org/WICKET/open-flash-chart-and-wicket.html. When

Re: Wicket SWFObject

2009-05-07 Thread Fernando Wermus
...@wicket.apache.org - To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org For additional commands, e-mail: users-h...@wicket.apache.org -- Fernando Wermus. www.linkedin.com/in/fernandowermus http

Re: CheckGroup and back Button problem

2009-05-14 Thread Fernando Wermus
void onSubmit() { setResponsePage(HomePage.class); } }); } Anybody knows how to get the selected objects shown when you go back like that ? /Steen -- Fernando Wermus. www.linkedin.com/in/fernandowermus

Re: Wizard, checkGroup and check

2009-05-14 Thread Fernando Wermus
. of course patches are applied even quicker :) -igor On Thu, May 14, 2009 at 4:02 PM, Fernando Wermus fernando.wer...@gmail.com wrote: Hi!, I am facing a problem that I don't know how to face. I have a wizard several steps. One of them has a checkGroup and several check. If I go to a step

Re: Wizard, checkGroup and check

2009-05-14 Thread Fernando Wermus
. Martijn On Fri, May 15, 2009 at 1:12 AM, Igor Vaynberg igor.vaynb...@gmail.com wrote: you can search jira for all known issues, i dont remember all of them from the top of my head :) -igor On Thu, May 14, 2009 at 4:09 PM, Fernando Wermus fernando.wer...@gmail.com wrote: Igor

Selenium + Wicket.

2009-05-19 Thread Fernando Wermus
Hi all, I've set up setOutputComponentPath(true) in init method my app's. But I don't know how to instruct Selenium to look for wicket:path attributes. How can I instruct Selenium to look for wicket:path? Thanks in advance Fernando Wermus. www.linkedin.com/in/fernandowermus

pickwick next, prev, last, first bug?

2009-05-21 Thread Fernando Wermus
Hi all, The buttons in pickwick wicketstuff are not working properly. The ImagePage class has an inner class that provoke the bug. The code below show the changes that I made to correct the issue. I don't know enough java to tell you why is working in one way but not another :( public

Re: Wicket and Flex

2009-05-21 Thread Fernando Wermus
- To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org For additional commands, e-mail: users-h...@wicket.apache.org -- Fernando Wermus. www.linkedin.com/in/fernandowermus

Re: Any forum (bb) components / applications written using Wicket?

2009-05-26 Thread Fernando Wermus
- To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org For additional commands, e-mail: users-h...@wicket.apache.org -- Cristi Manole Nova Creator Software www.novacreator.com -- Fernando Wermus. www.linkedin.com/in/fernandowermus

Re: how to show checkboxes in two column

2009-05-31 Thread Fernando Wermus
database) as a group of check boxes in two column. Many thanks. --Simon - To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org For additional commands, e-mail: users-h...@wicket.apache.org -- Fernando Wermus

Wicket + RSS

2009-05-31 Thread Fernando Wermus
version1.3-SNAPSHOT/version /dependency -- Fernando Wermus. www.linkedin.com/in/fernandowermus

Re: Wicket + RSS

2009-05-31 Thread Fernando Wermus
shouldnt be a problem.. Are you looking publish rss with wicket or wicket to consume rss and show it on a page? wicketstuff rome will let you do both afaik... 2009/5/31 Fernando Wermus fernando.wer...@gmail.com: Hi all, I am looking to publish some RSS into a wicket site. I thought

Re: Wicket + RSS

2009-05-31 Thread Fernando Wermus
Nino, I got this error running a simple code. It couldn read rss from Code Poet! On Sun, May 31, 2009 at 1:27 PM, Fernando Wermus fernando.wer...@gmail.comwrote: Nino, So I have to install it locally... ps: I am looking just to publish rss right now. thanks On Sun, May 31

Re: Wicket + RSS

2009-05-31 Thread Fernando Wermus
, May 31, 2009 at 1:37 PM, Fernando Wermus fernando.wer...@gmail.comwrote: Nino, I got this error running a simple code. It couldn read rss from Code Poet! On Sun, May 31, 2009 at 1:27 PM, Fernando Wermus fernando.wer...@gmail.com wrote: Nino, So I have to install it locally

  1   2   3   >