Javascript module isn't generating css asset url

2022-04-14 Thread George Christman
init = function(spec) { $('#' + spec.id).ckeditor(); }; return init; }); How is this achieved in 5.8? -- George Christman This e-mail may contain confidential, proprietary information on Zigster. It is intended solely for the name recipient(s) listed above and should

Javascript module can't access css / image urls

2022-04-14 Thread George Christman
Hi, I upgraded to Tapestry 5.8.1 and I moved all my js, css and modules to the webapp directory. I have a ckeditor module that is trying to load some ckeditor css and image files. In older versions of tapestry I resolved this with ClasspathAssetAliasManager, but that seems to be deprecated and no l

Clustering using ActiveMQ and Tomcat

2018-06-29 Thread George Christman
env/queue/hibernatesearch"); 11. MessageConsumer consumer = session.createConsumer(queue); 12. consumer.setMessageListener(this); " -- George Christman Senior Engineer www.CarDaddy.com

Re: HTML TOC does not work on page refresh

2018-03-12 Thread George Christman
It turns out this wasn't working due to an autofocus to a search box. On Mon, Mar 12, 2018 at 11:53 PM, George Christman wrote: > I'm setting up a simple HTML TOC which scrolls to the correct content id > while clicking a url like this Example TOC. > The TOC appends to the ur

HTML TOC does not work on page refresh

2018-03-12 Thread George Christman
I'm setting up a simple HTML TOC which scrolls to the correct content id while clicking a url like this Example TOC. The TOC appends to the url like so https://www.example.com/#example_toc Now if I refresh the browser with the TOC appended the url, it doesn't scroll to the content. What could pos

Re: Frontend Frameworks / Libraries

2015-09-14 Thread George Christman
now Clojure/clojusescript, mongo, Titan > > graphs etc... So exciting !! > > > > Sent from my iPhone > > > > > On Aug 10, 2015, at 9:01 PM, George Christman > > > wrote: > > > > > > I think the choices these days are starting to become very

Re: Frontend Frameworks / Libraries

2015-08-10 Thread George Christman
orking with spas lately as well, and moved from AngularJS to > Ember. > >>> > >>> Kalle > >>> > >>>> On Fri, Aug 7, 2015 at 12:46 PM, Bob Harner > wrote: > >>>> > >>>> Yes a page/event. As long as the URL looks like

Re: Multiple domains, one webapp

2015-08-07 Thread George Christman
gt; statusImages.put(String.valueOf(i), asset.toClientURL()); > } > return new JSONObject( > "statusImages", statusImages, > "symbols", symbols); > > Is this the correct way of doing this in T5.4, or could it be simpler? > > > > > > -- George Christman CEO www.CarDaddy.com P.O. Box 735 Johnstown, New York

Frontend Frameworks / Libraries

2015-08-07 Thread George Christman
Hi guys, I've been playing around with AngularJS and backbone recently and I'm wondering if it's pretty easy to use with Tapestry? I'm more concerned with ajax events etc. I know in grails you can just point your url to a controller/action, would we do something similar in Tapestry, but obviously n

Multi threading in a service

2015-07-08 Thread George Christman
I'm wondering what the best approach would be to handle multi threading in a service so that I have other service classes available to me. I'm passing in PDFService, but I'd like to pass it in through constructor injection. I'm assuming I'd have to instantiate the pool within archiveQueue and not

Re: DefaultRequestExceptionHandler not redirect xhr request to a secure link

2015-04-13 Thread George Christman
opagate > to renderException > > What ever the case is it would be nice to create an issue to JIRA regarding > the absoluteUrl because event if you didn't hit that part of code its still > an issue that has to be fixed > > Thanks > Dimitris Zenios > On Mon, Apr 13, 2015

Re: DefaultRequestExceptionHandler not redirect xhr request to a secure link

2015-04-12 Thread George Christman
10, 2015 at 5:56 AM, George Christman > > wrote: > > > I'm using relative links throughout my application and allowing our > reverse > > proxy to handle our secure port forwarding. > > > > I just discovered that DefaultRequestExceptionHandler on line 210

Re: The active page name has not been specified

2015-04-01 Thread George Christman
Should I file a bug with tynamo jira? On Apr 1, 2015 3:40 PM, "Kalle Korhonen" wrote: > On Wed, Apr 1, 2015 at 9:22 AM, George Christman > wrote: > > > Kalle, when I switch from > > > > > configuration.add(factory.createChain("/timeshe

Re: The active page name has not been specified

2015-04-01 Thread George Christman
eateChain("/admin/**").add(factory.roles(), "appsupport").build()); configuration.add(factory.createChain("/timerecords/**").add(factory.roles(), "timerecords").build()); } On Tue, Mar 31, 2015 at 5:11 PM, George Christman wrote: > Yes, still having

Re: The active page name has not been specified

2015-03-31 Thread George Christman
t; > > t:value="department.defaultSchedule" > > > > > > > t:model="viewDepartment.schedulesModelEncoder" > > > t:encoder="viewDepartment.schedulesModelEncoder" > > > > t:mixins="formGroup" > > > t:blankoption="ALWAYS

Re: The active page name has not been specified

2015-03-31 Thread George Christman
ired"/> > > t:mixins="formGroup" rows="5"/> > > > > > > ${message:submit-label} > > data-dismiss="modal">${message:clos

Re: The active page name has not been specified

2015-03-31 Thread George Christman
or in play on some pages - similar to the > one > > in tynamo conversations, so requests may arrive while things are locked > up > > in either debugger - but I cannot remember if this has happened on pages > > supporting conversations. > > > > -- > > Chris

Re: The active page name has not been specified

2015-03-31 Thread George Christman
ng an ajax form. It happens every single time. On Tue, Mar 31, 2015 at 1:36 PM, George Christman wrote: > I'll test it in beta-28, but until that validation bug gets fixed, I can't > upgrade to it. > > On Tue, Mar 31, 2015 at 12:46 PM, Dimitris Zenios < > dimitris.zen..

Re: The active page name has not been specified

2015-03-31 Thread George Christman
I'll test it in beta-28, but until that validation bug gets fixed, I can't upgrade to it. On Tue, Mar 31, 2015 at 12:46 PM, Dimitris Zenios wrote: > FYI just tested with 5.4-beta28 and I don't have such problem > > On Tue, Mar 31, 2015 at 5:38 PM, George Christman &g

Re: The active page name has not been specified

2015-03-31 Thread George Christman
Hey Kalle, just checking in with you to see if you happened to have anymore info on this issue. On Wed, Mar 25, 2015 at 4:05 PM, George Christman wrote: > Thanks Kalle, were using 5.4-beta24 > > On Wed, Mar 25, 2015 at 1:09 PM, Kalle Korhonen < > kalle.o.korho...@gmail.com>

Re: Passing hibernate session from one page to the next in a wizard form

2015-03-30 Thread George Christman
rnate Criteria method setFetchMode ( "collectionName", > FetchMode.JOIN ). > > On Fri, Mar 27, 2015 at 10:44 PM, George Christman < > gchrist...@cardaddy.com> > wrote: > > > You are the man, been struggling with this all day ugh. Thanks a lot. &

Re: Passing hibernate session from one page to the next in a wizard form

2015-03-27 Thread George Christman
You are the man, been struggling with this all day ugh. Thanks a lot. On Fri, Mar 27, 2015 at 3:17 PM, Kalle Korhonen wrote: > On Fri, Mar 27, 2015 at 11:50 AM, George Christman < > gchrist...@cardaddy.com> > wrote: > > > Hi guys, I'm trying to pass my object from

Passing hibernate session from one page to the next in a wizard form

2015-03-27 Thread George Christman
Hi guys, I'm trying to pass my object from one page to the next without actually saving it. I tried putting the object in a sessionstate, but I'm getting lazy loading exceptions on my second page, any idea how to do this?

Re: The active page name has not been specified

2015-03-25 Thread George Christman
e). What's your exact version of T5 you are using? I'll see if we > have a test for this case and try to reproduce. > > Kalle > > On Wed, Mar 25, 2015 at 6:07 AM, George Christman > > wrote: > > > So I've been able to finally reproduce this bug. I have

Re: Problems with jquery tab component

2015-03-25 Thread George Christman
Could you post some code? It's difficult to know what is going on without being able to see the code. On Wed, Mar 25, 2015 at 11:56 AM, Poggenpohl, Daniel < daniel.poggenp...@isst.fraunhofer.de> wrote: > Hello again, > > I have since reduced the bug to putting a DialogAjaxLink directly into a > t

Re: The active page name has not been specified

2015-03-25 Thread George Christman
Thu, Mar 19, 2015 at 12:54 PM, George Christman wrote: > Could someone help me to understand this exception? I'm using Tap 5.4 and > I've been seeing this quite often, but can't seem to reproduce it. > > The active page name has not been > specified.org.apache.tapestry5

The active page name has not been specified

2015-03-19 Thread George Christman
Could someone help me to understand this exception? I'm using Tap 5.4 and I've been seeing this quite often, but can't seem to reproduce it. The active page name has not been specified.org.apache.tapestry5.ioc.internal.OperationException: The active page name has not been specified. at org.apache.

Re: org.apache.tapestry5.ioc.internal.OperationException

2015-03-13 Thread George Christman
s kind of thing from happening again? Thanks Kalle, George On Fri, Mar 13, 2015 at 3:38 PM, Kalle Korhonen wrote: > As log message shows, you need to find out where the > ArrayIndexOutOfBoundsException comes from, everything else is incidental. > > Kalle > > On Fri, Mar

org.apache.tapestry5.ioc.internal.OperationException

2015-03-13 Thread George Christman
.java:171) *root cause* java.lang.ArrayIndexOutOfBoundsException *note* *The full stack trace of the root cause is available in the Apache Tomcat/7.0.47 logs.* -- George Christman CEO www.CarDaddy.com P.O. Box 735 Johnstown, New York

Re: Upgrade hibernate core from 4.3.6 to 4.3.8

2015-02-25 Thread George Christman
n to your project's pom.xml / build.gradle and you > should be fine, > it will override any transitive dependencies you might have from Tapestry > JARs. > > On Wed, Feb 25, 2015 at 6:16 PM, George Christman > > wrote: > > > Hi guys, it looks like we are a couple

Upgrade hibernate core from 4.3.6 to 4.3.8

2015-02-25 Thread George Christman
Hi guys, it looks like we are a couple point releases behind on hibernate core. I'm trying to upgrade to hibernate-search 5.0.1 but it requires core 4.3.8, any chance we could upgrade the version? thanks

Re: Tapestry 5.4 JavaScript support .... support request

2015-02-23 Thread George Christman
On Mon, Feb 23, 2015 at 1:38 PM, Poggenpohl, Daniel < daniel.poggenp...@isst.fraunhofer.de> wrote: > Hello everyone, > > I'm trying to add some functionality to a grid: > > Every grid row should be an area where you can click to go to the details > page of the row object. > > But enough of that, e

Re: Forms require that the request method be POST and that the t:formdata query parameter have values

2015-02-20 Thread George Christman
ot; would fix this for the time being, I have also noticed on the android phones it appears to be newer versions of chrome too. I was just taking a look at my logs and this exception has appear 7015 times since early fall, so I find that to be a bit alarming. > > On 2/20/15 11:27 AM, George Ch

Re: Forms require that the request method be POST and that the t:formdata query parameter have values

2015-02-20 Thread George Christman
ere any way to know which one of these two conditions are actually causing the exception? Can you still have a post while having null form_data? On Fri, Feb 20, 2015 at 11:09 AM, George Christman wrote: > I also found this article related to android. Again I'm not very familiar > with

Re: Forms require that the request method be POST and that the t:formdata query parameter have values

2015-02-20 Thread George Christman
I also found this article related to android. Again I'm not very familiar with this stuff, so please forgive me if it's unrelated. http://stackoverflow.com/questions/8587913/what-exactly-does-urlconnection-setdooutput-affect On Fri, Feb 20, 2015 at 11:04 AM, George Christman wrot

Re: Forms require that the request method be POST and that the t:formdata query parameter have values

2015-02-20 Thread George Christman
0:38 AM, George Christman wrote: > > > On Fri, Feb 20, 2015 at 9:31 AM, Thiago H de Paula Figueiredo < > thiag...@gmail.com> wrote: > >> On Fri, 20 Feb 2015 12:15:55 -0200, George Christman < >> gchrist...@cardaddy.com> wrote: >> >> So the question

Re: Forms require that the request method be POST and that the t:formdata query parameter have values

2015-02-20 Thread George Christman
On Fri, Feb 20, 2015 at 9:31 AM, Thiago H de Paula Figueiredo < thiag...@gmail.com> wrote: > On Fri, 20 Feb 2015 12:15:55 -0200, George Christman < > gchrist...@cardaddy.com> wrote: > > So the question is how is the user able to force the browser to load that >&

Forms require that the request method be POST and that the t:formdata query parameter have values

2015-02-20 Thread George Christman
I know this has been an on going topic, but I have yet to see a solid solution for this, so I'm re-posting the question with some additional information. Myself as well as many others have seen the following exception popup numerous times. Forms require that the request method be POST and that th

Re: T5.4 : Problem with two components with Ajax on the same page.

2015-02-19 Thread George Christman
: ${count} Update Count for Component ${compId} On Thu, Feb 19, 2015 at 1:53 PM, George Christman wrote: > As Thiago pointed out, you need to come up with some sort of dynamic id > generator that can be used to set the id in the tml and the > responseRenderer. I happe

Re: T5.4 : Problem with two components with Ajax on the same page.

2015-02-19 Thread George Christman
one for your zone. On Thu, Feb 19, 2015 at 1:45 PM, Sumanth wrote: > @Chris > Hi Chris, > > I've tried with zone's with t:async and even zone with ^ but doesnt solve > the problem. > > shouldn't the component be a black box from my perspective? And like >

Re: T5.4 : Problem with two components with Ajax on the same page.

2015-02-19 Thread George Christman
9 Feb 2015 16:19:54 -0200, George Christman < > gchrist...@cardaddy.com> wrote: > > >> > > Never, never, never ever use ${} expansions when binding Tapestry > parameters. In 100% of the cases, it's either harmless, but philosophically > wrong

Re: T5.4 : Problem with two components with Ajax on the same page.

2015-02-19 Thread George Christman
componentResources.getId(); } } On Thu, Feb 19, 2015 at 1:13 PM, George Christman wrote: > I would have thought tapestry would have done this automatically, but the > problem is your ajaxresponserender is telling the first zone to update > rather than _0. This will get your second zone

Re: T5.4 : Problem with two components with Ajax on the same page.

2015-02-19 Thread George Christman
> >> http://s4.postimg.org/nenbw7brh/After_Clicking_Second_Link.png > >> > >> http://s10.postimg.org/8kaij68rt/After_Refresh.png > >> > >> > >> Kind Regards, > >> Sumanth > >> > > > > > > -- > > 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 > > > > > -- George Christman CEO www.CarDaddy.com P.O. Box 735 Johnstown, New York

Re: Newly introduced validation bug 5.4-beta-26

2015-02-18 Thread George Christman
by the way this is a 5.4 bug starting in beta-26, beta-25 it works fine. I'm not sure about 5.3 as I no longer use it. On Wed, Feb 18, 2015 at 8:40 PM, George Christman wrote: > It's the same behavior regardless of whether or not your using ajax. I > thought initially it

Re: Newly introduced validation bug 5.4-beta-26

2015-02-18 Thread George Christman
It's the same behavior regardless of whether or not your using ajax. I thought initially it was an ajax only exception, but it's not. On Wed, Feb 18, 2015 at 3:45 PM, Thiago H de Paula Figueiredo < thiag...@gmail.com> wrote: > On Wed, 18 Feb 2015 14:12:21 -0200, George Ch

Re: Weird behaviour generating URLs for HTTPS pages

2015-02-18 Thread George Christman
I've added the > @Secure > > > > > annotation to one of my pages but by default the link is generated > > > thus: > > > > > > > > > > https://[DOMAIN]:80/login > > > > > > > > > > I tried adding: > > &

Re: Weird behaviour generating URLs for HTTPS pages

2015-02-18 Thread George Christman
t; > configuration.add(SymbolConstants.HOSTPORT_SECURE, "443"); > > > > > > The link is now generated correctly like this (without a port): > > > > > > https://[DOMAIN]/login > > > > > > However when I hit that link, it gets caught in an

Re: Weird behaviour generating URLs for HTTPS pages

2015-02-18 Thread George Christman
hout the @Secure annotation over https > and it loads fine. > > Any pointers? > > Thanks, > Ben. > -- George Christman CEO www.CarDaddy.com P.O. Box 735 Johnstown, New York

Re: Newly introduced validation bug 5.4-beta-26

2015-02-18 Thread George Christman
Object2s = testObject2s; } } public class TestObject2 { private BigDecimal price; public BigDecimal getPrice() { return price; } public void setPrice(BigDecimal price) { this.price = price; } } } On Tue, Feb 1

Re: Newly introduced validation bug 5.4-beta-26

2015-02-17 Thread George Christman
On Feb 17, 2015 8:26 PM, "Thiago H de Paula Figueiredo" wrote: > > On Tue, 17 Feb 2015 17:56:00 -0200, George Christman < gchrist...@cardaddy.com> wrote: > >> Thiago, could you please reopen this issue again. > > > Done. Thanks > > >> We are

Re: Newly introduced validation bug 5.4-beta-26

2015-02-17 Thread George Christman
o fix most issues with the exception of 1 field and still continues to be an issue in beta-28. To help debug this issue, could you provide me with a code snippet that I could use to see what's in the validation tracker? Thanks, George On Thu, Jan 15, 2015 at 4:06 PM, George Christman wrote:

Re: 5.4-beta-27 rendered unbalanced elements

2015-02-11 Thread George Christman
great thanks. I'm assuming we'll see this fix released in beta-28? On Wed, Feb 11, 2015 at 6:34 AM, Bob Harner wrote: > This sounds like the bug Jochen just fixed yesterday... > > https://issues.apache.org/jira/browse/TAP5-2450 > On Feb 10, 2015 11:45 PM, "George Ch

5.4-beta-27 rendered unbalanced elements

2015-02-10 Thread George Christman
Hi, I just tried upgrading from 5.4-beta-27 and started receiving the following exception all over my app. *Component vehicles/Index:gridlisting.if_5 has rendered unbalanced elements; either it has started an element with MarkupWriter.element() and not followed up with MarkupWriter.end(), or it ha

Re: Override hibernate.cfg.xml with QaModule hibernate config

2015-02-06 Thread George Christman
on.cfg.xml" or > "hibernate-test.cfg.xml". > > Kalle > > On Thu, Feb 5, 2015 at 11:09 AM, George Christman > > wrote: > > > Hi guys, I'm trying to setup an in memory database for selenium testing. > > I'm wondering if some

Override hibernate.cfg.xml with QaModule hibernate config

2015-02-05 Thread George Christman
Hi guys, I'm trying to setup an in memory database for selenium testing. I'm wondering if someone new how to override my hibernate.cfg.xml file with something like contributeHibernateEntityPackageManager without a conflict with the xml. Thanks in advance.

Re: formState="NONE" is it safe to use with persistent properties ?

2015-01-30 Thread George Christman
stance. This problem is perplexing... for a fundamental > issue. > > Ken > -- George Christman CEO www.CarDaddy.com P.O. Box 735 Johnstown, New York - To unsubscribe, e-mail: users-unsubscr...@tapestry.apache.org For additional commands, e-mail: users-h...@tapestry.apache.org

Re: Far Future Expiration Headers of Assets

2015-01-28 Thread George Christman
which we spoke about this before for future releases. I also think if we get this figured out it would help to reduce some of the hosting cost associated with the cloud. On Tue, Jan 27, 2015 at 3:10 PM, George Christman wrote: > In production mode Google / yslow have both been complaining

Re: Far Future Expiration Headers of Assets

2015-01-27 Thread George Christman
this is the cache control header for when the >> OMIT_EXPIRATION flag is passed to the relevant service. When the flag is >> not passed, we get the far-future expires header. >> >> >> On Tue, Jan 27, 2015 at 6:41 AM, George Christman > > wrote: >> >>

Re: Far Future Expiration Headers of Assets

2015-01-27 Thread George Christman
5/tapestry-console.css (no expires) http://localhost:8080/etss/assets/meta/z57b9a823/tapestry5/tree.css Any thoughts? On Tue, Jan 27, 2015 at 8:48 AM, George Christman wrote: > Hi Guys, I'm back on this topic again. Does anybody know how to bump > up the default 60 second time to som

Re: Far Future Expiration Headers of Assets

2015-01-27 Thread George Christman
ery page load. This is configurable > and you may want a much higher value in production. If you are rapidly > iterating on the source of a module, you may need to force the browser > to reload after clearing local cache. Chrome has an option to disable > the client-side cache when its de

Re: NoSuchElementException

2015-01-26 Thread George Christman
6:18 AM, George Christman wrote: > Below is the tml code > > 12 > 13 > 14 > 15 formState="iteration"> > 16 formstate="iteration"> > 17 > 18 > 19 > 20 > 21 > 22 > > > java > > @Property >

Re: NoSuchElementException

2015-01-25 Thread George Christman
.tml, and identify line 16, too? > > On 25 Jan 2015, at 5:24 am, George Christman wrote: > >> Hi guys, I've been seeing this exception a lot lately and I can't seem >> to track it down, I'm wondering if anybody has see anything like this >> before and mi

Fwd: NoSuchElementException

2015-01-24 Thread George Christman
Hi guys, I've been seeing this exception a lot lately and I can't seem to track it down, I'm wondering if anybody has see anything like this before and might be able to lend a helping hand to understand it. Thanks at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)

Re: PageRenderLinkSource failing in service when called by cron scheduler - Unable to delegate method invocation to property

2015-01-22 Thread George Christman
20 Jan 2015 09:24, "George Christman" wrote: > >> I'm using T5 beta-25 and I have the following code and I'm noticing >> when the scheduler fires off my service, my PageRenderLinkSource does >> not work. If I manually fire it off through

Re: PageRenderLinkSource failing in service when called by cron scheduler - Unable to delegate method invocation to property

2015-01-22 Thread George Christman
Issue created https://issues.apache.org/jira/browse/TAP5-2441 On Wed, Jan 21, 2015 at 5:04 PM, Chris Poulsen wrote: > Would it be easier to mock a request? > > On Wed, Jan 21, 2015 at 10:30 PM, George Christman > wrote: > >> On Wed, Jan 21, 2015 at 4:13 PM, Kalle Korhonen &

Re: PageRenderLinkSource failing in service when called by cron scheduler - Unable to delegate method invocation to property

2015-01-21 Thread George Christman
I dunno maybe, I just got sick of fighting with it lol. On Wed, Jan 21, 2015 at 5:04 PM, Chris Poulsen wrote: > Would it be easier to mock a request? > > On Wed, Jan 21, 2015 at 10:30 PM, George Christman > wrote: > >> On Wed, Jan 21, 2015 at 4:13 PM, Kalle Korhonen >&g

Re: PageRenderLinkSource failing in service when called by cron scheduler - Unable to delegate method invocation to property

2015-01-21 Thread George Christman
On Wed, Jan 21, 2015 at 4:13 PM, Kalle Korhonen wrote: > On Wed, Jan 21, 2015 at 1:07 PM, George Christman > wrote: > >> On Wed, Jan 21, 2015 at 3:16 PM, Kalle Korhonen >> wrote: >> > On Tue, Jan 20, 2015 at 1:03 PM, George Christman < >> gchrist...@ca

Re: PageRenderLinkSource failing in service when called by cron scheduler - Unable to delegate method invocation to property

2015-01-21 Thread George Christman
On Wed, Jan 21, 2015 at 3:16 PM, Kalle Korhonen wrote: > On Tue, Jan 20, 2015 at 1:03 PM, George Christman > wrote: > >> So I just took a look at the tapestry code and I'm not seeing anyway >> to work around it unless I want to build my own links which I'd rather

Re: PageRenderLinkSource failing in service when called by cron scheduler - Unable to delegate method invocation to property

2015-01-21 Thread George Christman
On Wed, Jan 21, 2015 at 3:32 PM, Thiago H de Paula Figueiredo wrote: > On Wed, 21 Jan 2015 12:07:10 -0200, George Christman > wrote: > >> I guess there is a bug in the PageRenderLinkSource component > > > It's not a component: it's a service. > > then o

Re: PageRenderLinkSource failing in service when called by cron scheduler - Unable to delegate method invocation to property

2015-01-21 Thread George Christman
; of , because the property is null. On Wed, Jan 21, 2015 at 6:53 AM, Thiago H de Paula Figueiredo wrote: > On Tue, 20 Jan 2015 21:13:08 -0200, George Christman > wrote: > >> Thanks Thiago, but I think I'm even more confused now lol It looks >> like I confused HOSTPOR

Re: PageRenderLinkSource failing in service when called by cron scheduler - Unable to delegate method invocation to property

2015-01-20 Thread George Christman
hiago H de Paula Figueiredo wrote: > On Tue, 20 Jan 2015 19:13:30 -0200, Thiago H de Paula Figueiredo > wrote: > >> On Tue, 20 Jan 2015 19:03:30 -0200, George Christman >> wrote: >> >>> So I just took a look at the tapestry code and I'm not seeing anyway >&g

Re: PageRenderLinkSource failing in service when called by cron scheduler - Unable to delegate method invocation to property

2015-01-20 Thread George Christman
org/apache/tapestry5/internal/services/LinkSourceImpl.java How do you work around this? On Tue, Jan 20, 2015 at 11:14 AM, George Christman wrote: > Still no success in getting this to work. I've contributed the Hostname etc. > > configuration.add(SymbolConsta

Re: PageRenderLinkSource failing in service when called by cron scheduler - Unable to delegate method invocation to property

2015-01-20 Thread George Christman
;test"); try { System.out.println(linkSource.createPageRenderLink(Index.class)); } catch (Exception ex) { System.out.println("ex " + ex); } } }); } On Tue, Jan 20, 2015 at 7:41 AM, George

Re: PageRenderLinkSource failing in service when called by cron scheduler - Unable to delegate method invocation to property

2015-01-20 Thread George Christman
e bit better. Thanks Kalle. On Jan 20, 2015 4:44 AM, "Kalle Korhonen" wrote: > On Tue, Jan 20, 2015 at 1:23 AM, George Christman > > wrote: > > > I'm using T5 beta-25 and I have the following code and I'm noticing > > when the scheduler fires off my service

PageRenderLinkSource failing in service when called by cron scheduler - Unable to delegate method invocation to property

2015-01-20 Thread George Christman
I'm using T5 beta-25 and I have the following code and I'm noticing when the scheduler fires off my service, my PageRenderLinkSource does not work. If I manually fire it off through the admin with an actionlink, it works without issue. AppModule.class @Startup public static void initApplicati

Re: How to build xml sitemap with cron job and make available publicly

2015-01-19 Thread George Christman
Changefreq(ChangeFreq.ALWAYS.toString()); siteMapXML.setLoc(link.toAbsoluteURI()); siteMapXML.setPriority(0.5); urlset.getSitemaps().add(siteMapXML); } return super.onActivate(urlset); } On Mon, Jan 19, 2015 at 4:05 PM, George Christman wrote: >

Re: How to build xml sitemap with cron job and make available publicly

2015-01-19 Thread George Christman
ueiredo wrote: > On Mon, 19 Jan 2015 18:41:31 -0200, George Christman > wrote: > >> Caused by: java.io.FileNotFoundException: /sitemap.xml (Permission denied) > > > Here's the cause: you're trying to write a file to the root folder of your > filesystem. > &

Re: How to build xml sitemap with cron job and make available publicly

2015-01-19 Thread George Christman
o.FileOutputStream.(FileOutputStream.java:162) at java.io.FileWriter.(FileWriter.java:90) at com.redfin.sitemapgenerator.SitemapGenerator.writeSiteMap(SitemapGenerator.java:198) ... 105 more On Mon, Jan 19, 2015 at 2:53 PM, Thiago H de Paula Figueiredo wrote: > On Mon, 19 Jan 2015 17

How to build xml sitemap with cron job and make available publicly

2015-01-19 Thread George Christman
Hi guys, I'm looking to build nightly sitemaps and make them available publicly. The problem I'm facing is once I create the sitemap, where do I put it so that it's available publicly? Currently it's available in the Web Pages package where it has some links in the root xml file that points to dyna

Re: Using Form Fragments

2015-01-16 Thread George Christman
Sorry it's t:formstate="ITERATION" On Fri, Jan 16, 2015 at 12:16 PM, George Christman wrote: > I'm not entirely sure this will resolve your issue, but have you tried > setting the formstate? Perhaps formsate="iterator" on the loop. Like I > said, I

Re: Using Form Fragments

2015-01-16 Thread George Christman
> } > } > } > > return null; > } > }; > > ... > > My problem is when I click in the button to send the values only the last > field is coming filled, the other fields are coming null. I thought could > be a problem with

Re: Newly introduced validation bug 5.4-beta-26

2015-01-15 Thread George Christman
Thanks On Thu, Jan 15, 2015 at 11:21 AM, Thiago H de Paula Figueiredo wrote: > On Thu, 15 Jan 2015 11:49:36 -0200, George Christman > wrote: > >> I just tried reopening issue TAP5-2391, however I don't think I have >> the proper permissions to do so. Could someone reo

Re: Newly introduced validation bug 5.4-beta-26

2015-01-15 Thread George Christman
I just tried reopening issue TAP5-2391, however I don't think I have the proper permissions to do so. Could someone reopen the issue for me? I left a comment on the issue in regards to this new bug. https://issues.apache.org/jira/browse/TAP5-2391 On Wed, Jan 14, 2015 at 3:39 PM, George Chri

Newly introduced validation bug 5.4-beta-26

2015-01-14 Thread George Christman
Hi, after upgrading from beta-25 to beta-26 I've discovered my form fields are being cleared after an ajax form submission occurs with a returned validation error. I think I read something about Howard changing some things with the validation, so I'm wondering if that might be the cause of this is

Re: Release notes

2015-01-13 Thread George Christman
d > On 14/01/2015 6:46 am, "George Christman" wrote: > > Hi, could someone tell me where the release notes are for 5.4? I'd > just like to know what issues are being addressed in each beta > release. Thanks. > >

Release notes

2015-01-13 Thread George Christman
Hi, could someone tell me where the release notes are for 5.4? I'd just like to know what issues are being addressed in each beta release. Thanks. - To unsubscribe, e-mail: users-unsubscr...@tapestry.apache.org For additional comm

Re: Issues with Forms Inside Zone and Outside Zone Behaviour Tapestry 5.4

2015-01-06 Thread George Christman
field is marked as required and no > value is given. > > But when the same form is inside ajax this does not happen, and the only > way we can see the error is by attaching component inside the > form. > > Any reason why the behaviour is like this. I would like to have the same > functionality on both. > > Thanks, > -- George Christman CEO www.CarDaddy.com P.O. Box 735 Johnstown, New York

Re: Prevent Tapestry from redirecting non existing pages to index.

2015-01-05 Thread George Christman
Okay great, that seems pretty simple. Thanks On Mon, Jan 5, 2015 at 3:27 PM, Chris Poulsen wrote: > yeah, examine the eventcontext and return an error/error page or whatever, > if it does not contain what you expect. > > On Mon, Jan 5, 2015 at 8:28 PM, George Christman > wrote:

Re: Prevent Tapestry from redirecting non existing pages to index.

2015-01-05 Thread George Christman
So are you saying throw an exception if the home page onActivate contains any type of activation context? On Mon, Jan 5, 2015 at 11:53 AM, Chris Poulsen wrote: > A strict onActivate in the index page can handle this > > On Mon, Jan 5, 2015 at 4:10 PM, George Christman > wrote: >

Prevent Tapestry from redirecting non existing pages to index.

2015-01-05 Thread George Christman
Hi guys, I'm wondering if Tapestry has a configuration setting some where to prevent the framework from redirecting non existing pages to the Index. This creates an SEO nightmare when pages are removed from the app, but still exist in the search engines index. They end up seeing the index page as h

Re: Tapestry URLEncoder

2015-01-05 Thread George Christman
tion works before implementing >> your own. >> >> >>> Default URLEncoder asks you to specify encoding as a separate parameter, >>> which you normally pass as another URL parameters, for example, look at >>> ie/oe parameters that Safari adds to Google req

Re: URL Rewrite with Form Validations

2015-01-05 Thread George Christman
I was a little confused, but I was able to resolve everything without issue. On Mon, Jan 5, 2015 at 6:27 AM, Thiago H de Paula Figueiredo wrote: > On Mon, 29 Dec 2014 12:47:07 -0200, George Christman > wrote: > >> Hi Thiago, The following approach does indeed work, but I'd

Re: URL Rewrite with Form Validations

2014-12-29 Thread George Christman
return path.replace("/testpage", "/checkbox"); } }); } return null; } On Sun, Dec 7, 2014 at 8:35 PM, George Christman wrote: > Okay great, thanks Thiago. > > On Sun, Dec 7, 2014 at 7:30 AM, Thiago H de Paula Figueiredo > wrote: >> >>

Tapestry URLEncoder

2014-12-24 Thread George Christman
Hi guys, I'm just wondering why Tapestry decided to build their own URLEncoder over using an existing one like java.net.URLEncoder? I'd like to clean up my URLs removing a lot of the encoding making them more search friendly, so I'm wondering what the impact of overriding the URLEncoder service and

Re: Far Future Expiration Headers of Assets

2014-12-22 Thread George Christman
-- >>>> To unsubscribe, e-mail: users-unsubscr...@tapestry.apache.org >>>> For additional commands, e-mail: users-h...@tapestry.apache.org >>>> >>>> >> >> >> -- >> Thiago H. de Paula Figueiredo >> Tapes

Re: How to use font awesome with Tapestry

2014-12-19 Thread George Christman
> > > > > > > > > > > > > https://github.com/Sotera/graphene/tree/master/graphene-parent/graphene-web/src/main/webapp/core/css > > > > > > > > My layout component loads the files used by FA and other parts of the > > > > templates I

Re: How to use font awesome with Tapestry

2014-12-19 Thread George Christman
blob/master/graphene-parent/graphene-web/src/main/java/graphene/web/components/Layout.java > > > > > > > > On Fri, Dec 19, 2014 at 1:50 AM, George Christman < > gchrist...@cardaddy.com > > > wrote: > >> > >> Hi Daniel, how do you have your

Re: How to use font awesome with Tapestry

2014-12-18 Thread George Christman
; > Just to be sure, are you seeing the file correctly in the deployment > directory of your application container? > > I am using fontawesome as well in my T5 app, and, well, it's awesome! > Never ran into issues with that file though. > > Dan > > On Fri, Dec 19, 20

How to use font awesome with Tapestry

2014-12-18 Thread George Christman
n how to get this to work? -- George Christman CEO www.CarDaddy.com P.O. Box 735 Johnstown, New York

Re: CompressionAnalyzerImpl exception

2014-12-16 Thread George Christman
All set, thanks guys. https://issues.apache.org/jira/browse/TAP5-2430 On Mon, Dec 15, 2014 at 5:24 PM, Kalle Korhonen wrote: > > On Mon, Dec 15, 2014 at 12:35 PM, Thiago H de Paula Figueiredo < > thiag...@gmail.com> wrote: > > > > On Mon, 15 Dec 2014 12:05

  1   2   3   4   5   6   7   8   9   10   >