Multibox Problem

2002-10-09 Thread Prior, Simon
Hi, I am trying to use the Multibox tag to generate a number of checkboxes on a page. This I have done successfully and the generated HTML appears to be correct. My problem occurs after selecting a checkbox and then submitting the form. From the documentation I have read, I would

Problem with EAR file

2001-11-02 Thread Prior, Simon
Hi guys, This isn't strictly a struts question but I have been wracking my brains trying to solve it with no luck. I wondered if any of you guys could help I am deploying an ear file under weblogic 6.1 and in part of the code I need to parse an xml file however, I can't figure out how to

JSP:Include and struts

2001-08-28 Thread Prior, Simon
Hi Guys, I have a question which seems to me to be a common thing to do with websites but wondered how you guys did it with struts. Basically, I want to inlude a navigation menu in my jsps that will be present on every page in the site. From this navigation menu I want to be able to go via

Security, authentication and authorisation with Struts

2001-08-24 Thread Prior, Simon
Hi Guys, I wondered what approach you guys took when implementing security, authentication and authorisation. I have the common scenario where the application I am creating allocates roles to certain types of users, allows them to login, then restricts access to certain pages and within the

session question

2001-08-07 Thread Prior, Simon
Hi all, Does anybody know whether it is possible to access elements on the session from the action form? - outside of the methods reset and validae? Thanks, Simon. For optimum solutions that save you time, visit www.ds-s.com.

RE: session question

2001-08-07 Thread Prior, Simon
with the object } Original Message Follows From: Prior, Simon [EMAIL PROTECTED] Reply-To: [EMAIL PROTECTED] To: '[EMAIL PROTECTED]' [EMAIL PROTECTED] Subject: session question Date: Tue, 7 Aug 2001 13:33:31 +0100 Hi all, Does anybody know whether it is possible to access elements

Staging Pages/Action form question.

2001-08-06 Thread Prior, Simon
Hi Guys, I have the following scenarios and to design for and wanted to know how you approached the following problems: 1. I have a page that will have dynamically generated menus populated with entries from a database. My first question is how do you stage the pages? - can you use the action

War deployment problem?

2001-07-27 Thread Prior, Simon
Hi Guys, I've built a very simple project using the struts-blank example from the website as a starting point but have run into some problems. Basically, everything builds OK (I use ant) and a war file is generated. I've expanded this to see that the correct files are in the correct places

Project startup advice

2001-07-26 Thread Prior, Simon
Hi Guys, I am starting a new project and am going to use struts as the framework and ant as the build tool. The project is going to be fairly large (having several subprojects) and as such I need to have a well structured development heirarchy for development of EJB's, JSP's etc. I would like

RE: Project startup advice

2001-07-26 Thread Prior, Simon
://jakarta.apache.org/tomcat/tomcat-4.0-doc/appdev/index.html /Bertil Bertil Karlsson wrote: If i remember correctly, I think that Tomcat 4 (beta) had some documentation about this bundled, that I found to be usefull. Ref: http://jakarta.apache.org/tomcat/index.html BRGDS /Bertil Prior, Simon wrote