Re: Unable to locate asset (the file does not exist).

2013-06-11 Thread Anbazhagan.G

@boris, I got it. Thanks for your reply.



On Monday 10 June 2013 10:48 PM, Boris Horvat wrote:

My bad in coping your example to you

${context:layout/images/}${itemProperty.signImage}

You have ** in front of itemProperty remove them

${context:layout/images/}${itemProperty.signImage}

Also make sure that singImage has an image type save in db as well.

Cheers


On Mon, Jun 10, 2013 at 11:03 AM, Anbazhagan.G
anbazhaga...@snovabits.netwrote:


@boris, I tried but I got the following error.

Could not convert '**itemProperty.signImage' into a component parameter
binding: Error parsing property expression '**itemProperty.signImage':
Unable to parse input at character position 1.

Regards,
G.Anbazhagan

On Saturday 08 June 2013 04:18 PM, Boris Horvat wrote:


or just use

${context:layout/images/}${itemProperty.signImage}

.png should be part of the singImage property


On Sat, Jun 8, 2013 at 11:57 AM, Anbazhagan.G anbazhaga...@snovabits.net

**wrote:

  Thanks for your reply. Its really helpfull for me. I achieved that.

Regards,
G.Anbazhagan


On Saturday 08 June 2013 02:33 PM, Shing Hing Man wrote:

  It is not possible to do what you wanted directly.  A work around is to

use AssetSource.


Please see :

http://tapestry-users.832.n2.nabble.com/Simple-question-**
tt6537210.html#a6537398http:/**/tapestry-users.832.n2.nabble.**
com/Simple-question-tt6537210.**html#a6537398http://tapestry-users.832.n2.nabble.com/Simple-question-tt6537210.html#a6537398

Shing
____
From: Anbazhagan.G anbazhaga...@snovabits.net
To: users@tapestry.apache.org
Sent: Saturday, June 8, 2013 5:45 AM
Subject: Unable to locate asset (the file does not exist).


Hi All,

I am going to achieve like this
${context:layout/images/${itemProperty.signImage}.png}. But I got
the
following error

Could not convert 'context:layout/images/${itemProperty.signImage'
into
a component parameter binding: Unable to locate asset
'context:layout/images/${itemProperty.signImage' (the file does not
exist). [at classpath:net/web/app/sample/pages/Test.tml, line 30].

Please any one say how can I achieve.

Regards,
G.Anbazhagan


--**
--**-
To unsubscribe, e-mail: 
users-unsubscribe@tapestry.**a**pache.orghttp://apache.org
users-unsubscribe@**tapestry.apache.orgusers-unsubscr...@tapestry.apache.org
For additional commands, e-mail: users-h...@tapestry.apache.org

--**
--**-
To unsubscribe, e-mail: 
users-unsubscribe@tapestry.**a**pache.orghttp://apache.org
users-unsubscribe@**tapestry.apache.orgusers-unsubscr...@tapestry.apache.org
For additional commands, e-mail: users-h...@tapestry.apache.org


  --**

--**-
To unsubscribe, e-mail: 
users-unsubscribe@tapestry.**a**pache.orghttp://apache.org
users-unsubscribe@**tapestry.apache.orgusers-unsubscr...@tapestry.apache.org
For additional commands, e-mail: users-h...@tapestry.apache.org




--**--**-
To unsubscribe, e-mail: 
users-unsubscribe@tapestry.**apache.orgusers-unsubscr...@tapestry.apache.org
For additional commands, e-mail: users-h...@tapestry.apache.org







-
To unsubscribe, e-mail: users-unsubscr...@tapestry.apache.org
For additional commands, e-mail: users-h...@tapestry.apache.org



Re: Unable to locate asset (the file does not exist).

2013-06-10 Thread Anbazhagan.G

@boris, I tried but I got the following error.

Could not convert '**itemProperty.signImage' into a component parameter 
binding: Error parsing property expression '**itemProperty.signImage': 
Unable to parse input at character position 1.


Regards,
G.Anbazhagan

On Saturday 08 June 2013 04:18 PM, Boris Horvat wrote:

or just use

${context:layout/images/}${**itemProperty.signImage}

.png should be part of the singImage property


On Sat, Jun 8, 2013 at 11:57 AM, Anbazhagan.G anbazhaga...@snovabits.netwrote:


Thanks for your reply. Its really helpfull for me. I achieved that.

Regards,
G.Anbazhagan


On Saturday 08 June 2013 02:33 PM, Shing Hing Man wrote:


It is not possible to do what you wanted directly.  A work around is to
use AssetSource.


   Please see :

http://tapestry-users.832.n2.**nabble.com/Simple-question-**
tt6537210.html#a6537398http://tapestry-users.832.n2.nabble.com/Simple-question-tt6537210.html#a6537398


Shing
__**__
From: Anbazhagan.G anbazhaga...@snovabits.net
To: users@tapestry.apache.org
Sent: Saturday, June 8, 2013 5:45 AM
Subject: Unable to locate asset (the file does not exist).


Hi All,

I am going to achieve like this
${context:layout/images/${**itemProperty.signImage}.png}. But I got the
following error

Could not convert 'context:layout/images/${**itemProperty.signImage' into
a component parameter binding: Unable to locate asset
'context:layout/images/${**itemProperty.signImage' (the file does not
exist). [at classpath:net/web/app/sample/**pages/Test.tml, line 30].

Please any one say how can I achieve.

Regards,
G.Anbazhagan


--**--**-
To unsubscribe, e-mail: 
users-unsubscribe@tapestry.**apache.orgusers-unsubscr...@tapestry.apache.org
For additional commands, e-mail: users-h...@tapestry.apache.org

--**--**-
To unsubscribe, e-mail: 
users-unsubscribe@tapestry.**apache.orgusers-unsubscr...@tapestry.apache.org
For additional commands, e-mail: users-h...@tapestry.apache.org



--**--**-
To unsubscribe, e-mail: 
users-unsubscribe@tapestry.**apache.orgusers-unsubscr...@tapestry.apache.org
For additional commands, e-mail: users-h...@tapestry.apache.org







-
To unsubscribe, e-mail: users-unsubscr...@tapestry.apache.org
For additional commands, e-mail: users-h...@tapestry.apache.org



Re: Unable to locate asset (the file does not exist).

2013-06-10 Thread Boris Horvat
My bad in coping your example to you

${context:layout/images/}${itemProperty.signImage}

You have ** in front of itemProperty remove them

${context:layout/images/}${itemProperty.signImage}

Also make sure that singImage has an image type save in db as well.

Cheers


On Mon, Jun 10, 2013 at 11:03 AM, Anbazhagan.G
anbazhaga...@snovabits.netwrote:

 @boris, I tried but I got the following error.

 Could not convert '**itemProperty.signImage' into a component parameter
 binding: Error parsing property expression '**itemProperty.signImage':
 Unable to parse input at character position 1.

 Regards,
 G.Anbazhagan

 On Saturday 08 June 2013 04:18 PM, Boris Horvat wrote:

 or just use

 ${context:layout/images/}${itemProperty.signImage}

 .png should be part of the singImage property


 On Sat, Jun 8, 2013 at 11:57 AM, Anbazhagan.G anbazhaga...@snovabits.net
 **wrote:

  Thanks for your reply. Its really helpfull for me. I achieved that.

 Regards,
 G.Anbazhagan


 On Saturday 08 June 2013 02:33 PM, Shing Hing Man wrote:

  It is not possible to do what you wanted directly.  A work around is to
 use AssetSource.


Please see :

 http://tapestry-users.832.n2.nabble.com/Simple-question-**
 tt6537210.html#a6537398http:/**/tapestry-users.832.n2.nabble.**
 com/Simple-question-tt6537210.**html#a6537398http://tapestry-users.832.n2.nabble.com/Simple-question-tt6537210.html#a6537398
 


 Shing
 ____
 From: Anbazhagan.G anbazhaga...@snovabits.net
 To: users@tapestry.apache.org
 Sent: Saturday, June 8, 2013 5:45 AM
 Subject: Unable to locate asset (the file does not exist).


 Hi All,

 I am going to achieve like this
 ${context:layout/images/${itemProperty.signImage}.png}. But I got
 the
 following error

 Could not convert 'context:layout/images/${itemProperty.signImage'
 into
 a component parameter binding: Unable to locate asset
 'context:layout/images/${itemProperty.signImage' (the file does not
 exist). [at classpath:net/web/app/sample/pages/Test.tml, line 30].

 Please any one say how can I achieve.

 Regards,
 G.Anbazhagan


 --**
 --**-
 To unsubscribe, e-mail: 
 users-unsubscribe@tapestry.**a**pache.orghttp://apache.org
 users-unsubscribe@**tapestry.apache.orgusers-unsubscr...@tapestry.apache.org
 
 For additional commands, e-mail: users-h...@tapestry.apache.org

 --**
 --**-
 To unsubscribe, e-mail: 
 users-unsubscribe@tapestry.**a**pache.orghttp://apache.org
 users-unsubscribe@**tapestry.apache.orgusers-unsubscr...@tapestry.apache.org
 
 For additional commands, e-mail: users-h...@tapestry.apache.org


  --**
 --**-
 To unsubscribe, e-mail: 
 users-unsubscribe@tapestry.**a**pache.orghttp://apache.org
 users-unsubscribe@**tapestry.apache.orgusers-unsubscr...@tapestry.apache.org
 
 For additional commands, e-mail: users-h...@tapestry.apache.org





 --**--**-
 To unsubscribe, e-mail: 
 users-unsubscribe@tapestry.**apache.orgusers-unsubscr...@tapestry.apache.org
 For additional commands, e-mail: users-h...@tapestry.apache.org




-- 
Sincerely
*Boris Horvat*


Re: Unable to locate asset (the file does not exist).

2013-06-08 Thread Shing Hing Man


It is not possible to do what you wanted directly.  A work around is to use 
AssetSource. 


 Please see :

http://tapestry-users.832.n2.nabble.com/Simple-question-tt6537210.html#a6537398


Shing 

From: Anbazhagan.G anbazhaga...@snovabits.net
To: users@tapestry.apache.org 
Sent: Saturday, June 8, 2013 5:45 AM
Subject: Unable to locate asset (the file does not exist).


Hi All,

I am going to achieve like this 
${context:layout/images/${itemProperty.signImage}.png}. But I got the 
following error

Could not convert 'context:layout/images/${itemProperty.signImage' into 
a component parameter binding: Unable to locate asset 
'context:layout/images/${itemProperty.signImage' (the file does not 
exist). [at classpath:net/web/app/sample/pages/Test.tml, line 30].

Please any one say how can I achieve.

Regards,
G.Anbazhagan


-
To unsubscribe, e-mail: users-unsubscr...@tapestry.apache.org
For additional commands, e-mail: users-h...@tapestry.apache.org 

-
To unsubscribe, e-mail: users-unsubscr...@tapestry.apache.org
For additional commands, e-mail: users-h...@tapestry.apache.org



Re: Unable to locate asset (the file does not exist).

2013-06-08 Thread Anbazhagan.G

Thanks for your reply. Its really helpfull for me. I achieved that.

Regards,
G.Anbazhagan

On Saturday 08 June 2013 02:33 PM, Shing Hing Man wrote:


It is not possible to do what you wanted directly.  A work around is to use 
AssetSource.


  Please see :

http://tapestry-users.832.n2.nabble.com/Simple-question-tt6537210.html#a6537398


Shing

From: Anbazhagan.G anbazhaga...@snovabits.net
To: users@tapestry.apache.org
Sent: Saturday, June 8, 2013 5:45 AM
Subject: Unable to locate asset (the file does not exist).


Hi All,

I am going to achieve like this
${context:layout/images/${itemProperty.signImage}.png}. But I got the
following error

Could not convert 'context:layout/images/${itemProperty.signImage' into
a component parameter binding: Unable to locate asset
'context:layout/images/${itemProperty.signImage' (the file does not
exist). [at classpath:net/web/app/sample/pages/Test.tml, line 30].

Please any one say how can I achieve.

Regards,
G.Anbazhagan


-
To unsubscribe, e-mail: users-unsubscr...@tapestry.apache.org
For additional commands, e-mail: users-h...@tapestry.apache.org

-
To unsubscribe, e-mail: users-unsubscr...@tapestry.apache.org
For additional commands, e-mail: users-h...@tapestry.apache.org




-
To unsubscribe, e-mail: users-unsubscr...@tapestry.apache.org
For additional commands, e-mail: users-h...@tapestry.apache.org



Re: Unable to locate asset (the file does not exist).

2013-06-08 Thread Boris Horvat
or just use

${context:layout/images/}${**itemProperty.signImage}

.png should be part of the singImage property


On Sat, Jun 8, 2013 at 11:57 AM, Anbazhagan.G anbazhaga...@snovabits.netwrote:

 Thanks for your reply. Its really helpfull for me. I achieved that.

 Regards,
 G.Anbazhagan


 On Saturday 08 June 2013 02:33 PM, Shing Hing Man wrote:


 It is not possible to do what you wanted directly.  A work around is to
 use AssetSource.


   Please see :

 http://tapestry-users.832.n2.**nabble.com/Simple-question-**
 tt6537210.html#a6537398http://tapestry-users.832.n2.nabble.com/Simple-question-tt6537210.html#a6537398


 Shing
 __**__
 From: Anbazhagan.G anbazhaga...@snovabits.net
 To: users@tapestry.apache.org
 Sent: Saturday, June 8, 2013 5:45 AM
 Subject: Unable to locate asset (the file does not exist).


 Hi All,

 I am going to achieve like this
 ${context:layout/images/${**itemProperty.signImage}.png}. But I got the
 following error

 Could not convert 'context:layout/images/${**itemProperty.signImage' into
 a component parameter binding: Unable to locate asset
 'context:layout/images/${**itemProperty.signImage' (the file does not
 exist). [at classpath:net/web/app/sample/**pages/Test.tml, line 30].

 Please any one say how can I achieve.

 Regards,
 G.Anbazhagan


 --**--**-
 To unsubscribe, e-mail: 
 users-unsubscribe@tapestry.**apache.orgusers-unsubscr...@tapestry.apache.org
 For additional commands, e-mail: users-h...@tapestry.apache.org

 --**--**-
 To unsubscribe, e-mail: 
 users-unsubscribe@tapestry.**apache.orgusers-unsubscr...@tapestry.apache.org
 For additional commands, e-mail: users-h...@tapestry.apache.org



 --**--**-
 To unsubscribe, e-mail: 
 users-unsubscribe@tapestry.**apache.orgusers-unsubscr...@tapestry.apache.org
 For additional commands, e-mail: users-h...@tapestry.apache.org




-- 
Sincerely
*Boris Horvat*