Re: [Struts 2 + EJB 3] injection of EJBs into struts 2 actions

2009-12-08 Thread irene zeller sancho
I use Jboss, EJB3.0 and google guice and works fine. I didn't modify anything... 2009/12/7 Ignacio de Córdoba icord...@skios.es Which appserver are you using? I use JBoss for struts2 plugin. I hace to modifyit as it didn't support JBoss 5 naming conventions (at least for me) and it only

Re: [Struts 2 + EJB 3] injection of EJBs into struts 2 actions

2009-12-06 Thread irene zeller sancho
You can use google guice ( http://www.tzavellas.com/techblog/2007/07/03/using-dependency-injection-in-struts2-for-stateless-ejbs-part-1/). I use it and works fine! 2009/12/4 Haroon Rafique haroon.rafi...@utoronto.ca On Today at 11:58am, JC=James Cook james.c...@wecomm.com wrote: JC EJB's

Re: sx:div and executeScript

2009-11-09 Thread irene zeller sancho
Thanks Martin, I wil try to do it. However, I'm using Firefox and not Windows. Irene 2009/11/9 Martin Gainty mgai...@hotmail.com Irene- the standard onLoad=javascript:function doesnt seem to work (in IE at least) so use this document.write to replace __ie_onload /*information courtesy of

sx:div and executeScript

2009-11-08 Thread irene zeller sancho
Hi, I'm using sx:div for loading a content after the page is loaded. But, I have problems because Javascript is not working in the page linked by sx:div ... I read about a solution with Struts2.1.2 (I'm using Struts2.1.8) in this page(

Re: sx:div and executeScript

2009-11-08 Thread irene zeller sancho
I'm using sx:head/. Not theme=ajax, I think the last version does not support this theme. The href attribute points a working url, however Javascript is not executed when the ajax url is loaded. 2009/11/8 Martin Gainty mgai...@hotmail.com assuming theme=ajax then the div href would be href

Re: sx:div and executeScript

2009-11-08 Thread irene zeller sancho
This is the jsp I'm calling: %@ page contentType=text/html; charset=UTF-8 % %@ taglib prefix=s uri=/struts-tags % %@ taglib prefix=sx uri=/struts-dojo-tags % ?xml version=1.0 encoding=UTF-8 ? %@ page language=java contentType=text/html; charset=UTF-8 pageEncoding=UTF-8% !DOCTYPE html PUBLIC

Re: sx:div and executeScript

2009-11-08 Thread irene zeller sancho
Yes, it is basically to give style to the table. this.tablecloth = function(){ // CONFIG // if set to true then mouseover a table cell will highlight entire column (except sibling headings) var highlightCols = false; // if set to true then mouseover a table cell will highlight

sx:div and executeScript

2009-11-07 Thread irene zeller sancho
Hi, I'm using sx:div for loading a content after the page is loaded. But, I have problems because Javascript is not working in the page linked by sx:div ... I read about a solution with Struts2.1.2 (I'm using Struts2.1.8) in this page(