12 posts tagged with JSP. (View popular tags)
Displaying 1 through 12 of 12. Subscribe: Posts tagged with JSP

Users that often use this tag:
andrew cooke (2)

Anyone have experience moving from PHP to Spring/JSP? What approach made the change easiest for you? [more inside]
posted by secret.osha on Oct 20, 2008 - 1 answer

I have users logging into XOOPS running on IIS, and have an instance of the Jetty JSP webserver configured to serve up Eclipse's Infocenter system. How can I set up security so that no users can view the Jetty-served content without being authenticated first in a XOOPS session off of IIS? [more inside]
posted by tra on Sep 4, 2008 - 3 answers

Apache and Tomcat strangeness... a page in my app throws a 404... but only when using SSL on a single server. [more inside]
posted by utsutsu on Aug 1, 2008 - 6 answers

CSS/JSP/Javascript Filter: I'm creating a widget which parses RSS via JSP and Javascript. This widget will allow users to include an RSS feed in their sidebar, but I'd like the widget to appear differently depending on the sidebar size. Is this possible to create an if statement determinant on the sidebar css class/id without know the class/id names? [more inside]
posted by captaindistracto on May 10, 2007 - 4 answers

I'm a fairly recent college grad that never really worked with an IBM iSeries computer. Now I'm being asked to maintain an existing project at my job which resides on our iSeries machine. Where should I look for advice? I've scoured IBM's resources, and none of them make very much sense at all. I just want to get this project off of my plate. [more inside]
posted by bofe on Mar 23, 2007 - 2 answers

How do I output random blocks of text in a JSP include? I am not in any way a java/jsp programmer. [more inside]
posted by Kickstart70 on Feb 25, 2007 - 8 answers

How do I precompile JSP pages in Eclipse? [more inside]
posted by andrew cooke on Nov 26, 2005 - 4 answers

JSP templates as templates - am I reinventing the wheel? [more inside]
posted by andrew cooke on Oct 10, 2005 - 2 answers

What is the best web host to (cheaply) serve JSP/MySQL? [more inside]
posted by moift on Sep 3, 2005 - 3 answers

I need a new way of transforming XML with XSL. Till date I've used PHP's Sablotron, which I absolutely love and is simple to use, but my host keeps forgetting to enable and include it each time they recompile Apache, so I was wondering if someone here knows of a way to do the same with either Perl or JSP/Tomcat or even PHP as long as it is without Sablotron's xslt_create(). [more inside]
posted by riffola on Mar 7, 2005 - 10 answers

Code Coverage tools for JSP? Anybody know of any good ones? Would like to be able to evaluate the JSP code directly and not the java generated by the JSP engine.
posted by evilelf on Jan 14, 2005 - 0 answers

I have a JSP Question. How can you pass form variables to another JSP page without using cookies or sessions? I'm doing my form validation on one JSP page and then I need to do the processing of the form in the other. I'm guessing I could set some type of variables like php's $_POST but I'm not sure what to do.
posted by Stynxno on Apr 9, 2004 - 8 answers