Re: [appfuse-user] credentials expired implementation

2010-07-01 Thread Josep García
Looks like the signup page is protected. Same for passwd hint. You still need a section similar to: where you specify the security for each url pattern. There you have the anonymous role for signup and pwd h

Re: [appfuse-user] credentials expired implementation

2010-07-01 Thread Kissue Kissue
Hi Josep, Thanks for your reply. I already have that section: As you can see the signup should be able to be accessed annonymously. Unfortunately page just refreshes when i click signup link. I have set the auto-config= false because it is said you need to turn it off if you are not u

Re: [appfuse-user] credentials expired implementation

2010-07-01 Thread Josep García
Try adding an entry. 2010/7/1 Kissue Kissue > Hi Josep, > > Thanks for your reply. I already have that section: > > > entry-point-ref="authenticationProcessingFilterEntryPoint" > lowercase-comparisons="false"> > > > access="ROLE_ANONYMOUS,ROLE_ADMIN,ROLE_USER"/> > > > > > > > > As you can

Re: [appfuse-user] credentials expired implementation

2010-07-01 Thread Kissue Kissue
It works with annonymous entry. Thanks a lot On Thu, Jul 1, 2010 at 11:34 AM, Josep García wrote: > Try adding an entry. > > 2010/7/1 Kissue Kissue > > Hi Josep, >> >> Thanks for your reply. I already have that section: >> >> >> > entry-point-ref="authenticationProcessingFilterEntryPoint" >>

Re: [appfuse-user] Why some interceptor-urls are commented out

2010-07-01 Thread Kissue Kissue
Hi, Does anybody know the reason why the interceptor-url declarations below in security.xml in appfuse are commented out? Thanks.

Re: [appfuse-user] Why some interceptor-urls are commented out

2010-07-01 Thread Matt Raible
Because when I tried adding them, they didn't seem to make a difference. On Jul 1, 2010, at 12:34 PM, Kissue Kissue wrote: > Hi, > > Does anybody know the reason why the interceptor-url declarations below in > security.xml in appfuse are commented out? > > > > Thanks. -

[appfuse-user] text in tab overflows the size.

2010-07-01 Thread Juan Antonio
Hello everybody. I trying to fix a little problem with the tabs. Some, not so much, long text overflows the size tab. I believed that I know how to fix it, but I can't. I am trying with firefox 3.5, but I think in ie 8 it's worst, so I don't try. :D Any fix in the css? Thanks. -- View this me

Re: [appfuse-user] text in tab overflows the size.

2010-07-01 Thread Matt Raible
You might try setting the menu's "width" attribute in menu-config.xml. On Jul 1, 2010, at 3:14 PM, Juan Antonio wrote: > > Hello everybody. > > I trying to fix a little problem with the tabs. Some, not so much, long text > overflows the size tab. I believed that I know how to fix it, but I can'

Re: [appfuse-user] text in tab overflows the size.

2010-07-01 Thread Juan Antonio
Ok, it works. :P Another question, why when I click on the new tabs i add, they don't look like selected, i mean, the background changes, when selected? - Original Message - From: "Matt Raible" To: Sent: Thursday, July 01, 2010 11:25 PM Subject: Re: [appfuse-user] text in tab overf

Re: [appfuse-user] text in tab overflows the size.

2010-07-01 Thread Matt Raible
You need a meta tag that matches the menu name in order for it to be highlighted. For example: On Jul 1, 2010, at 3:39 PM, Juan Antonio wrote: > Ok, it works. :P > > Another question, > why when I click on the new tabs i add, they don't look like selected, i > mean, the background changes, w

Re: [appfuse-user] text in tab overflows the size.

2010-07-01 Thread Juan Antonio
Thank you very much. Where it's all of this explained? I am lost :( - Original Message - From: "Matt Raible" To: Sent: Thursday, July 01, 2010 11:45 PM Subject: Re: [appfuse-user] text in tab overflows the size. You need a meta tag that matches the menu name in order for it to be

Re: [appfuse-user] text in tab overflows the size.

2010-07-01 Thread Matt Raible
If you look in the main decorator, you'll see the logic for this. The rest of the logic is in cssVerticalMenu.vm in src/main/resources. Matt On Jul 1, 2010, at 4:23 PM, Juan A