Hello

I�am setting the stylesheet in my Velocity layout template via:

  $page.setStyleSheet("$ui.getStylecss($data)")

and the browser gets the following wrong reference string

  <link
href="http://localhost:8080/myapp//resources/ui/skins/default/skin.css";
type="text/css" rel="stylesheet">

any idea what�s going wrong or is it a bug ???

P.S.
I have also checked:
  $page.setStyleSheet("$ui.getStylecss($data)") 
which leads to
  <link href="null://null:nullnull//resources/ui/skins/default/skin.css"
type="text/css" rel="stylesheet">

and
  $ui.style() as proposed in the API - documentation leads to nothing ... 

thank�s in advance

 Uwe


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

Reply via email to