JBuilder

2001-07-08 Thread David Bolsover
Hi I'm looking to develop a struts based database portal using JBuilder Pro 5 as my development environment - does anyone have any experience of this combination and if so, any hints ant tips on configuration would be helpful. cheers David Bolsover E-Mail : [EMAIL PROTECTED] Web: http

RE: Struts w/JBuilder 5

2001-07-30 Thread David Bolsover
Following the thread concerning Struts/JB5 I thought that I should chuck in my own thoughts - JB5 is great for debugging but - boy does it take some effort to set up - I am sure that there must be a simpler way of getting it all to hang together but here's my technique: 1 File|NewProject

Action takes long time to complete

2002-11-13 Thread David Bolsover
Hi all I have an action that takes a very long time to complete. Advice please - how do I forward to a new page before the tasks the action has started have completed? db -- To unsubscribe, e-mail: mailto:struts-user-unsubscribe;jakarta.apache.org For additional commands, e-mail:

Dynamic Forward

2002-11-15 Thread David Bolsover
Hi all I have a problem with a dynamic forward - can anyone assist? The url of the forward is generated by: StringBuffer sb = new StringBuffer(); sb.append(http://www.someurl/actionpath?;); sb.append(customer= + customer.getName()); sb.append(address= + customer.getAddress()); etc..

RE: How to Redirect ???

2002-11-18 Thread David Bolsover
Hi all For what it is worth. This works in an Action: Good for building dynamic forwards StringBuffer sb = new StringBuffer(); sb.append(http://www.someurl/actionpath?;); sb.append(customer= + customer.getName()); sb.append(address= + customer.getAddress()); etc.. ActionForward forward =

Dynamic forward problem

2002-11-20 Thread David Bolsover
Hi all I posted this one a few days back but got no response - so I thought I would have another go - I'll try an improved explanation of the problem. I need to generate a dynamic forward to an action/script (I have no control over implementation) on a remote server. A typical URL for the

RE: HTTP Status 500

2002-11-29 Thread David Bolsover
I could open it using TC4.1.7 - don't know what t is supposed to do though http://loaclhost:8080/wileystruts db -Original Message- From: Paul Kavanagh [mailto:[EMAIL PROTECTED]] Sent: 29 November 2002 19:48 To: Struts Users Mailing List Subject: HTTP Status 500 Hi there,

RE: Emails

2002-12-03 Thread David Bolsover
Nice idea I have a similar async job that does a series of searches of the internet before sending results as an email. Jobs are posted to a db and dealt with in sequence - this means that the action can complete quickly while the lengthy task of compiling the email works in the background. db

RE: Security roles with Struts

2002-12-03 Thread David Bolsover
Make sure you look at the logic taglib logic:present role=level3 very useful :-) db -Original Message- From: Michael Lee [mailto:[EMAIL PROTECTED]] Sent: 03 December 2002 17:54 To: Struts Users Mailing List Subject: Re: Security roles with Struts for container managed roles

RE: [ANN] Best and Worst Development Practices -- Training in NYC and DC

2002-12-03 Thread David Bolsover
I thought this was meant to be a forum for peer to peer help not for commercial adverts. db -Original Message- From: John Menke [mailto:[EMAIL PROTECTED]] Sent: 03 December 2002 20:56 To: struts-user Subject: [ANN] Best and Worst Development Practices -- Training in NYC and DC

odd behaviour form beans?

2002-12-04 Thread David Bolsover
I have seen some odd behaviour relating to initial capital letters I have the following on a jsp: html:text property=PCBSerial / Note the capital P html:text property=function1 / Note the lower case f In the corresponding Actionform: private String pCBSerial = ; private String function1 = ;

Tokens - a simple explanation wanted

2002-12-06 Thread David Bolsover
Hi Can anyone assist with a simple explanation of how Tokens work and their application within the Struts framework? I have read the docs and looked at the examples but still have problems understanding how (or if) Tokens solve the problem that arises when a user uses the browser back button and

-el and tomcat 4.0

2003-02-20 Thread David Bolsover
Hi all I am having some problems with some jsp's that use the struts-el tags - they run fine under Tomcat 4.1.12 but refuse to compile under 4.0. I seem to recall reading somewhere that there are come config changes needed to use struts 1.1 under Tomcat 4.0 -- but I can't find the references

RE: Dynamic Forwards Offsite

2003-02-20 Thread David Bolsover
Micael You might try this: StringBuffer sb = new StringBuffer(); sb.append(http://www.somewhere.com/message;); response.sendRedirect(sb.toString()); return null; db -Original Message- From: Micael [mailto:[EMAIL PROTECTED]] Sent: 20 February 2003 21:30 To: Struts Users Mailing List

struts-el and tomcat 4.0

2003-02-21 Thread David Bolsover
Hi all I am having some problems with some jsp's that use the struts-el tags - they run fine under Tomcat 4.1.12 but refuse to compile under 4.0. I seem to recall reading somewhere that there are come config changes needed to use struts 1.1 under Tomcat 4.0 -- but I can't find the references

Naming of tags odd!!!!

2003-02-21 Thread David Bolsover
I have found some odd behaviour using the struts-el tags I have this declaration: %@ taglib uri=/tags/struts-html-el prefix=html-el % in the page I use the tags as: html-el:text ... etc. In the above form, the pages will compile under Tomcat 4.1.12 but not under 4.0.3 If I change the taxt

RE: [Microsoft][ODBC SQL Server Driver]Communication link failure

2003-02-24 Thread David Bolsover
I would certainly suggest you check out alternative drivers; the JdbcOdbcDriver is not recommended for production use. Ideally, you should look for a type 4 driver that supports at least JDBC API V 2.0 - try the M$ driver it's free!

RE: Reporting an Exception message in a JSP.

2003-02-25 Thread David Bolsover
Agreed - but in the UK we wouldn't stop at 117v - 240v minimum :). db -Original Message- From: Mark Galbreath [mailto:[EMAIL PROTECTED] Sent: 25 February 2003 15:22 To: 'Struts Users Mailing List' Subject: RE: Reporting an Exception message in a JSP. I've always found electric

RE: [Q] BEAN SCOPE

2003-02-26 Thread David Bolsover
Are you explicitly putting wigadminwizardform into session scope in OMInterfaceInfoAction? db -Original Message- From: Chetan Sahasrabudhe [mailto:[EMAIL PROTECTED] Sent: 26 February 2003 07:51 To: Struts Users Mailing List Subject: Re: [Q] BEAN SCOPE man i have attached my

Wanted: struts-calendar

2003-02-27 Thread David Bolsover
Does anyone know of a good pop-up style calendar that will work with struts html:text ... ? Ideally I need somthing that will support the notion of locales. db - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional

RE: Wanted: struts-calendar

2003-02-27 Thread David Bolsover
/ -Original Message- From: David Bolsover [mailto:[EMAIL PROTECTED] Sent: Thursday, February 27, 2003 1:10 PM To: Struts User Subject: Wanted: struts-calendar Does anyone know of a good pop-up style calendar that will work with struts html:text ... ? Ideally I need

RE: [ANN] New York Struts Group - Manchester UK

2003-03-25 Thread David Bolsover
New York a bit far for me on a regular basis Any interest in somthing similar in Manchester UK - has distinct benefit of beter beer =:o) db -Original Message- From: Daniel Jaffa [mailto:[EMAIL PROTECTED] Sent: 25 March 2003 21:45 To: Struts Users Mailing List Subject: [ANN] New York

Configuration problem

2001-08-29 Thread David Bolsover
Hi I will confess from the start that this is not really a struts problem but I am sure that members of the group will have seen this before and know the solution. I have a link on a jsp page to an external site : a href=http://www.foo.com; foo.com/a The problem is that when I browse to the

RE: Configuration problem

2001-08-29 Thread David Bolsover
Devon View source shows a href=http://www.foo.com; foo.com/a Now the strangest thing - the problem has gone away - and I don't think I changed anything of significance - very odd - I wonder if this could be an ie6 thing? david -Original Message- From: [EMAIL PROTECTED]

RE: Configuration problem

2001-08-30 Thread David Bolsover
Devon oops - just a typo when I sent the mail - but still the problem has gone away - and I don't know why. thanks for time and effort david View source shows a href=http://www.foo.com; foo.com/a I assume you mean a href=http://www.foo.com; foo.com/a Without the close bracket on

JBuilder5, Tomcat4(b7), Struts

2001-09-10 Thread David Bolsover
is latest and looks good candidate for release) Problem is - how to get this to work with JB5 struts. I know that this is a little off topic - but this group is MUCH more active than the JB newsgroups and generally much more helpful. All hints and tips gratefully received. David Bolsover

email security problem - any solutions ?

2001-10-03 Thread David Bolsover
but this seems clumsy - must be a better simple solution. David Bolsover 1 Stephouses, Hollywood Lane, Mellor, Stockport, Cheshire, SK6 5LR Tel: +44(0)161 427 6920 Fax: +44(0)161 427 6922 Mobile : +44 07773428118 E-Mail : [EMAIL PROTECTED] Web: http://www.bolsover.com

Tomcat 4

2001-10-04 Thread David Bolsover
Using TC3.2.1 I was able to view all request parameters on the system.out stream. Does anyone know how to configure TC4 to provide this data? David Bolsover 1 Stephouses, Hollywood Lane, Mellor, Stockport, Cheshire, SK6 5LR Tel: +44(0)161 427 6920 Fax: +44(0)161 427 6922 Mobile : +44

RE: Good secure-ID solution? (Key FOB)

2001-10-20 Thread David Bolsover
 Hi You might take a look at Microchip products www.microchip.com - secure data products David David BolsoverT:+44(0)1614276920F:+44(0)1614276922M:07773428118E:[EMAIL PROTECTED] -Original Message-From: Bryan Field-Elliot [mailto:[EMAIL PROTECTED]]Sent: 20 October 2001

RE: If someone is interested

2001-11-16 Thread David Bolsover
Yes please Code please - good work David Bolsover T:+44(0)1614276920 F:+44(0)1614276922 M:07773428118 E:[EMAIL PROTECTED] -Original Message- From: Yuriy Zubarev [mailto:[EMAIL PROTECTED]] Sent: 15 November 2001 21:45 To: [EMAIL PROTECTED] Subject: If someone is interested

RE: DB connection pool

2001-11-28 Thread David Bolsover
could not have multiple (slightly different) DataAccess servlets for each of the required database connections. David Bolsover T:+44(0)1614276920 F:+44(0)1614276922 M:07773428118 E:[EMAIL PROTECTED] -Original Message- From: Arnaud Héritier [mailto:[EMAIL PROTECTED]] Sent: 28 November

RE: QUESTION : JBuilder5 + Struts1.0

2001-12-02 Thread David Bolsover
Better as Borland that question. My personal suspicion is that it is because they (Borland) would like you to buy JB6. David Bolsover T:+44(0)1614276920 F:+44(0)1614276922 M:07773428118 E:[EMAIL PROTECTED] -Original Message- From: emmanuel.boudrant [mailto:[EMAIL PROTECTED]] Sent

Menu

2001-12-02 Thread David Bolsover
Hi all I'm looking for a 'menu' for use in a struts based webapp - I quite like the one used by jsptags.com - does anyone know where to find source code for such an item? - I'm lazy don't want to write fron start if I can avoid it! David Bolsover T:+44(0)1614276920 F:+44(0)1614276922 M

FORM Authentication to Realm

2001-12-11 Thread David Bolsover
I then 'automatically' pass the user into my struts webapp - extracting username (perhaps remoteUser info) as I go? David Bolsover T:+44(0)1614276920 F:+44(0)1614276922 M:07773428118 E:[EMAIL PROTECTED] -- To unsubscribe, e-mail: mailto:[EMAIL PROTECTED] For additional commands, e-mail

Page reload problem

2002-01-05 Thread David Bolsover
the page? I think I need a mechanism to force a reload of Frame1 when Frame2 is updated with welcomeback.jsp but I am unsure how to do this. Any help? David Bolsover E:[EMAIL PROTECTED] -- To unsubscribe, e-mail: mailto:[EMAIL PROTECTED] For additional commands, e-mail: mailto:[EMAIL

RE: [ANN] Tablib

2003-03-29 Thread David Bolsover
Excellent piece of work - congratulations to all concerned. db -Original Message- From: James Mitchell [mailto:[EMAIL PROTECTED] Sent: 29 March 2003 06:02 To: Struts Users List Subject: [ANN] Tablib I just commited a new project by Mohan Kishore [EMAIL PROTECTED]. He developed and

Writing excel compatible output

2003-03-30 Thread David Bolsover
We are all used to writing output to make html tables and with little effort we can fool our browser into treating these as excel (mime type application/vnd.ms-excel) but I now want to embed formulae into my response. Does anyone know of generic taglibs that will enable me to write execl

RE: Struts-el book

2003-03-30 Thread David Bolsover
You might try the O'Reilly JavaServer Pages - reasonably good treatment of JSTL (not struts-el) - if you are already familiar with struts taglibs this book should give you the extra knowledge you need. db -Original Message- From: Ruben Pardo [mailto:[EMAIL PROTECTED] Sent: 30 March 2003

RE: [OT]Credit card processing

2003-04-01 Thread David Bolsover
I use worldpay I suggest you look at their Junior guide first http://support.worldpay.com/downloads/results.php?id=47 If that looks good then check out the Pro Guide - complete with Java API http://support.worldpay.com/downloads/results.php?id=48 db -Original Message- From: P

RE: Virus warning

2003-06-10 Thread David Bolsover
Moral: Keep you AV software up to date! db -Original Message- From: Brandon Goodin [mailto:[EMAIL PROTECTED] Sent: 10 June 2003 15:45 To: Struts Users Mailing List Subject: RE: Virus warning me too. Brandon Goodin -Original Message- From: Robert Kovacs [mailto:[EMAIL

RE: embedding multiple parameters and associated values in a html:link

2003-06-17 Thread David Bolsover
take a look at the jstl c:url tag - it can accept multiple c:param tags. db -Original Message- From: Giampiero De Ciantis [mailto:[EMAIL PROTECTED] Sent: 17 June 2003 18:44 To: Struts User Mailing List Subject: embedding multiple parameters and associated values in a html:link I am

Image cache problem

2003-06-19 Thread David Bolsover
an IE 6 client - does anyone know if this is an IE 5 'feature' and - is there a solution? David Bolsover - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

RE: Image cache problem - solved

2003-06-19 Thread David Bolsover
this by setting a HTTP header: response.setHeader(Cache-Control,no-cache); see the javadocs for more on the setHeader method of the response object. See http://www.mnot.net/cache_docs/ for a very good tutorial on caching. Remke -Oorspronkelijk bericht- Van: David Bolsover [mailto:[EMAIL

RE: Image cache problem - solved

2003-06-19 Thread David Bolsover
the following in your struts-config.xml controller !-- all pages get HTTP headers to defeat browser caching -- set-property property=nocache value=true/ /controller David Bolsover wrote: Remke Thanks I was already setting: response.setHeader(Cache-Control,no-cache); response.setHeader

RE: accessing VO by next view...

2003-06-20 Thread David Bolsover
Typically, the VO is used to populate a collection( eg ArrayList - Vectors not usually used) of FormBeans and this is saved in some HttpServletRequet scope - most frequently request scope - although for 'User' type data it is often convenient to store this in session scope. Once you have your

RE: embedding dynamic text in value of text field

2002-12-23 Thread David Bolsover
Hi I'm sure there must be a better way but I have used code like this to solve similar problem: % String temp = ((cast.to.object.type)pageContext.getAttribute(foo, pageContext.PAGE_SCOPE)).getUserName(); % html:text property=userName value=%= temp % / db -Original Message- From:

OT [Year End]

2002-12-31 Thread David Bolsover
I know it's not Friday and frivolous messages are generally reserved for that one day... I have no religious faith - but in the best traditions of pagan festivals everywhere, I intend to celebrate the Year End in the usual English fashion... Family, friends neighbours a few pints and a curry.

[OT] mail List

2003-01-20 Thread David Bolsover
Hi Sorry about off topic - but this seems like a good place to ask. Does anyone know what software is used to manage this mail list? Is it open source? - can I get a copy? etc.. Thx David Bolsover -- To unsubscribe, e-mail: mailto:[EMAIL PROTECTED] For additional commands, e-mail: mailto

RE: [OT] mail List

2003-01-20 Thread David Bolsover
Subject: Re: [OT] mail List I think it is the ezmlm program. That's what is says on the welcome message. David Bolsover wrote: Hi Sorry about off topic - but this seems like a good place to ask. Does anyone know what software is used to manage this mail list? Is it open source

RE: [OT] mail List

2003-01-20 Thread David Bolsover
Doh... Should have looked harder before I started asking silly questions. Jakarta James... Sorry. db -Original Message- From: David Bolsover [mailto:[EMAIL PROTECTED]] Sent: 20 January 2003 10:12 To: Struts Users Mailing List Subject: RE: [OT] mail List Hmm.. Problem

Centura JDBC Driver

2003-01-22 Thread David Bolsover
Has anyone used the Centura JDBC driver in a data-source ? Environment: Tomcat 4.1.18 For exceptions thrown see attached. A mysql datasource in the same struts-config.xml works fine. Any ideas? db SEVERE: Initializing application data source centura java.sql.SQLException: Cannot create JDBC

RE: [OT] VOTE to help Naveen.Dhotre Unsubscribe permanently

2003-01-29 Thread David Bolsover
I'm feeling really left out of this - who the heck is Naveen.Dhotre? - but given the junk mail he/she is causing - +1 g db -Original Message- From: Mark Galbreath [mailto:[EMAIL PROTECTED]] Sent: 29 January 2003 14:29 To: 'Struts Users Mailing List' Subject: RE: [OT] VOTE to help

RE: [OT] Obscure Computer Languages

2003-01-29 Thread David Bolsover
Smalltalk was (is) gr8! oop at its best. Sadly never really took off. db -Original Message- From: Chappell, Simon P [mailto:[EMAIL PROTECTED]] Sent: 28 January 2003 16:52 To: Struts Users Mailing List Subject: RE: [OT] Obscure Computer Languages Hmmm, ok, let's dig into the

RE: Auto execution of an action on page display

2003-01-29 Thread David Bolsover
I'm not sure I understand the question but.. I needed to have a dynamically created image inserted into a graph.jsp I solved the problem using html:img page=createImage.do / Then the action mapped to createImage.do can do anything you want without influencing the loading of the main graph.jsp.

RE: j_security_check with LogonAction

2003-01-31 Thread David Bolsover
Hi I think the solution to this is to make LoginAction.do a protected resource. Any attempt to access LoginAction.do will cause your login page to be displayed and following sucessful authentication, you can complete the action in LoginAction.do - including forwards to your chosen page. db

Approaches to security

2003-02-05 Thread David Bolsover
be most welcome. David Bolsover E: [EMAIL PROTECTED] - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

RE: jbuilder8 and struts: missing message key error

2003-02-08 Thread David Bolsover
When you create the .properties file, normally you would place it in with all your other .java files JB8 will only put the .properties file in with the compiled classes (where it needs to be) when you rebuild the project. I can't count the number of times I have edited the .properties and run my

RE: [OT] Modeling tools

2003-02-11 Thread David Bolsover
No wonder you stopped drinking -Original Message- From: Karim Saloojee [mailto:[EMAIL PROTECTED]] Sent: 11 February 2003 12:40 To: Struts Users Mailing List Subject: Re: [OT] Modeling tools Although my drinking days are over, I have found the best wines to be the cheapest ones -

RE: Using CSS with struts jsp's

2002-01-24 Thread David Bolsover
Hi Why is everyone making this so difficult? !-- @import ./styles/style.css; -- works fine! David Bolsover -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] Sent: 24 January 2002 02:48 To: Struts Users Mailing List Subject: Using CSS with struts jsp's Hi, I am

Novell Bordermanager

2002-02-06 Thread David Bolsover
setting the appropriate response headers (no-cache etc.) but this does seem difficult - would I have to alter all the action methods?? All advice welcome. David David Bolsover E: [EMAIL PROTECTED] -- To unsubscribe, e-mail: mailto:[EMAIL PROTECTED] For additional commands, e-mail: mailto:[EMAIL

Re: Struts Web App Challenging user with BASIC Auth

2002-03-07 Thread David Bolsover
Satish Have you added the necessary realm to the Tomcat server.xml file? David Bolsover Satish Jeejula [EMAIL PROTECTED] wrote in message news:[EMAIL PROTECTED]... Hi All, I have a web application using struts running under apache\tomcat3.3 configuration. I want to make this app

RE: org/apache/struts/legacy/GenericDataSource error

2003-07-02 Thread David Bolsover
Assuming that you are using the Struts 1.1 relaese, you need to make sure the contents of struts-legacy.jar are in your classpath. db -Original Message- From: Ricardo de Souza Moura [mailto:[EMAIL PROTECTED] Sent: 02 July 2003 15:50 To: [EMAIL PROTECTED] Subject:

RE: Webapp Security?

2003-07-03 Thread David Bolsover
The who sees what problem is one I faced some time ago - and whilst I would have liked to use CMA / Filters, it simply was not a good fit for the application - each user had to have a range of different permissions based on one/more customer codes, one/more product codes and user role

GenericDataSource

2003-07-04 Thread David Bolsover
Can someone explain why GenericDataSource was moved to lagacy? I have been using it successfully as a JINI DataSourse - have others experienced problems? - if so, what problems? db - To unsubscribe, e-mail: [EMAIL PROTECTED]

RE: GenericDataSource

2003-07-04 Thread David Bolsover
Nico /Steve Thanks for the prompt replies - glad I stuck with GenericDataSource rather than trying out the commons-dbpc offerings! db -Original Message- From: Nicolas De Loof [mailto:[EMAIL PROTECTED] Sent: 04 July 2003 12:15 To: Struts Users Mailing List; [EMAIL PROTECTED] Subject: Re:

[OT] Disaster Recovery

2003-07-14 Thread David Bolsover
company and need to put together a draft very quickly. Does anyone have a plan / draft / guidelenes for prep of a plan they can let me read and plagiarise? Advance thank to all helpfu contributors. David Bolsover - To unsubscribe, e

RE: Date fields?

2003-08-14 Thread David Bolsover
Alex Generally accepted best practice is to use only String and boolean types in your formBeans. However the problem you have identified is a very common one and there are probably as many ways of solving as there are of skining a cat. At the simplest, you might want to use somthing like

Problem with No getter method

2003-08-26 Thread David Bolsover
Hi all I have a FormBean that defines a number of attributes: ... private boolean complete = false; private boolean warranty = false; public boolean isComplete(){ return complete; } public boolean isWarranty(){ return warranty; } //setter methods // other methods ... In my jsp: 1 this