Re: Event Handler Problem

2015-10-20 Thread Diego Socaceti
work. I quess the problem of our project is somekind of side effect(s). But i don't know how to find them Kind regards Diego On Tue, Oct 20, 2015 at 4:16 PM, Diego Socaceti wrote: > Hi Thiago, > > unfortunately the context is not empty. I checked the request URL in chrome

Re: Event Handler Problem

2015-10-20 Thread Diego Socaceti
mpleteId()), element, null); On Tue, Oct 20, 2015 at 2:55 PM, Thiago H de Paula Figueiredo < thiag...@gmail.com> wrote: > On Tue, 20 Oct 2015 06:30:34 -0200, Diego Socaceti > wrote: > > Hi all, >> > > Hi! > > The event handler is not called,

Event Handler Problem

2015-10-20 Thread Diego Socaceti
Hi all, i have a weird problem with event handling. I tried to extend an already existing and functioning AJAX request event handler with context. But it doesn't work, after i changed event link creation and the signature of the event handler. The event handler is not called, but an tapestry excep

Re: New release of Eclipse Tapestry Plugin available for download

2015-09-03 Thread Diego Socaceti
g works fine. Thx and Kind regards On Thu, Sep 3, 2015 at 10:19 PM, Dmitry Gusev wrote: > Hi Diego, > > it's hard to tell what could go wrong from this description. > > We can chat about it in the #tapestry IRC channel on irc.freenode.net if > you want. > > On Thu

Re: New release of Eclipse Tapestry Plugin available for download

2015-09-03 Thread Diego Socaceti
M, Dmitry Gusev wrote: > Hi Diego! > > Maybe you have any errors in Error Log view? > (Window -> Show View -> Error Log) > > > On Fri, Aug 28, 2015 at 3:03 PM, Diego Socaceti > wrote: > > > Hi Dmitry, > > > > i just installed it for the 1st time, but

Re: New release of Eclipse Tapestry Plugin available for download

2015-08-28 Thread Diego Socaceti
Hi Dmitry, i just installed it for the 1st time, but there are two features with aren't working for me 1. Jump to Definition in tml files 2. Completion Proposals in tml files Any idea, what i did wrong? Kind regards Diego On Fri, Aug 28, 2015 at 1:59 PM, Bob Harner wrote: > Nice! Thanks for

Re: Trying to load non AMD javascript in tapestry 5.4

2015-02-18 Thread Diego Socaceti
27; : function(style) { $("#fontTypeField").val(style); }, 'fonts' : [ 'Arial,Arial,Helvetica,sans-serif', 'Arial Black,Arial Black,Gadget,sans-serif', ... ] }); }}); Kind regards 2015-02-18 16:24 GMT+01:00 Diego

Re: Trying to load non AMD javascript in tapestry 5.4

2015-02-18 Thread Diego Socaceti
lender.jumpst...@gmail.com>: > Hi Diego, > > That sounds good, but can you give a concrete example of some code, like I > gave below. That would be great. > > Geoff > > > On 19 Feb 2015, at 1:00 am, Diego Socaceti wrote: > > > sorry, copy, paste-error > >

Re: Trying to load non AMD javascript in tapestry 5.4

2015-02-18 Thread Diego Socaceti
sorry, copy, paste-error ... use JavaScriptModuleConfiguration#exports() for 'exports' of shim config 2015-02-18 14:58 GMT+01:00 Diego Socaceti : > Hi @all, > > if you want to shim non-AMD JavaScript files you should use > JavaScriptModuleConfiguration. > It offers ever

Re: Trying to load non AMD javascript in tapestry 5.4

2015-02-18 Thread Diego Socaceti
Hi @all, if you want to shim non-AMD JavaScript files you should use JavaScriptModuleConfiguration. It offers everything you need to create shim configs. use JavaScriptModuleConfiguration#dependsOn() for 'deps' of shim config use JavaScriptModuleConfiguration#dependsOn() for 'exports' of shim con

[5.4-beta-22] AjaxFormLoop, Zone, DateField issue

2015-01-08 Thread Diego Socaceti
Hi @all, i try to use an AjaxFormLoop to implement a dynamic filter component. U can interactively add or remove new single filter to a filter form. Every single filter row has a select to specify the column. This select replace the input field for the filter expression depending on the column ty

Re: [5.4-beta-22] Adding forms to a form using ajax

2014-12-13 Thread Diego Socaceti
Hi, have to tried to use the AjaxFormLoop http://tapestry.apache.org/5.4/apidocs/org/apache/tapestry5/corelib/components/AjaxFormLoop.html I just found it in the API docs. Unfortunately there are no 5.4 jumpstart examples, but i think you can adapt the one from 5.3 http://jumpstart.doublenegativ

[5.4-beta-16], Bootstrap 3.2.0 and tag

2014-08-11 Thread Diego Socaceti
Hi @all, i read the bootstrap docs about navbar buttons ( http://getbootstrap.com/components/#navbar-buttons) and it refers to not using , but instead. i would like to use the navbar button styles, but therefore i have to use the instead of the tag. How can i use the tag in tapestry??? Kin