The problem came from the Yahoo inclusion. When I took the tree thing
off (all the javascripts and initialization) the app started working.
Thanks for all the support !!! Kudos !

On Dec 24, 1:46 pm, Marius <marius.dan...@gmail.com> wrote:
> Hi,
>
> Please seehttp://liftweb.net/index.php/HowTo_use_Lift_with_YUIfor
> using Lift with YUI. Mixing YUI and JQuery is not something I would
> recommend but if you know what you're doing go ahead.
>
> Do you have a concrete example of your code?
>
> P.S.
> - The default DOC type in lift is <!DOCTYPE html PUBLIC "-//W3C//DTD
> XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-
> transitional.dtd">
> - I find it weird that content type with you innerHTML not working.
> I'm using it for a while and have no problems. I bet many other people
> do.
> - You can change the content type to whatever you want but your
> templates on server side still must be XML well formed. In Boot call
> LiftRules.useXhtmlMimeType = false; .. hence Lift will use text/html.
>
> Br's,
> Marius
>
> On Dec 24, 10:17 am, dineshvasudevan <dinesh.vasude...@gmail.com>
> wrote:
>
> > Hi All,
>
> > I was starting out with lift and am working with Dan on a project. The
> > application I am working on has a prototype/Yahoo javascript
> > requirement. Now Lift as I understand gives a content type of
> > application/xhtml+xml. I am having problems with executing javascript
> > (statements like element.innerHTML = 'dasdasdasd'). This is inside the
> > prototype and Yahoo libraries and therefore cant be changed by me.
>
> > The issues have been refernced here as 
> > well.http://www.webdeveloper.com/forum/showthread.php?t=178347http://www.q...
>
> > The creating a text node and inserting wont work for me as the content
> > inside (as inserted into the innerHTML) needs to be displayed as html
> > and not only as text.
>
> > Thanks and Regards.
> > Dinesh

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Lift" group.
To post to this group, send email to liftweb@googlegroups.com
To unsubscribe from this group, send email to 
liftweb+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/liftweb?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to