serviceLink

2010-11-08 Thread asianCoolz
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...@

Exposing Tapestry 5 services (via ServiceLink)

2010-11-07 Thread Alessio Gambi
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

Rendering Page to diff OutputStream from ServiceLink

2009-07-17 Thread Nathan Beemer
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

Re: absolute ServiceLink URL in Java

2006-11-09 Thread Shaun
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 ---

RE: absolute ServiceLink URL in Java

2006-11-07 Thread Firas Adiler
Tapestry users Subject: absolute ServiceLink URL in Java Hi everyone, In Java, how would you code do something like:

absolute ServiceLink URL in Java

2006-11-07 Thread Firas Adiler
Hi everyone, In Java, how would you code do something like: