if I see <lift:XXXX/>, it could mean one of two things: a directive,
e.g., <lift:bind/> or <lift:surround/> or shorthand for a snippet, eg
<lift:myClass> represents <lift:snippet type="MyClass">

i guess I would like to see these disambiguated a shorthand for
snippets that doesn't overlap with the directive namespace.

some possible solutions:

1. <lift:bind/> would be the directive and <lift:.bind/> would be the
snippet. please don't get hung up on my use of dot. it is only an
example, and not an actual suggestion.

2. <lift:bind/> maps to a real class, not some internal code, much the
way <lift:msgs/> maps to net.liftweb.builtin.snippets.Msgs  (thanks
Jorge)

3. <lift:bind> is the directive, and <liftsnippet:bind> is the snippet

comments?

thanks, bob


--~--~---------~--~----~------------~-------~--~----~
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