Daniel,This won't work:
<script type="text/javascript" src="niftycube.js" />

It is a bug / feature in all browsers.
This will work:

<script type="text/javascript" src="niftycube.js" ></script>

I have never been able to find why.


On Mon, Apr 20, 2009 at 4:19 PM, Daniel Soto <[email protected]>wrote:

>
> Yes, tags are well formed
>
> <script type="text/javascript" src="niftycube.js" />  (the file copied
> in the root dir of my app)
>
> Also, I did test
>
> <script type="text/javascript"
> src="$siteRoot/content/scripts/niftycube.js" /> (the file copied in
> the content/scripts directory of my app)
>
> Without success :-(
>
> 2009/4/20 Bergius <[email protected]>:
> >
> > Did you close your script tag?
> >
> > On Apr 19, 8:37 pm, Daniel Soto <[email protected]> wrote:
> >> The screen is completely in blank (a white background). But html is
> >> generated (viewing page source in firefox). I do not understand why does
> >> not appear nothing in the page.
> >>
> >> Any ideas?
> >>
> >> Thanks!
> >>
> >> El dom, 19-04-2009 a las 14:25 -0400, James Curran escribió:
> >>
> >> > On Sun, Apr 19, 2009 at 12:35 PM, Daniel Soto <
> [email protected]> wrote:
> >> > > I tried to use Nifty Corners Cube (a GPL free library in javascript
> and
> >> > > css) to get rounded corners in my views, but the page becomes blank
> if I
> >> > > include the js file that Nifty requires.
> >>
> >> > Define what you mean by "blank"?   Is any HTML being generated at all?
> >>
> >> > Monorail runs on the server.  JS runs on the client.  There is zero
> >> > reason for them to be interacting.
> > >
> >
>
> >
>

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Castle Project Users" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to 
[email protected]
For more options, visit this group at 
http://groups.google.com/group/castle-project-users?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to