I have an SLSB running on an instance of WebLogic 8.1.5 and has a method with a transaction attribute of Required. It calls another SLSB running on another WebLogic 8.1.5 that runs on a remote server and that EJB has a method with a transaction attribute of Required. When the first SLSB...
I am already extending DynaValidatorForm and DynaValidatorActionForm to utilize a new ActionMessages class I created and to make the validate method more robust. Is there a place that I can run through all the form values and trim them automatically before the fields are retrievable by the...
I know the difference between
struts-html-el.tld
struts-html.tld
is the ability to use expression languages. But how do you determine when to use one or the other. Why not always use struts-html-el.tld so you have the expression language capability? Is there a performance hit, so the...
We have a situation where we have developers defined an onkeypress event for the body tag that checks to see if the enter key was pressed and if so it does a click() method against an anchor tag that we use as a submit button. Now I have another field and anchor tag that I would like to be able...
I have a tiles layout page with a form on it. The action of the form is dynamic because the page can be entered from multiple locations and so the form action changes based on those locations. Except the fact that the fields on the form are the same and so are the validation rules. It appears...
CREATE TABLE EMPLOYEE_TBL
(
EMP_ID VARCHAR2(9) NOT NULL,
LAST_NAME VARCHAR2(15) NOT NULL,
FIRST_NAME VARCHAR2(15) NOT NULL,
MIDDLE_NAME VARCHAR2(15),
ADDRESS VARCHAR2(30) NOT NULL,
CITY VARCHAR2(15) NOT...
Oracle 9iAS maybe a very complex and robust product once it is working, but getting the Enterprise Edition loaded is an absolute joke and nightmare. I would have to say that so far my opinion of this App Server is that it is total crap. I just took an Oracle class on 9iAS and we had to do about...
I am a rookie to schemas and am having some validation type issues with a schema. Could someone tell me what it looks like I am doing wrong within this schema? Thanks.
<?xml version="1.0" encoding="UTF-8"?>
<xs:schema xmlns:xsd="http://www.w3.org/2001/XMLSchema">...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.