Problem with html:link-tag

2007-05-29 Thread kopinsky
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);

Re: problem with html:link tag

2006-08-28 Thread Chris Cheshire
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

Re: problem with html:link tag

2006-08-28 Thread Michael Jouravlev
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

problem with html:link tag

2006-08-28 Thread Chris Cheshire
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