[Lift] Re: 1.1: children of menu items do not appear

2010-01-16 Thread Joachim A.
Tim,
thank you for your reply.
I've updated updated to 2.0-SNAPSHOT now. The submenu items still do
not appear, though.

Do I need to set some options or is it still the bug you mentioned?

Regards,
Joachim

On Jan 16, 4:36 pm, Tim Nelson tnell...@gmail.com wrote:
 There was a bug that's been fixed. I suggest you use the newest
 version, which is 2.0-SNAPSHOT. 1.1 was renamed 2.0 last week.

 Tim

 On Sat, Jan 16, 2010 at 6:59 AM, Joachim A.



 wallaby.po...@googlemail.com wrote:
  Hi,
  I've been away from Lift for quite a time. At the moment I work on an old
  project and am in the progress to update to the current 1.1-SNAPSHOT .
  I have to say that getting used to Lift again was very quick and easy.

  In 1.0 this worked and showed a top-level menu item and submenu items if
  you've clicked on it:
         Menu(Loc(admin_newsletter, List(newsletter), 
  S.?(menu.newsletters),
  testUserNotSuper), Newsletter.menus: _*) ::

  In 1.1 the submenu items do not appear. Newsletter uses Crudify.

  I've tried  the expandAll attribute for Menu.builder but this did not work.

  I'd appreciate some hints where to look,

  Best regards,
  Joachim

  --
  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 
  athttp://groups.google.com/group/liftweb?hl=en.
-- 
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.




Re: [Lift] Re: 1.1: children of menu items do not appear

2010-01-16 Thread Timothy Perrett
Try:

mvn -U clean jetty:run

Cheers, Tim

On 16 Jan 2010, at 17:15, Tim Nelson wrote:

 Did you clean out your code before you updated? I don't use maven,
 so I'm not sure of the exact command, but that seems to come up a lot
 on this list.
 
 If you indeed did clean out the code before updating, then I'm afraid
 I'm not sure how to help you further. I've only used mappper a little
 and crudify never.
 
 If you manually put in a menu location, does that work? That should
 narrow down if it's crudify related or not.
 
 Tim
 
 On Sat, Jan 16, 2010 at 10:38 AM, Joachim A.
 wallaby.po...@googlemail.com wrote:
 Tim,
 thank you for your reply.
 I've updated updated to 2.0-SNAPSHOT now. The submenu items still do
 not appear, though.
 
 Do I need to set some options or is it still the bug you mentioned?
 
 Regards,
 Joachim
 
 On Jan 16, 4:36 pm, Tim Nelson tnell...@gmail.com wrote:
 There was a bug that's been fixed. I suggest you use the newest
 version, which is 2.0-SNAPSHOT. 1.1 was renamed 2.0 last week.
 
 Tim
 
 On Sat, Jan 16, 2010 at 6:59 AM, Joachim A.
 
 
 
 wallaby.po...@googlemail.com wrote:
 Hi,
 I've been away from Lift for quite a time. At the moment I work on an old
 project and am in the progress to update to the current 1.1-SNAPSHOT .
 I have to say that getting used to Lift again was very quick and easy.
 
 In 1.0 this worked and showed a top-level menu item and submenu items if
 you've clicked on it:
Menu(Loc(admin_newsletter, List(newsletter), 
 S.?(menu.newsletters),
 testUserNotSuper), Newsletter.menus: _*) ::
 
 In 1.1 the submenu items do not appear. Newsletter uses Crudify.
 
 I've tried  the expandAll attribute for Menu.builder but this did not work.
 
 I'd appreciate some hints where to look,
 
 Best regards,
 Joachim
 
 --
 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 
 athttp://groups.google.com/group/liftweb?hl=en.
 
 --
 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.
 
 
 
 
 -- 
 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.
 
 

-- 
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: 1.1: children of menu items do not appear

2010-01-16 Thread Joachim A.
Tim,
thanks again for the reply.
I did clean out the old code.

In 1.1  I've hit the bug, I think.
I found the reason why it did not work with 2.0. I had to use
expandAll and had to adjust the css for the menu.
It's working fine now.

Thanks guys!
Joachim

On Jan 16, 6:15 pm, Tim Nelson tnell...@gmail.com wrote:
 Did you clean out your code before you updated? I don't use maven,
 so I'm not sure of the exact command, but that seems to come up a lot
 on this list.

 If you indeed did clean out the code before updating, then I'm afraid
 I'm not sure how to help you further. I've only used mappper a little
 and crudify never.

 If you manually put in a menu location, does that work? That should
 narrow down if it's crudify related or not.

 Tim

 On Sat, Jan 16, 2010 at 10:38 AM, Joachim A.



 wallaby.po...@googlemail.com wrote:
  Tim,
  thank you for your reply.
  I've updated updated to 2.0-SNAPSHOT now. The submenu items still do
  not appear, though.

  Do I need to set some options or is it still the bug you mentioned?

  Regards,
  Joachim

  On Jan 16, 4:36 pm, Tim Nelson tnell...@gmail.com wrote:
  There was a bug that's been fixed. I suggest you use the newest
  version, which is 2.0-SNAPSHOT. 1.1 was renamed 2.0 last week.

  Tim

  On Sat, Jan 16, 2010 at 6:59 AM, Joachim A.

  wallaby.po...@googlemail.com wrote:
   Hi,
   I've been away from Lift for quite a time. At the moment I work on an old
   project and am in the progress to update to the current 1.1-SNAPSHOT .
   I have to say that getting used to Lift again was very quick and easy.

   In 1.0 this worked and showed a top-level menu item and submenu items if
   you've clicked on it:
          Menu(Loc(admin_newsletter, List(newsletter), 
   S.?(menu.newsletters),
   testUserNotSuper), Newsletter.menus: _*) ::

   In 1.1 the submenu items do not appear. Newsletter uses Crudify.

   I've tried  the expandAll attribute for Menu.builder but this did not 
   work.

   I'd appreciate some hints where to look,

   Best regards,
   Joachim

   --
   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 
   athttp://groups.google.com/group/liftweb?hl=en.

  --
  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 
  athttp://groups.google.com/group/liftweb?hl=en.
-- 
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.