While I agree with both of you - accessor methods in java classes is
generally better than (minor) logic in templates, there are cases where
some logic in templates is preferable, ie when there are perhaps 10's or
more different numeric cases on the same property. having 10+ near
identical meth
thank you!
url(../img/layout/bg.jpg) works, but i am wondering
why url(/img/layout/bg.jpg) has worked before.
2012/8/4 bobharner [via Tapestry]
> url(...) references in CSS files are relative to the location of the
> CSS file itself, so you can usually make those work by using relative
> notat
url(...) references in CSS files are relative to the location of the
CSS file itself, so you can usually make those work by using relative
notations like url(../img/layout/bg.jpg) or
url(../../img/layout/bg.jpg) depending on where your CSS file is.
On Sat, Aug 4, 2012 at 3:30 PM, sommeralex wrote
my background is defined as CSS.
how can i reference to "context"
body {
background:#FF url(/img/layout/bg.jpg) repeat-x;
font: 13px "Trebuchet MS", Arial, Helvetica, sans-serif;
color: #33;
}
i tried
background:#FF url("${context:img/layout/bg.jpg}") repeat-x;
but this did
thanks, i solved it with
2012/8/4 Alexander Sommer
> my .tml link
>
>
>
>
> 2012/8/4 Alexander Sommer
>
>> ok, after deleting the browser cache,
>> http://www.airwriting.com/img/icon/write_cloud_130x100.png also doesn't
>> work any more.
>>
>> residing in:
>>
>> http://188.40.34.137/opt/tom
my .tml link
2012/8/4 Alexander Sommer
> ok, after deleting the browser cache,
> http://www.airwriting.com/img/icon/write_cloud_130x100.png also doesn't
> work any more.
>
> residing in:
>
> http://188.40.34.137/opt/tomcat-airwriting/webapps/ROOT/img/icon/write_cloud_130x100.png
>
>
> 2012/8/4
ok, after deleting the browser cache,
http://www.airwriting.com/img/icon/write_cloud_130x100.png also doesn't
work any more.
residing in:
http://188.40.34.137/opt/tomcat-airwriting/webapps/ROOT/img/icon/write_cloud_130x100.png
2012/8/4 Alexander Sommer
> e.g the write_cloud_icon references to
e.g the write_cloud_icon references to
http://www.airwriting.com/img/icon/write_cloud_130x100.png and
http://www.airwriting.com/img/icon/write_cloud_130x100.png exists on my
server.
on the other hand, the logo is working.
2012/8/4 Alexander Sommer
> i was now clearing the browser cache. good, t
i was now clearing the browser cache. good, the links are broken also on
.com
but i have no idea, why..
2012/8/4 Alexander Sommer
> ah, ok.
>
> forward: i have just a (static, hidden) domain forward set for the non
> .com domains.
>
> if even .com has no image links, then it is very wired. beca
ah, ok.
forward: i have just a (static, hidden) domain forward set for the non .com
domains.
if even .com has no image links, then it is very wired. because here
(austria, vienna) i see the images as it should be but only on .com
hm...
2012/8/4 Thiago H de Paula Figueiredo [via Tapestry] <
ml-n
On Sat, 04 Aug 2012 15:46:32 -0300, sommeralex
wrote:
Hello!
Hi!
For me, here in Brazil, the same files missing in the .com and .net
versions. And what do you mean by forward?
I updated from tapestry 5.2.6 to 5.3.4, but now it seems that i have
asset
errors. My app is deployed on
You are right. The repository looks like unavailable. I will ask the
administrator on monday, when I will be back at work.
Sorry again.
Manu
2012/8/3 George Christman
> Did this project get moved to a different repository or is the repository
> just unavailable?
>
>
>
> --
> View this message in
On Sat, 04 Aug 2012 02:56:38 -0300, bigcache1
wrote:
I will try to recreate this exception on another page, with another
services
injected.
Is it right, that there is no constraints (except jvm memory) for
Tapestry,
for the level of injection?
Nope. Don't forget that, in Java, all fie
13 matches
Mail list logo