Re: ANN: New Tapestry Book

2016-07-18 Thread Thiago H de Paula Figueiredo
arry And thanks the Chris for the edits. -- Thiago H. de Paula Figueiredo Tapestry, Java and Hibernate consultant and developer http://machina.com.br - To unsubscribe, e-mail: users-unsubscr...@tapestry.apache.org For additional

Re: Environmental not avaible during action

2016-07-06 Thread Thiago H de Paula Figueiredo
On Wed, 06 Jul 2016 15:43:49 -0300, Lherm Nicolas <nlh...@sqli.com> wrote: Yes i already use this one too. But I didn't saw any change Could you post the whole code related to this? Otherwise, I'm not sure how to help you further. Le 6 juil. 2016 à 20:03, Thiago H de Paula Figu

Re: Environmental not avaible during action

2016-07-06 Thread Thiago H de Paula Figueiredo
t.push(EnumCorgamo.class, corgamo); } Have you tried this suggestion I've done before? Instead of having an "@Environmental private EnumCorgamo corgamo;" @Inject the Environment service and use environment.peek(EnumCorgamo.class) instead. -- Thiago H. de Paula Figueired

Re: Environmental not avaible during action

2016-07-06 Thread Thiago H de Paula Figueiredo
event one. -- Thiago H. de Paula Figueiredo Tapestry, Java and Hibernate consultant and developer http://machina.com.br - To unsubscribe, e-mail: users-unsubscr...@tapestry.apache.org For additional commands, e-mail: u

Re: problem accessing assets after migration to 5.4

2016-06-30 Thread Thiago H de Paula Figueiredo
ervice: is = assetSource.getClasspathAsset("menu.properties").getResource() .openStream(); } catch (RuntimeException e) { Try "/menu.properties" instead of "menu.properties", please. -- Thiago H. de Paula Figueiredo Tapestry, Java and Hibernate consultant

Re: after migrating to T5.4 home page won't load

2016-06-30 Thread Thiago H de Paula Figueiredo
obably means you have mixed Tapestry versions in your classpath. -- Thiago H. de Paula Figueiredo Tapestry, Java and Hibernate consultant and developer http://machina.com.br - To unsubscribe, e-mail: users-un

Re: Environmental not avaible during action

2016-06-27 Thread Thiago H de Paula Figueiredo
environment.peek(EnumCorgamo.class) instead. -- Thiago H. de Paula Figueiredo Tapestry, Java and Hibernate consultant and developer http://machina.com.br - To unsubscribe, e-mail: users-unsubscr...@tapestry.apache.org For additional command

Re: Tapestry 4.1 Migration to Tapestry 5

2016-06-27 Thread Thiago H de Paula Figueiredo
ry-IoC, the replacement for HiveMind in Tapestry 5, is here: http://tapestry.apache.org/ioc.html. -- Thiago H. de Paula Figueiredo Tapestry, Java and Hibernate consultant and developer http://machina.com.br - To unsubscribe,

Re: obtaining markup in a page class to send in email

2016-06-24 Thread Thiago H de Paula Figueiredo
parser) subclass which pipes the results of an XSLT transformation directly into Tapestry DOM elements. -- Thiago H. de Paula Figueiredo Tapestry, Java and Hibernate consultant and developer http://machina.com.br - To unsubscr

Re: Tapestry 4.1 Migration to Tapestry 5

2016-06-24 Thread Thiago H de Paula Figueiredo
On Fri, 24 Jun 2016 00:18:04 -0300, Mukesh Chandra <mukesh.chan...@opensolutions.com> wrote: So they can share the session? Yes. They're in the same webapp, same context. -- Thiago H. de Paula Figueiredo Tapestry, Java and Hibernate consultant and developer http://machina.

Re: obtaining markup in a page class to send in email

2016-06-23 Thread Thiago H de Paula Figueiredo
some smooth xslt integration would be nice. :) JIRA ticket? :) -- Thiago H. de Paula Figueiredo Tapestry, Java and Hibernate consultant and developer http://machina.com.br - To unsubscribe, e-mail: users-unsubscr...@tapestry.apache.or

Re: Tapestry 4.1 Migration to Tapestry 5 or an alternative

2016-06-23 Thread Thiago H de Paula Figueiredo
On Thu, 23 Jun 2016 11:34:59 -0300, Mukesh Chandra <mukesh.chan...@opensolutions.com> wrote: What are the recommendations then? Move stuff from T4 to T5 one piece at a time. -- Thiago H. de Paula Figueiredo Tapestry, Java and Hibernate consultant and developer http://machina.

Re: Tapestry 4.1 Migration to Tapestry 5

2016-06-23 Thread Thiago H de Paula Figueiredo
On Thu, 23 Jun 2016 11:05:38 -0300, Mukesh Chandra <mukesh.chan...@opensolutions.com> wrote: Hi All Hi! Can I have both the Tapestry 5 and Tapestry 4 pages in same project Yes. Even in the same webapp. -- Thiago H. de Paula Figueiredo Tapestry, Java and Hibernate cons

Re: Tapestry 4.1 Migration to Tapestry 5 or an alternative

2016-06-23 Thread Thiago H de Paula Figueiredo
tools available to achieve this? No. -- Thiago H. de Paula Figueiredo Tapestry, Java and Hibernate consultant and developer http://machina.com.br - To unsubscribe, e-mail: users-unsubscr...@tapestry.apache.org For additional co

Re: obtaining markup in a page class to send in email

2016-06-23 Thread Thiago H de Paula Figueiredo
t XSLT is for. :) Or do you mean making it easier to use XSLT in Tapestry? -- Thiago H. de Paula Figueiredo Tapestry, Java and Hibernate consultant and developer http://machina.com.br - To unsubscribe, e-mail: users-unsubscr...@tapestry.apac

Re: Environmental not avaible during action

2016-06-22 Thread Thiago H de Paula Figueiredo
ion Hi, EnumCorgamo is the context of the execution, an enumeration with some Strings, and methods thats returns codes (strings) Yes, it was Tapestry 5.2.6De : Thiago H de Paula Figueiredo <thiag...@gmail.com> Envoyé : lundi 20 juin 2016 19:45:28 À : Tapestry users Objet : Re: E

Re: Environmental not avaible during action

2016-06-20 Thread Thiago H de Paula Figueiredo
e puts an EnumCorgamo into the Environment in first place? It's not being called when your event is triggered. I use tapestry 5.3.8 now. But it works when I use tapestry 2.6. Are you sure about using 2.6? :p -- Thiago H. de Paula Figueiredo Tapestry, Java and Hibernate consultant and develope

Re: Informal Parameter

2016-06-10 Thread Thiago H de Paula Figueiredo
mplate snippet? Without them, it's very difficult to diagnose your problem. How can I resolve it without using @SupportInformalParameters ? You cannot have informal parameters without using @SupportsInformalParameters. -- Thiago H. de Paula Figueiredo Tapestry, Java and Hibernate cons

Re: Illegal field modifiers in class ...: 0x12

2016-06-09 Thread Thiago H de Paula Figueiredo
s its bytecode rewritten. Is it the right solution to fix this problem because I will have to change the location of full classes ? Yes! :) Nothing a good IDE cannot do for you very easily. -- Thiago H. de Paula Figueiredo Tapestry, Java and Hibernate consultant and developer http:

Re: Illegal field modifiers in class ...: 0x12

2016-06-08 Thread Thiago H de Paula Figueiredo
package. Nothing that isn't a mixin should be in the mixins package. Nothing that isn't a abstract superclass for other base, component, page or mixin classes should be in the base package. -- Thiago H. de Paula Figueiredo Tapestry, Java and Hibernate consultant and developer http:

Re: Updating persistent list in event handler

2016-06-08 Thread Thiago H de Paula Figueiredo
e value 'cluster'. I verified by logline that the list is updated within the method, but that the list is saved in its original state once the method completes. What can I do to see that the list updates with the new 'cluster' value appended? Tim -- Thiago H. de Paula Figueiredo Tapestry, Ja

Re: http redirection to https port 443

2016-06-02 Thread Thiago H de Paula Figueiredo
ropped or replaced with 443. Any ideas if I am right and how to provide that secure port number correctly or just drop the port number? John -- Thiago H. de Paula Figueiredo Tapestry, Java and Hibernate consultant and developer http://machina.

Re: Partial markup via block

2016-06-02 Thread Thiago H de Paula Figueiredo
es support block event handler return methods for AJAX requests (i.e. the ones in which Request.isXHR() returns true). How are you testing your event handler method? -- Thiago H. de Paula Figueiredo Tapestry, Java and Hibernate consultant and developer http:

Re: Prepare for submit handler seems to be not called

2016-05-26 Thread Thiago H de Paula Figueiredo
t know. -- Thiago H. de Paula Figueiredo Tapestry, Java and Hibernate consultant and developer http://machina.com.br - To unsubscribe, e-mail: users-unsubscr...@tapestry.apache.org For additional commands, e-mail: u

Re: Prepare for submit handler seems to be not called

2016-05-25 Thread Thiago H de Paula Figueiredo
plugin Tamper Data). I have replaced the value of t:formdata (I know the parameter values of the request that caused the exception in production environment as our app reports exceptions via email in such case) and I have also removed the value of the parameter t:submit. -- Thiago H. de

Re: Rendering a component programmatically

2016-05-04 Thread Thiago H de Paula Figueiredo
http://tapestry.apache.org/current/apidocs/org/apache/tapestry5/services/PartialTemplateRenderer.html. Example: https://github.com/apache/tapestry-5/blob/master/tapestry-core/src/test/java/org/apache/tapestry5/integration/app1/pages/PartialTemplateRendererDemo.java -- Thiago H. de Paula Figueiredo Ta

Re: Change grid on "onSuccess"

2016-04-28 Thread Thiago H de Paula Figueiredo
grid html is sent back in the response and updated on the client side. If you want to achieve this you'll need to add a Zone around the grid and make your Form submit with AJAX. +1 again. :) -- Thiago H. de Paula Figueiredo Tapestry, Java and Hibernate consultant and developer

Re: Integrating Tapstry IOC only

2016-04-25 Thread Thiago H de Paula Figueiredo
ry-ioc. tapestry-core by itself depends on tapestry-ioc. Registry, services, dependency injection, distributed configuration, chain builders, etc are all in tapestry-ioc. You don't need tapestry-core at all. -- Thiago H. de Paula Figueiredo Tapestry, Java and Hibernate consultant an

Re: Integrating Tapstry IOC only

2016-04-21 Thread Thiago H de Paula Figueiredo
y good tutorials that cover this? It's mostly the same. Just the way you start the Registry is different. If http://tapestry.apache.org/starting-the-ioc-registry.html isn't enough, please let us know. -- Thiago H. de Paula Figueiredo Tapestry, Java and Hibernate consultant and develope

Re: child component lookup

2016-04-15 Thread Thiago H de Paula Figueiredo
nentSource/ComponentResources classes, but > > couldn't find anything relevant yet. > > > > Environment service can't help either, because modal is a form's parent > and > > at the time of modal rendering FormSupport is not yet availab

Re: Paged grid with checkbox's fails when switching page

2016-04-13 Thread Thiago H de Paula Figueiredo
Or maybe you could use some AJAX, keeping the checkbox or changing it to an EventLink. -- Thiago H. de Paula Figueiredo Tapestry, Java and Hibernate consultant and developer http://machina.com.br - To unsubscribe, e-mail: us

Re: integrating Facebook JS SDK

2016-04-11 Thread Thiago H de Paula Figueiredo
ователь "Ilya Obshadko" <xf...@xfyre.com> написал: Facebook recommends the following method to integrate FB SDK using AMD approach: https://developers.facebook.com/docs/javascript/howto/requirejs/v2.5 However I can't find any obvious way to configure RequireJS paths in Tapestry. I

Re: integrating Facebook JS SDK

2016-04-11 Thread Thiago H de Paula Figueiredo
stry's test webapps. -- Thiago H. de Paula Figueiredo Tapestry, Java and Hibernate consultant and developer http://machina.com.br - To unsubscribe, e-mail: users-unsubscr...@tapestry.apache.org For additional commands, e-mail: u

Re: Paged grid with checkbox's fails when switching page

2016-04-08 Thread Thiago H de Paula Figueiredo
if inplace="true"? This way one could identify the zone to be updated. You can file a Jira ticket with this suggestion: https://issues.apache.org/jira/browse/TAP5. -- Thiago H. de Paula Figueiredo Tapestry, Java and Hibernate consultant and devel

Re: Paged grid with checkbox's fails when switching page

2016-04-08 Thread Thiago H de Paula Figueiredo
ered again, so the checkbox rendering throws an exception because form field components cannot be rendered unless a Form is rendered surrounding them. -- Thiago H. de Paula Figueiredo Tapestry, Java and Hibernate consultant and developer http:

Re: input form error causes div to clear left

2016-04-07 Thread Thiago H de Paula Figueiredo
clears left distorting the whole form into 4 stacked divs. How do I stop tapestries errors from messing up my form layout? Override the appropriate Tapestry styles in your CSS files. -- Thiago H. de Paula Figueiredo Tapestry, Java and Hibernate consultant and developer http://machina.

Re: Unable to add SecurityAssert after moving from 5.3 to 5.4

2016-04-04 Thread Thiago H de Paula Figueiredo
so far. On 1 April 2016 at 18:06, Thiago H de Paula Figueiredo <thiag...@gmail.com> wrote: On Fri, 01 Apr 2016 04:21:31 -0300, Pavel Chernyak <fjfal...@fjfalcon.ru> wrote: Hello. Well, nothing more except this stack trace. Unable to add 'SecurityAsser

Re: Unable to add SecurityAssert after moving from 5.3 to 5.4

2016-04-01 Thread Thiago H de Paula Figueiredo
lf via 'SecurityAssert'). The dependency has been ignored. Unable to load class $ComponentRequestHandler_13c917a7b1c as the implementation of service java.lang.Object I'm sorry, this is an error message, not a stack trace. -- Thiago H. de Paula Figueiredo Tapestry, Java and Hibernate cons

Re: Unable to add SecurityAssert after moving from 5.3 to 5.4

2016-03-31 Thread Thiago H de Paula Figueiredo
s been ignored. This is a warning, not an error. Unable to load class $ComponentRequestHandler_bf3d4a71e7d as the implementation of service java.lang.Object This is weird. Could you post the full stack trace, please? -- Thiago H. de Paula Figueiredo Tapestry, Java and Hibernate consultant and dev

Re: Tapestry Grid Paging

2016-03-23 Thread Thiago H de Paula Figueiredo
Thiago H. de Paula Figueiredo Tapestry, Java and Hibernate consultant and developer http://machina.com.br - To unsubscribe, e-mail: users-unsubscr...@tapestry.apache.org For additional commands, e-mail: users-h...@tapestry.apache.org

Re: Tapestry Grid Paging

2016-03-23 Thread Thiago H de Paula Figueiredo
e Grid use an AJAX request instead, avoiding a full page reload. -- Thiago H. de Paula Figueiredo Tapestry, Java and Hibernate consultant and developer http://machina.com.br - To unsubscribe, e-mail: users-un

Re: Hibernate call returns wrong day

2016-03-23 Thread Thiago H de Paula Figueiredo
ever noticed anything like that? I have not. Maybe some DST-related issue? -- Thiago H. de Paula Figueiredo Tapestry, Java and Hibernate consultant and developer http://machina.com.br - To unsubscribe, e-mail: users-unsub

Re: Tapestry Grid Paging

2016-03-23 Thread Thiago H de Paula Figueiredo
button was just clicked? No. Why do you need that? Second, can it call a separate Tapestry event instead of it calling setupRender() ? setupRender is invoked when the component or page is about to be rendered. It's not actually directly related to Grid at all. -- Thiago H. de Paula Figu

Re: OAuth2 Server tapestry implementation

2016-03-22 Thread Thiago H de Paula Figueiredo
erver" part. (facepalm). Thanks for the shout out to Oltu. I didn't know about it and it seems pretty interesting. It shouldn't be hard to integrate it into a Tapestry application. Is Tynamo not a client only solution ? Yes. -- Thiago H. de Paula Figueiredo Tapestry, Java and Hibe

Re: OAuth2 Server tapestry implementation

2016-03-22 Thread Thiago H de Paula Figueiredo
On Tue, 22 Mar 2016 12:14:56 -0300, Thiago H de Paula Figueiredo <thiag...@gmail.com> wrote: On Tue, 22 Mar 2016 10:38:15 -0300, Chung Khanh Duy <chungkhanhduy1...@gmail.com> wrote: On Tue, Mar 22, 2016 at 6:14 PM, abangkis <abang...@gmail.com> wrote: Hi, is there

Re: OAuth2 Server tapestry implementation

2016-03-22 Thread Thiago H de Paula Figueiredo
apestry library for oauth2. I'm sorry, but I think you're wrong. Check http://www.tynamo.org/tynamo-federatedaccounts/. -- Thiago H. de Paula Figueiredo Tapestry, Java and Hibernate consultant and developer http://machina.com.br - To

Re: render nested component

2016-03-21 Thread Thiago H de Paula Figueiredo
onents to render their template in a recursive way. I'll be asking my bosses for bringing this to Tapestry itself. -- Thiago H. de Paula Figueiredo Tapestry, Java and Hibernate consultant and developer http://machina.com.br - To unsub

Re: URL rewriting help

2016-03-10 Thread Thiago H de Paula Figueiredo
think it was very good for incoming ones. By that way, that very blogging engine was written by me and uses Tapestry URL rewriter 2.0.0 itself. Sources here: https://github.com/thiagohp/eloquentia. -- Thiago H. de Paula Figueiredo Tapestry, Java and Hibernate consultant and develope

Re: Tapestry Grid Sort of column is case sensitive

2016-03-09 Thread Thiago H de Paula Figueiredo
orting logic. -- Thiago H. de Paula Figueiredo Tapestry, Java and Hibernate consultant and developer http://machina.com.br - To unsubscribe, e-mail: users-unsubscr...@tapestry.apache.org For additional commands, e-mail: u

Re: Problems with Form Fragments, JRebel, and BeanEditForm

2016-03-04 Thread Thiago H de Paula Figueiredo
you're better served by using the Form and the other form field components directly. For instance my form has a first and last name I would like to put them on the same row but it throws a error if I try and do something like this: Have you tried that using CSS? -- Thiago H. de Pa

Re: Loading templates at run-time in Tapestry 5.4

2016-03-01 Thread Thiago H de Paula Figueiredo
engine work in a way it was never intended. :) -- Thiago H. de Paula Figueiredo Tapestry, Java and Hibernate consultant and developer http://machina.com.br - To unsubscribe, e-mail: users-unsubscr...@tapestry.apache.org For addi

Re: Loading templates at run-time in Tapestry 5.4

2016-03-01 Thread Thiago H de Paula Figueiredo
ovided by clients into HTML. We even have a version of OutputRaw that parses the generated HTML and outputs Tapestry DOM elements so we can use DOM rewriting if needed. :) -- Thiago H. de Paula Figueiredo Tapestry, Java and Hibernate consultant and developer http://machina.

Re: Loading templates at run-time in Tapestry 5.4

2016-03-01 Thread Thiago H de Paula Figueiredo
ted to your template doesn't have a 'header' property. -- Thiago H. de Paula Figueiredo Tapestry, Java and Hibernate consultant and developer http://machina.com.br - To unsubscribe, e-mail: users-unsubscr...@tapestry.apache.org F

Re: Loading templates at run-time in Tapestry 5.4

2016-02-29 Thread Thiago H de Paula Figueiredo
ser & MarkupWriter but I couldn't get it to bind to my properties/functions since the code is loaded at runtime and is not defined at compile time (I would hit a NPE when the PropBindingFactory would try and locate the component). Full stack trace please. :) -- Thiago H. de P

Re: Calling method after CommitAfter call

2016-02-26 Thread Thiago H de Paula Figueiredo
sagree. Tapestry-Hibernate is a thin wrapper to begin with. What you're doing is very normal usage of both Tapestry and Hibernate. -- Thiago H. de Paula Figueiredo Tapestry, Java and Hibernate consultant and developer http://machina.

Re: Calling method after CommitAfter call

2016-02-25 Thread Thiago H de Paula Figueiredo
which is being managed by HibernateSessionManager. I am not pretty sure how to obtain that manager, to safely commit the transaction. It's a Tapestry-IoC service, so you can @Inject it in your pages or have it automatically injected into your services' constructors. -- Thiago H. de Paula Figu

Re: Calling method after CommitAfter call

2016-02-24 Thread Thiago H de Paula Figueiredo
ctions in your SessionFactory, and JPA hooks are more fine-grained. -- Thiago H. de Paula Figueiredo Tapestry, Java and Hibernate consultant and developer http://machina.com.br - To unsubscribe, e-mail: users-un

Re: Calling method after CommitAfter call

2016-02-24 Thread Thiago H de Paula Figueiredo
enario, don't use it. Instead, you can use the HibernateSessionManager.commit() directly. -- Thiago H. de Paula Figueiredo Tapestry, Java and Hibernate consultant and developer http://machina.com.br - To unsubscribe, e-mail:

Re: [5.4] Get asset from code

2016-02-17 Thread Thiago H de Paula Figueiredo
w to use it as I always get the error that Tapestry can't find the asset. Check the AssetSource service and its methods. http://tapestry.apache.org/5.4/apidocs/org/apache/tapestry5/services/AssetSource.html -- Thiago H. de Paula Figueiredo Tapestry, Java and Hibernate consultant an

Re: Tapestry is a sinking Ship

2016-02-15 Thread Thiago H de Paula Figueiredo
d you prove yourself a greater and greater fool with each post." Now let's do something more productive. :) -- Thiago H. de Paula Figueiredo Tapestry, Java and Hibernate consultant and developer http://machina.com.br - To uns

Re: Tapestry is a sinking Ship

2016-02-15 Thread Thiago H de Paula Figueiredo
ftware Foundation policies. and rules, and we should follow them. -- Thiago H. de Paula Figueiredo Tapestry, Java and Hibernate consultant and developer http://machina.com.br - To unsubscribe, e-mail: users-un

Re: Tapestry is a sinking Ship

2016-02-15 Thread Thiago H de Paula Figueiredo
policy on this. I usually try to not feed trolls, so I just try to call out their lies so someone doing a web search on Tapestry don't land on unchallenged deceptive statements. -- Thiago H. de Paula Figueiredo Tapestry, Java and Hibernate consultant and developer http://machina.

Re: [ANNOUNCE] Apache Tapestry 5.4

2016-02-12 Thread Thiago H de Paula Figueiredo
e hard, insightful questions) instead of this very low-quality one who keeps saying something which is very easily proven wrong: http://tapestryjava.blogspot.com.br/2015/08/seeking-new-clojure-engagment.html. -- Thiago H. de Paula Figueiredo Tapestry, Java and Hibernate consultant and develope

Re: [ANNOUNCE] Apache Tapestry 5.4

2016-02-12 Thread Thiago H de Paula Figueiredo
icket is written . . . -- Thiago H. de Paula Figueiredo Tapestry, Java and Hibernate consultant and developer http://machina.com.br - To unsubscribe, e-mail: users-unsubscr...@tapestry.apache.org For additional commands,

Re: [ANNOUNCE] Apache Tapestry 5.4

2016-02-12 Thread Thiago H de Paula Figueiredo
lready got old for me. -- Thiago H. de Paula Figueiredo Tapestry, Java and Hibernate consultant and developer http://machina.com.br - To unsubscribe, e-mail: users-unsubscr...@tapestry.apache.org For additional commands, e-mail:

Re: [ANNOUNCE] Apache Tapestry 5.4

2016-02-12 Thread Thiago H de Paula Figueiredo
On Fri, 12 Feb 2016 14:52:15 -0200, JT <jem...@gmail.com> wrote: He does not even answer our questions. Of course he's gone! Shame on him. Leaving us behind! Crappy release. Talking about me, JT? -- Thiago H. de Paula Figueiredo Tapestry, Java and Hibernate consultant and develope

Re: Tapestry is a sinking Ship

2016-02-12 Thread Thiago H de Paula Figueiredo
k Jira and the Git logs. Even Thiago has secretly abandoned Tapestry. I have not, and you're telling a lie. I'm just answering this troll because of the lies he keeps on spreading, which are bordering on defamation. -- Thiago H. de Paula Figueiredo Tapestry, Java and Hibernate consultant and dev

Re: T5.4 and OLD Hibernate 3x

2016-01-13 Thread Thiago H de Paula Figueiredo
k pace of software development. -- Thiago H. de Paula Figueiredo Tapestry, Java and Hibernate consultant and developer http://machina.com.br - To unsubscribe, e-mail: users-unsubscr...@tapestry.apache.org For additional commands,

Re: T5.4 and OLD Hibernate 3x

2016-01-11 Thread Thiago H de Paula Figueiredo
g). So currently I am facing the following exception: I'd try forcing the tapestry-hibernate version to 5.3.8 and leaving everything else at 5.4.0 and see whether it works. -- Thiago H. de Paula Figueiredo Tapestry, Java and Hibernate consultant and developer http://machina.

Re: No service implements the interface java.util.Date.

2016-01-05 Thread Thiago H de Paula Figueiredo
eanEditForm uses this component internally) and also just before a form submission is handled, triggering the 'validate', 'success' and 'failure' events as needed. -- Thiago H. de Paula Figueiredo Tapestry, Java and Hibernate consultant and developer http:

Re: [ANNOUNCE] Apache Tapestry 5.4

2016-01-04 Thread Thiago H de Paula Figueiredo
On Tue, 29 Dec 2015 12:28:21 -0200, Barry Books <trs...@gmail.com> wrote: Finished is important. Indeed. In addition, I think we could say this was the release in which non-Howard committers have done the most work so far. -- Thiago H. de Paula Figueiredo Tapestry, Java and Hib

Re: [ANNOUNCE] Apache Tapestry 5.4

2016-01-04 Thread Thiago H de Paula Figueiredo
you, so I don't have an opinion about you) and stopping at that. But does this release support all platform that 5.3.x support? Yes. What do you mean by 'platform'? -- Thiago H. de Paula Figueiredo Tapestry, Java and Hibernate consultant and developer http:

Re: Where does Tapestry fit today

2016-01-04 Thread Thiago H de Paula Figueiredo
with Javascript frameworks and long term maintenance is a problem. While single page apps are the new hotness I think they fill a perhaps small niche. They are not currently SEO or Enterprise friendly. That said Google maps would be painful as an old school web app. -- Thiago H. de Paula

Re: send data from javascript to tapestry.

2015-12-15 Thread Thiago H de Paula Figueiredo
g-list-archives.1045711.n5.nabble.com/Calling-the-Tapestry-server-from-plain-Javascript-td3298149.html and http://apache-tapestry-mailing-list-archives.1045711.n5.nabble.com/Call-event-from-javascript-td5096654.html -- Thiago H. de Paula Figueiredo Tapestry, Java and Hibernate consultant and dev

Re: Is tapestry plastic incompatible with JEE specs?

2015-12-14 Thread Thiago H de Paula Figueiredo
JBoss separating which classloader can access which classes (or classpaths). Is this defined by the Java EE specs? If yes, so yes, Tapestry doesn't support the spec fully. Well, at least you seem to have found a way to avoid this problem, and thanks for sharing it. ;) -- Thiago H. de

Re: 5.4-rc-1 - problem when *add* a column to a *grid*, but it is working OK in 5.4-beta-26

2015-12-14 Thread Thiago H de Paula Figueiredo
eateDisplayModel(yourClass.class, messages) and see what are the properties (PropertyModel instances) it detects? -- Thiago H. de Paula Figueiredo Tapestry, Java and Hibernate consultant and developer http://machina.com.br - To unsubscrib

Re: Is tapestry plastic incompatible with JEE specs?

2015-12-11 Thread Thiago H de Paula Figueiredo
Thiago H. de Paula Figueiredo Tapestry, Java and Hibernate consultant and developer http://machina.com.br - To unsubscribe, e-mail: users-unsubscr...@tapestry.apache.org For additional commands, e-mail: users-h...@tapestry.apache.org

Re: call a function in html with parameter

2015-11-13 Thread Thiago H de Paula Figueiredo
recommend this enough. -- Thiago H. de Paula Figueiredo Tapestry, Java and Hibernate consultant and developer http://machina.com.br - To unsubscribe, e-mail: users-unsubscr...@tapestry.apache.org For additional commands, e-mail

Re: call a function in html with parameter

2015-11-13 Thread Thiago H de Paula Figueiredo
a: URL, which is definitely not the case here. -- Thiago H. de Paula Figueiredo Tapestry, Java and Hibernate consultant and developer http://machina.com.br - To unsubscribe, e-mail: users-unsubscr...@tapestry.apache.org For additio

Re: Updated Hotel Booking demo app

2015-11-12 Thread Thiago H de Paula Figueiredo
name, city name, or * (which returns all hotels) Hopefully the result is a much better demonstration of the Tapestry framework, and a more polished and professional example for those who want to copy it as a starting point for their own apps. Bob Harner -- Thiago H. de Paula Figueiredo Tapestry, Ja

Re: AW: AW: How to send additional data with an ajax response

2015-10-30 Thread Thiago H de Paula Figueiredo
inform myself) Yes, but then your response would be big anyway, data in HTML attributes or in a JSON object. -- Thiago H. de Paula Figueiredo Tapestry, Java and Hibernate consultant and developer http://machina.com.br - To unsub

Re: AW: AW: How to send additional data with an ajax response

2015-10-30 Thread Thiago H de Paula Figueiredo
ibutes are attributes like any other. IE9's JavaScript may not provide direct support for reading them, but jQuery and other JavaScript frameworks will cover that for you. -- Thiago H. de Paula Figueiredo Tapestry, Java and Hibernate consultant and developer http://machina.

Re: javassist/hibernate enhanced class problem

2015-10-30 Thread Thiago H de Paula Figueiredo
ernate with Javassist. Your class name was com.example.MyEntity_$$_jvst648_1, so I'd check whether the class name has "_$$_ on it. On 30/10/2015 9:13 AM, Paul Stanton wrote: Hi Thiago, Using 'merge' instead of 'save' does not resolve the issue. I still have to evict. On 29/10/2015 11:04 PM,

Re: beaneditform not hiding id

2015-10-29 Thread Thiago H de Paula Figueiredo
, Paul. - To unsubscribe, e-mail: users-unsubscr...@tapestry.apache.org For additional commands, e-mail: users-h...@tapestry.apache.org -- Thiago H. de Paula Figueiredo Tapestry, Java and Hibernate consultant and developer http://machina.

Re: AW: How to send additional data with an ajax response

2015-10-29 Thread Thiago H de Paula Figueiredo
d HTML to provide the data? -- Thiago H. de Paula Figueiredo Tapestry, Java and Hibernate consultant and developer http://machina.com.br - To unsubscribe, e-mail: users-unsubscr...@tapestry.apache.org For additional commands, e-mail: u

Re: javassist/hibernate enhanced class problem

2015-10-29 Thread Thiago H de Paula Figueiredo
using object = session.merge(object), not session.save(object). -- Thiago H. de Paula Figueiredo Tapestry, Java and Hibernate consultant and developer http://machina.com.br - To unsubscribe, e-mail: users-unsubscr...@tapestry.apac

Re: How to send additional data with an ajax response

2015-10-28 Thread Thiago H de Paula Figueiredo
should then be consumed on the client side by an ajaxComplete event. Does anyone know how a Tapestry event method can return more than just getBody() in the response? Why don't you use data attributes in the returned HTML instead? -- Thiago H. de Paula Figueiredo Tapestry, Java and Hibernate cons

Re: [T5.4-beta-35] No more td css class from t:datagrid

2015-10-27 Thread Thiago H de Paula Figueiredo
lass="xxx" using Tapestry DOM rewriting. -- Thiago H. de Paula Figueiredo Tapestry, Java and Hibernate consultant and developer http://machina.com.br - To unsubscribe, e-mail: users-unsubscr...@tapestry.apache.org For addition

Re: Component parameter becoming null

2015-10-26 Thread Thiago H de Paula Figueiredo
, or pass a copy of the value? No. Don't reuse parameter fields as variables. -- Thiago H. de Paula Figueiredo Tapestry, Java and Hibernate consultant and developer http://machina.com.br - To unsubscribe, e-mail: users-unsubscr...@tap

Re: Passing parent layout's object to nested page

2015-10-23 Thread Thiago H de Paula Figueiredo
onents, not in pages, because pages don't have a container (parent). It would work from the Layout component to access the page on which it's used, for example. Have you tried the Environment? -- Thiago H. de Paula Figueiredo Tapestry, Java and Hibernate consultant and developer http://machina.

Re: Passing parent layout's object to nested page

2015-10-22 Thread Thiago H de Paula Figueiredo
lass. How can I get the parent layout's object? @InjectContainer private Object parentObject; // actually, the field can be of any type you want. But you should try to avoid this, because it couples too much the component and its parent. Use the Environment instead. -- Thiago H. de Paula

Re: Event Handler Problem

2015-10-20 Thread Thiago H de Paula Figueiredo
it wrong to use final EventContext eventContext and RequestParameter together? It shouldn't be. By any chance your context is null or empty? -- Thiago H. de Paula Figueiredo Tapestry, Java and Hibernate consultant and developer http:

Re: Tapestry Spring Security

2015-10-20 Thread Thiago H de Paula Figueiredo
anager in another JAVA class i am getting an exception saying there is no bean qualified to autowire. This is not handled by Tapestry nor Tapestry-IoC, so you'll find better answers in a Spring mailing list, I'm afraid. -- Thiago H. de Paula Figueiredo Tapestry, Java and Hibernate cons

Re: PermissionEvaluator in tapestry-spring-security

2015-10-19 Thread Thiago H de Paula Figueiredo
y, I'm just not sure how to set it all up. I suppose you just configure it in the same way you would without Tapestry, i.e., in Spring. I'm not really familiar with Apache Shiro or the tapestry library, but I'll keep it in the back of my mind as a backup. :) -- Thiago H. de Paula Figueiredo Ta

Re: PermissionEvaluator in tapestry-spring-security

2015-10-16 Thread Thiago H de Paula Figueiredo
pestry-security+guide/ works very well and you can do everything in a very Tapestry-IoC way (its author is a committer of both Tapestry and Apache Shiro). -- Thiago H. de Paula Figueiredo Tapestry, Java and Hibernate consultant and developer http://machina.

Re: DateField default value

2015-10-13 Thread Thiago H de Paula Figueiredo
! Just do it inside the onActivate() or onPrepareForRender() methods. DateField (and any other form field component) will render the HTML field with the value in the property bound to it. -- Thiago H. de Paula Figueiredo Tapestry, Java and Hibernate consultant and developer http://machina.

Re: SelectModel created by Factory using List

2015-10-07 Thread Thiago H de Paula Figueiredo
I give a List as the objects, what labelProperty do I have to set then? You don't. -- Thiago H. de Paula Figueiredo Tapestry, Java and Hibernate consultant and developer http://machina.com.br - To unsubscribe, e-mail: users-un

Re: Tapestry 5 jobs, the value of learning to use T5 and transferable skills.

2015-10-01 Thread Thiago H de Paula Figueiredo
n my limited opinion, hence the golden hammer, T5 is the best thing since sliced bread). Why sometimes the best option is not the most popular one, specially in a crowded space like Java web frameworks? :) -- Thiago H. de Paula Figueiredo Tapestry, Java and Hiberna

Re: Tapestry 5 jobs, the value of learning to use T5 and transferable skills.

2015-10-01 Thread Thiago H de Paula Figueiredo
On Thu, 01 Oct 2015 14:40:44 -0300, Thiago H de Paula Figueiredo <thiag...@gmail.com> wrote: Hmm, from reading http://wildfly.org/about/, it seems to me that WildFly isn't a stack at all, but a servlet container just like Jetty and Tomcat. Oops, it's not just a servlet container

Re: [T5.4-beta-35] "Forms require that the request method be POST and that the t:formdata query parameter have values." problem + workaround

2015-09-29 Thread Thiago H de Paula Figueiredo
final BaseURLSource baseURLSource, @Nonnull final PageRenderLinkSource pageRenderLinkSource ) { return new FormPostProblemWorkaroundExceptionHandler(delegate, requestGlobals, baseURLSource, pageRenderLinkSource); } -- Thiago H. de Paula Figueiredo Tapestry, Java and

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