Cheech, unfortunately, the ASP/VBscript syntax doesn't work in JSP pages. I do have a grasp of the general procedure I need to follow:
- parse the form parameter if necessary
- join it with the appropriate separators--either with a join method or by looping through the array
- concatenate...
...
OR, instead of writing your stylesheet like this:
.cellstyle {
background-color : yellow; /* or whatever */
}
you could do it like this:
.cellstyle TD {
background-color : yellow; /* or whatever */
}
Now you can go ahead and apply the style to the TR. By adding...
.
Oops, I meant to post this here (DW MX) but put it in the DW forum instead. In short, I'm trying to send multiple values from a multiple-select list to another page for use in the IN clause of a DB query. However, DW's request.getParameter() code seems to be passing only the first value...
.
Hello, gang. This is my first question here. I looked through several similar postings on this topic, but none that tell me quite what I need to know... hope this isn't repetitive.
On page1.jsp, I have a selection list with multiple options allowed, thus:
<form action="page2.jsp"...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.