Experimental
in tapestry4, if i have more than 1 parameters that need to call. how should i
put in parameter=... ?
-
To unsubscribe, e-mail: users-unsubscr...@tapestry.apache.org
For additional commands, e-mail: users-h...@
x requests invoking remote services.
An idea could be to "annotate" services to be exposed (i.e. accessed from
the outside but not via injection on components nor pages)
and use somekind of ServiceLink (or whatever) to identify the service to be
invoked on the Tapestry side.
I know that
Been using Tapestry 4 (now 4.1) for ~3yrs now and love it.
However, just ran across a new use-case that I'm having a tough time
cracking (not for lack of trying).
I need to be able to capture a Page's rendered html output so I can pipe it
through post processing and then send to the client for do
Firas Adiler idigna.com> writes:
> Hi everyone,
>
> In Java, how would you code do something like:
> value="literal:http" />
>
>
>
>
>
>
I'm not sure about doing it from the Java side, but it's easy to do from inside
a page:
start new session
hth
---
Tapestry users
Subject: absolute ServiceLink URL in Java
Hi everyone,
In Java, how would you code do something like:
Hi everyone,
In Java, how would you code do something like: