I'm having difficulty modifying the following script to write out an additional CSS class only in the event that the attribute 'data-uuid' is the first occurrence and not the 2nd or any...
Can anyone recommend a book focusing on JSTL? I am looking for anything that would be good for someone with only a moderate exposure to Java, most of which within the confines of the OpenCMS...
The following code is only working for me half of the time. That half that works is that which gets called only when the user comes from another page on the same domain, with some additional...
What I meant to say was can you give me an example of how to write out those values using JSTL EL? I could just declare variables that include the entire length of the string and just write them out...
So the problem we are experiences boils down to receiving an HTTP POST communication from an application/EXE file and parsing it out and responding back.
Can anyone help me to understand how I can mimic the PHP echo function with Response.Write in ASP in such a way that I can respond back to an application that originally communicated the values to a...
I am trying to communicate back to an executable (installer file) that is sending me values via HTTP POST but continue to run into problems with the HttpContentType being converted back to...
Would it be okay to post the question I have about manipulating the HttpContentType of one of my JSP pages when I believe the issue to be primarily the result of the OpenCMS configuration?
Can anyone help me to convert the following PHP example into JSP? I know that I need to use out.print("something") but I'm unclear how I can incorporate my variable names prior to the variable...
Can anyone speak to the issue at all? If anything about the previous post was unclear or leaves anything to the imagination please let me know and I will attempt to clarify.
Hello, I am trying to communicate back to desktop application that is sending a number of parameters to a web page I've created via HTTP POST and having difficulty determining how exactly one...
Yes, sorry, the differences between .equals and .equalsIgnoreCase versus .contains were not apparent to me. Namely the fact that both of the .equals examples I just gave, are looking for complete...
Thanks criterion, that did the trick. Can anyone point me to a specific reason as to why my attempts to declare a string variable called "user_agent" and populate it with information gleaned from...
Well, I was able to cook something up in JSP but it doesn't seem to be catching and redirecting. I am actually trying to detect two different ways but neither redirects. In both attempts, I threw...