Page should implement IExternalPage

public abstract class ZzzzzzPage extends BasePage implements IExternalPage {

  @InjectObject( "service:tapestry.globals.WebRequest")
  public abstract WebRequest getRequest();


 public void activateExternalPage(Object[] objects, IRequestCycle 
iRequestCycle) {
 
    String artifactName = getRequest().getParameterValue( "artifactName" );
    String repoUUID = getRequest().getParameterValue( "repoUUID" );
..... 

"Jean-Eric Cuendet (JeSC)" <[EMAIL PROTECTED]> wrote: Hi,
I need a page in my Tapestry application to handle data that a remote 
client could send me. I'll use an HTTP POST method.
How can I handle that in my application?
Thanks for any pointer.
-jec

-- 
JeSC - Software et Consulting
Jean-Eric Cuendet
1168 Villars-sous-Yens

Web       : http://jesc.ch / http://cuendet.biz
Tel       : +41 21 800 3343
Mobile    : +41 76 222 3343
--------------------------------------------------------

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]




Konstantin Ignatyev




PS: If this is a typical day on planet earth, humans will add fifteen million 
tons of carbon to the atmosphere, destroy 115 square miles of tropical 
rainforest, create seventy-two miles of desert, eliminate between forty to one 
hundred species, erode seventy-one million tons of topsoil, add 2,700 tons of 
CFCs to the stratosphere, and increase their population by 263,000

Bowers, C.A.  The Culture of Denial:  Why the Environmental Movement Needs a 
Strategy for Reforming Universities and Public Schools.  New York:  State 
University of New York Press, 1997: (4) (5) (p.206)

Reply via email to