Jumpstart is down

2022-06-23 Thread Richard Frovarp
We're noticing that the Jumpstart site is down. I know it is on Github so we could run it locally, but the official site also references it a lot. Thanks, Richard - To unsubscribe, e-mail: users-unsubscr...@tapestry.apache.org

Re: Odd breaking exception in 5.4

2018-06-26 Thread Richard Frovarp
everyone in the same tomcat. I didn´t find any solution, I think I would have to install 5.3 apps on a dedicated tomcat and 5.4 into another one. I hope my experience helps you. Regards Carlos Montero El 24/5/2018, a las 1:07, Richard Frovarp escribió: I'm having some very odd problems wit

Re: Odd breaking exception in 5.4

2018-05-25 Thread Richard Frovarp
Yep, I've looked. There isn't any exception in there. On 05/24/2018 02:13 AM, Dmitry Gusev wrote: Hi, Richard! Have you checked tomcat logs? catalina.out namely. They can shed some light. On Thu, May 24, 2018 at 2:07 AM, Richard Frovarp wrote: I'm having some very od

Odd breaking exception in 5.4

2018-05-23 Thread Richard Frovarp
I'm having some very odd problems with Tapestry 5.4.3. Most of my stuff is on 5.3, so I haven't been able to dig very deep on this, and I'm not quite sure what I'm missing. I'm running Tomcat 8.5.x. Now, it appears that might be from classpath:org/apache/tapestry5/corelib/pages/ExceptionReport.

AJAX Zones with selects and validation

2018-04-04 Thread Richard Frovarp
I'm missing something to make this all work correctly. JavaScript is definitely not my strong suit, and I haven't fully caught up with how to do things in 5.4. I am doing the AJAX Select option from the Jumpstart. http://jumpstart.doublenegative.com.au/jumpstart/examples/ajax/select1 First se

Securing Tynamo tapestry-resteasy with Shiro

2017-05-05 Thread Richard Frovarp
I'm wondering if there is a straightforward way to secure tapestry-resteasy with Shiro. We're already using tapestry-security. I have a student doing some work to do this, and it doesn't seem like the two work together. We can protect the URL path from the AppModule using the Shiro code like we

Re: Weird behaviour generating URLs for HTTPS pages

2015-02-18 Thread Richard Frovarp
On 02/18/2015 10:20 AM, Ben Titmarsh wrote: Hey Guys, I've just got my web server set up for SSL and it's working, but am experiencing some odd behaviour from Tapestry. I've added the @Secure annotation to one of my pages but by default the link is generated thus: https://[DOMAIN]:80/login

Re: Java 8 with Tapestry 5.3.x?

2014-08-05 Thread Richard Frovarp
On 08/05/2014 02:46 PM, Andreas Ernst wrote: Am 05.08.14 21:19, schrieb Richard Frovarp: Is there an easy way to get Tapestry 5.3.7 to work with Java 8? Or is there a plan to release 5.3.8 that would be Java 8 compatible? The big reason I'm asking is that Java 7 goes EOL next April. I

Odd exception from Alerts and JSONObject

2014-08-05 Thread Richard Frovarp
I am see this exception in my logs. It appears to be from when a user clicks dismiss on an alert. It doesn't hurt anything, but it certainly pollutes the logs. We are running 5.3.7 and the latest Tapestry5-JQuery library. Not entirely sure where this is happening. ViewEvent:layout probably refe

Java 8 with Tapestry 5.3.x?

2014-08-05 Thread Richard Frovarp
Is there an easy way to get Tapestry 5.3.7 to work with Java 8? Or is there a plan to release 5.3.8 that would be Java 8 compatible? The big reason I'm asking is that Java 7 goes EOL next April. I would love to start moving our applications over to libraries that support Java 8 starting now so

Regexp validation problem

2014-04-01 Thread Richard Frovarp
This looks to be a bug, but I can't find any good documentation, so I thought I'd bring it here first. I through a really quick and simple regexp together to validate time entries. It's goal was to be quick, and to verify that the values entered look like 24 hour time. 35:99 would validate, 5:

Re: Class reloading

2014-01-31 Thread Richard Frovarp
On 01/31/2014 12:38 PM, Thiago H de Paula Figueiredo wrote: On Fri, 31 Jan 2014 15:23:03 -0200, Richard Frovarp wrote: I'm placing annotations on my pages to build the menu. What happens is that I use the ComponentClassResolver to get the page names, and then use that to get the class na

Class reloading

2014-01-31 Thread Richard Frovarp
I'm trying to do some work around the class reloading that Tapestry does for pages, but am having a bit of difficulty. I'm placing annotations on my pages to build the menu. What happens is that I use the ComponentClassResolver to get the page names, and then use that to get the class name. I

Re: Tapestry Security / page instance / invocation question

2013-06-04 Thread Richard Frovarp
On 06/04/2013 11:03 AM, Dmitry Gusev wrote: Just a note that you always can write your own component like this if you want: That's probably the better long term solution for my environment. On Tue, Jun 4, 2013 at 7:50 PM, Richard Frovarp wrote: That would work. The trick is that I

Re: Tapestry links not https

2013-06-04 Thread Richard Frovarp
On 05/31/2013 02:45 PM, John wrote: My tapestry app doesn't work with SSL set up, the links have port 443 added but start http://. There must be some configuration missing? John You may also want to look at: MetaDatConstants.SECURE_PAGE. I know even with AJP proxying to Tomcat, we've ran i

Re: Tapestry Security / page instance / invocation question

2013-06-04 Thread Richard Frovarp
etMyPermission() { return "some:permission:" + instance.getId(); } will this work? On Thu, May 30, 2013 at 8:29 PM, Richard Frovarp wrote: I'm using the Tynamo tapestry-security library to great success. I've been progressing through the instance level pieces and things are going well

Tapestry Security / page instance / invocation question

2013-05-30 Thread Richard Frovarp
I'm using the Tynamo tapestry-security library to great success. I've been progressing through the instance level pieces and things are going well. I've ran into a bit of a problem however. I can do the instance level checks with @RequiresPermissions on functions just fine. That is populating

Re: anybody using tapestry-security ?

2013-03-19 Thread Richard Frovarp
On 03/15/2013 11:35 PM, nhhockeyplayer nashua wrote: One of my issues as I understand this framework is defining access to the application. configuration.add(factory.createChain("/**").add(factory.authc()).build()); the above statement was imposing authentication on everything and actuall

Re: Now hotness at SX vs 5.4

2013-03-15 Thread Richard Frovarp
On 03/15/2013 08:20 AM, Thiago H de Paula Figueiredo wrote: On Fri, 15 Mar 2013 09:45:11 -0300, Joachim Van der Auwera wrote: On 03/15/2013 01:26 PM, trsvax wrote: Monitoring is something Tapestry lacks, Etsy's StatsD seems to be popular. Something quite similar (though not distributed) is e

Re: CAS authentication and Form

2012-12-03 Thread Richard Frovarp
On 12/03/2012 03:08 AM, rere16 wrote: Hello, I would like to secure a Spring application. For now, the authentication works perfectly with the CAS. However, I would add the ability to authenticate with a separate form. In the applicationContext file, I use a casAuthenticationProvider:

Re: Tapestry security Tynamo vs filter+service

2012-11-08 Thread Richard Frovarp
On 11/08/2012 07:29 AM, John wrote: I've been looking at Tynamo tapestry-security and while it is feature rich, it seems complex and not documented or with detailed enough with full examples for me to follow. So I am trying to implement the RequiresLoginFilter code HLS provided. This requies

Re: Selects acting like eventlinks

2012-10-26 Thread Richard Frovarp
On Fri, Oct 26, 2012 at 3:16 PM, Thiago H de Paula Figueiredo < thiag...@gmail.com> wrote: > On Fri, 26 Oct 2012 18:14:38 -0200, Richard Frovarp > wrote: > > So is the best way to do a single form, which is then setup with a >> variable number of fields? Or is there an e

Re: Selects acting like eventlinks

2012-10-26 Thread Richard Frovarp
On Fri, Oct 26, 2012 at 2:49 PM, Thiago H de Paula Figueiredo < thiag...@gmail.com> wrote: > On Fri, 26 Oct 2012 16:15:37 -0200, Richard Frovarp > wrote: > > I'm trying to create a Solr component in Tapestry. I'm trying to figure >> out the best method of displ

Selects acting like eventlinks

2012-10-26 Thread Richard Frovarp
I'm trying to create a Solr component in Tapestry. I'm trying to figure out the best method of displaying the facets, and allowing the user to select from the different facets. I was hoping to use something like a select, that upon selection the data is submitted. Obviously in advance I won't neces

Re: [t5.3.4] Plugin blocks

2012-08-26 Thread Richard Frovarp
On 08/26/2012 10:23 AM, Muhammad Gelbana wrote: After reading Taha's article, I'm now trying to dissect my application to be able to distribute it to different clients. So it will be distributed as one slim web application wit

Re: Question tapestry service

2012-08-19 Thread Richard Frovarp
On 08/18/2012 05:36 PM, George Christman wrote: I have a few questions about the tapestry services. I'd like to be able to Inject services in these classes, however I'm a little confused. I understand if you want to be able to Inject a service, you must first bind the service in the app module. H

Re: Non-HTML Views

2012-07-23 Thread Richard Frovarp
On 07/23/2012 04:07 PM, netdawg wrote: Is there a way now to render non-HTML views? Examples: 1. Have the grid component wrap Apache POI to dynamically generate spreadsheets? 2. Similar PDF engine to generate a pure PDF document (or convert the rendered HTML into PDF a la joomla, drupal CMS

Re: FindBugs and the @Inject annotation on global fields

2012-06-08 Thread Richard Frovarp
On 06/08/2012 11:39 AM, Thiago H de Paula Figueiredo wrote: On Fri, 08 Jun 2012 13:20:24 -0300, Richard Frovarp wrote: Which version of FindBugs are you using? I'm using FindBugs 1.x via Sonar / Maven and I don't have any of those warnings being thrown. I've had to get rid

Re: FindBugs and the @Inject annotation on global fields

2012-06-08 Thread Richard Frovarp
On 06/08/2012 10:32 AM, Ray Nicholus wrote: Is anyone using FindBugs in a T5 project? If so, have you managed to find a way to suppress the NPE warnings when dereferencing an injected field? This doesn't appear to be possible, which makes FB useless in a T5 app, for the most part. It's not cl

Variable number of text fields

2012-05-23 Thread Richard Frovarp
I'm trying to figure out if there is a way to create a variable number of text fields in a form that are backed by normal strings. I've seen the AJAXFormLoop stuff, and it's close to what I think I'm after, but not quite there. The appears to require a mutable object returned fron onAddRow(). I

Re: URL writing problem with production mode true

2012-04-10 Thread Richard Frovarp
On 04/09/2012 09:54 PM, Richard Frovarp wrote: I can verify with the 5.3 archetype, but it certainly seems to me that production mode of false lets the URLs be relative, but when you set it to true it starts to do extra work and looking to see if pages are marked as secured. I'm findi

Re: URL writing problem with production mode true

2012-04-09 Thread Richard Frovarp
On 04/09/2012 07:44 PM, Howard Lewis Ship wrote: I don't believe this is about production mode; this is more likely an artifact of how your app is configured behind your firewall, rather than how it runs on your workstation ... modulo that, by default in development mode, secure is disabled. Whe

Re: URL writing problem with production mode true

2012-04-09 Thread Richard Frovarp
Hey Bob, how's it been? On 04/09/2012 07:01 PM, Bob Harner wrote: http://tapestry.apache.org/https.html provides a pretty good description of these options, if you haven't seen it yet. I honestly did not see that page. Thanks for point it out. But you're right, this needs to be better docume

URL writing problem with production mode true

2012-04-09 Thread Richard Frovarp
I have a simple application in Tapestry 5.3.2. With production mode false, all of the URLs generated in the pages, including forms, are relative. This means HTTPS works just fine. With production mode true, all of the URLs are absolute with HTTP, which breaks things. I don't mind the full UR

Re: Dynamic forms

2012-02-23 Thread Richard Frovarp
On 02/23/2012 05:30 PM, Robert Zeigler wrote: Hey Richard, What version are you using of: the integration module Tapestry Cayenne ? Also, can you tell me what the actual exception was? Robert tapestry5-cayenne-core (and -server) 0.4 Tapestry 5.2.6 Line of code that threw the excep

Re: Dynamic forms

2012-02-23 Thread Richard Frovarp
On 02/22/2012 05:57 PM, Lenny Primak wrote: Something ate your exception (probably Nabble) its not in your post. No, that was my fault. I do see that it might not be a problem with the main Tapestry code, but instead the Cayenne integration. However, in general, does anyone have any good ex

Dynamic forms

2012-02-22 Thread Richard Frovarp
I'm trying to create dynamic forms that will be configured from an outside source. I know this question has been asked in the past, but I don't quite get the answers. I've tried to create my own BeanModel, but I'm getting exceptions when copying the code from here: http://tapestry.apache.org/b

Re: Tapestry 5.3.x binary release

2011-12-14 Thread Richard Frovarp
You could download the binary jars from Maven Central through their web interface. You would have to find the dependencies through the poms, but it might be easier than your build scripts. On Dec 14, 2011 8:32 AM, "Jose Luis Sanchez" wrote: > Hi everyone, > > This is a public petition for , mainl

Re: security

2011-12-04 Thread Richard Frovarp
On 12/4/2011 3:01 AM, csckid wrote: Can I use spring security in my tapestry project? though there is Tynamo tapestry security What do you hope to accomplish? I'm using Spring Security to do protect URL paths with CAS. That was fairly easy to setup, my biggest problem is any documentation disc

Re: Bootstrap

2011-10-13 Thread Richard Frovarp
On 10/12/2011 05:06 PM, Howard Lewis Ship wrote: I think it's a good idea; what's the license? Looks like AL 2.0. - To unsubscribe, e-mail: users-unsubscr...@tapestry.apache.org For additional commands, e-mail: users-h...@tap