and

2006-07-24 Thread David Haynes
I want to be able to generate a URL with a GET method for a multiple="true"> scenario so that the result looks like: http://my_host.com?id=2&id=7 As near as I can tell, you can't do it using composeURL and because both of these take a HashMap instead of an ArrayList for the params argument.

Re: [OT] SCM stories (war? horror?)

2005-09-16 Thread David Haynes
[EMAIL PROTECTED] wrote: I'm preparing to make a case for switching to a differenct SCM tool (source code management). The options are CVS, Perforce, and VSS. Anybody have any cogent/credible stories or arguments for choosing one over the other? Thanks, Dennis CVS seems to be the de-fa

Re: Template Depository, but how?

2005-09-09 Thread David Haynes
I'm not sure of your detailed requirements, but you may find a tool such as xmoon (http://xmoon.sourceforge.net) or velocity (http://jakarta.apache.org/velocity/) useful. -david- Danny Lee wrote: Hi guys, Let's imagine that I'm building a web store and have a lot of different product group

Re: Example code for blobs

2005-09-05 Thread David Haynes
[EMAIL PROTECTED] wrote: On Mon, 2005-09-05 at 22:09 -0400, Frank W. Zammetti wrote: Murray Collingwood wrote: Hello again I'm on the hunt for some sample code that will show me how to use my SQL Blob fields to store images or documents. Here's something on the Wiki to get yo

Re: [JSF] using a jsp:forward to get to backing bean method?

2005-08-22 Thread David Haynes
Rick Reumann wrote: David Haynes wrote the following on 8/22/2005 3:57 PM: public List getList() { List list = populateList(); return list; } The getList would be invoked during the jsp:useBean wouldn't it? I'm probably missing something obvious here, but this seems so muc

Re: [JSF] using a jsp:forward to get to backing bean method?

2005-08-22 Thread David Haynes
Craig McClanahan wrote: On 8/22/05, Rick Reumann <[EMAIL PROTECTED]> wrote: Craig McClanahan wrote the following on 8/22/2005 12:50 PM: It doesn't ... if you want to fire the standard request processing lifecycle, you need to actually submit the request. Using will cause "/foo.jsp"

Re: [JSF] using a jsp:forward to get to backing bean method?

2005-08-22 Thread David Haynes
Rick Reumann wrote: Craig McClanahan wrote the following on 8/22/2005 12:50 PM: It doesn't ... if you want to fire the standard request processing lifecycle, you need to actually submit the request. Using will cause "/foo.jsp" to be rendered (assuming you are using the standard extension map

Re: what do you suggest me? iBatis or Hibernate

2005-03-18 Thread David Haynes
Hibernate uses the database as a reliable data store for serialized objects. It does not exploit the higher level capabilities of the database to assist with referential integrity or the benefits of a more normalized form. (At least it looks that way in examining the results of its UML to data