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.
[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
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
[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
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
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"
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
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
8 matches
Mail list logo