request information to 2 databases

2005-03-22 Thread Ryan julius
Hi, I would like, from a struts action, to query informations from 2 different databases: mySql and Oracle. both are on different servers, respectively (Jupiter:2740) and (orion:2556). How should I configure the system for being able to do that. Any references would be appreciated. Thanks.

Remote struts module interaction

2005-02-19 Thread Ryan julius
Hi, Our struts team have decided to separate the main java /Struts application (/APP1) into 3 independant modules, each deployed on its own host as follows: 1- (/webApp1, tomcat1, host1, port1) => http://host1:port1/webApp1 (Main entry point : /webApp1/MainMenu.do) 2- (/webApp2, tomcat2, host2, p

Re: accessing Actionform properties from javascript

2004-12-26 Thread Ryan julius
Hi, Let me give more details. The actionForm is used through many pages. The page where the javascript is implemented does not contain the actionform property, that I would like to check before triggering an action. This property is dynamically evaluated in an action. That is why I would lik

accessing Actionform properties from javascript

2004-12-24 Thread Ryan julius
Hi, Based on a property of my actionform, the jsp page must trigger an action when it is loaded. I have written a javascript function but dont know how to access the actionForm properties within this javascript function. Thanks for your reply. R.J. -

Remote forwarding

2004-12-16 Thread Ryan julius
HI, I am developing a web application . When a client opens a session with my application, any message (such as a warning) received from an EAI : i.e. a remote server, must be redirected to the appropriate client. The parameters of this client are IP, port & sessionId; and are provided by the

Form submission and javascript

2004-12-13 Thread Ryan julius
Hello, I am trying to submit a form to an action, with the resulting page displayed in a child window. function toChildWondow(actionName, methodeAppelee, form, nomFenetre, largeur, hauteur ) { var windowFeatures = "scrollbars=yes,resizable=no,width="+largeur+",height="+hauteur; var sUrl =

multiThread, action and Database access

2004-11-15 Thread Ryan julius
Hi, I have in my project, an action /ReadDataBaseData.do and the corresponding handler : public ActionForward accessDatabase(ActionMapping, ActionForm, ...) ; This action forwards to the page displayData.jsp Problem: The database is populated each 30 seconds by an external server. Question : Ho

Indexed Properties, checkbox

2004-11-11 Thread Ryan julius
Hi, I have investigated the indexed properties as follows. structure of my jsp page: === "> ActionForm: = public class NestedPropertiesForm extends FWKActionForm{ /** * */ public NestedPropertiesForm() { super(); } /** * Permet

indexed property and checkbox (may be newbye question)

2004-11-11 Thread Ryan julius
Hi, I have investigated the indexed properties as follows. structure of my jsp page: === "> ActionForm: = public class NestedPropertiesForm extends FWKActionForm{ /** * */ public NestedPropertiesForm() { super(); } /** * Permet

Tiles : setting Styles and

2004-10-29 Thread Ryan julius
Hi, I have build my web UI using Tiles. Each part of the rootLayout.jsp, let say, lhsMenu.jsp, body.jsp, could contain , general scripts, etc The resulting page is intended to be populated when opened at the first time. Putting a form tag on each part of the layout could complicate the h

Tiles, script, styles and Forms

2004-10-28 Thread Ryan julius
Hi, I have build my web UI using Tiles. Each part of the rootLayout.jsp, let say, lhsMenu.jsp, body.jsp, could contain , general scripts, etc The resulting page is intended to be populated when opened at the first time. Putting a form tag on each part of the layout could complicate the h

forward to a remote server

2004-10-26 Thread Ryan julius
Hi, I am discovering struts and it is a great pleasure to use it in my Web Applications. I have written a struts based application. It is deployed on a local server on port 8955 (http://localhost:8955/myContextApp/) >From this struts application, I would like to send a notification >(XmlStrin

Message to a remote Server

2004-10-26 Thread Ryan julius
Hi, I am discovering struts and it is a great pleasure to use it in my Web Applications. I have written a struts based application. It is deployed on a local server on port 8955 (http://localhost:8955/myContextApp/) >From this struts application, I would like to send a notification >(XmlStrin

Action mapping Path resolution

2004-09-18 Thread Ryan julius
Hi, I am trying to master, Struts. I am creating a struts application with the following settings, and I am getting confused with the concept of the struts action "path". Directory tree: == c:\project\adminProject => the root of my project called adminProject c:\project\adminProject