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.
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
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
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.
-
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
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 =
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
Hi,
I have investigated the indexed properties as follows.
structure of my jsp page:
===
">
ActionForm:
=
public class NestedPropertiesForm extends FWKActionForm{
/**
*
*/
public NestedPropertiesForm() {
super();
}
/**
* Permet
Hi,
I have investigated the indexed properties as follows.
structure of my jsp page:
===
">
ActionForm:
=
public class NestedPropertiesForm extends FWKActionForm{
/**
*
*/
public NestedPropertiesForm() {
super();
}
/**
* Permet
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
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
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
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
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
14 matches
Mail list logo