Brix dead?

2014-04-17 Thread nino martinez wael
How are brix moving along...seems to be a little dead, not much going on in github? Regards Nino

Re: Testing Wicket app with JMeter

2014-07-18 Thread nino martinez wael
Hi there's an article on the wicket wiki On 18 Jul 2014 15:34, "Sandor Feher" wrote: > Hi, > > I must perform some load test for our application and just found JMeter > which seems suit our needs. > My problem is that the first step is logging in to the app and can not get > JMeter to manage it.

Re: New Wicket Website

2015-08-21 Thread nino martinez wael
argh! that was supposed to be inmethod grid On Fri, Aug 21, 2015 at 11:39 AM, nino martinez wael wrote: > I was cruising by, seems ingrid live examples are down: > > http://www.wicket-library.com/inmethod-grid/data-grid/simple > > On Sun, Jul 12, 2015 at 9:23 AM, Ernesto Re

Re: New Wicket Website

2015-08-21 Thread nino martinez wael
I was cruising by, seems ingrid live examples are down: http://www.wicket-library.com/inmethod-grid/data-grid/simple On Sun, Jul 12, 2015 at 9:23 AM, Ernesto Reinaldo Barreiro wrote: > Thanks! > > On Sat, Jul 11, 2015 at 8:01 PM, Tobias Soloschenko < > tobiassolosche...@googlemail.com> wrote: >

Re: New Wicket Website

2015-08-21 Thread nino martinez wael
and its up again.. On Fri, Aug 21, 2015 at 11:40 AM, nino martinez wael wrote: > argh! that was supposed to be inmethod grid > > On Fri, Aug 21, 2015 at 11:39 AM, nino martinez wael > wrote: >> I was cruising by, seems ingrid live examples are down: >> >> http://w

Wicket cheat sheet updated?

2016-01-07 Thread nino martinez wael
Hi Guys I'ts been a while.. Have anyone done an overview like this for the current version of wicket? https://cwiki.apache.org/confluence/download/attachments/87268/wicketcheatsheet.pdf?version=1&modificationDate=121245471&api=v2 Im mostly thinking of references to external projects.. IE I

Re: Wicket cheat sheet updated?

2016-01-08 Thread nino martinez wael
c. > > Martin Grigorov > Wicket Training and Consulting > https://twitter.com/mtgrigorov > > On Fri, Jan 8, 2016 at 8:25 AM, nino martinez wael < > nino.martinez.w...@gmail.com> wrote: > > > Hi Guys > > > > I'ts been a while.. > > > > Have a

Wicket Bootstrap & wicket 7.2

2016-03-09 Thread nino martinez wael
Have anyone used this in conjuction with wicket 7.2.. I had to upgrade to wicket 7.2 because of problems with [WICKET-6002].. But wicket bootstrap throws strange exceptions about missing fields that it did not do in 7.1. -- Best regards / Med venlig hilsen Nino Martinez ---

Re: Wicket Bootstrap & wicket 7.2

2016-03-09 Thread nino martinez wael
11:59 PM, "nino martinez wael" > wrote: >> >> Have anyone used this in conjuction with wicket 7.2.. I had to upgrade >> to wicket 7.2 because of problems with [WICKET-6002].. >> >> But wicket bootstrap throws strange exceptions about missing fields >>

Re: Wicket Bootstrap & wicket 7.2

2016-03-10 Thread nino martinez wael
of both in my project. > On Mar 10, 2016 12:09 AM, "nino martinez wael" > wrote: > >> I've added an issue here: >> >> https://github.com/l0rdn1kk0n/wicket-bootstrap/issues/590 >> >> Cant remenber if theres actually an example for it in the

[7.2] multiple pages Access Denied

2016-03-11 Thread nino martinez wael
Hi I have something strange (as always). Two pages A and B If I open the two pages in the same session on two different tabs. Invoking an ajax behavior (wicket modal panel) yields Access Denied stack tells me this: Behavior rejected interface invocation. Component: [AjaxLink [Component id = ad

Re: [7.2] multiple pages Access Denied

2016-03-11 Thread nino martinez wael
gt; On Fri, Mar 11, 2016 at 9:25 AM, nino martinez wael < > nino.martinez.w...@gmail.com> wrote: > >> Hi >> >> I have something strange (as always). Two pages A and B >> >> If I open the two pages in the same session on two different tabs. >> Invok

[7.2] LoadableDetachable model attached but object null?

2016-03-16 Thread nino martinez wael
Hi Any ideas on how a loadableDetachableModel can become in attached state but the refered object are null? Seems to be out of sync? -- Best regards / Med venlig hilsen Nino Martinez - To unsubscribe, e-mail: users-unsubscr...@

Re: [7.2] LoadableDetachable model attached but object null?

2016-03-16 Thread nino martinez wael
> > Sven > > On 16.03.2016 08:48, nino martinez wael wrote: >> >> Hi >> >> Any ideas on how a loadableDetachableModel can become in attached >> state but the refered object are null? Seems to be out of sync? >> > > >

Re: [7.2] LoadableDetachable model attached but object null?

2016-03-16 Thread nino martinez wael
at 9:08 AM, nino martinez wael wrote: > Hi Sven > > I agree. But in this case it seems that load are never being called > because state=attached.. :( > > I will check whether detached are ever being called. > > On Wed, Mar 16, 2016 at 8:52 AM, Sven Meier wrote: >> Hi

Re: [7.2] multiple pages Access Denied

2016-03-16 Thread nino martinez wael
Our backend threw a null, which gave problems in other places..SO this is not a wicket problem :) On Fri, Mar 11, 2016 at 11:47 AM, nino martinez wael wrote: > IT would appear so. BUT we actually do not have a direct link between > A and B, in our testing we manually open a secondary tab a

Re: [7.2] LoadableDetachable model attached but object null?

2016-03-16 Thread nino martinez wael
Our backend threw a null, which gave problems in other places..SO this is not a wicket problem :) On Wed, Mar 16, 2016 at 9:18 AM, nino martinez wael wrote: > Now this is really strange! I can confirm that load are being called. > I will digg further, looks like it could be some k

[7.2] ContextRelativeResourceReference

2016-03-31 Thread nino martinez wael
I am having a hard time getting the ContextRelativeResourceReference to work. I thought it was supposed to grab the specified resource from the web container relative to where the wicketapplication where mounted. In my case my directory layout are like the attached image. And I have configured j

Backing components with map as model?

2016-04-28 Thread nino martinez wael
Hi I weakly remember something about one being able to back a component with a map as model.. The usecase are that the datamodel er not ready but we have a pretty good picture of how the ui should look. So I want to be able to pseudo implement it in wicket without having to wait for the backend d

Re: Backing components with map as model?

2016-04-29 Thread nino martinez wael
ck > PropertyModel and PropertyResolver's javadoc for examples. > > Martin Grigorov > Wicket Training and Consulting > https://twitter.com/mtgrigorov > > On Fri, Apr 29, 2016 at 8:13 AM, nino martinez wael < > nino.martinez.w...@gmail.com> wrote: > >> Hi

[Released] PAX-Wicket 3.0.4 now out!

2016-05-30 Thread nino martinez wael
PAX-Wicket 3.0.4, running Wicket OSGI style Main goal for this release are to bring PAX-Wicket to working state on Apache Karaf 4.x, while retaining compability the other containers Major features * Working with Karaf 4.x (Nino Martinez Wael) * Working wik Wicket 6.22 (Nino Martinez Wael

Re: [Released] PAX-Wicket 3.0.4 now out!

2016-05-30 Thread nino martinez wael
f 4.x, while retaining compability the other containers >> >> Major features >> * Working with Karaf 4.x (Nino Martinez Wael) >> * Working wik Wicket 6.22 (Nino Martinez Wael) >> * Karaf Feature files for all samples (Nino Martinez Wael) >> * Alternative Wicket

remove listitem from listview backed by loadabledetachablemodel inside a form

2016-06-08 Thread nino martinez wael
Hi Are there a way to remove one or more list items from a listview backed by a loadabledetachablemodel that are inside a form? I seem to be stuck at only be able to remove the current clicked item.. This applies whether or not ajax are used.. I think it's because the detachable model are detache

Re: remove listitem from listview backed by loadabledetachablemodel inside a form

2016-06-08 Thread nino martinez wael
08/10/repainting-only-newly-created-repeater-items-via-ajax/ > > Martin Grigorov > Wicket Training and Consulting > https://twitter.com/mtgrigorov > > On Wed, Jun 8, 2016 at 7:43 PM, nino martinez wael < > nino.martinez.w...@gmail.com> wrote: > >> Hi >> >&

stop wicket from rewriting references in my css file

2016-06-15 Thread nino martinez wael
Hi I currently have an issue where I add a shared css resource, but wicket rewrites all references in the resource. I can't seem to find the setting to turn of that part of wickets processing? -- Best regards / Med venlig hilsen Nino Martinez

Re: stop wicket from rewriting references in my css file

2016-06-15 Thread nino martinez wael
I forgot to mention that it's wicket 6.22 On Wed, Jun 15, 2016 at 12:11 PM, nino martinez wael wrote: > Hi > > I currently have an issue where I add a shared css resource, but > wicket rewrites all references in the resource. I can't seem to find > the setting to tur

Re: stop wicket from rewriting references in my css file

2016-06-15 Thread nino martinez wael
rceSettings#(get|set)CssCompressor(). > It sounds like it is currently set to an instance of CssUrlReplacer in your > app, as that rewrites all references in CSS. > > Met vriendelijke groet, > Kind regards, > > Bas Gooren > > Op 15 juni 2016 bij 12:11:12, nino martinez wael >

Re: stop wicket from rewriting references in my css file

2016-06-22 Thread nino martinez wael
> kind regards > > Tobias > >> Am 16.06.2016 um 08:12 schrieb nino martinez wael >> : >> >> Ok it looks like it could be something like that. BUT,i've changed >> nothing from stock options. Could that be enabled by default in 6.22 . >> Other op

wicket 6.22 set mimetype for resource?

2016-09-19 Thread nino martinez wael
Hi How can I set a specific mimetype for a resource(packaged resource)? in this case I need to set mimetype application/vnd.ms-fontobject Im having troubles with bootstrap and IE.. -- Best regards / Med venlig hilsen Nino Martinez ---

Re: wicket 6.22 set mimetype for resource?

2016-09-19 Thread nino martinez wael
.. On Mon, Sep 19, 2016 at 5:06 PM, Sven Meier wrote: > Hi, > > have you tried adding a mime-type to your web.xml > > http://stackoverflow.com/questions/10163917/changing-mime-type-for-xml-gz-in-tomcat > > ... or overwriting Application#getMimeType(String)? > > Have fun

Re: wicket 6.22 set mimetype for resource?

2016-09-19 Thread nino martinez wael
ok im trying the Application#getMimeType(String) approach.. Thanks On Mon, Sep 19, 2016 at 6:17 PM, nino martinez wael wrote: > I have no web.xml it's pax wicket running on karaf.. > > Can I overwrite Application#getMimeType(String)? from wicket application? > > And next thi

AbstractToolbar vs AjaxFallbackDefaultDataTable

2016-12-29 Thread nino martinez wael
Hi I am having a little trouble, making my own toolbar. Currently on pagination change my toolbar are added, but the old toolbar are not removed / updated. So for every click on pagination, additional toolbars are added. Short story: User clicks page 2 on AjaxFallbackDefaultDataTable User now see

Re: AbstractToolbar vs AjaxFallbackDefaultDataTable

2016-12-29 Thread nino martinez wael
Thu, Dec 29, 2016 at 9:37 AM, nino martinez wael < nino.martinez.w...@gmail.com> wrote: > Hi > > I am having a little trouble, making my own toolbar. Currently on > pagination change my toolbar are added, but the old toolbar are not removed > / updated. So for every click on p

Wicket 6.23 Jquery reference settings

2017-01-19 Thread nino martinez wael
Hi from what I can see wicket 6.23 ships with both jquery 1.x and 2.x, how can I tell wicket to use the 2.x version? Looking in JQueryResourceReference it only has version 1.x... -- Best regards / Med venlig hilsen Nino Martinez

Re: Wicket 6.23 Jquery reference settings

2017-01-19 Thread nino martinez wael
nce that loads any specific > version you need. > > Martin Grigorov > Wicket Training and Consulting > https://twitter.com/mtgrigorov > > On Thu, Jan 19, 2017 at 9:20 AM, nino martinez wael < > nino.martinez.w...@gmail.com> wrote: > > > Hi from what I can see

Re: Wicket 6.23 Jquery reference settings

2017-01-19 Thread nino martinez wael
It could either be that its just missing or that wicket would not be compatible with 2.x og jquery... On Thu, Jan 19, 2017 at 10:11 AM, nino martinez wael < nino.martinez.w...@gmail.com> wrote: > Yeah I know, just wanted to know why there's no nice setting in > JQueryResourceRe

http://examples8x.wicket.apache.org/websockets/ partial down?

2017-02-20 Thread nino martinez wael
Does not seem to work? Also clicking source code gives an internal error.. Once there where disk space problems..? -- Best regards / Med venlig hilsen Nino Martinez

[wicket 6.22] org.wicketstuff.jwicket.tooltip.BeautyTips

2017-03-02 Thread nino martinez wael
Hi Im trying to use beautytips.. But are getting a null pointer when the component renders, i've done this: BeautyTips lokalnrTooltip = new BeautyTips("Brugerens 5-cifrede lokalnr, eller et 6-7 cifret fiktiv nr. Skal altid udfyldes!"); lokalnr.add(lokalnrTooltip); Anything else needs to be done?

[Wicket 8m7] websockets?

2017-08-16 Thread nino martinez wael
Hi I am looking into Wicket 8 and websockets using pax wicket, in my case I am using jetty 9.3.14. I want to do a simple websocket sample.. However I cannot find something as simple as a AjaxSelfUpdatingTimerBehavior as an websocket behavior.. So whats the simplest way todo a websocket example t

Re: [Wicket 8m7] websockets?

2017-08-16 Thread nino martinez wael
t/examples/websocket > > Martin Grigorov > Wicket Training and Consulting > https://twitter.com/mtgrigorov > > On Wed, Aug 16, 2017 at 2:52 PM, nino martinez wael < > nino.martinez.w...@gmail.com> wrote: > > > Hi > > > > I am looking into Wicket 8 and w

Re: [Wicket 8m7] websockets?

2017-08-16 Thread nino martinez wael
is there way to repaint an component like with ajax targets (target.add(component))? On Wed, Aug 16, 2017 at 1:57 PM, nino martinez wael < nino.martinez.w...@gmail.com> wrote: > I'snt there something more simple? > > On Wed, Aug 16, 2017 at 1:54 PM, Martin Grigorov &

Re: [Wicket 8m7] websockets?

2017-08-16 Thread nino martinez wael
But how do I then refresh the target from serverside? WebSocketBehavior does not have an method that lets me get a target? On Thu, Aug 17, 2017 at 7:45 AM, Martin Grigorov wrote: > Yes. > The API is the same. > > On Aug 17, 2017 08:44, "nino martinez wael" > wro

Re: [Wicket 8m7] websockets?

2017-08-17 Thread nino martinez wael
call WebSocketBehavior#onPush() > where you can update any components > > We should add this to the guide! > > Martin > > On Aug 17, 2017 09:28, "nino martinez wael" > wrote: > > > But how do I then refresh the target from serverside? WebSocketBeha

Re: [Wicket 8m7] websockets?

2017-08-17 Thread nino martinez wael
hes.. It would be nice if there were a simple filter or way to determine if the websocket push were relevant for the actually push.. The current implementation does feel a little lowlevel.. On Thu, Aug 17, 2017 at 9:36 AM, nino martinez wael < nino.martinez.w...@gmail.com> wrote: > Thank

Re: [Wicket 8m7] websockets?

2017-08-17 Thread nino martinez wael
need to use this filter org.apache.wicket.protocol.ws.javax.JavaxWebSocketFilter correct? On Thu, Aug 17, 2017 at 10:05 AM, Martin Grigorov wrote: > On Thu, Aug 17, 2017 at 10:51 AM, nino martinez wael < > nino.martinez.w...@gmail.com> wrote: > > > so in it's simplest fo

Spring cloud config or just config integration?

2018-10-04 Thread nino martinez wael
Have any one tried or seen a ui front that pops up in front of your normal app if it's not configured? In pax wicket we have one.. But are not able to find one at the spring stack? Regards Nino

Wicket 6.x -> Wicket 8.x extensions NestedTree expand fails ( Components can no longer be added)

2018-11-28 Thread nino martinez wael
Hi In wicket 6 this worked, there are another input field (ajax activated) that triggers the update : ChildAwareNestedTree profilePartitionTree = new ChildAwareNestedTree("skillsetSelect", provider, sharedExpansionState) { @Override protected Component newContentCompone

Re: Wicket 6.x -> Wicket 8.x extensions NestedTree expand fails ( Components can no longer be added)

2018-11-28 Thread nino martinez wael
Yes I understand.. Let me see if it breaks in wicket examples, or I can make it so.. Do you know another way to make a node/folder expand during construction time? Feels like the expand method are meant for ajax calls only. -regards Nino On Wed, Nov 28, 2018 at 4:16 PM sven wrote: > > > Hi Nino

Re: Wicket 6.x -> Wicket 8.x extensions NestedTree expand fails ( Components can no longer be added)

2018-11-28 Thread nino martinez wael
currently unable to reproduce in examples, something must be wrong in my code.. I'll comeback if it turns out otherwise.. Thanks for helping :) On Thu, Nov 29, 2018 at 6:54 AM nino martinez wael < nino.martinez.w...@gmail.com> wrote: > Yes I understand.. Let me see if it br

Re: Wicket 6.x -> Wicket 8.x extensions NestedTree expand fails ( Components can no longer be added)

2018-12-03 Thread nino martinez wael
hat pops a veil if the request are too long to load.. And some custom form handling aswell (auto show an marker for error'd form fields).. PS writing this for other to see, if they hit this challenge.. -Regards Nino On Thu, Nov 29, 2018 at 8:50 AM nino martinez wael < nino.martinez.w..

Re: http://examples7x.wicket.apache.org/ is down

2018-12-05 Thread nino martinez wael
the same with http://examples8x.wicket.apache.org/ On Wed, Nov 21, 2018 at 9:42 AM Martin Grigorov wrote: > Yes, it is a known problem. > Yesterday I shared a link to a ticket for Apache Infra about in dev@ : > https://issues.apache.org/jira/browse/INFRA-17280 > > On Wed, Nov 21, 2018 at 10:22 A

Re: http://examples7x.wicket.apache.org/ is down

2018-12-06 Thread nino martinez wael
yup it seems to be up again.:) On Thu, Dec 6, 2018 at 7:35 AM Maxim Solodovnik wrote: > Works for me (except for websockets) > what are your steps? > > On Thu, 6 Dec 2018 at 13:34, nino martinez wael < > nino.martinez.w...@gmail.com> wrote: >

Re: Wicket 6.x -> Wicket 8.x extensions NestedTree expand fails ( Components can no longer be added)

2018-12-06 Thread nino martinez wael
@svenme...@apache.com what/how do I need to check during the call? For now I have a breakpoint the place in the code where it fails, but I need to figure out what closes the request target.. On Mon, Dec 3, 2018 at 10:55 AM nino martinez wael < nino.martinez.w...@gmail.com> wrote:

Re: Wicket 6.x -> Wicket 8.x extensions NestedTree expand fails ( Components can no longer be added)

2018-12-09 Thread nino martinez wael
s clearly that you add a component to the ART while > it is already rendering the response. > This is not allowed, and this wasn't allowed in previous version. > > You'll have to provide a quickstart to prove that it worked previously. > > Regards > Sven > > A

Re: Wicket 6.x -> Wicket 8.x extensions NestedTree expand fails ( Components can no longer be added)

2018-12-10 Thread nino martinez wael
/ to the ART, which is not allowed during rendering > getModelObject().add(node.getObject()); > } > return super.newContentComponent(id, node); > } > > Have fun > Sven > > Am 10.12.18 um 08:41 schrieb nino martinez wael: > > I have replicated

Re: Wicket 6.x -> Wicket 8.x extensions NestedTree expand fails ( Components can no longer be added)

2018-12-13 Thread nino martinez wael
> intuitive: > >>> > >>> > >> > https://github.com/nmwael/wicket/blob/master/wicket-examples/src/main/java/org/apache/wicket/examples/tree/BeginnersTreePage.java > >>> On Fri, Dec 7, 2018 at 5:48 PM Sven Meier wrote: > >>> > >&g

Re: Wicket Modal with a different javascript modal

2018-12-18 Thread nino martinez wael
I would roll my own implementation for that and hook into the ajax parts On Tue, 18 Dec 2018, 21:29 Entropy Our front-end developer doesn't like some of the behavior of the wicket > modal > with respect to 508 compliance. He has an alternative modal implementation > he'd prefer us to use. Is th

Wicket 8.1 + PAX Wicket 5 ConcurrentModificationException

2019-01-07 Thread nino martinez wael
Hi everyone, im one of the maintainers of pax wicket, and since we have upgraded to wicket 8.1 I am regularly getting this, the project I am getting this on are not using apache commons LinkedMap: 2019-01-07T09:58:04,024 | ERROR | org.ops4j.pax.wicket.util.serialization.PaxWicketObjectOutputStream

Re: Wicket 8.1 + PAX Wicket 5 ConcurrentModificationException

2019-01-07 Thread nino martinez wael
Hi again, I've checked our own code again.. And on our team decided to have a seperate list of wicket components in a wicket page.. After refactoring this to use IVisitor it went away.. So please disregard previous mail:) On Mon, Jan 7, 2019 at 11:00 AM nino martinez wael < nino.ma

Wicket Spring boot versus actuator (wicket 8.2.0) + spring security (boot 2.1.2)

2019-01-24 Thread nino martinez wael
Hope its okay to use the wicket user mailing list for this:) First of all thanks to MarcGiffing for making the project. But I cannot get actuator endpoints to work with spring security and wicket spring boot.. I've tried a lot of things.. IN my WebSecurityConfigurerAdapter: http .authorizeRequ

Re: Wicket Spring boot versus actuator (wicket 8.2.0) + spring security (boot 2.1.2)

2019-01-24 Thread nino martinez wael
with yml is something like: > > management: > endpoints: > web: > exposure: > include: "*" > > On Thu, Jan 24, 2019 at 2:55 PM nino martinez wael < > nino.martinez.w...@gmail.com> wrote: > > > Hope its okay to use the wicket

Re: Wicket Spring boot versus actuator (wicket 8.2.0) + spring security (boot 2.1.2)

2019-01-24 Thread nino martinez wael
lar thing, the trick here is to use two > WebSecurityConfigurerAdaptes. > > Zbynek > > On Thu, Jan 24, 2019 at 2:55 PM nino martinez wael < > nino.martinez.w...@gmail.com> wrote: > > > Hope its okay to use the wicket user mailing list for this:) > > > > First

Re: Wicket Spring boot versus actuator (wicket 8.2.0) + spring security (boot 2.1.2)

2019-01-24 Thread nino martinez wael
@Bean(name = "authenticationManager") > public AuthenticationManager authenticationManagerBean() throws > Exception { > return super.authenticationManagerBean(); > } > } > } > > The RestSecurityConfigwould be what you would do for actu

Re: Wicket Spring boot versus actuator (wicket 8.2.0) + spring security (boot 2.1.2)

2019-01-24 Thread nino martinez wael
quot;actuator") .password(passwordEncoder().encode("actuator")).roles("ACTUATOR") .build()); return manager; } } On Thu, Jan 24, 2019 at 3:19 PM nino martinez wael < nino.martinez.w...@gmail.com> wrote: > Thanks will try it

Re: Wicket Spring boot versus actuator (wicket 8.2.0) + spring security (boot 2.1.2)

2019-01-24 Thread nino martinez wael
sing @MountPath?). > The .loginProcessingUrl() points to "/fake-url" because the authentication > itself is called from Wicket login page > via AuthenticatedWebSession.get().signIn(). Or do you use other mechanism > in your Wicket login page? > > Zbynek > > On Thu, Jan 24,

Re: Wicket Spring boot versus actuator (wicket 8.2.0) + spring security (boot 2.1.2)

2019-01-25 Thread nino martinez wael
rties/MyWicketApplication.properties. > > In out previous project we used I18n.init() method but I'm thinking more > Wicket-y way, > maybe using BundleStringResourceLoader ? But so far no luck making that > work... > > Zbynek > > On Fri, Jan 25, 2019 at 6:34 AM nino mart

[8.x] form Input HTML5 form attribute?

2019-04-10 Thread nino martinez wael
Hi I am going through our designers html drafts and can see they are wanting to use a hierarchical separated form from inputs.. Apparently its part of the HTML5 specification, is this something wicket supports? https://www.w3.org/TR/2011/WD-html5-20110525/association-of-controls-and-forms.html#a

Re: [8.x] form Input HTML5 form attribute?

2019-04-12 Thread nino martinez wael
orms.html#association-of-controls-and-forms > > Actually wicket do support nested forms for many years > > On Wed, 10 Apr 2019 at 16:05, nino martinez wael < > nino.martinez.w...@gmail.com> wrote: > > > Hi > > > > I am going through our designers html drafts and

[8.3] Nested Forms within a table?

2019-04-23 Thread nino martinez wael
Hi When nesting forms, the form tag are changed to an div and it is hard coded: org/apache/wicket/markup/html/form/Form.java:1597 ... tag.setName("div"); ... If only I could change the tag to be tr, it would produce valid html. Are it deliberate to be hardcoded? -- Best regards / Med venlig h

Re: [8.3] Nested Forms within a table?

2019-04-23 Thread nino martinez wael
s it is. > > > > WDYT? > > Sven > > > > Am 23.04.19 um 10:01 schrieb nino martinez wael: > > > Hi > > > > > > When nesting forms, the form tag are changed to an div and it is hard > > coded: > > > org/apache/wicket/markup/html/form/F

Re: [8.3] Nested Forms within a table?

2019-04-23 Thread nino martinez wael
if its CSS its not a table right? On Wed, Apr 24, 2019 at 7:25 AM Maxim Solodovnik wrote: > Actually you can :) > But you need CSS tables for this :) > > On Wed, 24 Apr 2019 at 11:53, nino martinez wael < > nino.martinez.w...@gmail.com> wrote: > > > I agree wit

Re: [8.3] Nested Forms within a table?

2019-04-23 Thread nino martinez wael
able are tables, but with no HTML '' tags :) > > On Wed, 24 Apr 2019 at 13:22, nino martinez wael < > nino.martinez.w...@gmail.com> wrote: > > > if its CSS its not a table right? > > > > > > > > On Wed, Apr 24, 2019 at 7:25 A

Re: [8.3] Nested Forms within a table?

2019-04-25 Thread nino martinez wael
rk for purists. > /rant off :) On Wed, Apr > 24, 2019 at 8:24 AM Maxim Solodovnik wrote: > if something "look like a > duck, walk like a duck and sound like a duck" - > it is duck :) > CSS > table are tables, but with no HTML '' tags :) > >

Automatic CSS marking of invalid form inputs / labels

2019-05-02 Thread nino martinez wael
So Ive been using this: https://cwiki.apache.org/confluence/display/WICKET/Automatic+styling+of+form+errors For a while, but it seems to be doing something wrong. IT traverses all the form components on the page and not only the ones for the submitted form (and adding them again ).. Have anybody

Re: thanks for wonderful work with Wicket 8.

2019-05-02 Thread nino martinez wael
I could use the Or a wicket wrapper for > http://bootstrap-notify.remabledesigns.com/. :) On Thu, Apr 11, 2019 at 10:58 AM Ernesto Reinaldo Barreiro < reier...@gmail.com> wrote: > Hi Andrea, > > > > PS: we are voting for the first milestone of Wicket 9 to be released. If > > you have the chan

Re: thanks for wonderful work with Wicket 8.

2019-05-03 Thread nino martinez wael
ith spring boot :) On Fri, May 3, 2019 at 8:45 AM Ernesto Reinaldo Barreiro wrote: > Hi, > > On Fri, May 3, 2019 at 8:39 AM nino martinez wael < > nino.martinez.w...@gmail.com> wrote: > > > I could use the > > > > Or a wicket wrapper for > > > http

Bootstrap Confirmation [wicket-bootstrap-extensions 3.0.0-M10] + AjaxCheckBox

2019-05-07 Thread nino martinez wael
Does not stop Wicket event (the invocation of the click event on ajaxcheckbox) from happening, any idea on howto stop it when the user selects cancel? updateAjaxAttributes in AjaxCheckBox does support a precondition via ajaxCallListener but that needs to return true of false. But I cannot see howt

Re: Bootstrap Confirmation [wicket-bootstrap-extensions 3.0.0-M10] + AjaxCheckBox

2019-05-07 Thread nino martinez wael
-actionForm-actionType&id=1","m":"POST","c":"actionTypebc","e":"change"});})();(function(){Wicket.Ajax.ajax({"u":"./show?3-1.0-outerForm-actionsContainer-actions-7-action-actionForm-formSubmit&id=1","m":&q

Re: openstreetmap in openlayers

2009-03-06 Thread nino martinez wael
Hi Richard Im the author behind the openlayers contrib, I checked the code last time somewhere in end if december... Do you have some patches or further clues on whats not working? Im not directly using the openlayers integration currently so patches are very welcome, even co- coders would be n

Re: openstreetmap in openlayers

2009-03-10 Thread nino martinez wael
I am not sure why. > > > > Furthermore I modified the setZoom method so, that it calls > > "zoomTo(zoom)". Thats all. > > > > Maybe, you could give a brief introduction how the project works. I am > not > > sure if I understand all of your code.

Re: openstreetmap in openlayers

2009-03-10 Thread nino martinez wael
Next step for you would be to ask about permission on wicketstuff so you can commit some of the changes you've done... 2009/3/10 nino martinez wael > Seems you are on the right track, unfortunately im pretty busy for the time > being, new job + an daugther.. The idea for

Re: Need to minimize the names using Ajax

2009-03-11 Thread nino martinez wael
and if you use object autocomplete from extensions or is it wicketstuff theres no limit to it :) 2009/3/11 Linda van der Pal > Just a slight addition, there is a wonderful example amongst the wicket > examples on the site. They even limit the number of choices to ten. > > Linda > > Igor Vaynberg

Re: Large Scale Applications using Wicket

2009-03-13 Thread nino martinez wael
Yeah as people say, it's the business logic that will really be the bottleneck.. 2009/3/13 Willis Blackburn > I don't think that page serialization is going to be your bottleneck. > > I don't know what you're thinking when you say "large scale." Some folks > think "large scale" means two server

Re: Wicket WebBeans Project...

2009-03-20 Thread nino martinez wael
+1 for wicket-candi :)

Re: Bingind a bean that has getters, but no setters

2009-03-24 Thread nino martinez wael
Hi Andrea Did you use the openlayers integration project? just curious... regards Nino 2009/3/24 Andrea Aime > Hi, > I'm trying to make a component that edits the > corners of a rectangle. The model of this > component should be a JTS Envelope class: > > http://www.jump-project.org/docs/jts/

Re: Bingind a bean that has getters, but no setters

2009-03-24 Thread nino martinez wael
Ok, was just because the openlayer integration exposes the JTD objects... No problem there.. 2009/3/24 Andrea Aime > nino martinez wael ha scritto: > >> Hi Andrea >> >> Did you use the openlayers integration project? >> >> just curious... >> > &g

Re: Bingind a bean that has getters, but no setters

2009-03-24 Thread nino martinez wael
I guess you could look into the integration for inspiration on howto use wicket it does some of the same stuf you are talking about 2009/3/24 nino martinez wael > Ok, was just because the openlayer integration exposes the JTD objects... > > No problem there.. > > 2009/3

Re: wicketstuff / ki / jsecurity

2009-03-24 Thread nino martinez wael
Yeah I've for one always been very pro for wicketstuff.. It's nice keeping things in one place.. Plus as you write if we share a somewhat similar structure it's potentially easier to maintain.. 2009/3/24 Ryan McKinley > Hi- > > I've been looking to integrate a complex security model with wicket

Re: Wicket Meetup Tonight in Amsterdam!

2009-03-24 Thread nino martinez wael
Yeah im curious as well:) 2009/3/24 Jonathan Locke > > > So true! So true! > > Can someone tell me what the surprise was afterwards? ;-) > I'll still be surprised on account of not knowing what it was since Seattle > is a bit too far from Amsterdam. > > Darn, I kinda miss Holland right now... >

Re: How to prevent a flickering when Ajax updates an Image

2009-03-24 Thread nino martinez wael
Hi Must be the delay to your server (which is normal I think), I'd suggest using something like scriptaculus and then a fade in / out effect. You could possibly also just prefect it and replace it when fully loaded. 2009/3/24 santo_75 > > Hi there, > > i have a page that updates an image throug

Re: wicketstuff / ki / jsecurity

2009-03-25 Thread nino martinez wael
IRC. > > Les, what do you think ? > We should change the project name to wicket-ki anyway. > > regards, > Maarten > > On Wed, Mar 25, 2009 at 7:47 AM, nino martinez wael < > nino.martinez.w...@gmail.com> wrote: > > > Yeah I've for one always been very

Re: How to prevent a flickering when Ajax updates an Image

2009-03-25 Thread nino martinez wael
some details how to submit the image to the > client-browser and not show it before it's fully loaded? > > > thx > Santo > > > nino martinez wael wrote: > > > > Hi > > > > Must be the delay to your server (which is normal I think), I'd suggest

Re: AttributeModifier in AjaxLink's onClick. Possible?

2009-03-25 Thread nino martinez wael
No theres a ajax decorator you can override instead, or something like it... 2009/3/25 CrocodileShoes > > Can I do this? > > MarkupContainer facetNameLink = new AjaxLink("facetNameLink") { > @Override > public void onClick(AjaxRequestTarget target) { >// Get the dataprovider's query respon

Re: best way to add tooltips in wicket

2009-03-25 Thread nino martinez wael
Hehe, we have several ways of doing it... Theres two in wicketstuff minies.. ProtoTip and Mootip, both can do many things.. The mootip has an example page for you aswell.. You can see the video at the end of this article for a small demo: http://ninomartinez.wordpress.com/2008/09/09/apache-wicke

Re: AttributeModifier in AjaxLink's onClick. Possible?

2009-03-25 Thread nino martinez wael
No problem :) 2009/3/25 CrocodileShoes > > Ah Ok. After a quick search through the wiki I came up with this: > > @Override > protected IAjaxCallDecorator getAjaxCallDecorator() { > return new AjaxCallDecorator() { >public CharSequence decorateScript(CharSequence script) { > // add Jav

Re: best way to add tooltips in wicket

2009-03-25 Thread nino martinez wael
no you should use this one for 1.4 http://wicketstuff.org/maven/repository/org/wicketstuff/wicketstuff-minis/1.4.0-SNAPSHOT/ But it should be the result of this one : https://wicket-stuff.svn.sourceforge.net/svnroot/wicket-stuff/trunk/wicketstuff-core/minis-parent/ Im not sure where Jeremys ser

Re: best way to add tooltips in wicket

2009-03-25 Thread nino martinez wael
I think this is pretty simple aswell : add(new Label("tooltip01", "this is tool tip 01") .add(new MootipBehaviour( "This is my tool tip", "I can be very long and even ha

Re: wicketstuff / ki / jsecurity

2009-03-25 Thread nino martinez wael
2009/3/25 Martin Funk : > > Am 25.03.2009 um 10:17 schrieb nino martinez wael: > >> The problem with wicket stuff have been cleared up a bit, the part about >> which projects are dead and not.. Those in wicketstuff-core are alive, and >> if they become incompatible

Re: Getting confirmation Javascript function value in wicket

2009-03-25 Thread nino martinez wael
see this thread http://www.nabble.com/AttributeModifier-in-AjaxLink%27s-onClick.--Possible--tp22697831p22698229.html 2009/3/25 vela : > > Hello, > > I have a  AjaxFallbackLink and on click of it, the application performs some > action. But the application should continue only based on the confirma

Re: WYSIWYG component

2009-03-25 Thread nino martinez wael
There is some fix, where you preload(use a headercontributer) the tinymce script on the page where the ajaxtabbedPanel are.. Last time I did this where for 1.3... 2009/3/25 Daniel Ferreira Castro : > I solved the problem. > The problem was due a incompatibility of TinyMCE with AjaxTabbedPanel. > A

  1   2   3   4   5   6   7   8   9   10   >