Re: Are form tags tied to beans?!!!

2001-07-31 Thread Martin Cooper
Jonathan, First of all, this is really a struts-user question, rather than one for developers... If there are fields you need to submit, but you don't want corresponding values in the bean, then don't create bean properties for those fields. It's as simple as that. There is no forced

Re: Are form tags tied to beans?!!!

2001-07-31 Thread Jonathan Asbell
Actually, its not a struts-user question because the current design of form tags does not allow for dynamic attribute values, and this is the heart of the issue First consider that I get a collection of bean/value-objects from deep within the framework. Then consider that I want to loop through

Re: Role-based security

2001-07-31 Thread Ted Husted
Nic Hobbs wrote: But does this make it all or nothing? Either I use the struts security and have to write my own EJB security or I use the EJB declarative security and have to rely on the container stuff or write my own? I don't know whether there is a way to harness both... The declarative