Forum: JSP Jul 8th, 2005 |
| Replies: 7 Views: 7,661 Re: Problems with JSTL 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: 5,768 Selling direct advertising more profitable? 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: 8 Views: 18,540 Pay-per-Click vs. Pay-per-View 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: 8,276 Re: Alexa selling advertising space? 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,301 Suggestion for a new Forum 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,309 Re: Java Server Faces help!!! 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).
One... |
Forum: JSP Jul 8th, 2005 |
| Replies: 7 Views: 7,661 Re: Problems with JSTL 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... |