Re: Graphics-Object

2001-06-18 Thread Michael Schommer
struts-user | || | |+---> >---| | | | To: [EMAIL PROTECTED] | | cc: (bcc: Michael Schommer/PDD/DEV/LU/FERNBACH) | | Subject:

Re: Graphics-Object

2001-06-13 Thread Michael Schommer
| | cc: (bcc: Michael Schommer/PDD/DEV/LU/FERNBACH) | | Subject: Re: Graphics-Object| >---| how about using advanced imaging apis ? suhas -

Graphics-Object

2001-06-13 Thread Michael Schommer
Hi, I have an Action-Class, which generates a Graphics-Object and want to display it as image by a JSP, without saving it as file. Is there any idea? Gruß Michael -- Java - write once, run anywhere

user-specific default-values of html-formulars

2001-06-07 Thread Michael Schommer
Hi, I want to save user-specific default-values of html-formulars. I think the best way is to put the ActionForms in a synchronized HashMap (user as key) and save this in a file when a user specifies new default-values for the formular. In the ActionForm-constructor I will check the HashMap if de

generate ActionForms

2001-05-30 Thread Michael Schommer
Hi, I want to generate the ActionForm-classes. Do somebody know something about tools to generate Java-classes? Gruß Michael -- Java - write once, run anywhere

libioser12.so

2001-05-15 Thread Michael Schommer
Hi, I'm trying to get an InitialContext in an ActionClass (Tomcat 3.3 -> Unix) to call EJBs from an EJB-Container (J2EE-reference 1.2.1) Hashtable env = new Hashtable(); env.put (Context.INITIAL_CONTEXT_FACTORY, "com.sun.enterprise.naming.SerialInitContextFactory"); en

action-Mapping?

2001-05-14 Thread Michael Schommer
Hi, I have a problem with action-Mapping in the J2EE-reference implementation (j2sdk221.3). In my index.jsp is the html:form definition: but the PageSource of the resulting HTML-Page is it should be Had anybody else this problem and solved it??? Gruß Michael -- Java - write onc

NoInitialContextException

2001-05-10 Thread Michael Schommer
Hi, I'm using a Tomcat 3.3 and try to access a session-EJB from an Action-Class. When I try to get an InitialContext in my Action-Class: Hashtable env = new Hashtable(); Context ic = new InitialContext(env); EJBMMHome home = (EJBMMHome) ic.lookup("EJBMM"); I get the error: c

Apache + Tomcat: building mod_jk ???

2001-04-25 Thread Michael Schommer
Hi, I have problems building the Web Server Adapter mod_jk for Apache (1.3.19) and Tomcat (3.3). The apxs Perl-Skript failed: troubadix[DB000]:[dl17]:/nt/U/mcs/tomcat-src/jakarta-tomcat/src/native/mod_ jk/apache1.3 (213)> build-unix.sh Compiling mod_jk cc -DSOLARIS2=260 -DUSE_EXPAT -I../lib/expa

Oracle Servlet Engine

2001-04-16 Thread Michael Schommer
Hi, we work with Oracle (8.1.7) in our company. Now, I want to know if Struts works with the Oracle ApplicationServer. If anyone has any know-how with the Oracle Servlet Engine and Struts or the Oracle 8i ApplicationServer I will be very happy for every information send directly to my eMail-addre

Re: Resources.properties -> trick?

2001-04-09 Thread Michael Schommer
ruts-user | || | |+---> >---| | | | To: [EMAIL PROTECTED] | | cc: (bcc: Michael Schommer/PDD/DEV/LU/FERNBACH) | |

Resources.properties -> trick?

2001-04-09 Thread Michael Schommer
Hi, is there a trick using a "Resource.properties"-file. I'm creating a "Resource.properties"-file in WEB-INF/classes folder of my application. The web.xml looks like: ... application Resources ... In the JSP-file the bean:message-Tag is: By running t

ResultSet as HTML-table

2001-04-05 Thread Michael Schommer
Hi, I want to output a ResultSet as HTML-table in a JSP. This should be a very general request. Has anyone an elegant solution who wants to share? Gruß Michael -- Java - write once, run anywhere

struts-example.war

2001-04-02 Thread Michael Schommer
Hi, I have problems to run the struts-example.war. I'm using the sun J2EE-reference implementation (Tomcat 4.0 - b1). When I click "Register with the MailReader Demonstration Application" (index.jsp) the error HTTP Status 404 - /editRegistration.do The requested resource (/editRegist