Re: Coding - On Software Design Process

2010-10-01 Thread nino martinez wael
looks nice.. I'll grab a copy too :) It'll probably stack nice along side "uncle bobs" clean code... 2010/10/2 Jonathan Locke : > > Excellent! > > A few people have pointed out that I didn't include a Table of Contents on > the product page. I updated Amazon, but the change won't show up for 2-4 >

Long running browser with wicket..?

2010-10-01 Thread nino martinez wael
HI Im in the midst of developing an application which will be displayed on a coupled of screens per site, where the boxes won't be restarted until a problem occurs. So have any one had experience with long running IE / FF / SF or Chrome against wickets ajax? My firefox just crashed, but I have a

Re: legup / guic 2.0 + warp persist missing filter?

2010-10-01 Thread nino martinez wael
ype and > version do you mean (we updated the versions today, but I don't think > we changed any web.xml files)? > > -- > Regards - Richard Wilkinson > Developer, > jWeekend: OO & Java Technologies - Development and Training > http://jWeekend.com > > On

Re: Wicket 1.5 Ajax issue?

2010-10-01 Thread nino martinez wael
Forgot to show that I of course did set these: webMarkupContainer.setOutputMarkupId(true); webMarkupContainer.setOutputMarkupPlaceholderTag(true); 2010/10/1 nino martinez wael : > Hi > > I've possibly encountered an issue with the > AjaxSelfUpda

Wicket 1.5 Ajax issue?

2010-10-01 Thread nino martinez wael
Hi I've possibly encountered an issue with the AjaxSelfUpdatingTimerBehavior. Suddently Ajax stops working, a browser refresh fixes the problem. If you need more details please tell. Snip from code: webMarkupContainer.add(new AjaxSelfUpdatingTimerBehavior(Duration

legup / guic 2.0 + warp persist missing filter?

2010-10-01 Thread nino martinez wael
Hi Are there any reason why the legup archetyp are missing the persistence filter declaration? Like belov? warpPersistFilter com.wideplay.warp.persist.PersistenceFilter warpPersistFilter /*

Re: Reporting bugs for Wicketstuff components

2010-09-30 Thread nino martinez wael
yup should be possible. Sebastian please give a shout when created the tickets.. 2010/9/29 Martin Grigorov : > Since wicketstuff.org/jira is not there anymore, can't we use some > sf.netservice for this ? > wicketstuff's svn is sf.net > > On Wed, Sep 29, 2010 at 8:02 PM, Sebastian wrote: > >> Hi,

Re: Where to post wicket jobs

2010-09-30 Thread nino martinez wael
heres fine or the linkedin group.. regards Nino 2010/9/30 Jered Myers : >  I am looking for a good place to post small jobs (e.g. creating custom UI > components) using Wicket like RentACoder.  Can someone please point me to a > good site or the proper mailing list for this.  Thanks! > > Jered >

Re: The Long, Long Dependency Trail

2010-09-23 Thread nino martinez wael
if I where you i'd go use one of the legup archetypes or wicket stuff iolite (although a bit outdated) and build on those, they provide the boilder plate so you dont have to write it. Use a artifact manager like nexus or artifactory.. As for the rest of it, I wrote an article here : http://ninomar

Re: using IOC in panels?

2010-09-23 Thread nino martinez wael
inaldo Barreiro < >> reier...@gmail.com> wrote: >> >>> There is a component instantiation listener that takes care of that: >>> you just use new as "always". >>> >>> Ernesto >>> >>> On Thu, Sep 23, 2010

Re: wicket 1.5 migration guide lacking mount information

2010-09-23 Thread nino martinez wael
Hehe, wrong link to the documentation.. But I actually do not get named parameters(it's just null) when using MountedMapper.. 2010/9/23 Martin Grigorov : > Hi Nino, > > On Thu, Sep 23, 2010 at 11:10 AM, nino martinez wael < > nino.martinez.w...@gmail.com> wrote: > &

Re: using IOC in panels?

2010-09-23 Thread nino martinez wael
ro < > reier...@gmail.com> wrote: > >> There is a component instantiation listener that takes care of that: >> you just use new as "always". >> >> Ernesto >> >> On Thu, Sep 23, 2010 at 11:17 AM, nino martinez wael >> wrote: >> > b

Re: using IOC in panels?

2010-09-23 Thread nino martinez wael
only in non Component classes. > > P.S. The API above is for 1.5. > > On Thu, Sep 23, 2010 at 11:03 AM, Martin Makundi < > martin.maku...@koodaripalvelut.com> wrote: > >> You must weigh benefits and cons about whereto manage your IOC. >> >> ** >> Ma

Re: wicket 1.5 migration guide lacking mount information

2010-09-23 Thread nino martinez wael
/repos/asf/wicket/trunk/wicket-examples/src/main/java/org/apache/wicket/examples/requestmapper But what would the correct 1.5 way to mount a bookmarkablepage with a querystringurlcodingstrategy? 2010/9/23 nino martinez wael : > Hi > > Seems the way you mount pages has been change, the migrat

wicket 1.5 migration guide lacking mount information

2010-09-23 Thread nino martinez wael
Hi Seems the way you mount pages has been change, the migration guide (https://cwiki.apache.org/confluence/display/WICKET/Migration+to+Wicket+1.5#MigrationtoWicket1.5-WicketIOCchanges) does not mention this. Also the default way that 1.4 mapped pages was as a querystringurlcodingstrategy AFAIK, t

Re: using IOC in panels?

2010-09-23 Thread nino martinez wael
the IOC principle? 2010/9/23 Martin Makundi : > What is your need exactly? > > ** > Martin > > 2010/9/23 nino martinez wael : >> Hi >> >> what should I do if I want to use IOC in my panels? In short I need a >> sort of a provider injected into a p

using IOC in panels?

2010-09-23 Thread nino martinez wael
Hi what should I do if I want to use IOC in my panels? In short I need a sort of a provider injected into a panel, what's the prettiest way to do it? regards Nino - To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org For

Re: Inter-Component Validation (or how to marry two strangers)

2010-09-22 Thread nino martinez wael
I had something similar, I can look it up tomorrow(in 15 hours or so). I think it was something like making the validators aware of each other or something. 2010/9/22 splitshade : > > Hi, > > this seems a rather simple question on the first sight, but I can't seem to > find a clean solution to t

Re: Wicket 1.5m2.1 forms / buttons ?

2010-09-22 Thread nino martinez wael
true.. But the other issue with swapping components was strange 2010/9/22 Igor Vaynberg : > no. what if its an integer field and the user entered "abc", how do > you expect to stick that into the model with validation turned off? > > -igor > > On Wed, Sep 22, 2010 at

Re: Wicket 1.5m2.1 forms / buttons ?

2010-09-22 Thread nino martinez wael
Submit(); info("displaycontainer select pressed selectedDisplayContainer was:>" + selectedDisplayContainer.getObject() + "<"); } }); 2010/9/22 nino martinez

Re: Wicket 1.5m2.1 forms / buttons ?

2010-09-22 Thread nino martinez wael
> the ddc are correct), but apparently the model are still null. Very > strange.. > > I guess I should provide log info ? > > 2010/9/22 nino martinez wael : >> Martin I owe you a beer or similar! >> >> 2010/9/22 Martin Grigorov : >>> Override onError() method

Re: Wicket 1.5m2.1 forms / buttons ?

2010-09-22 Thread nino martinez wael
e log info ? 2010/9/22 nino martinez wael : > Martin I owe you a beer or similar! > > 2010/9/22 Martin Grigorov : >> Override onError() methods and add some debug. Maybe the validation didn't >> pass. >> >> On Wed, Sep 22, 2010 at 3:17 PM, nino martinez wael <

Re: Wicket 1.5m2.1 forms / buttons ?

2010-09-22 Thread nino martinez wael
Martin I owe you a beer or similar! 2010/9/22 Martin Grigorov : > Override onError() methods and add some debug. Maybe the validation didn't > pass. > > On Wed, Sep 22, 2010 at 3:17 PM, nino martinez wael < > nino.martinez.w...@gmail.com> wrote: > >> Hi >>

Wicket 1.5m2.1 forms / buttons ?

2010-09-22 Thread nino martinez wael
Hi Should'nt this work? My onsubmits are never triggered..? I've tried various options, submitlink, onchangenotification on ddc. HTML: Wallboard Configuration Name Current Wallbo

Re: [RELEASE] WASP/SWARM/Wicket security 1.4.1 released, roadmap for future direction

2010-09-20 Thread nino martinez wael
For the names, I'd probably go for "Wicket Keeper" or playaround with services like this: http://acronymcreator.net A few samples from first shot of "framework formerly know as wicket security" : FRESh: Framework foRmerly wickEt Security FEISty: Framework formErly wIcket Security FLAWlEsS: Frame

Re: Wicket 1.5 Markup Cache?

2010-09-20 Thread nino martinez wael
https://issues.apache.org/jira/browse/WICKET-3062 attached proposed fix.. 2010/9/20 Martin Grigorov : > Create a ticket please. > > On Mon, Sep 20, 2010 at 12:46 PM, nino martinez wael < > nino.martinez.w...@gmail.com> wrote: > >> Hi >> >> Just

Wicket 1.5 Markup Cache?

2010-09-20 Thread nino martinez wael
Hi Just saw this in my log: 12:36:09.823 [ModificationWatcher Task] DEBUG org.apache.wicket.markup.MarkupCache - Remove from cache: cacheKey=com.netdesign.wallboard.DesignerPagedanull_nullhtml And was wondering why theres the null_null in the cache key, I think it has something to do with variat

Re: Wicket 1.5 SerializableChecker/guice

2010-09-20 Thread nino martinez wael
ng? regards Nino 2010/9/20 nino martinez wael : > Hmmm, I've tried to reproduce the error but have been unable so far.. > I'll get back on this one if I get it again.. > > regards Nino > > 2010/9/17 nino martinez wael : >> ok. They come next week.. >> >

Re: Wicket 1.5 SerializableChecker/guice

2010-09-20 Thread nino martinez wael
Hmmm, I've tried to reproduce the error but have been unable so far.. I'll get back on this one if I get it again.. regards Nino 2010/9/17 nino martinez wael : > ok. They come next week.. > > regards Nino > > 2010/9/17 Martin Grigorov : >> Show us some code/except

Re: Wicket 1.5 SerializableChecker/guice

2010-09-17 Thread nino martinez wael
ok. They come next week.. regards Nino 2010/9/17 Martin Grigorov : > Show us some code/exceptions > > On Fri, Sep 17, 2010 at 10:48 AM, nino martinez wael < > nino.martinez.w...@gmail.com> wrote: > >> Hi >> >> I have a case where one of the models contains

Wicket 1.5 SerializableChecker/guice

2010-09-17 Thread nino martinez wael
Hi I have a case where one of the models contains a an instance of that uses injection(guice) and the SerializableChecker says that the proxy are not implementing Serializable, which are true but should the wicket-guice integration pickup that and do it's magic or does it only apply to pages? reg

Re: How to update components using Ajax when ModalWindow closes?

2010-09-14 Thread nino martinez wael
Theres a special noncaching image for this NonCachingImage 2010/9/14 Johan Haleby : > > Hi, > > When a user clicks on an Image a ModalWindow pops up where users can upload > and change this picture. When the user has uploaded a new picture and click > "OK" in the ModalWindow I want it to close dow

Re: Resize an opened ModalWindow programmatically?

2010-09-14 Thread nino martinez wael
My knowledge are weak here, but you're always able todo dom manipulation. So whatever you want are possible. (disclaimer) A one second google search brought this: http://www.css-resources.com/Change-Div-Size-Color-and-Location-with-the-W3C-DOM.htm 2010/9/14 Johan Haleby : > > Hi, > > I'd like to

Re: Wicket 1.5 adding a resource used from css?

2010-09-14 Thread nino martinez wael
use wicket:link or > response.renderCSSReference(...) ? > > Can you paste your code to some pastebin and post the link here? > > > Am 14.09.2010 um 09:10 schrieb nino martinez wael: > >> .title { >>       width:98%; margin:5px auto; padding:5px; >>       border: 1px solid #d7d7d7

Re: Wicket 1.5 adding a resource used from css?

2010-09-14 Thread nino martinez wael
here : https://issues.apache.org/jira/browse/WICKET-3046 2010/9/14 nino martinez wael : > Yeah this was my starting point. But it did not work heres the log msg: > > 12:06:08.309 [13389...@qtp-9605638-3 - > /wicket/bookmarkable/border-radius.htc] DEBUG org.mortbay.log - c

Re: Wicket 1.5 adding a resource used from css?

2010-09-14 Thread nino martinez wael
. it probably will not > work! > > > > > Am 14.09.2010 um 11:49 schrieb Peter Ertl: > >> >> Am 14.09.2010 um 11:11 schrieb Martin Grigorov: >> >>> On Tue, Sep 14, 2010 at 10:22 AM, nino martinez wael < >>> nino.martinez.w...@gmail.com&

Re: Wicket 1.5 adding a resource used from css?

2010-09-14 Thread nino martinez wael
at org.mortbay.thread.QueuedThreadPool$PoolThread.run(QueuedThreadPool.java:582) 11:43:30.885 [11403...@qtp-9605638-0] DEBUG org.mortbay.log - EOF 11:43:30.885 [19386...@qtp-9605638-2] DEBUG org.mortbay.log - EOF 2010/9/14 Martin Grigorov : > On

Re: Wicket 1.5 adding a resource used from css?

2010-09-14 Thread nino martinez wael
ot;mount/path", > resourceReference)); > } > > On Tue, Sep 14, 2010 at 9:52 AM, nino martinez wael < > nino.martinez.w...@gmail.com> wrote: > >> How do I do it with resourcemapper..? >> >> Im wondering if I am giving the wrong path for the resource some

Re: Wicket 1.5 adding a resource used from css?

2010-09-14 Thread nino martinez wael
for this failing case. > > On Tue, Sep 14, 2010 at 9:10 AM, nino martinez wael < > nino.martinez.w...@gmail.com> wrote: > >> Hi >> >> I've been wondering how I can add a resource used from the css (I cant >> seem to remember how to do it).. This is wh

Wicket 1.5 adding a resource used from css?

2010-09-14 Thread nino martinez wael
Hi I've been wondering how I can add a resource used from the css (I cant seem to remember how to do it).. This is what I have : public class WicketApplication extends WebApplication { /** * Constructor */ public WicketApplication() { } @Override

Re: [announce] wicketstuff-core 1.4.11 released

2010-09-10 Thread nino martinez wael
Hi Michael Since I've begun picking up wicket 1.5.. Should we have a wicket stuff core 1.5? I could do some porting if needed? regards Nino 2010/9/10 Michael O'Cleirigh : >  Hello, > > Last night I cut a matching wicketstuff-core release for wicket 1.4.11. > > The stable branch for 1.4.11.1-SNA

Re: 1.5 roadmap

2010-09-10 Thread nino martinez wael
+1 for upgrading wiquery to 1.5, I'd probably also contribute then, since I though of using wiquery on 1.5.. 2010/9/10 Martin Grigorov : > As far as I know there is no specific date. > We need your help for more bug reports. > > I'll try soon to upgrade the application I'm working on in my daily j

Re: Wicket 1.5 m1 renderCSSReference

2010-09-10 Thread nino martinez wael
Ahh I see it's fixed in m2 :) 2010/9/10 nino martinez wael : > I can't get this to work with wicket 1.5 m1. It gives no error or > nothing but no css reference appears in the resulting web page.. > >                final Label label = new Label("text&

Wicket 1.5 m1 renderCSSReference

2010-09-10 Thread nino martinez wael
I can't get this to work with wicket 1.5 m1. It gives no error or nothing but no css reference appears in the resulting web page.. final Label label = new Label("text", new PropertyModel(this, "text")); label.add(new AbstractBehavior

Re: Wicket 1.5 m1 Modification Watcher exceptions?

2010-09-10 Thread nino martinez wael
Any idea when it will be released? Should be soon, since Igor are bumping jira tickes to m3 right? 2010/9/10 Martin Grigorov : > This is fixed for M2(-SNAPSHOT) > > http://people.apache.org/~ivaynberg/wicket-1.5-M2/dist > > On Fri, Sep 10, 2010 at 11:01 AM, nino martinez wael <

Wicket 1.5 m1 Modification Watcher exceptions?

2010-09-10 Thread nino martinez wael
Every time I modify my html and save it while running the provided start.java ModificationWatcher throws this: 10:59:15.408 [ModificationWatcher Task] ERROR org.apache.wicket.util.thread.Task - Unhandled exception thrown by user code in task ModificationWatcher org.apache.wicket.WicketRuntimeExcep

Wicket 1.5 changing injector[Guice] on the fly?

2010-09-09 Thread nino martinez wael
Hi Is it possible to set a new injector runtime with wicket? I have a case where I need to change some bindings on the fly, and I know it's possible if I use createChildInjector from guice, but can it be switched using wicket? regards Nino

Wicket 1.5 benchmarks?

2010-09-09 Thread nino martinez wael
Hi Has anyone run some comparison benchmarks between wicket 1.4 and 1.5.. My feeling are that 1.5 are faster.. regards Nino - To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org For additional commands, e-mail: users-h.

Re: [OT] where is JPA 2.0 API spec in maven?

2010-09-09 Thread nino martinez wael
I also need a provider library, but just think it's strange that the JPA API are bound into the provider library and a independent. regards Nino 2010/9/9 Korbinian Bachl - privat : > Oh, didn't know that - thx :) > > in fact I haven't yet had any situation where I needed the JPA-API from > maven

Re: [OT] where is JPA 2.0 API spec in maven?

2010-09-08 Thread nino martinez wael
i just think it's strange, I'd have thought that there would have been one and only one official JPA 2 api one could depend on. But I see my suspicion was correct. Thanks to all for replying on this non wicket topic.. 2010/9/8 Korbinian Bachl - privat : > in fact the current is 2.1.1, but 2.0.0 i

[OT] where is JPA 2.0 API spec in maven?

2010-09-08 Thread nino martinez wael
Sorry to spam but I am wondering where the JPA 2.0 Spec are cant find it in maven... regards Nino - To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org For additional commands, e-mail: users-h...@wicket.apache.org

Re: checkGroup - 2 out of 5?

2010-09-08 Thread nino martinez wael
emember some nasty issues with the onchange event > on checkboxes with IE, and the server-side ajax would be just doing dom > attribute manipulations. You'll be much better off doing it with JS, as > Igor > stated. > > Cheers, > Xavi > > 2010/9/7 nino martinez wael >

Wicketstuff / compatible projects with wicket 1.5?

2010-09-08 Thread nino martinez wael
Hi Im wondering which projects are compatible & tested with wicket 1.5? Im considering to start a new project using 1.5 but are wondering if there are any projects at all compatible with it.. I am going to need drag / drop functionality. regards Nino

Re: checkGroup - 2 out of 5?

2010-09-07 Thread nino martinez wael
call > getConvertedInput to get the Checkgroup's list of selected values. > > Cheers, > Xavi > > 2010/9/7 nino martinez wael > > > you an also do it server side... just check your model on submit etc.. > > > > 2010/9/6 Zeldor > > >

Re: checkGroup - 2 out of 5?

2010-09-07 Thread nino martinez wael
you an also do it server side... just check your model on submit etc.. 2010/9/6 Zeldor > > Oh, I hoped that it can be avoided. So anyone has AJAX example at hand? > -- > View this message in context: > http://apache-wicket.1842946.n4.nabble.com/checkGroup-2-out-of-5-tp2527723p2527763.html > Sent

Re: How to show any type of exception in feedbackpanel or in popup window

2010-08-25 Thread nino martinez wael
you could catch them in the request cycle? 2010/8/25 arunarapole > > Hi > > > I have a Exception called Violation of UNIQUE KEY constraint > 'UQ__usr__FE76F85348BAC3E5'. Cannot insert duplicate key in object abc > table > > above Exception i have to display in same page feedbackpanel or in pop

Re: AccordionPanel works on web page but not in another panel

2010-08-23 Thread nino martinez wael
did you take a look at these: https://wicket-stuff.svn.sourceforge.net/svnroot/wicket-stuff/branches/wicket-1.3.x/wicket-contrib-accordion-examples/ ? 2010/8/21 cole > > Example of valid markup (component on a page): > > > > > > >

Re: AccordionPanel works on web page but not in another panel

2010-08-20 Thread nino martinez wael
if you make a quickstart I can take a look at it. 2010/8/20 cole > > Wicket 1.4 and using the AccordionPanel/AccordionPanelItem src from the > wicket-contrib-accordion area. I can place this component on a web page via > and it works fine. When I try to place this same component in another tab >

inmethod grid test fails

2010-08-17 Thread nino martinez wael
Hi Guys I am having some trouble testing the inmethod grid, specifically when I remove a row from the data list. On pagerender the grid tries to render the deleted row, which of course does not exist anymore. This problem does not occur running the application for real. I try to click the column

Re: Reg: wicket doubts

2010-08-01 Thread nino martinez wael
if your new to orms, i'd probably go for guice with mybatis & ibaguice, very low learning curve.. Latter on you could always add JPA etc.. regards Nino 2010/8/1 aruna rapolu > Hi > > I need to connect to the sql server using wicket and data has to put into > drop down box and should be inserted

Re: Lightweight session management

2010-07-28 Thread nino martinez wael
Yeah it's prone to fall under YAGNI and if not use time on it when it becomes a problem.. 2010/7/28 Igor Vaynberg > load test it and see if it becomes a problem before spending any > cycles on a solution. > > -igor > > On Wed, Jul 28, 2010 at 7:54 AM, M. Hammer wrote: > > Hello, > > > > in my a

Re: [OT] CSS 3 border radius fallback script

2010-07-27 Thread nino martinez wael
thanks.. 2010/7/27 Witold Czaplewski > Hi Nino, > > take a look at curved-corner: > http://www.htmlremix.com/css/curved-corner-border-radius-cross-browser > http://code.google.com/p/curved-corner/ > > cheers, > Witold > > Am Tue, 27 Jul 2010 07:27:36 +020

[OT] CSS 3 border radius fallback script

2010-07-26 Thread nino martinez wael
Hi I know this is off topic. But has anyone knowledge of a javascript that will detect if the browser has support for css 3 border radius and if it does not, put in borders on appropriate elements? I might be able todo something with together with jquery and liquid canvas if such a script does no

Re: Welcome Martin Grigorov as a core team member

2010-07-19 Thread nino martinez wael
Grats Martin :) 2010/7/19 Jeremy Thomerson > The Wicket team is happy to announce that Martin Grigorov was invited to > join the Wicket team as a committer and PMC member, and he accepted! > Martin's relentless patience, high quality patches and sustained > energy haven't gone unnoticed. He ha

Re: How to prevent rendering of unauthorized components?

2010-07-16 Thread nino martinez wael
gards Nino 2010/7/16 Martin Makundi > I get this exception.. I don't want it ;] I want wicket to serve > "onunauthorizedaccess" page. > > ** > Martin > > 2010/7/16 nino martinez wael : > > Hmm do you end up with an exception or? > > > > 2010/

Re: How to prevent rendering of unauthorized components?

2010-07-16 Thread nino martinez wael
Hmm do you end up with an exception or? 2010/7/15 Martin Makundi > Hi! > > I would like to avoid this error, to prevent the render alltogether. > How can I do that? > > 2010-07-15 17:15:52,117 75919560 [24056...@qtp-13963314-568] ERROR > RequestCycle - Component [Page class = > com.mycompany.ap

Re: wicket mailing list

2010-07-14 Thread nino martinez wael
On a little more serious note the linkedin Apache Wicket group has 678 members... 2010/7/15 nino martinez wael > Less than there should :) > > 2010/7/14 Josh Kamau > > Just out of curiosity, how many members are in the wicket mailing list? >> >> regards >> Josh >> > >

Re: wicket mailing list

2010-07-14 Thread nino martinez wael
Less than there should :) 2010/7/14 Josh Kamau > Just out of curiosity, how many members are in the wicket mailing list? > > regards > Josh >

Re: how to distinguish browser's tab?

2010-07-07 Thread nino martinez wael
hmm i see a couple of ways of solving this. - Mount a special facebook entry page, that setups your style etc.Use that as entry point for the facebook app - The session cookie approach, in my setups I have Apache HTTP infront, so again I would have two apps where a cookie are set from

Re: Ajax channel busy

2010-07-05 Thread nino martinez wael
. ;-) > > > BTW, for you experts in js, is there any kind of compiler or validator or > something that you use to help locate errors? Or do you just play around > with things at runtime? Or are you just smarter than me and don't make so > many typos? > > > Cheers, &g

Re: Ajax channel busy

2010-07-04 Thread nino martinez wael
't use my component more than once... > > > > > > > On Jul 3, 2010, at 10:36 PM, nino martinez wael wrote: > > Should be ok I guess, heres the definition of it, ..: >> >> function wicketAjaxGet(url, successHandler, failureHandler, precondition) >

Re: Ajax channel busy

2010-07-03 Thread nino martinez wael
Should be ok I guess, heres the definition of it, ..: function wicketAjaxGet(url, successHandler, failureHandler, precondition) 2010/7/3 David Leangen > > I should add that in my onCloseHandler, I have this in my js: > >$('#popup #popup-close-link').click(function (e) >{ >

Re: StringHeaderContributor from a panel added by AJAX

2010-07-02 Thread nino martinez wael
think I'll need to get my Javascript to load the > message bundle directly so it doesn't need to go via Wicket. > > cheers, > Steve > > > On 02/07/2010, at 6:46 PM, nino martinez wael wrote: > > > Im have you tried implementing the headercontributor Int

Re: Wicketstuff-core configuration

2010-07-02 Thread nino martinez wael
Just go ahead, if it does not breake anything.. :) 2010/7/2 Martin Grigorov > Hi, > > This morning I saw that I broke wicketstuff-core for a second time with > my changes in sub-projects. Apologies ! > > wicket-stuff trunk #5439: [mocleiri] fixes the org.eclipse.jetty > dependency in push-parent

Re: StringHeaderContributor from a panel added by AJAX

2010-07-02 Thread nino martinez wael
Im have you tried implementing the headercontributor Interface in your ajax component instead of using the headercontributor directly? regards Nino 2010/7/2 Steve Swinsburg > Hi, > > I have a panel that I add via AJAX to my page. On this panel I have a > StringHeaderContributor block that I wan

Re: inmethod grid

2010-07-01 Thread nino martinez wael
> Matej is busy getting rich from his iPhone application called Air > > > Video (http://inmethod.com). Note that the website is running brix > > > cms. > > > > > > Martijn > > > > > > On Thu, Jul 1, 2010 at 2:49 PM, nino martinez wael > &g

Re: Wicket Sessions and Load Balancing

2010-07-01 Thread nino martinez wael
Hi Steven Unfortunately I havent been using the proxy for balancing for a while now.. But I know it works flawlessly with mod_jk, and if your using jetty you can also get that running. http://docs.codehaus.org/display/JETTY/Configuring+AJP13+Using+mod_jk . Otherwise i'd go to the httpd forum an

Re: inmethod grid

2010-07-01 Thread nino martinez wael
, and also shows it.. regards Nino 2010/7/1 Martijn Dashorst > Matej is busy getting rich from his iPhone application called Air > Video (http://inmethod.com). Note that the website is running brix > cms. > > Martijn > > On Thu, Jul 1, 2010 at 2:49 PM, nino martinez wael >

Re: inmethod grid

2010-07-01 Thread nino martinez wael
to > the > project. Considering it is a WicketStuff project, I suppose that we could > make the changes ourselves. I posted my changes as patches in order to get > some feedback, but I received no comments for or against my proposed > changes. > > On Thu, Jul 1, 2010 a

inmethod grid

2010-06-30 Thread nino martinez wael
Wondering if there are any active developers on inmethod? A while ago I wrote that I had 2 components that I wanted to contribute, so should I just add them or? I guess if no one answers it's a silent yes ? -nino

Re: Listview and hibernate question: Objects don't get deleted before the listview getObject() is called

2010-06-25 Thread nino martinez wael
are you using a loadable detachable model or? 2010/6/25 pieter claassen > I find that when I delete objects from my ListView, my model object for the > ListView still contains a reference to the object. When the view tries to > render, the object is already removed from the database and I get a

Re: inmethod custom PagingToolbar with dropdownchoice for setting rows not working correctly

2010-06-24 Thread nino martinez wael
I've had some strange things to, as the "delay" in choice you mentioned. However in my case I had two grids(master/detail) on the same page, my workaround was to create a new instance of the failing grid.. It had something todo with a problem with datasources but I dont remember the details now. 2

Re: Hierarchy mismatch with forms and hideable sections.

2010-06-24 Thread nino martinez wael
add a markupcontainer to match hideableSectionDisabledInitial > > ly 2010/6/24 Brown, Berlin [GCG-PFS] > I am getting a hierarchy error message and the error makes sense, but > how do you construct a form that also has hideable sections: > > This is what I had originally, a form and sub compo

Re: About the Mail on this page mainly to Igor

2010-06-24 Thread nino martinez wael
if you want to go incognito just create an email address for that, like many of the other users on this list have done. -Nino 2010/6/24 midikem > > Hi can u please put the mail invisible. When you search on google on your > mail you get all the posts from this forum, that you have posted, and i

Re: Announcing: visural-wicket 0.6 released - open source wicket components

2010-06-23 Thread nino martinez wael
why not like this: http://ninomartinez.wordpress.com/2008/12/11/wicket-never-stops-to-impress-me/ 2010/6/24 Ernesto Reinaldo Barreiro > Richard. > > why not make the component that needs it sniff the request and if > browser is IE then add ExCanvasHeaderContributor. Then users will not > forg

Re: Several Flot charts are on a one page

2010-06-21 Thread nino martinez wael
That question should go towards the Flot user list, unless the wicket integration are limiting flot.. regards Nino 2010/6/21 Misha > > Hi! > > Fascinated at the flot chart > > Is it possible to place more than one flot chart on a one page? And how? > -- > View this message in context: > http://

Re: Dynamic Wizard Example

2010-06-21 Thread nino martinez wael
And using the wizard are not that different from using panels ... 2010/6/21 Jeremy Thomerson > Wicket examples in core has a couple of examples. > > Jeremy Thomerson > -- sent from my smartphone - please excuse formatting and spelling errors > > On Jun 21, 2010 10:19 AM, "jbellmann" > wrote: >

Re: wicketstuff-repo

2010-06-15 Thread nino martinez wael
thanks for correcting Michael.. 2010/6/15 Michael O'Cleirigh > Hello, > > The release artifacts for wicketstuff-core since 1.4.7 have been deployed > through sonatype and are available through maven central. > > http://repo2.maven.org/maven2/org/wicketstuff/ > > This is only for the projects in

Re: wicketstuff-repo

2010-06-15 Thread nino martinez wael
someone mentioned sonatype..Search the list for sonatype.. 2010/6/15 Marc Ende > Hi, > > is there another wicketstuff-repo (a mirror for example)? Wicketstuff is > now > down for some days and > I'll need some artifacts from the repo. > > marc >

Re: Question on Links

2010-06-10 Thread nino martinez wael
Thanks great to hear :) 2010/6/10 Arjun Dhar > > FYI I got a lot of help from > > http://ninomartinez.wordpress.com/2008/09/09/apache-wicket-javascript-integration/ > nino martinez Blog > -- > View this message in context: > http://apache-wicket.1842946.n4.nabble.com/Question-on-Links-tp2247045p

Re: [offtopic] Hsql as configuration database + packing your application with an installer?

2010-06-10 Thread nino martinez wael
tware.org/doc/english/download.jsp > 2-http://commons.apache.org/dbutils/ > > On Wed, Jun 9, 2010 at 8:00 PM, nino martinez wael > wrote: > > Hi > > > > I have an application that need to have some sort of configuration > database, > > the application will co

[offtopic] Hsql as configuration database + packing your application with an installer?

2010-06-09 Thread nino martinez wael
Hi I have an application that need to have some sort of configuration database, the application will connect to other database that will provide data. Have anyone done something similar? I guess one of the motivators behind it are that hsql requires very little setup.. Has anyone packed their app

Re: GuiceComponentInjector VS InjectionFlagCachingGuiceComponentInjector

2010-06-09 Thread nino martinez wael
e caching logic is now in > Injector (wicket-ioc) and shared between Spring and Guice integrations. > > On Wed, 2010-06-09 at 10:48 +0200, nino martinez wael wrote: > > What's the difference between > > InjectionFlagCachingGuiceComponentInjector and GuiceCom

GuiceComponentInjector VS InjectionFlagCachingGuiceComponentInjector

2010-06-09 Thread nino martinez wael
What's the difference between InjectionFlagCachingGuiceComponentInjector and GuiceComponentInjector ? regards Nino - To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org For additional commands, e-mail: users-h...@wicket.a

Re: inmethod-grid filtering

2010-06-08 Thread nino martinez wael
well sort of.. I've made a query model (cant remember the inmethod term rigth now) that can do searches, it's not a top or bottom bar for inmethod grid, but it does do somesort of filtering.. What had you in mind? 2010/6/8 Josh Chappelle : > Hi, > > > > Has anyone added filtering capabilities t

Re: Guice & Wicket Guice Proxy

2010-06-08 Thread nino martinez wael
nto a simple service > locator pattern (which has its uses and shortcomings) > > Anyways, putting code habits aside, I was unable to understand from your > last mail if you succeeded in solving your problem, did you ? > > On Tue, Jun 8, 2010 at 2:26 AM, nino martinez wael < >

Re: Guice & Wicket Guice Proxy

2010-06-08 Thread nino martinez wael
next week or so. > > Regards - Cemal > jWeekend > OO & Java Technologies, Wicket > Consulting, Development, Training > http://jWeekend.com > > [1] http://jweekend.co.uk/dev/LegUp > > > > > On 8 June 2010 11:56, nino martinez wael wrote: >> Hi yaniv >&g

Re: Frustrating behavior ... same browser, same war, same tomcat version - different behavior!!!

2010-06-08 Thread nino martinez wael
did you solve this yet? 2010/6/7 Bryan Montgomery : > Thanks - this is still puzzling me. This is a virtual machine. I did just > try the war on another virtual machine and it worked as expected. I think > I'm about to rebuild the server. > > I don't have any clustering, and not using apache, just

Re: Guice & Wicket Guice Proxy

2010-06-08 Thread nino martinez wael
>> > >> > On Mon, Jun 7, 2010 at 9:21 PM, Jorge Rodrigez >> wrote: >> > >> >> Why phoneDao is transient ? >> >> Wicket-Guice injects a Serializable proxy and thus after deserialization >> >> the >> >> field will

Re: strange error

2010-06-07 Thread nino martinez wael
well the submitted value does not match any of the id's for any of the radio components in that hierarchy. Or at least thats what I deduct.. Are you using ajax? 2010/6/7 Douglas Ferguson : > Does anybody know what might cause this? > > org.apache.wicket.WicketRuntimeException:submitted http post v

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