The double slash is necessary because the first slash is an escape
character. Using / may solve the problem - but you should also try
making this so it's not environment specific.

Matt

On Thu, Aug 14, 2008 at 11:44 PM, Mohammad Irfan <[EMAIL PROTECTED]> wrote:
> Thanks Matt, btw on my properties I have to write:
> reportpath.JRXML_PATH=C:\\report\\jrxml
>
> Is the double slash is necessary or do I have to write C:/report/jrxml ?
>
>
> On 8/15/08, Matt Raible <[EMAIL PROTECTED]> wrote:
>> If you're subclassing BasePage, you should be able to use getText("keyname").
>>
>>  Matt
>>
>>
>>  On Thu, Aug 14, 2008 at 9:49 PM, Mohammad Irfan <[EMAIL PROTECTED]> wrote:
>>  > Hi, I have placed an upload path property on
>>  > ApplicationResource.properties, I wan't to override the upload file
>>  > sample. How can I access this property from the web module and the
>>  > core module? Btw, I'm using tapestry modular.
>>  >
>>  > Thanks
>>  >
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
>
>

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

Reply via email to