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
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
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
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
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
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?
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
--
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
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
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
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
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.
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
13 matches
Mail list logo