[Lift] Re: [lift] 2.0-M3 JQuery 1.4

2010-03-08 Thread Channing Walton

I am interested in this too but I don't understand the
lift:with-resource-id thing, where can I find out more?


AnthonyW wrote:
 
 Ugh, I must have had a cache issue despite the fact that I certainly
 did hit refresh before...
 I am now seeing 1.4.2 JQuery.
 
 Regarding lift:with-resource-id, I just added that too.  This is
 definitely a nice feature because caching has been an issue for me.
 
 Thanks Marius!
 
 -- 
 You received this message because you are subscribed to the Google Groups
 Lift group.
 To post to this group, send email to lift...@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.
 
 
 

-- 
View this message in context: 
http://old.nabble.com/2.0-M3---JQuery-1.4-tp27802013p27825013.html
Sent from the liftweb mailing list archive at Nabble.com.

-- 
You received this message because you are subscribed to the Google Groups 
Lift group.
To post to this group, send email to lift...@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.



[Lift] Re: [lift] 2.0-M3 JQuery 1.4

2010-03-08 Thread Channing Walton

thanks Marius, I didn't think to look for that class name.


Marius Danciu-2 wrote:
 
 The scaladocs of WithResourceId snippet looks like this:
 
 
 /**
  * Adds a resource id entity for each URI in order to control browser
 caching.
  * The rules of creating unique URI's are defined in
 LiftRules.attachResourceId function.
  *
  * pre
  * lt;lift:with-resource-id
  *   lt;link ... /
  *   lt;script ... /
  * lt;/lift:with-resource-id
  * /pre
  */
 
 
 By default  LiftRules.attachResourceId attaches a random query string
 to the URI-s (This is a quantity unique per application lifetime on a
 single JVM). You can of course register your own function and define
 your own behavior of how the resources (script and link) are modeled
 to control caching.
 
 On Mar 8, 7:55 pm, Channing Walton channingwal...@mac.com wrote:
 I am interested in this too but I don't understand the
 lift:with-resource-id thing, where can I find out more?





 AnthonyW wrote:

  Ugh, I must have had a cache issue despite the fact that I certainly
  did hit refresh before...
  I am now seeing 1.4.2 JQuery.

  Regarding lift:with-resource-id, I just added that too.  This is
  definitely a nice feature because caching has been an issue for me.

  Thanks Marius!

  --
  You received this message because you are subscribed to the Google
 Groups
  Lift group.
  To post to this group, send email to lift...@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.

 --
 View this message in
 context:http://old.nabble.com/2.0-M3---JQuery-1.4-tp27802013p27825013.html
 Sent from the liftweb mailing list archive at Nabble.com.
 
 -- 
 You received this message because you are subscribed to the Google Groups
 Lift group.
 To post to this group, send email to lift...@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.
 
 
 

-- 
View this message in context: 
http://old.nabble.com/2.0-M3---JQuery-1.4-tp27802013p27827425.html
Sent from the liftweb mailing list archive at Nabble.com.

-- 
You received this message because you are subscribed to the Google Groups 
Lift group.
To post to this group, send email to lift...@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.



[Lift] 2.0-M3 JQuery 1.4

2010-03-05 Thread aw
I understand from Issue 363 that I can control which version of JQuery
to use.  I generally prefer the latest and greatest, and I see that I
am using 1.3.2, so I want to set it to 1.4.2.  According to this
thread:

http://groups.google.com/group/liftweb/browse_thread/thread/807a9397f1e3fa9?hl=en_US
I thought it was as easy as adding this line to boot:
LiftRules.jsArtifacts = JQuery14Artifacts

Alas, this doesn't seem to work for me as I am still getting 1.3.2...

Also, I see that Issue 311, which was closed in 2.0-M2, says that
1.4.1 is the default.  But I don't think that was the case, right?

Can somebody please tell me what I am missing?  This strikes me as a
good Wiki topic.  ;-)

-- 
You received this message because you are subscribed to the Google Groups 
Lift group.
To post to this group, send email to lift...@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.