Re: Wicket + Spring DM + Hibernate

2009-06-23 Thread Daniel Dominik Holúbek
Yes, that's the way it's meant to work :) On Tue, Jun 23, 2009 at 3:25 PM, James Carman wrote: > On Tue, Jun 23, 2009 at 8:26 AM, Daniel Dominik Holúbek > wrote: > > > > I appreciate your help, of course :)You know, I'm trying to create a web > app > >

Re: Wicket + Spring DM + Hibernate

2009-06-23 Thread Daniel Stoch
. So you must store somewhere information about ApplicationContext in context of bundle class loader. Then when you injecting a bean to PanelA: get a class PanelA classloader find a proper AC for it and then inject a bean from this AC. -- Daniel On Tue, Jun 23, 2009 at 10:05 AM, Daniel Dominik

Re: Wicket + Spring DM + Hibernate

2009-06-23 Thread Daniel Dominik Holúbek
mes Carman wrote: > On Tue, Jun 23, 2009 at 4:05 AM, Daniel Dominik Holúbek > wrote: > > > > Okay, but I still don't understand the reason of doing this stuff :)I've > > already created the Application bean, and implemented > > ApplicationContextAware. > >

Re: Wicket + Spring DM + Hibernate

2009-06-23 Thread Daniel Dominik Holúbek
x27;t have access to the Spring ApplicationContext to lookup your > > "application" object. > > > > On Mon, Jun 22, 2009 at 3:57 PM, Igor Vaynberg > wrote: > >> you have to create wicketapplication instance as a spring bean in > >> order for seta

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 goe

Re: Wicket + Spring DM + Hibernate

2009-06-22 Thread Daniel Dominik Holúbek
n 22, 2009 at 11:09 AM, Daniel Dominik > Holúbek 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

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...@

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 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, Dan

Re: Wicket + Spring DM + Hibernate

2009-06-21 Thread Daniel Dominik Holúbek
t; takes an ApplicationContext object). Construct your > ApplicationContext however you want. > > On Sun, Jun 21, 2009 at 2:09 PM, Daniel Dominik Holúbek > wrote: > > > > Well, no.I'll explain: > > It's an OSGi app running in equinox-bridge. In my bundles there

Re: Wicket + Spring DM + Hibernate

2009-06-21 Thread Daniel Dominik Holúbek
be happy :) On Sun, Jun 21, 2009 at 7:28 PM, James Carman wrote: > You can't use @SpringBean? > > On Sun, Jun 21, 2009 at 11:03 AM, Daniel Dominik > Holúbek wrote: > > Hello everyone :)So, I solved the Spring DM problems successfully... but > > there is still one

Re: Wicket + Spring DM + Hibernate

2009-06-21 Thread Daniel Dominik Holúbek
I think I need your help :) Thanks a lot! On Tue, Jun 16, 2009 at 2:01 AM, djo mos wrote: > Hi, > > On Mon, Jun 15, 2009 at 9:28 PM, Daniel Dominik Holúbek < > dankodo...@gmail.com> wrote: > > > Well, may be, but won't they send me back to this mailinglist? :

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

2009-06-19 Thread Daniel Toffetti
No. Sadly, He didn't: http://xkcd.com/224/ Daniel - To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org For additional commands, e-mail: users-h...@wicket.apache.org

Re: Wicket + Spring DM + Hibernate

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

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 blogs,

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

2009-06-06 Thread Daniel Toffetti
danisevsky 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:\pr

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

2009-06-05 Thread Daniel Toffetti
s been updated 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.a

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

2009-06-02 Thread Daniel Fernández
e drop down). 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
to the entity class itself. > Out of curiosity, does the practice 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 ---

Re: when will be wicket 1.4 final release

2009-05-27 Thread Daniel Toffetti
here will be an alpha 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

Exception message somewhat unhelpful

2009-05-26 Thread Daniel Toffetti
her similar exception messages 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

Re: [announce] WicketStuff Artwork new release

2009-05-26 Thread Daniel Toffetti
s: http://ninomartinez.wordpress.com/2009/05/26/wicketstuff-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

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
lse? > > Thanks for reply > Hi, 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 -

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 recrea

Re: Pimp your Wicket app!

2009-05-07 Thread Daniel Frisk
uests 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 jalbu

Re: Logging for performance analysis

2009-04-28 Thread Daniel Toffetti
our first Java web app so a lot of inexperience with all the tools, but Tomcat not only get stuck to 30-80% CPU from time to time but it even crashes sometimes, I'm afraid I'm missing some obvious configuration. Cheers, Daniel -

Re: Logging for performance analysis

2009-04-27 Thread Daniel Toffetti
e of page map? Etc? > > 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 shar

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 : > jira issue > > -igor > > On Mo

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

2009-04-27 Thread Daniel Fernandez
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 : > Hello, > > I am sorry I am not going to be very specific here, because the error > I am experiencing is not very deterministic. > >

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

2009-04-23 Thread Daniel Fernandez
e javascript console... Any clues? Thank you, Daniel. - To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org For additional commands, e-mail: users-h...@wicket.apache.org

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, Dani

Re: Random exception at ResourceListenerInterface

2009-04-23 Thread Daniel Fernandez
the same page in an asynchronous way). Regards, Daniel. 2009/4/23 Daniel Fernandez : > 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, with

Re: Random exception at ResourceListenerInterface

2009-04-23 Thread Daniel Fernandez
am not understanding about the way this URL should be served? Thanks again, Daniel. 2009/4/22 Igor Vaynberg : > 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 q

Re: Random exception at ResourceListenerInterface

2009-04-22 Thread Daniel Fernandez
understand, of course). The URL is created passing the FlashDataContainer.this 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 : > why dont you set a breakp

Random exception at ResourceListenerInterface

2009-04-22 Thread Daniel Fernandez
I only get the exception once each, say... 50 times I reload the page (I mean "browser reload" = new page object). The other 49 times everything works fine. It's quite random... Any clues? Regards, Daniel. - To unsub

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 showing

Re: AbstractAjaxTimerBehavior start

2009-04-17 Thread Daniel Toffetti
(untested, but I don't see a reason > > why it wouldn't work. could imagine that this solution might not be as > > elegant as hoped) > > > > - Tom > > You don't have to set setOutputMarkupId to true in AbstractAjaxTimerBehavior

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. Thank

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 wrote: > put it into a panel > > -igor > > On Wed, Apr 1, 2009 at 11:46 AM, Daniel Ferreira Castro > wrote: > > I have a doubt about componentizing a Form. > > > > If I create a class, MyFor

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 inst

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 not

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 ? Rega

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 IComponentS

Re: Caching of rendered panels

2009-03-27 Thread Daniel Frisk
e 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 mod

Caching of rendered panels

2009-03-27 Thread Daniel Frisk
could be done. Ideas 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

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 - http://ww

Re: Extensible wicket application

2009-03-26 Thread Daniel Dominik Holúbek
asses by name. > > Best, > > Ernesto > > > 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: > > > > HibernateT

Re: Extensible wicket application

2009-03-26 Thread Daniel Dominik Holúbek
if the arc attribute is bogus, then one 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 > wrote: > > Ernesto, thank you very much :) >> If my applicatio

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 wrote: > I am still trying to make tinymce work on my project. But I only get a > simple tex

Re: WYSIWYG component

2009-03-24 Thread Daniel Ferreira Castro
the Project Restarted the jetty and launched the application. Nothing happened. Please, could anyone help me? On Fri, Mar 13, 2009 at 7:32 PM, Daniel Ferreira Castro wrote: > Great :) Thanks :) > The Exception stopped from ocurring, but I still have the problem of only > showing a TextArea wi

Re: Extensible wicket application

2009-03-21 Thread Daniel Dominik Holúbek
e 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, Danie

Re: Extensible wicket application

2009-03-21 Thread Daniel Dominik Holúbek
r. > > On Fri, Mar 20, 2009 at 9:58 PM, Ernesto 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/news

Re: Extensible wicket application

2009-03-19 Thread Daniel Dominik Holúbek
ee if tomorrow I find some time 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 bund

Re: Extensible wicket application

2009-03-19 Thread Daniel Dominik Holúbek
d then export the > jar to a bridge/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&g

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 ge

Re: Extensible wicket application

2009-03-17 Thread Daniel Dominik Holúbek
; the OSGi runtime... > > About the console I think there is flag -console or similar that allows you > to disable/enable 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

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 https://wicket-stuff.svn.sourceforge.net/svnroot/wicket-stuff/trunk/wicketstuff-core/tinymce-parent/tinymce-examples/src/main

Re: Propper Way to Use StringResourceModel

2009-03-13 Thread Daniel Ferreira Castro
t is not a ResourceBundle. On Fri, Mar 13, 2009 at 11:46 AM, Igor Vaynberg wrote: > 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 Cast

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 l

Re: Extensible wicket application

2009-03-13 Thread Daniel Dominik Holúbek
en you will have a equinox launcher called wicket-app (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...@gmai

Re: Extensible wicket application

2009-03-12 Thread Daniel Dominik Holúbek
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&

Re: Extensible wicket application

2009-03-12 Thread Daniel Dominik Holúbek
dles? Where? How? :) Btw, I am running 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

Extensible wicket application

2009-03-10 Thread Daniel Dominik Holúbek
Hello everyone! For couple a weeks now, I am trying to develop an extensible application in Wicket. The goal is simple. We have a "core" deployed tothe java web server, and then we create only "modules", which consist of some classes, html files and maybe some styles or other resources. We tried to

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 Dan

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")); a

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 wrote: > I did it. > > But now I am recievieng an error whn acce

Re: WYSIWYG component

2009-02-25 Thread Daniel Ferreira Castro
escribed on the > wicketstuff site. > > > > On Wed, Feb 25, 2009 at 5:20 PM, Daniel Ferreira Castro > wrote: > > > 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 tha

Re: WYSIWYG component

2009-02-25 Thread Daniel Ferreira Castro
t-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

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

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 TextField or TextField? 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 people ever

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
e) sign up 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 p

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 Categor

Re: Drop Down Box - Ajax Behaviour

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

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 wrote: > mvn eclipse:eclipse -DdownloadSources=true > > -igor > > On Mon, Feb 16, 2009 at 5:38 PM, Daniel Ferreira Castro > wrote: > > How to do to be able to download the source code of Wicket throught > Ma

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 wicket-snaps http://wicketstuff.org/maven/repository true

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 org.apache.wicket

Re: Drop Down Box - Ajax Behaviour

2009-02-16 Thread Daniel Ferreira Castro
> > Visit: 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 > wrote: > > > I read

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: Tabbed Page

2009-02-13 Thread Daniel Ferreira Castro
d); // TODO Auto-generated constructor stub } } http://www.w3.org/1999/xhtml"; > This is tab-panel 3 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/Cadastr

Re: Tabbed Page

2009-02-13 Thread Daniel Ferreira Castro
each Panel class? On Wed, Feb 11, 2009 at 11:43 AM, Thomas Mäder wrote: > 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 > >

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 would

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 wrote: > Actually stating what the errors are might help. > > Thomas > > On Mon, Feb 9, 2009 at 2:38 PM, Daniel Ferreira Castro > wrote: > > > I

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 t

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 clas

StatelessForm and field parameters in url after post

2009-02-04 Thread Daniel Stoch
ly "password" fields - because it is not very secure to show these values 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

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 wrote: >

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 appli

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 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 with few W

Re: Multi-module applications in Wicket

2009-02-02 Thread Daniel Lipski
s like different web 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 > wrote: > >> >> Hi >> >> Im working on web application divided into

Multi-module applications in Wicket

2009-02-01 Thread Daniel Lipski
n stretch the wrong one. For now Im closer to solution 2), but I worry about things 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. Reg

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=647167&r2=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, Da

Re: Feedback Panel

2009-01-30 Thread Daniel Ferreira Castro
e straight-forward. > > On Fri, Jan 30, 2009 at 7:08 AM, Daniel Ferreira Castro > wrote: > > > No bullets att all will fit the case :) > > > > On Fri, Jan 30, 2009 at 11:01 AM, Erik van Oosten > >wrote: > > > > > Well, I am assuming you want either a

Re: Feedback Panel

2009-01-30 Thread Daniel Ferreira Castro
k at the Wicket examples to see some CSS customization. > > Regards, > Erik. > > > > Erik van Oosten wrote: > >> Again, change it with css. >> >>Erik. >> >> Daniel Ferreira Castro wrote: >> >>> And if I don´t wanna a unum

Re: Feedback Panel

2009-01-30 Thread Daniel Ferreira Castro
margin-left: 6px; >margin-bottom: 20px; >padding: 0; >width: 90%; >} > > francisco > > On Fri, Jan 30, 2009 at 1:07 PM, Erik van Oosten > wrote: > > The HTML that is rendered by FeedBackPanel provides enough styling that > you >

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

2009-01-30 Thread Daniel Ferreira Castro
u have exported in eclipse - that is an > eclipse specific feature. > > -igor > > On Thu, Jan 29, 2009 at 4:30 AM, Daniel Ferreira Castro > wrote: > > I know that this can be a little "gray zone problem", but let me ask > anyway. > > > > I went to t

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

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 -Darchetype

Re: Change Year in DatePicker

2009-01-28 Thread Daniel Peters
it possible? extend 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-

<    1   2   3   4   5   6   >