Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Chriss Miller on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  • Users: jaybytez
  • Content: Threads
  • Order by date
  1. jaybytez

    Unread> <a name= EJB - Remote EJB - Transaction Fails to Commit

    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...
  2. jaybytez

    Auto Trim Fields in ActionForm class

    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...
  3. jaybytez

    struts-html-el.tld or just struts-html.tld

    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...
  4. jaybytez

    Call onclick for an HTMLAnchorElement - Capture Enter Key

    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...
  5. jaybytez

    Dynamic action path to share same validation configuration

    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...
  6. jaybytez

    New to mySQL...error just creating table

    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...
  7. jaybytez

    Vent Session

    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...
  8. jaybytez

    Schema Based Problems

    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=&quot;1.0&quot; encoding=&quot;UTF-8&quot;?> <xs:schema xmlns:xsd=&quot;http://www.w3.org/2001/XMLSchema&quot;>...

Part and Inventory Search

Back
Top