Tagged Questions

2
votes
1answer
19 views

Struts Tiles 1 - nested tiles problem

I am using Struts tiles 1 succesfully, however I have come across a problem when trying to nest tiles. I currently have a layout like so: I wish to have another template like t …
1
vote
1answer
23 views

Reverse Ajax + JSP-Servlet

Hi, We are trying to create a reverse ajax in our project. I've checked on the net and didn't find something concrete. I was unable to run any of the tutorials provided successfu …
0
votes
3answers
41 views

Source code indentation and highlighting on server side?

I need to do source code formatting (similar to what Stack Overflow does), but on the server side. What options do I have? My serverside language could be PHP or JSP. Does google …
-4
votes
2answers
58 views

How do I make an search bar at the top of the page like on stackoverflow.com?

I need to make the search bar at the top of the page like stackoverflow.com have in its website. I need some sample code for jsp/servlet for performing the operation for searching. …
-1
votes
1answer
16 views

how to implement a search from search box?

I've got a requirement where a user enters a few terms into a search box and clicks "go". Does anyone have any good resources on how to implement a dynamic search that spans a few …
2
votes
1answer
50 views

jsp:how to hide folder structure of website from users?

how to hide folder structure of website from users. i have developed a website on jave platform (jsp). website is deployed on jboss. suppose my website 's home page url is dummy …
-1
votes
0answers
19 views

what code will be for search bar in jsp search bar should be like at the top of the page like on stackoverflow.com?

I need to make the search bar at the top of the page like stackoverflow.com have in its website. I need some sample code for jsp/servlet for performing the operation for searching. …
0
votes
1answer
29 views

Where is Bea Weblogic Work Folder

I know that this may be a trivial question but I really cannot find the work folder in Oracle BEA weblogic 10.3. Unlike the Apache Tomcat where it is clearly in the work directory …
0
votes
1answer
29 views

Can i break up a jsp foreach loop with stripes layouts

Say I have the following for each in a stripes layout definition <c:foreach items="${foo}" var="bar" > <s:layout-component name="whatever" /> </c:foreach> …
0
votes
1answer
17 views

Should I implement a custom properties file based authorization tag to go with authz from Acegi Security?

I'm searching for the best way to handle view-level authorization (where you hide markup based on a user's roles). The typical way to do this is with the Acegi Security authz tag, …
0
votes
2answers
39 views

array as hidden variable

can array be used as hidden variable on jsp.....like I have a form i.e a simple java class,I want it to be as hidden variable can I do it.. Thanks in advance
0
votes
3answers
26 views

JSP response content type Excel

when i set response content type is excel. In excel sheet it is dsiplaying 1-Jan instead-of 1-1. here is code snippet <%@ page language="java" contentType="text/html; charset= …
0
votes
1answer
20 views

How to handle image/gif type response on client side using GWT

Hi all, I have a question about how to handle image/gif type response on client side, any suggestion will be great. There is a service which responds for retrieving image (only on …
0
votes
1answer
32 views

Sending & in query String

From first.jsp I am sending some parameters to result.jsp as - <a href="result.jsp?itemId=${itemId}&itemName=${item.itemName}&itemCode=${item.itemCode}')">Show Items …
0
votes
1answer
52 views

JSP page without HTML code for exporting data to Excel Sheet

Hi friends, I am facing a problem in exporting my data to excel sheet, this is because of some code which other developers in my team made. So the main problem is to export the dat …

1 2 3 4 5 75 next
15 30 50 per page