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.net>wrote:

> @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#a6537398<http:/**/tapestry-users.832.n2.nabble.**
>>>> com/Simple-question-tt6537210.**html#a6537398<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-unsubscribe@tapestry.**a**pache.org<http://apache.org>
>>>> <users-unsubscribe@**tapestry.apache.org<users-unsubscr...@tapestry.apache.org>
>>>> >
>>>> For additional commands, e-mail: users-h...@tapestry.apache.org
>>>>
>>>> ------------------------------****----------------------------**
>>>> --**---------
>>>> To unsubscribe, e-mail: 
>>>> users-unsubscribe@tapestry.**a**pache.org<http://apache.org>
>>>> <users-unsubscribe@**tapestry.apache.org<users-unsubscr...@tapestry.apache.org>
>>>> >
>>>> For additional commands, e-mail: users-h...@tapestry.apache.org
>>>>
>>>>
>>>>  ------------------------------****----------------------------**
>>> --**---------
>>> To unsubscribe, e-mail: 
>>> users-unsubscribe@tapestry.**a**pache.org<http://apache.org>
>>> <users-unsubscribe@**tapestry.apache.org<users-unsubscr...@tapestry.apache.org>
>>> >
>>> For additional commands, e-mail: users-h...@tapestry.apache.org
>>>
>>>
>>>
>>
>
> ------------------------------**------------------------------**---------
> To unsubscribe, e-mail: 
> users-unsubscribe@tapestry.**apache.org<users-unsubscr...@tapestry.apache.org>
> For additional commands, e-mail: users-h...@tapestry.apache.org
>
>


-- 
Sincerely
*Boris Horvat*

Reply via email to