providing services as REST interface

2013-07-20 Thread Peter Wendorff
Hi. Is there a "best practice" way to provide a Tapestry service over a REST interface, too, e.g. by using Restlets? regards Peter - To unsubscribe, e-mail: users-unsubscr...@tapestry.apache.org For additional commands, e-mail: u

Re: tapestry5.3 and Twitter-bootstrap disabled inputs

2013-03-04 Thread Peter Wendorff
Hi. probably disabled="disabled" is a solution that works? The standalone, unvalued attributes are a html5 (and old html) syntax element. Tapestry templates are well formed XHTML and therefore XML documents. In XML every attribute has a value, which produces that parsing error, I think. The

Re: Tapestry Application setup: What is wrong here?

2013-01-31 Thread Peter Wendorff
Am 31.01.2013 15:44, schrieb Thiago H de Paula Figueiredo: On Thu, 31 Jan 2013 12:28:50 -0200, Thiago H de Paula Figueiredo wrote: You've cut the error message from the stack trace. Ooops, it's actually there. It seems the template files aren't included in the classpath or they're ending u

Tapestry Application setup: What is wrong here?

2013-01-31 Thread Peter Wendorff
Hi. I'm not sure what and why it happened, but I have a problem. As I asked last time here I tried to set up a modular tapestry application. Thanks for your help all together, that's more or less working: the modules are loaded now when I run the main application, and even the pages are known a

Re: Modular Tapestry application in Eclipse

2013-01-28 Thread Peter Wendorff
ges for the UI module handling user accounts and settings, org.examples.geocoding.pages for the geocoding module and so on. If it's possible to configure that somehow that would be really great, but if not, it's not that important. Thanks so far regards Peter Am 28.01.2013 20:48, schri

Modular Tapestry application in Eclipse

2013-01-28 Thread Peter Wendorff
Hi. I tried to setup a modular tapestry application with Maven and Eclipse. Creating the core application with maven is easy and works. Creating a java project with a Manifest file that exports some packages I easy, but how do I get the core application to find/load the module using run Jetty?

Information about the Servlet Container

2012-11-30 Thread Peter Wendorff
Hi. I would like to get some information about the servlet container the application is running in, like the servlet containers name, probably path's and so on. How could that be achieved in a tapestry component? regards Peter --

Re: how to disable html tag checking

2012-11-08 Thread Peter Wendorff
Am 08.11.2012 04:17, schrieb nhhockeyplayer nashua: Hi Folks, Tapestry is validating html markup in the templates. If I specify something like this... ${someThingSpecial} It flags the error... which can be nice to have. But i

Re: form and select component

2012-10-26 Thread Peter Wendorff
Am 26.10.2012 02:32, schrieb nhhockeyplayer nashua: Folks, Do I really NEED to have a form with my components ? I know its unorthadox... but I would like to skip the form if possible to keep this lightweight and just use onchange="this.form.submit()" when it gets selected. For that concrete

Re: markup question...

2012-10-24 Thread Peter Wendorff
Am 25.10.2012 05:13, schrieb Ken in Nashua: Folks, Ok I implement an if component. And upon condition I render some markup... ESCAPE IT...? CALL JAVA METHOD...? SPECIFY DIRECT MARKUP ? i tried each... This would

Re: [T5.3]Loop, Radiogroup, Coercion, again...

2012-10-19 Thread Peter Wendorff
Am 19.10.2012 12:09, schrieb Thomas Cucchietti: Hello everybody! Hi Thomas. The point is, that when I submit one of the generated forms, I have a TapestryException with message "Could not find a coercion from type java.lang.String to type my.package.SubEntity" while the radiogroup line in temp

Re: Generating dynamic Hypertext from a component

2012-10-13 Thread Peter Wendorff
r component so that it generates the html using the MarkupWriter. Josh On Fri, Oct 12, 2012 at 8:58 AM, Peter Wendorff wrote: Hi. I would like to have a component that is able to create arbitrary hypertext, and I'm not sure, if there's a better way to do that than I have in mind currently.

Generating dynamic Hypertext from a component

2012-10-12 Thread Peter Wendorff
Hi. I would like to have a component that is able to create arbitrary hypertext, and I'm not sure, if there's a better way to do that than I have in mind currently. My database contains spatial geo data from the OpenStreetMap project, and I would like to generate texts as they probably could