Re: Wicket + Spring DM + Hibernate

2009-06-23 Thread Daniel Stoch
components (panels) then the second situation is more often. -- Daniel On Tue, Jun 23, 2009 at 5:38 PM, Igor Vaynberg igor.vaynb...@gmail.comwrote: isnt a big point of osgi to manage cross-bundle-dependencies? so if you inject panel A using panel A's context how does panel A ever see beans

Re: Wicket + Spring DM + Hibernate

2009-06-22 Thread Daniel Dominik Holúbek
(the one that takes an ApplicationContext object). Construct your ApplicationContext however you want. On Sun, Jun 21, 2009 at 2:09 PM, Daniel Dominik Holúbek dankodo...@gmail.com wrote: Well, no.I'll explain: It's an OSGi app running in equinox-bridge. In my bundles

Re: Wicket + Spring DM + Hibernate

2009-06-22 Thread Daniel Dominik Holúbek
Well, I don't know :)I On Mon, Jun 22, 2009 at 12:32 PM, James Carman jcar...@carmanconsulting.com wrote: Can you have your Application object created as a Spring bean and make it context aware and let the container inject the context into it? On Mon, Jun 22, 2009 at 2:02 AM, Daniel Dominik

Re: Wicket + Spring DM + Hibernate

2009-06-22 Thread Daniel Dominik Holúbek
I don't know :)I can create a Spring bean from Application object, but I don't know what does it mean - make it context aware. That's why I am asking whether somebody has already tried this... On Mon, Jun 22, 2009 at 5:09 PM, Daniel Dominik Holúbek dankodo...@gmail.com wrote: Well, I don't

Re: Wicket + Spring DM + Hibernate

2009-06-22 Thread Daniel Dominik Holúbek
, 2009 at 11:09 AM, Daniel Dominik Holúbekdankodo...@gmail.com wrote: Well, I don't know :)I On Mon, Jun 22, 2009 at 12:32 PM, James Carman jcar...@carmanconsulting.com wrote: Can you have your Application object created as a Spring bean and make it context aware and let

Re: Wicket + Spring DM + Hibernate

2009-06-22 Thread Daniel Dominik Holúbek
I tried implementing the ApplicationContextAware interface, it looked like a good idea, but the setApplicationContext method is never called. On Mon, Jun 22, 2009 at 8:25 PM, Daniel Dominik Holúbek dankodo...@gmail.com wrote: For now, only in eclipse. But when it goes to production (or further

Re: Wicket + Spring DM + Hibernate

2009-06-21 Thread Daniel Dominik Holúbek
(); and then access userDao, I'll get a NullPointerException of course. So has anybody done this before? I think I need your help :) Thanks a lot! On Tue, Jun 16, 2009 at 2:01 AM, djo mos djo.mli...@gmail.com wrote: Hi, On Mon, Jun 15, 2009 at 9:28 PM, Daniel Dominik Holúbek dankodo...@gmail.com

Re: JDeveloper - Can I get a show of hands?

2009-06-19 Thread Daniel Toffetti
Juan Carlos Garcia M. jcgarciam at gmail.com writes: I always thought God used only in LISP :) Nicolas Melendez wrote: god used Eclipse 1.0 to develop universe. NM Software Developer - Buenos aires, Argentina. No. Sadly, He didn't: http://xkcd.com/224/ Daniel

Wicket + Spring DM + Hibernate

2009-06-15 Thread Daniel Dominik Holúbek
Hello,has anybody here successfully used Spring DM with Hibernate (the OSGi way) in Wicket? I am totally hopeless about this... The goal is to create modular app with this features: - every module (bundle) has its own applicationContext and DAO classes. - i.e. if I have a module which loads

Re: Wicket + Spring DM + Hibernate

2009-06-15 Thread Daniel Dominik Holúbek
...@gmail.comwrote: isnt this a question for the spring dmserver forum? -igor On Mon, Jun 15, 2009 at 3:49 AM, Daniel Dominik Holúbekdankodo...@gmail.com wrote: Hello,has anybody here successfully used Spring DM with Hibernate (the OSGi way) in Wicket? I am totally hopeless about

Re: WWB for W 1.4 (was Re: when will be wicket 1.4 final release)

2009-06-06 Thread Daniel Toffetti
danisevsky danisevsky at gmail.com writes: Hi Daniel, when I tried build web beans project I get the following error [ERROR] BUILD FAILURE [INFO] [INFO] Compilation failure C:\projects\webbeans\wicketwebbeans

WWB for W 1.4 (was Re: when will be wicket 1.4 final release)

2009-06-05 Thread Daniel Toffetti
to Wicket 1.4, there is not a final release yet, you can check the code in trunk: http://code.google.com/p/wicket-web-beans/source/checkout Regards, Daniel - To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org

Can I make AjaxFormSubmitBehavior submit raw form data but not validate it?

2009-06-02 Thread Daniel Fernández
). If it where an AjaxButton I would be able to just setDefaultFormProcessing(false), but I don't see anything like that in AjaxFormSubmitBehavior... Is there a way to do this? Regards, Daniel.

Re: Anemic domain model and are @SpringBean's compatible with the solution in

2009-05-29 Thread Daniel Toffetti
of building medium to complex queries and mixed batches of updates and deletes within stores procedures, for optimum DB performance, has been completely deprecated ??? Cheers, Daniel - To unsubscribe, e-mail: users-unsubscr

Re: when will be wicket 1.4 final release

2009-05-27 Thread Daniel Toffetti
of WWB for Wicket 1.4 committed to trunk in a week or so. hth, Daniel - To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org For additional commands, e-mail: users-h...@wicket.apache.org

Re: [announce] WicketStuff Artwork new release

2009-05-26 Thread Daniel Toffetti
-artwork-new-release/ Nice stuff, thanks for sharing !!! Daniel - To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org For additional commands, e-mail: users-h...@wicket.apache.org

Exception message somewhat unhelpful

2009-05-26 Thread Daniel Toffetti
as well. Is this a reasonable request, should I add a JIRA issue for this ? Cheers, Daniel - To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org For additional commands, e-mail: users-h...@wicket.apache.org

DataTables and Cell Color

2009-05-25 Thread Daniel Ore
HiIs there a way to set the color of a cell in a DataTable (Actually I'm using the AjaxFallbackDefaultDataTable but I guess that if there's a way it must apply to all). Thanks ___ Daniel Ore

Re: Wicket Web Beans 1.1 and Wicket 1.4

2009-05-20 Thread Daniel Toffetti
, WWB 1.1 is compatible with Wicket 1.3.x, it's expected that a new version of WWB compatible with Wicket 1.4 will be released shortly after Wicket 1.4 goes final. hth, Daniel - To unsubscribe, e-mail: users-unsubscr

Re: Component creation and initialization

2009-05-14 Thread Daniel Stoch
I think you can use hasBeenRendered() method instead of custom boolean flag. -- Daniel On 2009-05-14, at 20:15, Jeremy Thomerson wrote: You could probably do it in onBeforeRender - but you would need to keep a boolean flag to check if it's the first render so that you don't recreate them

Re: Pimp your Wicket app!

2009-05-07 Thread Daniel Frisk
per (business)day: ~20 M Number of servers running your Wicket frontend code: 4 Number of cores/CPUs per server: 4 Number of JVMs running on your server for Wicket frontend code: 1 Do these JVMs run in a cluster? [ X] yes [ ] no -Xmx setting (max memory) for your JVMs: 4 GB // Daniel jalbum.net

Re: Ajax timer behavior not updating component in IE, Chrome and Opera

2009-04-27 Thread Daniel Fernandez
with this, or should I show this pages (long code) here first in case I am doing something wrong?... Regards, Daniel. 2009/4/23 Daniel Fernandez daniel.f...@gmail.com: Hello, I am sorry I am not going to be very specific here, because the error I am experiencing is not very deterministic

Re: Ajax timer behavior not updating component in IE, Chrome and Opera

2009-04-27 Thread Daniel Fernandez
Finally, I was able to reproduce issues in Firefox, IE and Chrome (although these were a bit different than the one in Opera), so I explained it all here: https://issues.apache.org/jira/browse/WICKET-2246 Thanks, Daniel. 2009/4/27 Igor Vaynberg igor.vaynb...@gmail.com: jira issue -igor

Re: Logging for performance analysis

2009-04-27 Thread Daniel Toffetti
? D/ Hi, I'm having similar problems, my setup is: Java 1.6.10, Wicket 1.3.5 and Tomcat 6 on Windows XP. Tomcat seems to need 50% CPU from time to time, and often for a very long time. Will try Jeremy's suggestion, mind to share your findings ? Cheers, Daniel

Re: Random exception at ResourceListenerInterface

2009-04-23 Thread Daniel Fernandez
this URL should be served? Thanks again, Daniel. 2009/4/22 Igor Vaynberg igor.vaynb...@gmail.com: browsers are asynchronous, so you might have a race codition. eg browser requests the data url and you press the refresh button, so now there are two urls in the queue: the data and the page

Re: Random exception at ResourceListenerInterface

2009-04-23 Thread Daniel Fernandez
in an asynchronous way). Regards, Daniel. 2009/4/23 Daniel Fernandez daniel.f...@gmail.com: Thank you again for your time, Igor. Your explanation makes sense by itself, but it is not my problem, I'm afraid... this thing can happen to me even the first time I load the page, without reloading at all. I

Re: Random exception at ResourceListenerInterface

2009-04-23 Thread Daniel Fernandez
Hello Francisco, I don't think the issue is exactly the same, as I am always getting interface URLs, the good ones... but it might be related, as I am also having component + resource listener on the same page (though I have no header contributor). Regards, Daniel. 2009/4/23 francisco treacy

Ajax timer behavior not updating component in IE, Chrome and Opera

2009-04-23 Thread Daniel Fernandez
INFO: ...but *that tr is never updated in the page's DOM*, and I never get to see it. The symptoms are exactly the same in the three mentioned browsers, and it only happens sometimes. And I don't get any errors in the javascript console... Any clues? Thank you, Daniel

Re: Random exception at ResourceListenerInterface

2009-04-22 Thread Daniel Fernandez
object, so I cannot understand how it gets called on a LoadingPanel, which of course does not implement IResourceListener, and thus provokes this exception. Regards, Daniel. 2009/4/22 Igor Vaynberg igor.vaynb...@gmail.com: why dont you set a breakpoint for classcastexception and see what

Image path alternatives

2009-04-20 Thread Daniel Ferreira Castro
I have a problem to solve. I have a file path that is outside the wicket application path. This path is used to store product images and my goal is to design a screen with a resultset that show the products and their images by its side. What is the best way to do that? I have the search

Re: AbstractAjaxTimerBehavior start

2009-04-17 Thread Daniel Toffetti
that this solution might not be as elegant as hoped) - Tom You don't have to set setOutputMarkupId to true in AbstractAjaxTimerBehavior, you just need to add it to the component that you want activated on timer, for example your page. hth, Daniel

Found this in logs: Unable to redirect to: ?wicket:interface=:2:1:::,

2009-04-05 Thread Daniel Toffetti
) at org.apache.tomcat.util.net.JIoEndpoint$Worker.run(JIoEndpoint.java:447) at java.lang.Thread.run(Unknown Source) I don't know what caused it, how bad can it be and how to prevent it, any help is appreciated. Thanks, Daniel

Re: drag and drop

2009-04-01 Thread Daniel Ferreira Castro
I was reading the drag and drop thread, started on March 19th and trying to use the *yui *ajax implementation as the yui example suggests.But I am recieving an exception like that It is wierd because I declared the class field TargetSlot as transient. No matter if I declare it as transient or

Transformin a form into a component

2009-04-01 Thread Daniel Ferreira Castro
I have a doubt about componentizing a Form. If I create a class, MyForm.java, that extends Form Inside of it I declare all the form componets. After that I create the markup with all the components present on MyForm.java. I call it MyForm.html If I want to use it on a page, like MyPage for

Re: Transformin a form into a component

2009-04-01 Thread Daniel Ferreira Castro
Thanks, it worked. :) On Wed, Apr 1, 2009 at 3:49 PM, Igor Vaynberg igor.vaynb...@gmail.comwrote: put it into a panel -igor On Wed, Apr 1, 2009 at 11:46 AM, Daniel Ferreira Castro dfcas...@gmail.com wrote: I have a doubt about componentizing a Form. If I create a class, MyForm.java

wicket log4j MDC

2009-03-30 Thread daniel . lipski . pl
Hi I would like to add MDC information(i.e. user login) to my loggs (log4j). To do that I have to call MDC.put at the beggining of request handling. Im looking for 'interception' functionality in Wicket to add MDC code there. Where I should add such code ? RequestCycle ? Regards Daniel

Re: Caching of rendered panels

2009-03-28 Thread Daniel Frisk
Great ideas! I think I will try to implement it is a WebComponent decorator that can wrap a component and add the caching. I'll let you know if it works out for me. // Daniel jalbum.net On 2009-03-27, at 20:40, Matej Knopp wrote: You have to be really brave to use IComponentSource

Ajax and FileUpload

2009-03-27 Thread Daniel Ferreira Castro
Guys, I know that XmlHttpRequest does not support upload. But maybe there is someone that managed a workaround for this case. Then I start to look around on the internet and found those two links. - http://blog.demay-fr.net/index.php/2007/12/07/93-simulate-ajax-file-upload-with-wicket -

Caching of rendered panels

2009-03-27 Thread Daniel Frisk
are also welcome... // Daniel Frisk jalbum.net - To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org For additional commands, e-mail: users-h...@wicket.apache.org

Re: Caching of rendered panels

2009-03-27 Thread Daniel Frisk
the rendered html. So if we presume that I actually know what I am doing, any ideas how it can be done? // Daniel On 2009-03-27, at 19:23, Jeremy Thomerson wrote: Don't share component instances across requests / especially sessions. Don't prematurely optimize. Cache your model and test

Re: Extensible wicket application

2009-03-26 Thread Daniel Dominik Holúbek
of the other methods of locating it better be correct. - Brill Pappin Sent from my mobile. On 21-Mar-09, at 5:29 PM, Daniel Dominik Holúbek dankodo...@gmail.com wrote: Ernesto, thank you very much :) If my application ever goes to the production, it will be thanks to you :) Regarding

Re: Extensible wicket application

2009-03-26 Thread Daniel Dominik Holúbek
Daniel Dominik Holúbek wrote: Hi, I'm still trying to solve the database problem... I think it could be useful to mention, that I get an exception at these lines: HibernateTemplate ht = new HibernateTemplate(sessionFactory); ht.save(msg); -- HERE! and if I change the code

Re: WYSIWYG component

2009-03-25 Thread Daniel Ferreira Castro
I solved the problem. The problem was due a incompatibility of TinyMCE with AjaxTabbedPanel. After I change it to TabbedPanel it worked. On Tue, Mar 24, 2009 at 6:19 PM, Daniel Ferreira Castro dfcas...@gmail.comwrote: I am still trying to make tinymce work on my project. But I only get

Re: Extensible wicket application

2009-03-21 Thread Daniel Dominik Holúbek
Reinaldo Barreiro reier...@gmail.com wrote: Hi Daniel, I found some time to get it working! The key to the problem was http://dev.eclipse.org/newslists/news.eclipse.technology.equinox/msg04838.html So, if you synchronize the projects com.antilia.wstarter

Re: Extensible wicket application

2009-03-21 Thread Daniel Dominik Holúbek
them. Ether way, you use them the same way, only prefix the resource name with the subdir if you have separated them out. As for your db error, that looks like something out side the scope of wicket. - Brill Pappin Sent from my mobile. On 21-Mar-09, at 9:38 AM, Daniel Dominik Holúbek

Re: Extensible wicket application

2009-03-19 Thread Daniel Dominik Holúbek
Well, now I have tried to run it in eclipse and it is running properly. On Wed, Mar 18, 2009 at 7:21 PM, Ernesto Reinaldo Barreiro reier...@gmail.com wrote: Hi Daniel, Is this the output of the console? I have no idea what's going on... I'll try to get bridge running myself with those

Re: Extensible wicket application

2009-03-19 Thread Daniel Dominik Holúbek
/plugins for deployment... Did you read this page http://www.eclipse.org/equinox/server/http_in_container.php Best, Ernesto On Thu, Mar 19, 2009 at 11:08 AM, Daniel Dominik Holúbek dankodo...@gmail.com wrote: Well, now I have tried to run it in eclipse and it is running properly

Re: Extensible wicket application

2009-03-19 Thread Daniel Dominik Holúbek
for trying this out myself... Best, Ernesto On Thu, Mar 19, 2009 at 9:14 PM, Daniel Dominik Holúbek dankodo...@gmail.com wrote: Yes, that's exactly what I did :) I checked out the bundles, then exported them from eclipse. And then installed those bundles along with javax.servlet

Re: Extensible wicket application

2009-03-17 Thread Daniel Dominik Holúbek
the console or even tell which port to use. I do not recall the details right now... Ernesto On Fri, Mar 13, 2009 at 10:21 AM, Daniel Dominik Holúbek dankodo...@gmail.com wrote: Hello, this seems to be helpful, thanks. But still it does not solve the main problem. How do I put OSGi

Re: Extensible wicket application

2009-03-13 Thread Daniel Dominik Holúbek
(for eclipse 3.4). Use it to launch your application and then browse at localhost:8080/demo-app Hope this helps. Ernesto On Thu, Mar 12, 2009 at 3:36 PM, Daniel Dominik Holúbek dankodo...@gmail.com wrote: Hello :) I looked at the links listed below, seemed interesting, but the main

Propper Way to Use StringResourceModel

2009-03-13 Thread Daniel Ferreira Castro
I have seen some examples of Pages that uses the StringResourceModel to read properties inside property files. But the examples that I saw shows that I need to create a StringResourceModel for each property that is inside my property file. So, If I have a Login page that have 3 properties, like

Re: Propper Way to Use StringResourceModel

2009-03-13 Thread Daniel Ferreira Castro
, it is not a ResourceBundle. On Fri, Mar 13, 2009 at 11:46 AM, Igor Vaynberg igor.vaynb...@gmail.comwrote: each component is a resource bundle, not a model. you can use component's getstring(..) to read any resource you want. -igor On Fri, Mar 13, 2009 at 4:19 AM, Daniel Ferreira Castro dfcas

Re: WYSIWYG component

2009-03-13 Thread Daniel Ferreira Castro
Great :) Thanks :) The Exception stopped from ocurring, but I still have the problem of only showing a TextArea without the look of an WYSWYG edit text area. I looked inside

Re: Extensible wicket application

2009-03-12 Thread Daniel Dominik Holúbek
Sun Java System Application Server. Could you (or anybody else) help me with this? :) Thanks a lot. On Wed, Mar 11, 2009 at 9:37 PM, Fabrizio Giudici fabrizio.giud...@tidalwave.it wrote: Daniel Dominik Holúbek wrote: I have looked at OSGi a bit, but I do not understand it (basically I do

Re: Extensible wicket application

2009-03-12 Thread Daniel Dominik Holúbek
:) But if it would work, I don't care how :) Thanks again! On Thu, Mar 12, 2009 at 10:07 AM, Ernesto Reinaldo Barreiro reier...@gmail.com wrote: Hi Daniel, Some comments inlined. On Thu, Mar 12, 2009 at 9:37 AM, Daniel Dominik Holúbek dankodo...@gmail.com wrote: Firstly, thanks for you reply

Re: A massive flaw in my understanding of Wicket

2009-03-06 Thread Daniel Peters
Hi tristan, try adding setRedirect(true) before calling setResponsePage. I think that should work: public TestLogoutPage() { MySession.get().invalidate(); setRedirect(true); // --- setResponsePage(getApplication().getHomePage()); } regards Daniel

Re: Depricated HeaderContributor.forJavaScript?

2009-02-26 Thread Daniel Ferreira Castro
Another doubt about this subject. I have overriden the addHeaders method like below. How should I do to make wicket write the charset property/attribute? @Override protected void addHeaders() { add(JavascriptPackageResource.getHeaderContribution(Index.class,./javascript/jquery.js));

Propper Way to Format Money

2009-02-25 Thread Daniel Ferreira Castro
I would like an opinion about what is the propper, or more recommended, way to format a TextField to show money? Should I declare it TextFieldString or TextFieldFloat? And to format it with the money symbol ( Like US$) while you type? Any ideas? -- Two rules to succeed in life: 1 - don´t tell

WYSIWYG component

2009-02-25 Thread Daniel Ferreira Castro
Guys, Maybe u know something about. Is there any *WYSIWYG* solution to use with Wicket? Ok, let me explain it better. I wanna make a way to an administrator be able to register a newsletter to send to it's clients. And I would like to be able to put an *WYSIWYG* interface on the page to be able

Re: WYSIWYG component

2009-02-25 Thread Daniel Ferreira Castro
/STUFFWIKI/wicket-contrib-tinymce Daniel Ferreira Castro wrote: Guys, Maybe u know something about. Is there any *WYSIWYG* solution to use with Wicket? Ok, let me explain it better. I wanna make a way to an administrator be able to register a newsletter to send to it's clients. And I

Re: WYSIWYG component

2009-02-25 Thread Daniel Ferreira Castro
, as described on the wicketstuff site. On Wed, Feb 25, 2009 at 5:20 PM, Daniel Ferreira Castro dfcas...@gmail.comwrote: I am readig it now :) But I am not seeing a way to insert it as a dependency on my pom.xml (Maven). What is the latest version that is compatible to wicket 1.4-rc2

Re: WYSIWYG component

2009-02-25 Thread Daniel Ferreira Castro
By commenting the line SpellCheckPlugin spellCheckPlugin = new SpellCheckPlugin(); it runs, but appears only a TextArea without tools...a single TextArea. Why? :) On Wed, Feb 25, 2009 at 9:31 PM, Daniel Ferreira Castro dfcas...@gmail.comwrote: I did it. But now I am recievieng an error whn

Re: Wicket meetup in Switzerland?

2009-02-23 Thread Daniel Frisk
We have had a little bit of both languages. Most swedes are resonable proficent in english so we have used that when not all attendes know swedish. If you have some business planned in Stockholm you are more than welcome! // Daniel jalbum.net On 2009-02-22, at 22:03, Nino Martinez wrote

Re: Wicket meetup in Switzerland?

2009-02-22 Thread Daniel Frisk
at our google group at http://wicket.jalbum.net // Daniel jalbum.net On 2009-02-22, at 12:45, Nino Martinez wrote: Yeah We have trouble here in Denmark too, all our events has only been max 5 people... So Cemal if you know of anyone who could be interested in a WUG DK please tell

Re: Drop Down Box - Ajax Behaviour

2009-02-19 Thread Daniel Ferreira Castro
The method getHibernateTransaction is a need :) Hibernate complains if I try to do a select without an active transaction. But this is not the case, it is working fine - no runtime errors - so it is ok at the moment :) My problem is that After I submit the form, inserting on the bank a new

Re: Drop Down Box - Ajax Behaviour

2009-02-18 Thread Daniel Ferreira Castro
); closeTransaction(); closeSession(); } Please, can anyone help me? On Mon, Feb 16, 2009 at 7:34 PM, Daniel Ferreira Castro dfcas...@gmail.comwrote: *This is my form source code* package com.jasp.ecommfwk.pages.forms; import java.io.Serializable; import java.util.List; import

Drop Down Box - Ajax Behaviour

2009-02-16 Thread Daniel Ferreira Castro
I read the examples of Ajax Forms and I am trying to adapt it to my needs. I have a form with a input text, a drop down box, a feedback panel and a submit button. My submit is an ajaxButton. My form setsOutputMarkupId(true); My dropdown sets OutputMarkupId(true); When I submit my form it inserts

Re: Drop Down Box - Ajax Behaviour

2009-02-16 Thread Daniel Ferreira Castro
: http://jvdrums.sourceforge.net/ LinkedIn: http://www.linkedin.com/in/egolan74 P Save a tree. Please don't print this e-mail unless it's really necessary On Mon, Feb 16, 2009 at 2:13 PM, Daniel Ferreira Castro dfcas...@gmail.comwrote: I read the examples of Ajax Forms and I am trying to adapt

Re: Drop Down Box - Ajax Behaviour

2009-02-16 Thread Daniel Ferreira Castro
*This is my form source code* package com.jasp.ecommfwk.pages.forms; import java.io.Serializable; import java.util.List; import org.apache.log4j.Logger; import org.apache.wicket.ajax.AjaxRequestTarget; import org.apache.wicket.ajax.form.AjaxFormComponentUpdatingBehavior; import

Wicket source code using Maven

2009-02-16 Thread Daniel Ferreira Castro
How to do to be able to download the source code of Wicket throught Maven? I tried to insert it on my project pom, but didn't have success repositories repository idwicket-snaps/id urlhttp://wicketstuff.org/maven/repository/url snapshots

Re: Wicket source code using Maven

2009-02-16 Thread Daniel Ferreira Castro
Thanks On Mon, Feb 16, 2009 at 10:43 PM, Igor Vaynberg igor.vaynb...@gmail.comwrote: mvn eclipse:eclipse -DdownloadSources=true -igor On Mon, Feb 16, 2009 at 5:38 PM, Daniel Ferreira Castro dfcas...@gmail.com wrote: How to do to be able to download the source code of Wicket throught

Re: Tabbed Page

2009-02-13 Thread Daniel Ferreira Castro
for each Panel class? On Wed, Feb 11, 2009 at 11:43 AM, Thomas Mäder thomas.mae...@devotek-it.chwrote: What's the problem? A TabbedPanel is a Panel, so you can return it from ITabl.getPanel(). Thomas On Wed, Feb 11, 2009 at 12:21 PM, Daniel Ferreira Castro dfcas...@gmail.com wrote

Re: Tabbed Page

2009-02-13 Thread Daniel Ferreira Castro
/ This is tab-panel 3 /wicket:panel /html The error that I get is this WicketMessage: Tag expected [markup = file:/E:/Daniel/Projetos/ecommFwkBackOffice/target/classes/com/jasp/ecommfwk/pages/common/layout/panels/CadastroPanel.html !DOCTYPE html PUBLIC -//W3C//DTD HTML 4.01 Transitional//EN http

Tabbed Page

2009-02-11 Thread Daniel Ferreira Castro
Is it possible to have other tabbed pannels inside a tabbed panel? Imagine the example http://wicketstuff.org/wicket13/ajax/tabbed-panel.1 If I click on first tab, instead of showing This is tab-panel 1 it would show, or at least I would like to, show another tabbed panel with tabs and those

Ajax Example Page Problem

2009-02-09 Thread Daniel Ferreira Castro
I am having some difficulties to understand the example present on http://www.wicket-library.com/wicket-examples/ajax/todo-list.1 The problem as a matter of facts is that the example is full of inner classes and I am trying, using Eclipse, to make all of them Top Level Classes but everytime I do

Re: Ajax Example Page Problem

2009-02-09 Thread Daniel Ferreira Castro
of artifacts seem to be too high...it makes harder the understand and adapt it. On Mon, Feb 9, 2009 at 11:41 AM, Thomas Mäder thomas.mae...@devotek-it.chwrote: Actually stating what the errors are might help. Thomas On Mon, Feb 9, 2009 at 2:38 PM, Daniel Ferreira Castro dfcas

A doubt regarding best-practices

2009-02-05 Thread Daniel Ferreira Castro
In lots of books about wicket I can see a Page implementation declaring a Form as an inner class of the Page. Of course that this is, in part, a personal preference. I think, in my opinion, that the approach of declaring the Form as an inner class makes the code more dirty. I mean, the Page class

StatelessForm and field parameters in url after post

2009-02-04 Thread Daniel Stoch
in url). -- Daniel - To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org For additional commands, e-mail: users-h...@wicket.apache.org

Re: Multi-module applications in Wicket

2009-02-02 Thread Daniel Lipski
Thanks for your help. I havnt tried this yet becaouse this involves some refactoring and I wanted to be sure that I'll choose correct solution. Daniel Stoch-2 wrote: No, I don't say you need OSGi container, but in more complex environments it may be helpful. Of course you can, as you

Re: Multi-module applications in Wicket

2009-02-02 Thread Daniel Lipski
Do I really need OSGi container ?(OSGi is great idea, but I would like to keep this simple) Why I cant just map WicketFilter multiple times ? I would like to stay with one war deployed on Tomcat container. Daniel Stoch-2 wrote: Maybe you should look at OSGi? Then each of your application

Re: Multi-module applications in Wicket

2009-02-02 Thread Daniel Stoch
you already know it ;)). -- Daniel On Mon, Feb 2, 2009 at 10:39 AM, Daniel Lipski daniel.lipski...@gmail.com wrote: yes, they use the same service layer and the same caches. Whats more its easier to deploy build one war insted of many. Does your question suggests that there are problems

Re: Multi-module applications in Wicket

2009-02-02 Thread Daniel Lipski
applications (in the java servlet sense). Is there a reason you cannot have multiple WARs? Thomas On Sun, Feb 1, 2009 at 2:09 PM, Daniel Lipski daniel.lipski...@gmail.comwrote: Hi Im working on web application divided into multiple 'modules' and Im wondering how to use Wicket

Re: Multi-module applications in Wicket

2009-02-02 Thread Daniel Stoch
No, I don't say you need OSGi container, but in more complex environments it may be helpful. Of course you can, as you wrote, map WicketFilter multiple times and this should work - why you didn't try this yet? :) -- Daniel On Mon, Feb 2, 2009 at 12:03 PM, Daniel Lipski daniel.lipski...@gmail.com

Multi-module applications in Wicket

2009-02-01 Thread Daniel Lipski
which I havnt foreseen. Maybe there is general rule/pattern/solution for writing multi-module web applciaions ? Im sure its common issue and many of you could share some experience. Thanks for any help. Regards Daniel -- View this message in context: http://www.nabble.com/Multi-module

Re: Feedback Panel

2009-01-31 Thread Daniel Ferreira Castro
found this... http://fisheye6.atlassian.com/browse/wicket/trunk/wicket/src/main/java/org/apache/wicket/markup/html/panel/FeedbackPanel.html?r1=647167r2=709216 I had to update the html file inside the jar to be able to customize the error messages. On Fri, Jan 30, 2009 at 9:34 PM, Daniel Ferreira

Feedback Panel

2009-01-30 Thread Daniel Ferreira Castro
Hi, I am looking around internet but I still haven´t found what I am looking for - (Bono, do not sue me) I would like to customize a Feedback Panel in a way that error messages are displayed as Red, info as Green and Warn as Yellow (I will need to change the background of this panel to make it

Re: Problems running wicket application on Jetty - Help please.

2009-01-30 Thread Daniel Ferreira Castro
not see what you have exported in eclipse - that is an eclipse specific feature. -igor On Thu, Jan 29, 2009 at 4:30 AM, Daniel Ferreira Castro dfcas...@gmail.com wrote: I know that this can be a little gray zone problem, but let me ask anyway. I went to the quickstart, http

Re: Feedback Panel

2009-01-30 Thread Daniel Ferreira Castro
; width: 90%; } francisco On Fri, Jan 30, 2009 at 1:07 PM, Erik van Oosten e.vanoos...@grons.nl wrote: The HTML that is rendered by FeedBackPanel provides enough styling that you can do this with CSS. Regards, Erik. Daniel Ferreira Castro wrote: Hi, I am

Re: Feedback Panel

2009-01-30 Thread Daniel Ferreira Castro
at 7:08 AM, Daniel Ferreira Castro dfcas...@gmail.comwrote: No bullets att all will fit the case :) On Fri, Jan 30, 2009 at 11:01 AM, Erik van Oosten e.vanoos...@grons.nl wrote: Well, I am assuming you want either a numbered list, or no bullets at all. If you want something else

Problems running wicket application on Jetty - Help please.

2009-01-29 Thread Daniel Ferreira Castro
I know that this can be a little gray zone problem, but let me ask anyway. I went to the quickstart, http://wicket.apache.org/quickstart.html, e executed the command bellow 1) mvn archetype:create -DarchetypeGroupId=org.apache.wicket -DarchetypeArtifactId=wicket-archetype-quickstart

Re: Change Year in DatePicker

2009-01-28 Thread Daniel Peters
DatePicker and override one method: protected boolean enableMonthYearSelection() { return true; } (not sure about version 1.3.0, but it worked in 1.3.5 and 1.4) -Daniel - To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org

Re: Set width of auto complete text field?

2009-01-21 Thread Daniel Peters
#ccc;padding: 1px;margin-top:1px;text-align:left;} div.wicket-aa ul {list-style:none; padding:0; margin:0;} div.wicket-aa ul li {padding:1px 5px 1px 5px;} div.wicket-aa ul li.selected {background-color:#ff6600} -Daniel

WicketRuntimeException

2009-01-19 Thread Daniel Ferreira Castro
com.jasp.ecommfwk.login.PageLogin; import com.jasp.ecommfwk.session.ECommBackOfficeSession; /** * @author Daniel * */ public class eCommBackOffice extends WebApplication { /** * */ public eCommBackOffice() { // TODO Auto-generated constructor stub } @Override

Re: Wicket error in GlassFish

2008-12-16 Thread Daniel
remove it. 2008/12/16 Daniel lia...@gmail.com Hi, I'm an newbie in Wicket. When I create my first hello world wicket program, strange error encounted. The hello world program is just to show 'Hello World' through Label. The web.xml is as below, servlet servlet

Wicket error in GlassFish

2008-12-16 Thread Daniel
(ContextParamWebApplicationFactory.java:68) ... 38 more When I use the URL http://localhost:8080/WicketExamples/, the result is correct. My env is JDK 1.5.0_16 Wicket 1.4rc1 Tomcat 6.0 GlassFish v3 Can anybody help me? Thank you in advance. -- Best regards, Daniel

Re: Wicket error in GlassFish

2008-12-16 Thread Daniel
param-value2/param-value /init-param /filter 2008/12/16 Daniel lia...@gmail.com Hi, I'm an newbie in Wicket. When I create my first hello world wicket program, strange error encounted. The hello world program is just to show 'Hello World' through Label

Newbie question

2008-12-09 Thread Mark Daniel
Hello all, I'm following the wicket in action book. I'm trying the cheese store in chapter 3. I was following along the code by reading a bit and coding a bit on my own. The code defining the ListView for the cheese cart is originally: add(new ListView(cart, new PropertyModel(this,

Re: Newbie question

2008-12-09 Thread Mark Daniel
. -Original Message- From: Mark Daniel [mailto:[EMAIL PROTECTED] Sent: Tuesday, December 09, 2008 6:23 PM To: users@wicket.apache.org Subject: Newbie question Hello all, I'm following the wicket in action book. I'm trying the cheese store in chapter 3. I was following along

Re: Newbie question

2008-12-09 Thread Mark Daniel
instance, but its probably not the same instance of list you are adding items to. that is why the original code uses a model to give listview the list. read the models chapter... -igor On Tue, Dec 9, 2008 at 12:23 PM, Mark Daniel [EMAIL PROTECTED] wrote: Hello all, I'm following the wicket

Re: Newbie question

2008-12-09 Thread Mark Daniel
By original source, I meant I just tried it on the book source code download. On Wed, Dec 10, 2008 at 1:20 AM, Mark Daniel [EMAIL PROTECTED] wrote: Hi Igor, I just changed one line the original source (in my original post), and built a war and deployed on tomcat, and got the behavior I

<    1   2   3   4   5   6   >