Most of my tags are done with .tag files, as its much easier to work with html that way. However, my web applications expect these tags in the web.xml/tags directory, which is a pain when a tag is sha
I\'m new to JSP, so bear with me. I\'m trying to make a JSP page that will display a table of some objects that I have fetched. Contained inside these objects is an array. In the table, I want there
$postdata = http_build_query(array(\'name\' => $album_name,\'message\' => $album_description));
I have a batch job that runs outside any request, response scope. I would like to be able to define the email content in JSP since the email content is primarly an HTML开发者_开发知识库 document wit
I have a JSP which composes a List of Objects, then renders JSP fragments depending on the Class of each of the objects in the List.
I want to call one html through ajax. once i get the response,i need to save thatresponse as html on the spefied location
I want user to provide login + password to login to my webapp. If he fails some times captcha comes to action.
I have a link in a jsp that looks like this: <a href=\"link?var1=foo&var2=bar\"target=\"_blank\">text</a>
I am trying to display string array in JSP page. I have got a test String array in my controller set this to my registration model
I\'ve got a page where the user inputs information into a form and then hits submit. When the submit button is clicked the user POST\'s data to a java file. I\'m using 开发者_开发技巧out.print() to pr