[Lift] Re: Dynamic SiteMap

2009-10-14 Thread Markus Kolb

On Oct 14, 10:36 pm, David Pollak feeder.of.the.be...@gmail.com
wrote:

 Are you talking about dynamic pages as part of a content management system
 or are you talking about .html files appearing in the filesystem?

It is comparable with a CMS.
The information for building the SiteMap is available via API of
another library doing network transmissions to a backend service.
The menu has functionality like a folder structure but views are total
different.
What do you think?
I want to use SiteMap because there are already conditions and request
handling.
It is well integrated in the framework to do the views.
But I have some problems to map the external data in the SiteMap.
At the moment it works ok, but it feels too much like a hack.
Do you know any pattern which would play well with SiteMap and
external data?

Best regards
Markus

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



[Lift] TableSorter - how does it sort?

2009-10-14 Thread Markus Kolb

I don't understand how the sort algorithm of the TableSorter
implementation works.
I get a sort result of e.g.:

2009-10-14 11:31
2009-10-13 15:55
2009-10-14 19:29
2009-10-14 16:24
2009-10-14 13:16
2009-10-14 20:50
2009-10-15 00:12
2009-10-14 11:39
2009-10-13 10:41

A column with values 2k, 10k, 3k isn't sorted at all.

The homepage only describes how to start with an own parser but I
can't find information about the already implemented ones.

The default should be a string character sort, isn't it?

What's happening here?

Thanks
Markus

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



[Lift] Dynamic SiteMap

2009-10-09 Thread Markus Kolb

Hi,

I'm something new to Scala and Lift is freshmeat for me.
At the moment I am trying to find a best practice possibility to
setSiteMap with a SiteMap which includes Menus and Locs which might
change during application runtime.
Let me say... each user should get his own, unique SiteMap after
login.
The SiteMap should be generated based on class construction and method
calls during runtime.
I've the problem to find a solution without putting setSiteMap-call
nearly everywhere in my code just to update it.

Uumh. Yes. Any tips are welcome...

Best regards,
Markus

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