RE: Changing Role Access to Actions on the Fly

2006-07-03 Thread Stasica, Grzegorz
Hi Please mind that http://acegisecurity.org/ works on Spring not Struts. There is possibility to use Struts in Spring but I don't suppose the opposite is possible :-( -Original Message- From: Paul Benedict [mailto:[EMAIL PROTECTED] Sent: Monday, July 03, 2006 2:54 PM To: Struts Users

RE: Changing Role Access to Actions on the Fly

2006-07-03 Thread Stasica, Grzegorz
Hi, Some time ago I was looking for an answer on the same question :) Here is how I solved this issue. 1) All request goes though SecurityFilter (www.sf.net) 2) Wrapped original request with this one public class SecurityRequestWrapper extends org.securityfilter.filter.SecurityReq

RE: Grid Control

2006-06-23 Thread Stasica, Grzegorz
Try this one http://displaytag.sourceforge.net/11/ -Original Message- From: Ahmed Hashim [mailto:[EMAIL PROTECTED] Sent: Friday, June 23, 2006 1:29 PM To: Struts Users Mailing List Subject: Grid Control Dear All, Is there any Grid Struts Tag Lib to display data in table and handle pag

XDoclet + struts-config.xml + modules

2006-06-23 Thread Stasica, Grzegorz
Hi, Is it possible to generate struts-config.xml for modules? I've two modules in my application handled by one DispatchAction. Unfortunately I can't find a way to indicate that specific mapping is related to another module. By the way is it true that XDoclet for struts doesn't support in 100% D

RE: Role-Based Menu Navigation

2006-05-09 Thread Stasica, Grzegorz
Take a look on http://struts-menu.sourceforge.net/ -Original Message- From: josh t [mailto:[EMAIL PROTECTED] Sent: Wednesday, May 10, 2006 2:34 AM To: user@struts.apache.org Subject: Role-Based Menu Navigation I want to build a role-based nested navigation menu : - Using Struts 1.1 with

Add column to table via Javascript/JSTL

2006-05-09 Thread Stasica, Grzegorz
Hi, I know it's not directly connected with struts but perhaps somebody will be able to help me. My problem is that I've HTML table with rows/columns as value labels. On the intersection there is a corresponding value. horizontal label 1 vertical label 1 VALUE The number of ve

FW: StrutsTestCase & Hibernate

2006-05-05 Thread Stasica, Grzegorz
hi, Basically I'm interested in testing struts actions (forwards, messages etc). Most of the actions perform some actions on my database which I'd like to speed up. My idea is to isolate database tests from struts action test. There is only one way to achieve it which I see at the moment (mock ob