RE: a security framework!

2004-03-14 Thread Mailing List
Lipofsky [mailto:[EMAIL PROTECTED] Sent: Friday, March 12, 2004 2:37 AM To: Struts Users Mailing List Subject: RE: a security framework! I did something similar. I extended each struts HTML tag to take a rule and evaluate it in doStartTag. It then returns SKIP_BODY to hide it or super.doStartTag

RE: security framework!!!

2004-03-13 Thread Mailing List
14, 2004 1:08 AM To: 'Struts Users Mailing List' Subject: RE: security framework!!! Oracle provides Single Sign On with OID - no extra work required. -Original Message- From: David Friedman [mailto:[EMAIL PROTECTED] Sent: Saturday, March 13, 2004 8:49 AM To: Struts Users Mailing List

a security framework!

2004-03-10 Thread Mailing List
Hi, I'm developing a web application with struts framework.I want to design some jsp pages that support security at pages level.The security that I want to be supported is that some components of each page can be shown for certain user.I mean that for each user deponds on his access to the system

about struts1.2

2004-03-06 Thread Mailing List
Hi! I'm a developer that work with struts framework.I want to start my new project and I'm so interested to know when The 1.2 version of struts framework will be released? Regards

RE: Problems with UTF-8 and forms

2004-03-03 Thread Mailing List
servlet-nameaction/servlet-name /filter-mapping the action is the name of struts controller. -Original Message- From: Adam Hardy [mailto:[EMAIL PROTECTED] Sent: Monday, March 01, 2004 12:17 PM To: Struts Users Mailing List Subject: Re: Problems with UTF-8 and forms On 03/01/2004 12:29 AM

Passing Object or object collection from action to jsp

2004-02-19 Thread Mailing List
HI, When we want to pass an object or collection of objects to jsp we use value object or collection of them. For example imagine there is an action that wants to retrieve a list of users from database and send it to jsp. Here is the code of action: UserListAction { execute() {

Getting the collection of DynaForms

2004-02-19 Thread Mailing List
Hi, Is there any way that we can get the list of dynaForms in a java class? What we are looking is some thing like: Collection DynaForrm = org.apache.struts. class ( struts-config.xml ) Getting the list of dynamic form from struts.config.xml is done by digester when the action sevlet is

copyProperties different properties

2004-02-16 Thread Mailing List
Hi, We want to copy from one bean to another by using BeanUtils.copyProperties. There are some differences between the properties of these two beans. Is there any way that we can send, for example a HasMap, to this method (or similar method), and define the relation of properties of these

RE: Checkboxes inside a list

2004-02-09 Thread Mailing List
Use html:multibox instead of checkbox andd place it in a logi:iterate Nafise -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Sent: Monday, February 09, 2004 12:25 PM To: [EMAIL PROTECTED] Subject: Checkboxes inside a list Hi, Is it possible to have

Validating the list box

2004-02-04 Thread Mailing List
Hi, I want to validate a list box if it's empty or not. The problem is that there are two list boxes on my pages users can move data from list 1 to list 2 and vice versa ( it was developed by java script of course). Like below: List 1 List 2

RE: Using bean:write as a tag's value atrribute

2004-01-31 Thread Mailing List
Thank you very much Bean:define solved the problem -Original Message- From: Nicolas De Loof [mailto:[EMAIL PROTECTED] Sent: Thursday, January 29, 2004 3:45 PM To: Struts Users Mailing List Subject: Re: Using bean:write as a tag's value atrribute bean:define id=value name

list tag validation

2004-01-31 Thread Mailing List
Dear All; I wanna to validate a list box if it's empty or not. Obviously using javascript will solve the problem, but I want to do it via Validation Framework. Is there any way to validate a select box if it has any options or not in validation.xml? Thank you Nafise

Using bean:write as a tag's value atrribute

2004-01-29 Thread Mailing List
Dear All; Using bean:write name=myBeanName property=its property works properly in my jsp page body. But when I want to use it in a tag to fill its attribute, it fails. Actually I don't know the syntax of using bean:write, obviously the below way is wrong: someTag value=bean:write

Re: ActionForm (DataObject) generator?

2001-03-19 Thread jakarta mailing list
Try Town : http://www.working-dogs.com/town It has a built-in object-relational mapping utility named ormapmaker. Its documentation is very concise, but it works. - Original Message - From: Kyle Robinson To: '[EMAIL PROTECTED]' Sent: Thursday, March 15, 2001

html.Constants

2001-01-09 Thread jakarta mailing list
Hi there, building Struts from cvs fails giving following error message while compiling Action.java and Actionservlet.java : class org.apache.struts.taglib.html.Constants not found in import Any hint ?