Re: Pass Context Info to Bootstrap Modal

2013-10-31 Thread Thiago H de Paula Figueiredo
, .pulseMode, function () { var radioId = jQuery(this).data('id'); // shouldn't this be getAttribute()? window.location = window.changePulseMode + '?id=' = radioId; } -- Thiago H. de Paula Figueiredo Tapestry, Java and Hibernate consultant and developer http://machina.com.br

Re: [5.4] Is preview-able TML dead?

2013-10-30 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 and Bootstrap

2013-10-30 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

Re: Simply refresh a zone after datatable record edit - not so simple?

2013-10-30 Thread Thiago H de Paula Figueiredo
, but not both at the same time. It's like trying to give two answers for the same requests. As you want to refresh a zone, you shouldn't return a StreamResponse. -- Thiago H. de Paula Figueiredo Tapestry, Java and Hibernate consultant and developer http://machina.com.br

Re: Pass Context Info to Bootstrap Modal

2013-10-30 Thread Thiago H de Paula Figueiredo
${message:no }/a /div /div From: Thiago H de Paula Figueiredo [via Apache Tapestry Mailing List Archives] [mailto:ml-node+s1045711n5724385...@n5.nabble.com] Sent: Tuesday, October 29, 2013 5:18 PM To: am Subject: Re: Pass Context Info to Bootstrap Modal On Tue, 29 Oct 2013 19:55:20 -0200, Asma

Re: Tapestry and Bootstrap

2013-10-30 Thread Thiago H de Paula Figueiredo
is a voluntary effort. Also, this thread could have an effect on speeding things up, which is a good thing. Under-promise and over-deliver, that's what I do! That's something I agree 100%, probably more. :) In Tapestry's releases case, I prefer to promise nothing. -- Thiago H. de Paula Figueiredo

Re: t:jquery.dialogajaxlink

2013-10-30 Thread Thiago H de Paula Figueiredo
.. t:jquery.dialogajaxlink t:id=link2 t:dialog=myDialog t:zone=myZone 2.. Open 3.. /t:jquery.dialogajaxlink -- Thiago H. de Paula Figueiredo Tapestry, Java and Hibernate consultant and developer http://machina.com.br - To unsubscribe

Re: [5.4] Is preview-able TML dead?

2013-10-30 Thread Thiago H de Paula Figueiredo
invisible instrumentation or not is a case-by-case choice of balancing pros and cons. -- Thiago H. de Paula Figueiredo Tapestry, Java and Hibernate consultant and developer http://machina.com.br - To unsubscribe, e-mail: users-unsubscr

Re: [5.4] Is preview-able TML dead?

2013-10-30 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

Re: [5.4] Is preview-able TML dead?

2013-10-30 Thread Thiago H de Paula Figueiredo
by itself, still look like regular, ordinary HTML. Now compare with JSF templates, specially non-facelet ones, for example. -- Thiago H. de Paula Figueiredo Tapestry, Java and Hibernate consultant and developer http://machina.com.br

Re: Pass Context Info to Bootstrap Modal

2013-10-30 Thread Thiago H de Paula Figueiredo
data-dismiss=modal${message:no }/a /div -- 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

Re: Pass Context Info to Bootstrap Modal

2013-10-29 Thread Thiago H de Paula Figueiredo
=literal:whatever you want. In this case, the button id is very probably static, so you can pass it directly. By the way, this is valid for EventLink and ActionLink and I have no idea what's this web/eventlinkex component you're using. -- Thiago H. de Paula Figueiredo Tapestry, Java and Hibernate

Re: Pass Context Info to Bootstrap Modal

2013-10-29 Thread Thiago H de Paula Figueiredo
probably static, so you can pass it directly. Yes, the button is static, but which button id to pass is dynamic. I'm sorry, I meant radio id, not button id. -- Thiago H. de Paula Figueiredo Tapestry, Java and Hibernate consultant and developer http://machina.com.br

Re: onActivate not called / Ajax / Shiro

2013-10-28 Thread Thiago H de Paula Figueiredo
. The statement above would make me think that Tapestry-Security does work for AJAX requests too, as onActivate() is invoked for every request for the page, render or action. -- Thiago H. de Paula Figueiredo Tapestry, Java and Hibernate consultant and developer http://machina.com.br

Re: How to do a Batch transaction with Tapestry-Hibernate

2013-10-25 Thread Thiago H. de Paula Figueiredo
On Thu, Oct 24, 2013 at 11:14 PM, George Christman gchrist...@cardaddy.comwrote: I'm wondering how to do a batch transaction with Tapestry-Hibernate. Should I still be using @Inject Session session and @CommitAfter? or Should I be using Transaction tx? Without testing, I'd guess both should

Re: How to do a Batch transaction with Tapestry-Hibernate

2013-10-25 Thread Thiago H. de Paula Figueiredo
On Fri, Oct 25, 2013 at 10:53 AM, Barry Books trs...@gmail.com wrote: While it's true you can run into problems by nesting @CommitAfter the same can be said about nesting any commits. The Tapestry database model is simple. There is one connection per request and when you call commit it does a

Re: [5.4.23] Troubleshooting Live Class Reloading

2013-10-25 Thread Thiago H. de Paula Figueiredo
Check the project configuration in Eclipse, specifically the build path tab. If you're using its Maven support, it configures your project to always exclude all resources from being copied to the target folder when you change them. Regarding live class reloading itself, it's weird. Are you using

Re: How to make login to database virtual mutually exclusive per user

2013-10-24 Thread Thiago H de Paula Figueiredo
. And this isn't even a forum! hehehe -- 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: Datatables warning when using t:if test....

2013-10-23 Thread Thiago H de Paula Figueiredo
believe you would just need an if statement in your page class). That's correct. :) -- Thiago H. de Paula Figueiredo Tapestry, Java and Hibernate consultant and developer http://machina.com.br - To unsubscribe, e-mail: users-unsubscr

Re: Show Form Button Only to Logged in Users

2013-10-23 Thread Thiago H de Paula Figueiredo
out-of-box solution for this? No, but it should be quite simple: @Inject HttpServletRequest and use its getRemoteUser() to know whether the user is logged in or not, then the If component to show or not the button. -- Thiago H. de Paula Figueiredo Tapestry, Java and Hibernate consultant

Re: Multiple Service Interfaces?

2013-10-20 Thread Thiago H. de Paula Figueiredo
On Sat, Oct 19, 2013 at 5:15 PM, Martin Kersten martin.kersten...@gmail.com wrote: Cool. Thanks. I was looking for the documentation but did not found the correct hint. I only remembered from the code reading. You could infer that by thinking that, except for injection by service id,

Re: Why the Registry is not available as a service?

2013-10-19 Thread Thiago H. de Paula Figueiredo
It is, not as the Registry service, but as the ObjectLocator service (Registry extends ObjectLocator and ObjectLocator is the one that declares the getService(), getObject() and autobuild() methods). Tapestry-IoC does *not* impose one Registry per JVM. Same for Tapestry(-core). You can create as

Re: Multiple Service Interfaces?

2013-10-19 Thread Thiago H. de Paula Figueiredo
Unless I'm mistaken (I cannot test this now,) if you have ServiceA extends ServiceB and ServiceImpl implements ServiceA, if you do a binder.bind(ServiceA.class, ServiceImpl.class) and @Inject ServiceA serviceA and @Inject ServiceB serviceB, it will work (serviceA == serviceB). Have you tested

Re: Tapestry 5 Crash on load from Eclipse while working ok from command (Jetty)

2013-10-19 Thread Thiago H. de Paula Figueiredo
This makes me think you're missing the C3p0 dependency when running from Eclipse (RunJettyRun?) directly: Could not instantiate connection provider:org.hibernate.connection.C3P0ConnectionProvider Are you sure this is the full stack trace? It doesn't say why C3P0Connection provider couldn't be

Re: Multiple Service Interfaces?

2013-10-19 Thread Thiago H. de Paula Figueiredo
(); ServiceA serviceA = registry.getService(ServiceA.class); ServiceB serviceB = registry.getService(ServiceB.class); System.out.println(serviceA == serviceB); assert serviceA == serviceB; } } On Sat, Oct 19, 2013 at 3:02 PM, Thiago H. de Paula Figueiredo

Re: Cannot pass string containing spaces into component event.

2013-10-18 Thread Thiago H de Paula Figueiredo
.service(TapestryModule.java:902) org.apache.tapestry5.services.TapestryModule$2.service(TapestryModule.java:892) org.apache.tapestry5.internal.services.StaticFilesFilter.service(StaticFilesFilter.java:90) ... ... -- Thiago H. de Paula Figueiredo Tapestry, Java and Hibernate consultant and developer

Re: Jetty/Tappestry for different class locations?

2013-10-18 Thread Thiago H de Paula Figueiredo
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: Dynamic Loading of Templates

2013-10-18 Thread Thiago H de Paula Figueiredo
? VirtualResource is in an internal package (org.apache.tapestry5.internal.util) so it is *not* meant to be outside Tapestry's source code. -- Thiago H. de Paula Figueiredo Tapestry, Java and Hibernate consultant and developer http://machina.com.br

Re: Dynamic Loading of Templates

2013-10-17 Thread Thiago H de Paula Figueiredo
://blog.tapestry5.de, which is German, and Taha Hafeez (http://tawus.wordpress.com/), which is Indian (guys, please correct me if I'm wrong), so I don't see the need of a native English speaker (as long as the person knows Tapestry and writes good English, of course). :) -- Thiago H. de Paula

Re: [Eloquentia] Failed to execute goal on project eloquentia

2013-10-16 Thread Thiago H de Paula Figueiredo
, and although I'm told not quite the same as Braz-Portuguese I said this a helluva lot. No Falla PortuguesoObrigado! You really don't speak Portuguese! hehehe Não falo português would be the correct form. :D Have a good week! Thanks! You too! -- Thiago H. de Paula Figueiredo Tapestry

Re: Service Override Problems

2013-10-16 Thread Thiago H de Paula Figueiredo
loading the IOCMessages class failed: 2013-10-16 07:13:24.777:WARN::failed app: java.lang.NoClassDefFoundError: Could not initialize class org.apache.tapestry5.ioc.internal.IOCMessages -- Thiago H. de Paula Figueiredo Tapestry, Java and Hibernate consultant and developer http://machina.com.br

Re: Service Override Problems

2013-10-16 Thread Thiago H de Paula Figueiredo
was to capture the moment when an object is instantiated by the registry and copy the data somewhere else to be displayed. There's a JIRA for it and I have a plan to work on it in the not-so-distant future. -- Thiago H. de Paula Figueiredo Tapestry, Java and Hibernate consultant and developer

Re: Does a Tap service method exist similar to a SelectModelFactory for use in autocompletes.

2013-10-16 Thread Thiago H de Paula Figueiredo
(ldapProfile.getName); } return results; -- 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

Re: Does a Tap service method exist similar to a SelectModelFactory for use in autocompletes.

2013-10-16 Thread Thiago H de Paula Figueiredo
addition to the SelectModelFactory since it's so commonly used. I'm sorry, I typed the wrong name: it's ValueLabelProvider, available since 5.4, and you're already using it. -- Thiago H. de Paula Figueiredo Tapestry, Java and Hibernate consultant and developer http://machina.com.br

Re: 5.4 Kills PageTester

2013-10-16 Thread Thiago H de Paula Figueiredo
form alpha 21 to alpha 23. Did the class just died by accident? As I said the rest is there. I don't know the answer. -- Thiago H. de Paula Figueiredo Tapestry, Java and Hibernate consultant and developer http://machina.com.br

Re: Switching off Reloading of Service Implemenation?

2013-10-15 Thread Thiago H de Paula Figueiredo
(including service implementations) by id, so you can get the implementations themselves when the needs arises. -- Thiago H. de Paula Figueiredo Tapestry, Java and Hibernate consultant and developer http://machina.com.br

Re: Service Override Problems

2013-10-15 Thread Thiago H de Paula Figueiredo
from? -- 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

Re: Service Override Problems

2013-10-15 Thread Thiago H de Paula Figueiredo
, 2013, Thiago H de Paula Figueiredo wrote: On Tue, 15 Oct 2013 08:27:55 -0300, Barry Books trs...@gmail.com wrote: Caused by: java.lang.RuntimeException: Service interface org.apache.tapestry5.upload.**services.MultipartDecoder is matched by 2 services: EMultipartDecoder, MultipartDecoder

Re: [Eloquentia] Failed to execute goal on project eloquentia

2013-10-15 Thread Thiago H de Paula Figueiredo
pom.xml so it can pick up the versions 2.0.0 cited above. On Mon, 14 Oct 2013 23:31:28 -0300, Thiago H de Paula Figueiredo thiag...@gmail.com wrote: On Mon, 14 Oct 2013 23:17:14 -0300, Chris Mylonas ch...@opencsta.org wrote: Hi Thiago Tapestry Users, Today is my first day of exploring

Re: Switching off Reloading of Service Implemenation?

2013-10-15 Thread Thiago H de Paula Figueiredo
to the service interface or rethinking your architecture. -- Thiago H. de Paula Figueiredo Tapestry, Java and Hibernate consultant and developer http://machina.com.br - To unsubscribe, e-mail: users-unsubscr

Re: Switching off Reloading of Service Implemenation?

2013-10-15 Thread Thiago H de Paula Figueiredo
selectively avoids the reload classloader thing, right? Service class reloading is disabled by setting the tapestry.production-mode symbol, something I've said before in this same thread, to false or calling binder.bind(***).preventReloading(). Case closed. :D -- Thiago H. de Paula Figueiredo

Re: Switching off Reloading of Service Implemenation?

2013-10-15 Thread Thiago H de Paula Figueiredo
... style. Maybe I've not chosen the appropriate word, but I stand by what I said. -- Thiago H. de Paula Figueiredo Tapestry, Java and Hibernate consultant and developer http://machina.com.br - To unsubscribe, e-mail: users

Re: Switching off Reloading of Service Implemenation?

2013-10-15 Thread Thiago H de Paula Figueiredo
PostInjection { } -- 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

Re: Safety check if a service has been initialized

2013-10-14 Thread Thiago H de Paula Figueiredo
, even if Tapestry-IoC has to initialize it in the spot. In another words, if you're using a Tapestry-IoC service, you can always assume it's ready to be used. -- Thiago H. de Paula Figueiredo Tapestry, Java and Hibernate consultant and developer http://machina.com.br

Re: An idea to improve the documentation

2013-10-14 Thread Thiago H de Paula Figueiredo
on that. We need to simplify stuff, not complicate them. People would probably read documentation about the wrong version and not notice. In addition, in Tapestry 5, things change in non-backward ways in a veeery slow pace. -- Thiago H. de Paula Figueiredo Tapestry, Java and Hibernate

Re: [T5.4] BeanEditor and Friends don't look as good as in Tap 5.3

2013-10-14 Thread Thiago H de Paula Figueiredo
requires really digging around elements with MarkupWriter (error prone) Have you checked Tapestry-XPath? It helps so much in finding elements which I think it could be part of Tapestry-core itself. -- Thiago H. de Paula Figueiredo Tapestry, Java and Hibernate consultant and developer http

Re: [Eloquentia] Failed to execute goal on project eloquentia

2013-10-14 Thread Thiago H de Paula Figueiredo
about that. I'll fix that soon. Was wondering how the /security/login came into existence seeing as there is no Login.java It comes from Tapestry-Security itself. -- Thiago H. de Paula Figueiredo Tapestry, Java and Hibernate consultant and developer http://machina.com.br

Re: Override HibernateTransactionAdvisor implementation?

2013-10-11 Thread Thiago H de Paula Figueiredo
(or decoration) will work. Why exactly do you want that? -- 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

Re: Override HibernateTransactionAdvisor implementation?

2013-10-11 Thread Thiago H de Paula Figueiredo
://tapestry.apache.org/ioc-cookbook-overriding-ioc-services.html. -- Thiago H. de Paula Figueiredo Tapestry, Java and Hibernate consultant and developer http://machina.com.br - To unsubscribe, e-mail: users-unsubscr

Re: ActivationRequestParameter and URLEncoder

2013-10-11 Thread Thiago H de Paula Figueiredo
On Fri, 11 Oct 2013 10:37:01 -0300, Boehler, Tim tim.boeh...@eberspaecher.com wrote: Hi, Hi! As a workaround, you can @Inject Request and use its getParameter() method directly. -- Thiago H. de Paula Figueiredo Tapestry, Java and Hibernate consultant and developer http://machina.com.br

Re: Pro / Contra: Splitting The Project

2013-10-11 Thread Thiago H de Paula Figueiredo
, because it's easier to deal with smaller things than bigger ones. -- Thiago H. de Paula Figueiredo Tapestry, Java and Hibernate consultant and developer http://machina.com.br - To unsubscribe, e-mail: users-unsubscr

Re: Getting Block content as String

2013-10-09 Thread Thiago H de Paula Figueiredo
you should get its value from that place, not from the block. A block is just a delimited portion of a template, not a source of data. That's why I'm asking the relevant parts of the block and the Java code related to it: to know where the data is coming from. -- Thiago H. de Paula

Re: Getting Block content as String

2013-10-09 Thread Thiago H de Paula Figueiredo
) are static, so they cannot be generated at runtime. You can use them dynamically, but their declaration is completely static. -- Thiago H. de Paula Figueiredo Tapestry, Java and Hibernate consultant and developer http://machina.com.br

Re: [ANN] A new blog about Tapestry and a quirky new blog engine

2013-10-09 Thread Thiago H de Paula Figueiredo
. :( Thanks for the tip. I'll fix it now. -- 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: [ANN] A new blog about Tapestry and a quirky new blog engine

2013-10-09 Thread Thiago H de Paula Figueiredo
On Wed, 09 Oct 2013 12:57:31 -0300, Lance Java lance.j...@googlemail.com wrote: I noticed your blog has links to URL's on port 8080. Is this on purpose? My proxy at work blocks these URL's. Bug fixed and fix deployed! :) -- Thiago H. de Paula Figueiredo Tapestry, Java and Hibernate

Re: Getting Block content as String

2013-10-08 Thread Thiago H de Paula Figueiredo
is there and it was actually supposed to be there, so I don't know the reason why Tapestry doesn't want that content to be retrievable. -- Thiago H. de Paula Figueiredo Tapestry, Java and Hibernate consultant and developer http://machina.com.br

Re: Exception Input string '${context:css' is not valid;

2013-10-08 Thread Thiago H de Paula Figueiredo
On Tue, 08 Oct 2013 04:52:42 -0300, John j...@quivinco.com wrote: in the first example of t:outputraw value=message.message/ Could you post the getMessage() method from MailItem? - Original Message - From: Thiago H de Paula Figueiredo To: Tapestry users Sent: Monday

Re: Exception Input string '${context:css' is not valid;

2013-10-08 Thread Thiago H de Paula Figueiredo
Reviewing the stack trace, the error is completely unrelated to OutputRaw. Actually, it's during the request URL parsing. The page wasn't even rendered yet. Could you post the content you're including through OutputRaw? How is that content generated? -- Thiago H. de Paula Figueiredo

Re: [Ann] tapestry-rss

2013-10-08 Thread Thiago H de Paula Figueiredo
-rss. On Sun, 06 Oct 2013 15:56:20 -0300, Thiago H de Paula Figueiredo thiag...@gmail.com wrote: On Sun, 06 Oct 2013 13:15:51 -0300, Michael Gentry mgen...@masslight.net wrote: BTW, I hope I didn't sound negative. I was just pointing out a similar project (which hasn't been updated

[ANN] A new blog about Tapestry and a quirky new blog engine

2013-10-08 Thread Thiago H de Paula Figueiredo
-wymeditor. You can see the code and a longer description, more detailed description at https://github.com/thiagohp/eloquentia. It's a work in progress: no support for comments yet, no author page, no contact page, etc. Suggestions are always welcome. :) Cheers! -- Thiago H. de Paula

[ANN] Tapestry URL Rewriter API 2.0.0

2013-10-08 Thread Thiago H de Paula Figueiredo
, which powers machina.com.br itself and uses URL rewriting a lot. Cheers! -- Thiago H. de Paula Figueiredo Tapestry, Java and Hibernate consultant and developer http://machina.com.br - To unsubscribe, e-mail: users-unsubscr

Re: [T5.4] Removing Bootstrap from pages individually

2013-10-08 Thread Thiago H de Paula Figueiredo
tested none of them. -- 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

Re: [T5.4] Removing Bootstrap from pages individually

2013-10-08 Thread Thiago H de Paula Figueiredo
On Tue, 08 Oct 2013 23:05:42 -0300, Thiago H de Paula Figueiredo thiag...@gmail.com wrote: On Tue, 08 Oct 2013 22:21:12 -0300, Barry Books trs...@gmail.com wrote: I was not a big fan of auto including the core stuff. Me neither. I think it can be easily disabled by overriding

Re: Exception Input string '${context:css' is not valid;

2013-10-07 Thread Thiago H de Paula Figueiredo
t:id=reply t:validate=required cols=80/ t:hidden value=clientId/ t:hidden value=zid/ input t:type=submit value=${message:button.send} t:mixins=jquery/button/ /form /t:block - Original Message - From: Thiago H de Paula Figueiredo

Re: [5.4] Zone.getClientId is null and causing NPEs When Zone Id unspecified in tml?

2013-10-07 Thread Thiago H de Paula Figueiredo
On Mon, 07 Oct 2013 12:23:44 -0300, Peter Hvass p.hv...@albourne.com wrote: Hello, Hi! I'm seeing a NullPointerException as follows; Relevante code and template please. -- Thiago H. de Paula Figueiredo Tapestry, Java and Hibernate consultant and developer http://machina.com.br

Re: [Ann] tapestry-rss

2013-10-06 Thread Thiago H de Paula Figueiredo
and nothing else. * RSS is actually a simple format and I knew I could implement it quickly. -- Thiago H. de Paula Figueiredo Tapestry, Java and Hibernate consultant and developer http://machina.com.br - To unsubscribe, e-mail

Re: Exception Input string '${context:css' is not valid;

2013-10-06 Thread Thiago H de Paula Figueiredo
won't be evaluated is the actual value received by OutputRaw. -- Thiago H. de Paula Figueiredo Tapestry, Java and Hibernate consultant and developer http://machina.com.br - To unsubscribe, e-mail: users-unsubscr

Re: [T5.3] Completely Disabling Tapestry Sessions

2013-10-05 Thread Thiago H de Paula Figueiredo
implementation that doesn't actually stores anything (your NullSessionImpl). This solution is for 5.3 and later and I haven't tested it. -- Thiago H. de Paula Figueiredo Tapestry, Java and Hibernate consultant and developer http://machina.com.br

Re: [T5.3] Completely Disabling Tapestry Sessions

2013-10-05 Thread Thiago H de Paula Figueiredo
That's from Tapestry side. Maybe you should take a look at your servlet container documentation to know whether you can disable sessions there. On Sat, 05 Oct 2013 15:30:50 -0300, Thiago H de Paula Figueiredo thiag...@gmail.com wrote: On Sat, 05 Oct 2013 15:05:24 -0300, Robert Hailey rhai

[Ann] tapestry-rss

2013-10-05 Thread Thiago H de Paula Figueiredo
dependency is this, already in the central repository: dependency groupIdbr.com.arsmachina/groupId artifactIdtapestry-rss/artifactId version0.0.1/version /dependency Cheers! -- Thiago H. de Paula Figueiredo Tapestry, Java and Hibernate consultant and developer http://machina.com.br

Re: 5.4 List inside form is failing Could not find a coercion from type java.lang.String

2013-10-04 Thread Thiago H de Paula Figueiredo
, because it solves a problem him didn't have. formState=none is the best solution here, in my humble opinion. If the loop had form fields, then a ValueEncoder would be needed. -- Thiago H. de Paula Figueiredo

Re: context-dependent validator

2013-10-04 Thread Thiago H de Paula Figueiredo
needed. Which data? From the component being validated? It comes in the second parameter of the Validator.validate() method. -- Thiago H. de Paula Figueiredo - To unsubscribe, e-mail: users-unsubscr...@tapestry.apache.org

Re: Tapestry transforms a class in the base package !

2013-10-04 Thread Thiago H de Paula Figueiredo
for the * com.skycomm.ipkaizen.portal.admin.base* package to be identified and excluded from runtime modifications ?? Regards *-* *Muhammad Gelbana* http://www.linkedin.com/in/mgelbana -- Thiago H. de Paula Figueiredo

Re: Disable data-error-block

2013-10-04 Thread Thiago H de Paula Figueiredo
On Thu, 03 Oct 2013 17:06:52 -0300, George Christman gchrist...@cardaddy.com wrote: Hello, is there a way to disable the data-error-block messages on validation without the use of css while still allowing the field to highlight red during field errors? Why not use CSS? -- Thiago H. de

Re: [5.4.22] Need example of custom javascript

2013-10-03 Thread Thiago H de Paula Figueiredo
.local:8080/myapp/asset.gz/module/pages/stuff.js My WAR has META-INF/ at the top level alongside WEB-INF/ and legacy directories like js/ . To be clear, stuff.js is at /META-INF should be in the classpath, not in the context root. -- Thiago H. de Paula Figueiredo

Re: [ANN] Tapestry 5.4 alternative datepicker

2013-10-03 Thread Thiago H de Paula Figueiredo
this in the near future. Feel free to nag me about this. :) -- Thiago H. de Paula Figueiredo - To unsubscribe, e-mail: users-unsubscr...@tapestry.apache.org For additional commands, e-mail: users-h...@tapestry.apache.org

Re: [ANN] Tapestry 5.4 alternative datepicker

2013-10-03 Thread Thiago H de Paula Figueiredo
the future component replacer service I've mentioned in my other message in this thread. http://tapestry.apache.org/beaneditform-guide.html tells how. -- Thiago H. de Paula Figueiredo - To unsubscribe, e-mail: users-unsubscr

Re: 5.4 List inside form is failing Could not find a coercion from type java.lang.String

2013-10-03 Thread Thiago H de Paula Figueiredo
*Could not find a coercion from type java.lang.String to type java.util.Date.* availableValues Try adding formState=none to your Loop. -- Thiago H. de Paula Figueiredo - To unsubscribe, e-mail: users-unsubscr...@tapestry.apache.org

Re: Uses of @Advice and @Match annotations

2013-10-03 Thread Thiago H de Paula Figueiredo
prefix). Otherwise, it doesn't make much sense to me. -- Thiago H. de Paula Figueiredo - To unsubscribe, e-mail: users-unsubscr...@tapestry.apache.org For additional commands, e-mail: users-h...@tapestry.apache.org

Re: [T5.3.7] Cannot start tapestry project as development mode in tomcat

2013-10-02 Thread Thiago H de Paula Figueiredo
loaded because you did it explicitly through @Submodule -- Thiago H. de Paula Figueiredo - To unsubscribe, e-mail: users-unsubscr...@tapestry.apache.org For additional commands, e-mail: users-h...@tapestry.apache.org

Re: Uses of @Advice and @Match annotations

2013-10-02 Thread Thiago H de Paula Figueiredo
. :P -- Thiago H. de Paula Figueiredo - To unsubscribe, e-mail: users-unsubscr...@tapestry.apache.org For additional commands, e-mail: users-h...@tapestry.apache.org

Re: Tapestry documentation proposal

2013-10-02 Thread Thiago H de Paula Figueiredo
H. de Paula Figueiredo - To unsubscribe, e-mail: users-unsubscr...@tapestry.apache.org For additional commands, e-mail: users-h...@tapestry.apache.org

Re: Tapestry documentation proposal

2013-10-02 Thread Thiago H de Paula Figueiredo
/components. Instead, I think the right place for that is most probably ComponentSource. -- Thiago H. de Paula Figueiredo - To unsubscribe, e-mail: users-unsubscr...@tapestry.apache.org For additional commands, e-mail: users-h

Re: [5.4.22] Need example of custom javascript

2013-10-02 Thread Thiago H de Paula Figueiredo
- To unsubscribe, e-mail: users-unsubscr...@tapestry.apache.org For additional commands, e-mail: users-h...@tapestry.apache.org -- Thiago H. de Paula Figueiredo - To unsubscribe, e-mail: users-unsubscr...@tapestry.apache.org

Re: Uses of @Advice and @Match annotations

2013-10-02 Thread Thiago H de Paula Figueiredo
. Could you please file a JIRA? And thank you very much for reporting and investigating this issue. ;) That's a very good way of contributing to the project. :) -- Thiago H. de Paula Figueiredo - To unsubscribe, e-mail

Re: [T5.3] Form of checkboxes from a list

2013-10-02 Thread Thiago H de Paula Figueiredo
=currentText.ticked label=prop:currentText.text / It's actually all the same error in the same place. Tapestry shows something like a stack trace for template locations too. Thank for all, Thiago ! ;) -- Thiago H. de Paula Figueiredo

Re: Tapestry documentation proposal

2013-10-02 Thread Thiago H de Paula Figueiredo
On Wed, 02 Oct 2013 13:50:16 -0300, Barry Books trs...@gmail.com wrote: Tap5-2192 Thanks, Barry! -- Thiago H. de Paula Figueiredo - To unsubscribe, e-mail: users-unsubscr...@tapestry.apache.org For additional commands, e

Re: [T5.3.6] Multi-level checkbox selection

2013-10-02 Thread Thiago H de Paula Figueiredo
of the second level checkboxes according to the selection in the first level. That's a start. :) -- Thiago H. de Paula Figueiredo - To unsubscribe, e-mail: users-unsubscr...@tapestry.apache.org For additional commands, e

Re: Tapestry documentation proposal

2013-10-01 Thread Thiago H de Paula Figueiredo
? -- Thiago H. de Paula Figueiredo - To unsubscribe, e-mail: users-unsubscr...@tapestry.apache.org For additional commands, e-mail: users-h...@tapestry.apache.org

Re: Tapestry documentation proposal

2013-10-01 Thread Thiago H de Paula Figueiredo
On Tue, 01 Oct 2013 10:37:09 -0300, Barry Books trs...@gmail.com wrote: The distributed configurations craeated by things like contibuteTranslatorSource I'm not sure this is stored anywhere right now. -- Thiago H. de Paula Figueiredo

Re: [T5.3] Form of checkboxes from a list

2013-10-01 Thread Thiago H de Paula Figueiredo
/Checklist.html for documentation and http://jumpstart.doublenegative.com.au/jumpstart/examples/component/coreinputcomponents for an example. -- Thiago H. de Paula Figueiredo - To unsubscribe, e-mail: users-unsubscr

Re: [T5.3] Form of checkboxes from a list

2013-10-01 Thread Thiago H de Paula Figueiredo
enums, and Checklist does deal with variable list sizes. -- Thiago H. de Paula Figueiredo - To unsubscribe, e-mail: users-unsubscr...@tapestry.apache.org For additional commands, e-mail: users-h...@tapestry.apache.org

Re: [5.4.22] Overriding core css - bug?

2013-10-01 Thread Thiago H de Paula Figueiredo
}) Is this a bug or expected behaviour? It does look like a bug to me. I'd expect to have stack's stylesheets added before component- or page-added ones always. -- Thiago H. de Paula Figueiredo - To unsubscribe, e-mail: users

Re: [T5.3.6] Multi-level checkbox selection

2013-10-01 Thread Thiago H de Paula Figueiredo
. And is it possible to use something similar to Tapestry's checklist component, but avoid rendering each option on a single line? Yep. Just write some CSS (probably involving some display: inline) to do that. -- Thiago H. de Paula Figueiredo

Re: Advising and Decoration order

2013-09-30 Thread Thiago H de Paula Figueiredo
: 1 D.m: result: 2 The key concept here is that both service decoration and advice allow you to add code *both* before *and* after the decorated or advised original method. So the decorator takes precedence and its code is run before the advice *and* after the advice. -- Thiago H. de Paula

Re: Development environment for a modular Tapestry app

2013-09-30 Thread Thiago H de Paula Figueiredo
jars and just use Eclipse's projects. I have to edit almost all my modules by annotating them, to explicitly state the modules they depend on. You mean @Submodule? -- Thiago H. de Paula Figueiredo - To unsubscribe, e-mail

Re: About Tapestry 5.4

2013-09-27 Thread Thiago H de Paula Figueiredo
not expert in Spring and other IoC frameworks, but Tapestry-IoC is, AFAIK, the only one with explicit support for distributed configuration. You can mimic it in the other IoCs, but you end up with more code and more complex code. -- Thiago H. de Paula Figueiredo

Re: Quick question about where best to store user files

2013-09-27 Thread Thiago H de Paula Figueiredo
in which you can put any security (authorization) logic you want. -- Thiago H. de Paula Figueiredo - To unsubscribe, e-mail: users-unsubscr...@tapestry.apache.org For additional commands, e-mail: users-h...@tapestry.apache.org

Re: Dynamic templates vs (and other special characters)

2013-09-27 Thread Thiago H de Paula Figueiredo
by that. Of course, I don't know well your scenario, so my suggestion here may not the best for it. -- Thiago H. de Paula Figueiredo - To unsubscribe, e-mail: users-unsubscr...@tapestry.apache.org For additional commands, e-mail: users-h

Re: T5 IOC Integration Questions

2013-09-27 Thread Thiago H de Paula Figueiredo
find one, if it exists. Unless there's some setter we could call through injection, I don't think any other IoC does that (injecting stuff into already existing objects). Most IoC features can only be implemented because the IoC container is instantiating the object. -- Thiago H. de Paula

<    8   9   10   11   12   13   14   15   16   17   >