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/
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
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
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
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
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
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
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
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.
>
>
> -
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
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
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 ?
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.
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
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]
---
15 matches
Mail list logo