You are right. 

I changed the url in the css links and script links but missed to change in
the links of images.

Its working now. 

Thanks.



joshcanfield wrote:
> 
> show us the urls generated for your page and the urls generated for the
> images.
> 
> On Thu, Jul 24, 2008 at 11:51 AM, tapestry5 <[EMAIL PROTECTED]> wrote:
> 
>>
>> I tried changing path but it still gives me same values
>>
>>
>> joshcanfield wrote:
>> >
>> > Look at the html that your page is generating. Your image/js paths are
>> > probably relative to the page.
>> >
>> > You probably have:
>> >  images/myimage.jpg
>> > you want
>>  >  /images/myimage.jpg
>> > Josh
>> > On Thu, Jul 24, 2008 at 9:13 AM, tapestry5 <[EMAIL PROTECTED]>
>> wrote:
>> >
>> >>
>> >> When ever i use onActivate in my tapestry page i see that it is called
>> >> multiple times.
>> >>
>> >> I am using onActivate(String ,String).
>> >>
>> >> In first instance it will take the right value and in the second
>> instance
>> >> it
>> >> will replace the last value with my resource folder names.
>> >>
>> >> eg: 1st time when OnActivation(String _val1, String _val2) is called
>> the
>> >> value was test1/test2
>> >> 2nd time when OnActivation(String _val1, String _val2) is called the
>> >> value
>> >> was test1/images
>> >> 3rd time when OnActivation(String _val1, String _val2) is called the
>> >> value
>> >> was test1/js
>> >>
>> >> I am not sure why this is happening.
>> >>
>> >> Is it that i am calling a wrong method?
>> >> Any help??
>> >> --
>> >> View this message in context:
>> >>
>> http://www.nabble.com/void-onActivate%28String-%2CString%29-tp18635295p18635295.html
>> >> Sent from the Tapestry - User mailing list archive at Nabble.com.
>> >>
>> >>
>> >> ---------------------------------------------------------------------
>> >> To unsubscribe, e-mail: [EMAIL PROTECTED]
>> >> For additional commands, e-mail: [EMAIL PROTECTED]
>> >>
>> >>
>> >
>> >
>> > --
>> > --
>> > TheDailyTube.com. Sign up and get the best new videos on the internet
>> > delivered fresh to your inbox.
>> >
>> >
>>
>> --
>> View this message in context:
>> http://www.nabble.com/void-onActivate%28String-%2CString%29-tp18635295p18638141.html
>>  Sent from the Tapestry - User mailing list archive at Nabble.com.
>>
>>
>> ---------------------------------------------------------------------
>> To unsubscribe, e-mail: [EMAIL PROTECTED]
>> For additional commands, e-mail: [EMAIL PROTECTED]
>>
>>
> 
> 
> -- 
> --
> TheDailyTube.com. Sign up and get the best new videos on the internet
> delivered fresh to your inbox.
> 
> 

-- 
View this message in context: 
http://www.nabble.com/void-onActivate%28String-%2CString%29-tp18635295p18639492.html
Sent from the Tapestry - User mailing list archive at Nabble.com.


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

Reply via email to