aspose file tools
The moose likes JSP and the fly likes Empty string for value= Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login
JavaRanch » Java Forums » Java » JSP
Reply Bookmark "Empty string for value="" valid in c:set?" Watch "Empty string for value="" valid in c:set?" New topic
Author

Empty string for value="" valid in c:set?

Allen Williams
Ranch Hand

Joined: Sep 04, 2006
Posts: 136
My JSP is throwing an exception that seems to be in an included file. I say seems, because the file name and page number are messed up. Anyway, I think I've tracked it down by incrementally commenting stuff out to a tag that looks like this:



So, my question is: is it illegal to have a zero-length string as a value? Seems odd, but when I comment out a line like this, I get further.

TIA


-------<br />Thanks & regards,<br />anw
Allen Williams
Ranch Hand

Joined: Sep 04, 2006
Posts: 136
Sorry. Never mind. I had var="", not value="" (well, I had both, it just took me a while to see it).
 
I agree. Here's the link: http://ej-technologies/jprofiler - if it wasn't for jprofiler, we would need to run our stuff on 16 servers instead of 3.
 
subject: Empty string for value="" valid in c:set?
 
Similar Threads
Doubt in c:set tag
Appending String in <c:set>
How do I call JavaBean set methods from jsp?
c:set problem
how to overwrite a request param?