February 2008 - Posts

1
Comments

My PL/SQL Experience by lamia

I've been doing quite a lot of PL/SQL lately. It's funny because I was able to utilize the stored procedures more in Oracle although the product I was able to code my first stored procedure in was SQL Server 2000. Not that I did not do any stored...
Filed under: ,
0
Comments

NullPointerException when submitting Struts <html:select> tag with multiple selection by lamia

I've been doing some client-side Javascript with Struts lately and two of my <html:select> tags happen to be a multi-select box(Listbox). Let's name them A and B for simplicity. A and B are form properties mapped to an ActionForm class....
Filed under: