how to remove .action suffix in struts 2.1

2010-08-11 Thread Supratim Bandyopadhyaya
Hi all, I need to remove the .action suffix associated with the actions. Please advise how to do this. Thanks and regards, Supratim

problem in struts 2 tag in jsp calling spring bean

2010-04-13 Thread Supratim Bandyopadhyaya
Greetings to all, I have a spring dao class like this public class RoleDaoImpl extends SimpleJdbcDaoSupport implements RoleDao { public Role findRoleById(Long id) { . and I have added it to spring as when I am calling a method in this dao

problem struts 2 calling spring dao classes from struts tags

2010-04-12 Thread Supratim Bandyopadhyaya
Greetings to all, I have a spring dao class like this public class RoleDaoImpl extends SimpleJdbcDaoSupport implements RoleDao { public Role findRoleById(Long id) { . and I have added it to spring as when I am calling a method in this dao

Re: struts 2 tag confution

2010-04-07 Thread Supratim Bandyopadhyaya
Thanks a million! On Wed, Apr 7, 2010 at 1:47 PM, Alex Rodriguez Lopez wrote: > Use this syntax: > > forward > > > Em 07-04-2010 06:52, Supratim Bandyopadhyaya escreveu: > > Greetings to all, >> I have been trying to get to work

struts 2 tag confution

2010-04-06 Thread Supratim Bandyopadhyaya
Greetings to all, I have been trying to get to work properly. Here is the code. Next Record here the parameter offset comes from the action bean which shows up in the url fine. But the parameter direction which is assigned a value "forward" doe