Hello,
i hope this is the right location for my question. If not, please redirect
me.
I have a jsp-page where at the beginning of the page i load a collection of
data from the database and put it into the session like this:
<%
List kommunen=IbnSystem.GetKommunengruppe(request);
Doh. I also discovered using single quotes around the page= value
works too (not to mention the Netbeans editor correctly
syntax-highlights the line properly this way).
Thanks Michael :)
On 8/28/06, Michael Jouravlev <[EMAIL PROTECTED]> wrote:
Escaping the quotation symbols inside the string u
Escaping the quotation symbols inside the string usually helps.
On 8/28/06, Chris Cheshire <[EMAIL PROTECTED]> wrote:
I am trying to use html:link to "fix" a URL so that it has the context
path on it, but when the value of the page parameter requires quotes
inside it (to specify a string value t
I am trying to use html:link to "fix" a URL so that it has the context
path on it, but when the value of the page parameter requires quotes
inside it (to specify a string value to a function) then the page
won't compile.
I have this link in td in the page :
remaining
If it is just a straight t
4 matches
Mail list logo