RE: [ANNOUNCEMENT] Tapestry 5.7.1 and 5.6.3 released

2021-03-19 Thread Svein Erik Løken
Thank you! I using Tapestry in production with 1,5 million unique users every year. It handles very high load 😊 S-E -Original Message- From: Thiago H. de Paula Figueiredo Sent: tirsdag 16. mars 2021 22:30 To: Tapestry users Subject: [ANNOUNCEMENT] Tapestry 5.7.1 and 5.6.3 released Hell

RE: Updating ResourceMinimizer to handle ES6

2019-08-26 Thread Svein-Erik Løken
The topic I tried to answer was in the Dev Mailing List Archive - To unsubscribe, e-mail: users-unsubscr...@tapestry.apache.org For additional commands, e-mail: users-h...@tapestry.apache.org

RE: Updating ResourceMinimizer to handle ES6

2019-08-26 Thread Svein-Erik Løken
The topic I tried to answer was in the d...@tapestry.apache.org Mailing List Archive - To unsubscribe, e-mail: users-unsubscr...@tapestry.apache.org For additional commands, e-mail: users-h...@tapestry.apache.org

Re: Updating ResourceMinimizer to handle ES6

2019-08-26 Thread Svein-Erik Løken
org.apache.tapestry tapestry-webresources com.google.javascript closure-compiler com.google.javascript closure-compiler v20151216 @Contribute(ResourceMinimizer.class) @Primary public static void overrideJavaScriptMinimiz

RE: Jetbrains considers to deprecate Tapestry plugin in IntelliJ 2019.3

2019-07-12 Thread Svein-Erik Løken
After reading posts after posts that Tapestry is outdated - how is it outdated? The last year I have used ReactJS/JSX/TypeScript/es2015/node, SCCS in a multimodule setup in Tapestry. I am using Tapestry Resteasy or just Tapestry Ajax() or Zone.deferredZoneUpdate() to nice error messages. Can a

RE: Cannot execute Maven goal to build Tapestry 5.4.x from Getting started guide nor from the example source using Maven

2019-07-07 Thread Svein-Erik Løken
It seems that my comment was removed. This should also work: mvn org.apache.maven.plugins:maven-archetype-plugin:2.4:generate -DarchetypeCatalog=https://repository.apache.org/content/repositories/staging -Dfilter=org.apache.tapestry:quickstart

RE: Jetbrains considers to deprecate Tapestry plugin in IntelliJ 2019.3

2019-07-04 Thread Svein-Erik Løken
You don't have to tell us that, we know there is a world out there! I have tried Wicket - it is very good, but found Tapestry better for my needs. I am using ReactJS with Tapestry. It works very well. Tapestry is rock solid and I hope it will live forever! S-E

RE: Jetbrains considers to deprecate Tapestry plugin in IntelliJ 2019.3

2019-06-20 Thread Svein-Erik Løken
I have built front-ends with Typescript, JSX, React, sometimes mixed with Tapestry Zones. I always tries use T5 components, but not too hard. The admin client don't need to be so fancy and is 95% Tapestry code. I found that the quality and code maintaining is much better when using Tapestry. F

RE: How to let the last ajaxResponseRenderer win?

2019-06-12 Thread Svein-Erik Løken
storage (like Redis) using compare and set, and > if request is older than the one already in storage — do nothing. > > Usually such requests are throttled on the client side, I.e.: > https://github.com/cowboy/jquery-throttle-debounce > > On Friday, June 7, 2019, Svein-Erik L

How to let the last ajaxResponseRenderer win?

2019-06-07 Thread Svein-Erik Løken
When typing "test" pretty fast into textfield id=nameFilter the result is wrong. I am typical getting "DEBUG nameFilter: te" (sometimes just "t"). The grid data corresponds to the nameFilter output. The output from getNamefilterDebug() is always: getNamefilterDebug: t getNamefilterDebug: te get

RE: Browser History API

2019-02-23 Thread Svein-Erik Løken
spa? How is React communicating with Tapestry? > On 22 Feb 2019, at 3:26 pm, Svein-Erik Løken wrote: > > For single page web apps I recommend setting: > > response.setHeader("Cache-Control", "no-cache, max-age=0, must-revalidate, > no-store"); > >

RE: Browser History API

2019-02-21 Thread Svein-Erik Løken
rt Sent: fredag 22. februar 2019 02:16 To: Tapestry users Subject: Re: Browser History API Thank you, but I think I’ll mostly want the server-side making the decision on what to make navigable. We shall see how that pans out. > On 21 Feb 2019, at 3:29 pm, Svein-Erik Løken wrote: > > Yo

RE: Browser History API

2019-02-20 Thread Svein-Erik Løken
You can manipulate the URL from Javascript/Typescript: (history as History).replaceState(null, "", location.protocol + '//' + location.host + location.pathname + "/yourUrlPart"); -Original Message- From: JumpStart Sent: torsdag 21. februar 2019 05:39 To: Tapestry users Subject: Browse

RE: QuickStart

2018-11-27 Thread Svein-Erik Løken
works nice as a service layer for serving data to my JavaScript when needed. I think Spring is for large projects. S-E From: Qbyte Consulting [via Apache Tapestry Mailing List Archives] Sent: mandag 26. november 2018 09:13 To: Svein-Erik Løken Subject: Re: QuickStart Setting up a tapestry

RE: Javacsript module problem

2018-03-26 Thread Svein-Erik Løken
Ric-01 [via Apache Tapestry Mailing List Archives] Sent: mandag 26. mars 2018 23:07 To: Svein-Erik Løken Subject: Re: Javacsript module problem Hi Cezary, first thanks. Yes, it was a mixture of all that, meanwhile I studied the requirejs documentation strongly and checked out the tapestry5-jquery p

RE: Contribute requirejs.config.paths to ModuleManager

2017-11-28 Thread Svein-Erik Løken
"...This is primarily used to wrap non-AMD compliant libraries for use with RequireJS" The internal variable Map shimModuleNameToResource in ModuleManagerImpl. The shim prefix... S-E From: Chris Poulsen [via Apache Tapestry Mailing List Archives] [mailto:ml+s1045711n5733731...@n5

RE: Contribute requirejs.config.paths to ModuleManager

2017-11-27 Thread Svein-Erik Løken
ge that the virtual link does not work! S-E From: Thiago H de Paula Figueiredo [via Apache Tapestry Mailing List Archives] [mailto:ml+s1045711n5733729...@n5.nabble.com] Sent: mandag 27. november 2017 13:32 To: Svein-Erik Løken Subject: Re: Contribute requirejs.config.paths to ModuleM

RE: Contribute requirejs.config.paths to ModuleManager

2017-11-26 Thread Svein-Erik Løken
return ret; } From: Thiago H de Paula Figueiredo [via Apache Tapestry Mailing List Archives] [mailto:ml+s1045711n5733724...@n5.nabble.com] Sent: fredag 24. november 2017 22:03 To: Svein-Erik Løken Subject: Re: Contribute requirejs.config.paths to ModuleManager I'm wonder

RE: Contribute requirejs.config.paths to ModuleManager

2017-11-24 Thread Svein-Erik Løken
)); } return configuration; }); } I am now calling this in my global mailto:ml+s1045711n5733722...@n5.nabble.com] Sent: fredag 24. november 2017 17.02 To: Svein-Erik Løken Subject: Re: Contribute requirejs.config.paths to ModuleManager On Fri, Nov 24, 2017 at 11:13 AM, S

Contribute requirejs.config.paths to ModuleManager

2017-11-24 Thread Svein-Erik Løken
Trying to use TypeScript and React with Tapestry: In TypeScript I need to use: import * as React from "react"; I would like to load react: react.min, so I have to set paths: {...} The configuration should be set at startup, but I cannot figure how to do it. I can set requirejs.config.shim, but

Re: Configuring RequireJS?

2017-11-22 Thread Svein-Erik Løken
Use configuration.put("paths", not configuration.append("paths", took me some time to find out... In reply to http://apache-tapestry-mailing-list-archives.1045711.n5.nabble.com/Configuring-RequireJS-td5732979.html

RE: Configuring RequireJS?

2017-11-22 Thread Svein-Erik Løken
Use configuration.put("paths", not configuration.append("paths", took me some time to find out... In reply to http://apache-tapestry-mailing-list-archives.1045711.n5.nabble.com/Configuring-RequireJS-td5732979.html

Configuring RequireJS?

2017-11-22 Thread Svein-Erik Løken
Use configuration.put("paths", not configuration.append("paths", took me some time to find out...

Lots of 'Unknown macro: {div}' in documentation

2017-10-31 Thread Svein-Erik Løken
E.g.: http://tapestry.apache.org/configuration.html

RE: Cannot clear validation errors when form onSuccess returns a StreamResponse

2017-09-04 Thread Svein-Erik Løken
Just curious: How can you return javascript code? / Without javaScriptSupport?

RE: Cannot clear validation errors when form onSuccess returns a StreamResponse

2017-09-04 Thread Svein-Erik Løken
ream, "TrackSegmentsExport.gpx"); From: Thiago H de Paula Figueiredo [via Apache Tapestry Mailing List Archives] [mailto:ml+s1045711n5733608...@n5.nabble.com] Sent: mandag 4. september 2017 13:48 To: Svein-Erik Løken Subject: Re: Cannot clear validation errors when form onSuccess retu

Cannot clear validation errors when form onSuccess returns a StreamResponse

2017-09-04 Thread Svein-Erik Løken
If I record an error for my I cannot find out how to clear errors (tried form.clearErrors()). Because onSuccess returns a StreamResponse to download a file the form need to have async="false" The form should stay open so user can download several files with different parameters. Can anyone h

RE: how to reconfigure my app so that it runs without "context" in the uri path

2017-08-29 Thread Svein-Erik Løken
Command line in IntelliJ, maven: jetty:run -Duser.timezone=UTC -Dtapestry.execution-mode=development -Dtapestry-web-server-port= Maybe it's easier to start with this project: https://github.com/sveine/tapestry-multi-module-demo.

RE: how to reconfigure my app so that it runs without "context" in the uri path

2017-08-28 Thread Svein-Erik Løken
: Svein-Erik Løken Subject: Re: how to reconfigure my app so that it runs without "context" in the uri path Hi Joshua, It depends only on the container you are using to deploy the Tapestry application. This is not different from any other Java application. If you use Tomcat,

RE: Tapestry QuickStart Project (build unsuccessful)

2017-08-24 Thread Svein-Erik Løken
You only have to run this once, so I would recommend command line. The Tapestry project will not use the maven-archetype-plugin. - To unsubscribe, e-mail: users-unsubscr...@tapestry.apache.org For additional commands, e-mail: us

RE: Tapestry QuickStart Project (build unsuccessful)

2017-08-20 Thread Svein-Erik Løken
https://issues.apache.org/jira/browse/TAP5-2579

RE: [Announcement] New feature for Tapestry 5.4.2 and 5.5: easily call event handler methods from JavaScript

2017-04-27 Thread Svein-Erik Løken
...@n5.nabble.com] Sent: 27. april 2017 14:11 To: Svein-Erik Løken Subject: Re: [Announcement] New feature for Tapestry 5.4.2 and 5.5: easily call event handler methods from JavaScript On Thu, Apr 27, 2017 at 6:43 AM, abangkis <[hidden email]> wrote: > Hi. Thanks for the awesome improvemen

RE: [Announcement] New feature for Tapestry 5.4.2 and 5.5: easily call event handler methods from JavaScript

2017-04-21 Thread Svein-Erik Løken
The @PublishEvent was a big improvement 😊 I am using it already. I have created a working demo. I really like that it is so easy to stop hardcoding of event url. https://github.com/sveine/tapestry-multi-module-demo/blob/master/module1-root/module1/src/main/java/com/demo/module1/pages/Publi

RE: Tapestry Quickstart problems

2017-04-20 Thread Svein-Erik Løken
https://issues.apache.org/jira/browse/TAP5-2579 https://issues.apache.org/jira/browse/TAP5-2580

RE: Mouse tracking with Tapestry

2017-04-15 Thread Svein-Erik Løken
Maybe not exactly what you are looking for, but I have been using my tapestryutil.js for some years with luck 😊 https://github.com/sveine/tapestry-multi-module-demo/blob/master/core/src/main/resources/META-INF/modules/util/tapestryutil.js A little demo: https://github.com/sveine/tapestry-multi-m

Tapestry Quickstart problems

2017-04-15 Thread Svein-Erik Løken
The Quickstart project demonstrates how fast it is to start developing a Tapestry project. I have been using it for a new project, but could not debug JavaScript. (I am using IntelliJ). I could not understand why, but after several hour a found out that configuration.add(SymbolConstants.MINIFIC

RE: Swipe and touch

2016-09-06 Thread Svein-Erik Løken
-node+s1045711n5732960...@n5.nabble.com] Sent: 6. september 2016 05:58 To: Svein-Erik Løken Subject: Re: Swipe and touch I think that embedding a “touch” solution in T5.4 is a bad idea. This has been a fast-moving area, with lots of device-, and OS-version-, compatibility issues. Witness all of

RE: Swipe and touch

2016-09-05 Thread Svein-Erik Løken
Archives] [mailto:ml-node+s1045711n5732956...@n5.nabble.com] Sent: mandag 5. september 2016 15.00 To: Svein-Erik Løken Subject: Re: Swipe and touch I think the way to go is not to expose them / use them directly in onClick. Instead you bind them in a module (either using t5/core/dom or jquery

Swipe and touch

2016-09-02 Thread Svein-Erik Løken
I cannot find any swipe and touch JavaScript library in Tapestry. Are there any plans to include one in Tapestry in the future? If it is - I will use that library now. The Tapestry dev team use to find the best library :) It seems that Hammer JS and Touch Swipe are popular(?). Any recommendation

RE: Logical Page Name Shortening

2016-08-29 Thread Svein-Erik Løken
} return null; } private boolean urlStartsWithCounty(String path) { for (String s : COUNTYS) { if (path.startsWith("/" + s)) return true; } return false; } } From: slqiTapestry [via Apache Tapestry Mailing List Archives] [

RE: TLS termination proxy and Tapestry

2016-07-22 Thread Svein-Erik Løken
most intuitive also, because pages are unsecured in the tapestry application/servlet. The TLS termination proxy takes care of the security. From: Dimitris Zenios [via Apache Tapestry Mailing List Archives] [mailto:ml-node+s1045711n573279...@n5.nabble.com] Sent: 22. juli 2016 14:52 To:

RE: TLS termination proxy and Tapestry

2016-07-22 Thread Svein-Erik Løken
apestry Mailing List Archives] [mailto:ml-node+s1045711n5732786...@n5.nabble.com] Sent: 22. juli 2016 13:24 To: Svein-Erik Løken Subject: Re: TLS termination proxy and Tapestry When you say you are avoiding absolute URLs, where have you noticed this? I can’t recall this being a problem. Now, I’m no

RE: TLS termination proxy and Tapestry

2016-07-22 Thread Svein-Erik Løken
GeoLocation stopped to work I Chrome for desktop and Android, so I had to use encryption. From: Chris Poulsen [via Apache Tapestry Mailing List Archives] [mailto:ml-node+s1045711n5732784...@n5.nabble.com] Sent: 22. juli 2016 11:35 To: Svein-Erik Løken Subject: Re: TLS termination proxy and T

TLS termination proxy and Tapestry

2016-07-21 Thread Svein-Erik Løken
Using HAProxy or Apache HTTP Server as a TLS termination proxy I found that setting X-Forwarded-Proto="https" in the header on the proxy org.apache.tapestry5.services.Request::isSecure returns true . That's good! In tapestry.production-mode=true I am getting absolute URLs. E.g. http://example.co

RE: Making a grid's checkbox column preserve its checked state across pages

2016-02-27 Thread Svein-Erik Løken
A working example if needed : Route Edit ${routeEditChangedIndicator} Create Update Delete Route Id: ${routeId} Selected ts2Id: ${ts2Id} Route length: ${routeLengthInKmFormatted} km

RE: Tapestry is a sinking Ship

2016-02-13 Thread Svein-Erik Løken
iling List Archives] [mailto:ml-node+s1045711n5732111...@n5.nabble.com] Sent: 13. februar 2016 09:20 To: Svein-Erik Løken Subject: Re: Tapestry is a sinking Ship Thiago, I have an idea. Why don't we ban this poor excuse of an idiot from a mailing list and address real problems latest release ha

Re: [ANNOUNCE] Apache Tapestry 5.4

2015-12-25 Thread Svein-Erik Løken
I think 5.4 is a fantastic release:-) Sendt fra Outlook Mobile On Fri, Dec 25, 2015 at 4:08 AM -0800, "Carlos Montero Canabal [via Apache Tapestry Mailing List Archives]" mailto:ml-node+s1045711n5731596...@n5.nabble.com>> wrote: Hi Tapestry team. I have to give us t

RE: Updated Hotel Booking demo app

2015-11-13 Thread Svein-Erik Løken
Superb! The best way to learn ☺

RE: jumpstart - ajax crud, doesn't work without @persist for me

2015-10-30 Thread Svein-Erik Løken
Is it possible to download and install Jumpstart7? From: Paul Stanton [via Apache Tapestry Mailing List Archives] [mailto:ml-node+s1045711n5731413...@n5.nabble.com] Sent: 29. oktober 2015 23:53 To: Svein-Erik Løken Subject: Re: jumpstart - ajax crud, doesn't work without @persist for me

RE: Make Tapestry add an id to the tag of the grid

2015-09-20 Thread Svein-Erik Løken
lender-2 [via Apache Tapestry Mailing List Archives] [mailto:ml-node+s1045711n5731255...@n5.nabble.com] Sent: 19. september 2015 05:19 To: Svein-Erik Løken Subject: Re: Make Tapestry add an id to the tag of the grid Tapestry does generate some “data" attributes, eg. data-validate, data-update

RE: Make Tapestry add an id to the tag of the grid

2015-09-18 Thread Svein-Erik Løken
In zone I am using data-id: Eg: mailto:ml-node+s1045711n5731247...@n5.nabble.com] Sent: 18. september 2015 09:59 To: Svein-Erik Løken Subject: Make Tapestry add an id to the tag of the grid Hi everybody, I have the same need described in the thread at http://apache-tapestry-mailing-list

RE: Inspection of Tapestry applications in IntelliJ

2015-08-25 Thread Svein-Erik Løken
mailto:ml-node+s1045711n573113...@n5.nabble.com] Sent: 25. august 2015 14:44 To: Svein-Erik Løken Subject: Re: Inspection of Tapestry applications in IntelliJ There have been some improvements in the recent v15 EAPs. Also you can adjust the unused inspection to not trigger on certain annotations

RE: Debugging Tapestry with IntelliJ IDEA

2015-08-25 Thread Svein-Erik Løken
It is very good! Also for multi-module development and JavaScript debugging. S-E From: Charlouze [via Apache Tapestry Mailing List Archives] [mailto:ml-node+s1045711n5731127...@n5.nabble.com] Sent: 25. august 2015 13:43 To: Svein-Erik Løken Subject: Re: Debugging Tapestry with IntelliJ IDEA

No change event when datePicker updates t:datefield

2015-08-24 Thread Svein-Erik Løken
When fields in my side panel are updated, I call submit on the change event. If datePicker is used no change event are fired. I could find a workaround without modification of datefield.js. Any suggestion? One line added by me: _this.field.$.change(); Controller.prototype.onSelect = function()

RE: Multiple domains, one webapp

2015-08-11 Thread Svein-Erik Løken
> > > Is the "@ImportModule(CommonModule.class)" required? > > For multi-module development with the common module project open and > live-class-reloadable, yes. If you're just adding the common module JAR to > the main project (or any project using it as a dependency) as a JAR > directly, no. Yo

RE: Multiple domains, one webapp

2015-08-10 Thread Svein-Erik Løken
apestry makes sense for me. My main module is addicted to the common module. I don't want a loose coupling. I want to make code in the common module (code-)shared between different front-end modules (end-user, admin, web-service). > On 10 August 2015 at 15:51, Svein-Erik Løken <[

RE: Multiple domains, one webapp

2015-08-10 Thread Svein-Erik Løken
> > > Read about URL rewriting at > > https://tapestry.apache.org/url-rewriting.html, but cannot figure out > > how this can solve my question of how to access assets from javascript. > > Pass the asset URLs from Tapestry to JavaScript. > Thank you Thiago! I have created a project for people

RE: Multiple domains, one webapp

2015-08-10 Thread Svein-Erik Løken
I used a combination of Mod rewrite and > Tapestry's URL rewriter. It worked flawlessly. > > On Fri, Aug 7, 2015 at 8:00 AM, Svein-Erik Løken <[hidden email]> wrote: > > > > > > > > WOW! Multi-module in Tapestry with Live Class Reloading is fantastic!

RE: Multiple domains, one webapp

2015-08-07 Thread Svein-Erik Løken
> > > WOW! Multi-module in Tapestry with Live Class Reloading is fantastic! > > Thanks for pointing me in the right direction Thiago! > > Yay! Virtual high-five! :D Tapestry is awesome, isn't it? ;) > Oh yea! T5.4 is a success! > specify @SubModule(HappyModule.class) (or @ImportModule in T5.4)

RE: Multiple domains, one webapp

2015-08-05 Thread Svein-Erik Løken
Do you have Tapestry-Module-Classes set up in the common module? https://tapestry.apache.org/autoloading-modules.html The hibernate.cfg.xml and maven dependency to hibernate should be set up in the main module. E.g.     org.hibernate     hibernate-c3p0 > The only issue I am having is that my

RE: Multiple domains, one webapp

2015-08-05 Thread Svein-Erik Løken
Do you have Tapestry-Module-Classes set up in the common module? https://tapestry.apache.org/autoloading-modules.html The hibernate.cfg.xml and maven dependency to hibernate should be set up in the main module. E.g. org.hibernate hibernate-c3p0 The only issue I am having is that

RE: Multiple domains, one webapp

2015-08-05 Thread Svein-Erik Løken
WOW! Multi-module in Tapestry with Live Class Reloading is fantastic! Thanks for pointing me in the right direction Thiago! To get live class reloading work for the common module in IntelliJ: Open Project Structure, Project Settings > Modules. Select the common module > Paths > Compiler output.

RE: Multiple domains, one webapp

2015-08-04 Thread Svein-Erik Løken
> >> 4) You can't use Tapestry's Live Class Reloading on any class in the > >> common > >> JAR (e.g. Tapestry IOC service implementation classes). > > > > I think 4) is the biggest downside in a multi-module project. Do you > > think Tapestry can do a Live Class Reloading of the common JAR included

RE: Multiple domains, one webapp

2015-08-04 Thread Svein-Erik Løken
> 1) You have to maintain three projects (or a Maven multi-module project if > you're using Maven) instead of one. > 2) You'll have two different app servers to configure & maintain. > 3) You'll probably need to maintain database credentials in two different > places. > 4) You can't use Tapestry's

RE: Detect jqXHR.abort()

2015-05-11 Thread Svein Erik Løken
I am now running Jetty 9.2.10.v20150310, but getting the same problem with a similar warning in the log: 2015-05-11 09:25:55.695:WARN:oejs.Request:qtp1283939356-46: org.eclipse.jetty.io.EofException: Early EOF After some Googling it seems that this can happen on a server time out, or if the clien

RE: Detect jqXHR.abort()

2015-05-08 Thread Svein Erik Løken
Fiddler2 reports that the request is aborted most of the time. But some request gets this warning from Fiddler2: 369 Content-Length mismatch: Request Header indicated 95 876 bytes, but client sent 65 536 bytes. 369 Failed to obtain request body. System.IO.InvalidDataException Th

RE: Detect jqXHR.abort()

2015-05-08 Thread Svein Erik Løken
Is it a bug in the JQuery xhr.abort() then? Debugging RequestFilter.service I found that request.request.request._connection._parser._state = -13 ( org.mortbay.jetty.HttpParser.STATE_START) when things goes wrong (Should be org.mortbay.jetty.HttpParser.STATE_CONTENT). I did not figure out how I can

Detect jqXHR.abort()

2015-05-06 Thread Svein Erik Løken
In the web client the user can use a slider to reduce number of points on a polyline. To be sure to only pick last XHR request I call xhr.abort() on the previous call. The problem is that the onDouglasPeuckerSimplifier(...) fail. I found a bad(!?) workaround by adding @RequestParameter(allowBlan

Live Class Reloading of Autoloading Modules

2015-03-02 Thread Svein Erik Løken
How can I get an auto loaded module live reloaded? Confiuration: maven-jar-plugin com.company.core.services.Tjac3CommonModule @Contribute(Component

How to clear the autocomplete cache?

2015-02-10 Thread Svein Erik Løken
Search box on a map: I need to call Bloodhound.clearRemoteCache() in typeahead.js Did not find out how to access the engine variable in autocomplete.js. Temporary hack/workaround: I added $field.data("engine", engine); to autocomplete.js engine.initialize(); dataset = { name: spec.

IntelliJ IDEA 13.0.2 x64 Tapestry plugin not working correctly or lacks functionality for TML files

2014-03-07 Thread Svein Erik Løken
For ordinary HTML code, like , navigation/usage is not working for included CSS files. Code completion does not work for: ${asset: |}, ${message: |}, . Because Tapestry gives excellent exceptions for wrong ${asset: |}, ${message: |} etc, I think lack of navigation for CSS is the biggest issue. I

RE: IntelliJ IDEA Tapestry plugin existence

2014-02-27 Thread Svein Erik Løken
[mailto:stephan.windmuel...@tu-dortmund.de] Sent: 27. februar 2014 12:00 To: users@tapestry.apache.org Subject: Re: IntelliJ IDEA Tapestry plugin existence On 27.02.2014 10:40 Svein Erik Løken wrote: > After a lot of research Tapestry seems to be the right choice for my > next project. I found Tapestry throu

IntelliJ IDEA Tapestry plugin existence

2014-02-27 Thread Svein Erik Løken
After a lot of research Tapestry seems to be the right choice for my next project. I found Tapestry through the New Project Wizard in IntelliJ. The plugin project TapIDEA/Loomy does not exist anymore, so I am worry about updates to this Tapestry plugin. Do you think this plugin will be removed in s