Forum: JSP Jul 8th, 2005 |
| Replies: 7 Views: 9,636 This is a Tomcat-specific issue with the Apache JSTL implementation. If you don't use a 2.4 web.xml, the EL expressions don't get evaluated in the JSP. |
Forum: Advertising Sales Strategies Jul 8th, 2005 |
| Replies: 1 Views: 6,376 I find it interesting almost all of the big content sites have AdSense/Overture/Kanoodle/AdBrite links on them. Wouldn't it be more profitable to sell direct advertising to major advertisers? If I... |
Forum: Advertising Sales Strategies Jul 8th, 2005 |
| Replies: 10 Views: 29,164 I haven't been involved with Internet advertising since the mid nineties. I'm a little ignorant on the ad business these days, but I know things have 'evolved' since then. I know most sites, like... |
Forum: Promotion and Marketing Plans Jul 8th, 2005 |
| Replies: 11 Views: 9,282 Not sure how many of you know this, but I feel it's my duty to point out pud's the "CEO" of AdBrite. I put this in quotes because it's just too much irony for me to write with a straight face. ... |
Forum: DaniWeb Community Feedback Jul 8th, 2005 |
| Replies: 0 Views: 1,594 How about a forum for web application security? I'd be interested in discussing security issues related to writing web-based applications, as well as security concerns regarding existing web... |
Forum: JSP Jul 8th, 2005 |
| Replies: 2 Views: 3,747 www.corejsf.com is a good place.
I don't want to discourage you, but JSF is a hard technology to master if you're writing big applications (although the basics of it aren't too bad to learn).
... |
Forum: JSP Jul 8th, 2005 |
| Replies: 7 Views: 9,636 When you reference ${nickname} from JSTL, what the JSP is doing is looking in either the request object for a nickname attribute or the session object [i.e., request.getAttribute("nickname")]. So if... |