Dear Wiki user,

You have subscribed to a wiki page or wiki category on "Tapestry Wiki" for 
change notification.

The following page has been changed by YasinBahtiyar:
http://wiki.apache.org/tapestry/Tapestry5HowToWebappFullPath

New page:
There is a hint to get the full/real path of webapp directory of your T5 
application. It could be useful to upload some files in your webapp context.

{{{
#!python
public class AddPhotoPage {

@Inject 
private Context c;

public void onSuccess()
{
        File webapp = c.getRealFile("/");
}
}
}}}

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to