[appfuse-user] displaytag sorting and paging links with server-side paging/sorting

2010-06-01 Thread Josep García
Hello, I am desperately trying to obtain the proper links for server side paging and sorting with display tag 1.1. In one of my jsp's I have: My PaginatedList implementation is similar to this one: http://code.google.com/p/pagingappfuse/source/browse/trunk/src/main/java/com/pobox/paging/

[appfuse-user] opensource

2010-06-01 Thread tibi
matt et al, at my work they want me to tell why opensource is good ;) do you have a short pitch? some numbers ?? thanks, tibi - To unsubscribe, e-mail: [email protected] For additional commands, e-mail

Re: [appfuse-user] opensource

2010-06-01 Thread Kissue Kissue
Hi Folks, i have a requirement to login user automatically from another application into my appfuse application. Say from first application, user submits username and password and is sent to my appfuse application and user is automatically authenticated and the home page is displayed. I have trie

[appfuse-user] Automatic Login

2010-06-01 Thread Kissue Kissue
Hi Folks, i have a requirement to login user automatically from another application into my appfuse application. Say from first application, user submits username and password and is sent to my appfuse application and user is automatically authenticated and the home page is displayed. I have trie

Re: [appfuse-user] Automatic Login

2010-06-01 Thread Josep García
The servlet needs to be an "allowed" page to users. In security.xml: 2010/6/1 Kissue Kissue > Hi Folks, > > i have a requirement to login user automatically from another application > into my appfuse application. Say from first application, user submits > username and password and is sent to m

Re: [appfuse-user] Automatic Login

2010-06-01 Thread Kissue Kissue
Thanks Josep for your reply but the access denied message is not coming from the servlet. The servlet is accessed and executes alright. It comes when the servlet tries to redirect to the home page so its actually coming from the home page which is protected by a role. I thought that by logging user

Re: [appfuse-user] Automatic Login

2010-06-01 Thread Josep García
It is working for us: protected void login(User user) { UsernamePasswordAuthenticationToken auth = new UsernamePasswordAuthenticationToken( user, user.getPassword(), user.getAuthorities()); auth.setDetails(user); SecurityContextHolder.getContext().setAut

[appfuse-user] Hibernate @ManyToOne Problem

2010-06-01 Thread sudhakargupta_somu
Hi Matt, In Appfuse 2.0 struts, related to Hibernate i have one problem with the relation. i am unable to explain my problem because of this reason i copy the program for your reference. POJO Class: public class Employee extends BaseObject implements Serializable { @Id @GeneratedValu

Re: [appfuse-user] RoleManagerImpl error

2010-06-01 Thread Matt Raible
This has been fixed in SVN. On May 28, 2010, at 5:33 PM, Juan Antonio wrote: > The method getRoles, needs a Role as argument, which it isn't use. > > public List getRoles(Role role) { > > return dao.getAll(); > > } > > Maybe a Bug... > > > > Greetings. > > > -

[appfuse-user] Re: duplicate field error

2010-06-01 Thread Juan Antonio
I have erased the "Error Messages (on JSPs, not through Struts" code, and it doesn't duplicate the field error. Maybe a redundant error writing? Greetings. P.D. The drop-down menu doesn't work very well (the menu disappeared when you passed the pointer over another tab. Adding a z-index to the c

Re: [appfuse-user] Re: duplicate field error

2010-06-01 Thread Matt Raible
Can you please enter a JIRA issue for the 2nd issue and include your suggested fix? http://issues.appfuse.org/browse/APF As for the first issue, can you provide steps to reproduce on a new application? Thanks, Matt On Jun 1, 2010, at 3:42 PM, Juan Antonio wrote: > > I have erased the "Error

Re: [appfuse-user] opensource

2010-06-01 Thread Matt Raible
Unfortunately, I do not have anything off the top of my head to provide you. I'd suggest using Google and resources like Wikipedia. On Tue, Jun 1, 2010 at 3:21 AM, wrote: > > matt et al, > > at my work they want me to tell why opensource is good ;) > > do you have a short pitch? > some numbers ?

[appfuse-user] Re: duplicate field error

2010-06-01 Thread Juan Antonio
How I do it? Thanks. - Original Message - From: mraible [via AppFuse] To: Juan Antonio Sent: Wednesday, June 02, 2010 2:36 AM Subject: Re: duplicate field error Can you please enter a JIRA issue for the 2nd issue and include your suggested fix? http://issues.appfuse.

Re: [appfuse-user] Re: duplicate field error

2010-06-01 Thread Matt Raible
To enter a JIRA issue, go to the URL below, create an account and then click on the "Create Issue" link in the upper right corner. On Tue, Jun 1, 2010 at 7:10 PM, Juan Antonio wrote: > How I do it? > > Thanks. > > - Original Message - > From: [hidden email] > To: [hidden email] > Sent: We

[appfuse-user] Issue with hibernate.dialect

2010-06-01 Thread Jadaaih
Hi Folks, I am a first timer to appfuse. When I am done with my archetype and I do a jetty:run, I get the following exception trace, [INFO] [ERROR] FATAL ERROR [INFO] ---