RE: Using database tables for resource bundles

2004-02-02 Thread Johan Wasserman - CPX Mngd Services
don't want the required OJB internal tables.stay tunedmore to come. Does anyone know (James, if you're listening) if the Hibernate version where made available or if there is something else available (that doesn't use OJB)? Thanks (and kudos to James for the OJB version),

RE: [Q]Tags: Lookforward to create the correct session name for bean?

2003-09-29 Thread Johan Wasserman - CPX Mngd Services
Are my questions real difficult, or s stupid? No-one's ever answered any of 'em, if only I knew why. {:( -Original Message----- From: Johan Wasserman - CPX Mngd Services Sent: Monday, September 29, 2003 8:17 AM To: Struts Users Mailing List Subject: [Q]Tags: Lookforward to

[Q]Tags: Lookforward to create the correct session name for bean?

2003-09-28 Thread Johan Wasserman - CPX Mngd Services
Hi, Is there a way for a formAction to look at the tag defined in the form (especialy the "name" attribute) so that I can create a bean and save it in the session as the same name as the "name" attribute even before the tag needs it. Thanks, Johan.

Struts-menu or not, dynamic menu from bean.

2003-09-24 Thread Johan Wasserman - CPX Mngd Services
Is there a menu builder, like struts-menu, available that will build a tree menu (and other menu types) from a bean? Anyone got struts-menu converted to get its data from a bean? Thanks in advance, Johan

RE: HTTP 404 Not Found on Actions - SOLVED

2003-08-18 Thread Johan Wasserman - CPX Mngd Services
v. 2.0.46 Sory for this "out of context". Thanks, Johan. -Original Message- From: Koni Roth [mailto:[EMAIL PROTECTED] Sent: Monday, August 18, 2003 12:41 PM To: Struts Users Mailing List Subject: Re: HTTP 404 Not Found on Actions Try struts 1.1 final version. Here it works

HTTP 404 Not Found on Actions

2003-08-18 Thread Johan Wasserman - CPX Mngd Services
nfig files, I mean they've not been changed from the download. Thanks, Johan Wasserman.

RE: Browser influence Session behavior

2003-04-04 Thread Johan Wasserman
PM jackrabit.actions.AppAction execute INFO: NOT LOGGED ON - GOING TO LOGON Apr 4, 2003 1:06:20 PM jackrabit.actions.InitLogon execute INFO: SUCCESS - FORWARDING -----Original Message- From: Johan Wasserman Sent: 04 April 2003 13:36 To: [EMAIL PROTECTED] Subject: Browser influence Session beh

Browser influence Session behavior

2003-04-04 Thread Johan Wasserman
Hi, I have an initial page where the company name is entered and that forwards to a main page (with 3 frames) that loads the header, sidebar and logon page. I save a State bean in the session after the company is validated (against a db) and then use the company name from the State bean on the l

RE: take over an existing HttpSession

2003-03-28 Thread Johan Wasserman
old session and loading its contents into the new session before invalidating the old one. If anyone has worked with the PersistentManagerBase before, helpful hints will be appreciated. Happy coding. Johan Wasserman -Original Message- From: Dmitri Ilyin [mailto:[EMAIL PROTECTED] Sent: 24 M

RE: [newbie]dbcp pools with Struts... the saga continues

2003-03-26 Thread Johan Wasserman
ing. I give up... ;) - Original Message - From: "Johan Wasserman" <[EMAIL PROTECTED]> To: "Struts Users Mailing List" <[EMAIL PROTECTED]> Sent: Wednesday, March 26, 2003 9:30 AM Subject: RE: [newbie]dbcp pools with Struts... the saga continues Oh, it get much m

RE: [newbie]dbcp pools with Struts... the saga continues

2003-03-26 Thread Johan Wasserman
abase = "acmeDB" and "widgetco" login has default database = "widgetcoDB"). You would have to set the username and password in the datasource before getting the connections, and I'm not sure exactly how/if that would work, but it would imply another layer of "s

RE: [newbie]dbcp pools with Struts... the saga continues

2003-03-26 Thread Johan Wasserman
he another uses the other, and everything is happy. - Original Message - From: "Johan Wasserman" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Wednesday, March 26, 2003 3:40 AM Subject: [newbie]dbcp pools with Struts... the saga continues Hi, This might me out of cont

[newbie]dbcp pools with Struts... the saga continues

2003-03-26 Thread Johan Wasserman
dr = new PoolingDriver(); Pooldr.registerPool("logindb", cnnPool); Connection cnn = DriverManager.getConnection("jdbc:apache:commons:dbcp:logindb"); . I get the following error: Javax.servlet.ServletException: No pool found for jdbc:apache:commons:dbcp:logindb. Could anyone help? Thanks in advance. Johan Wasserman.

RE: [newbie] findDataSource deprecated?

2003-03-24 Thread Johan Wasserman
ow for the life of me! I just cannot (or will not? Lng hours), get any code written to connect to one of the pools. Any help will do. Thanks again for your previous reply David. Regards, Johan Wasserman -Original Message- From: David Graham [mailto:[EMAIL PROTECTED] Sent: 24 March

RE: [newbie] Finding datasource from pool in struts-config

2003-03-24 Thread Johan Wasserman
Sorry, that's in Struts 1.1 rc3 that I found ActionServlet.findDataSource deprecated -Original Message- From: Johan Wasserman Sent: 24 March 2003 14:58 To: '[EMAIL PROTECTED]' Subject: [newbie] Finding datasource from pool in struts-config Hi, How do you connec

[newbie] Finding datasource from pool in struts-config

2003-03-24 Thread Johan Wasserman
Hi, How do you connect to a specific datasource pool (as configured in strusts-config). I have two pools specified; key="logindb" key="userdb" ActionServlet.findDataSource is depreciated in rc 1.3 Thanks in advance. Johan Wasserman

[newbie] findDataSource deprecated?

2003-03-24 Thread Johan Wasserman
. So my previous code where: In ActionForm: ResultSet rs = Database.runQuery("logondb", "select username, password from users where username = '" + uname + "'"); Many thanks in advance. Johan Wasserman.

RE: Retrieving Request Values After Validation (DynaValidatorForm)

2003-03-19 Thread Johan Wasserman
Hi, > Thanks to > Rick Reumann's tutorials I have been able to figure out DynaValidatorForms > and Validator. where can I find these tutorials? Thanks, Johan Wasserman -Original Message- From: Vinh Tran [mailto:[EMAIL PROTECTED] Sent: 13 March 2003 21:12 To: Struts User

[newbie] Prepopulating a form

2003-03-19 Thread Johan Wasserman
will be welcome. Thanks in advance. Johan Wasserman

Populating FormBean at Get time?

2003-03-18 Thread Johan Wasserman
ET the JSP. In other words, one.jsp saved CompanyName to the StateBean, in ten.jsp, I need to get the CompanyName from the StateBean into TenFormBean and display it on ten.jsp Thanks in advance, Johan Wasserman

JSP's behind WEB-INF no access to img/scripts

2003-03-13 Thread Johan Wasserman
hey can still access my images and scripts directly. Regards, Johan Wasserman