Tagged Questions

0
votes
2answers
70 views

I’ve written a java getting-started tutorial, where would be a good site to post it for checking?

Hi all, For our company's internal training, I'm writing a java getting-started tutorial. This will go all the way from installing eclipse through to writing a working demo applic …
0
votes
1answer
7 views

Struts 2 data transfer and type conversions for primitive types.

Hi. I'm using java beans with automatic data transfer and type conversion. Ex: public class MyAction { public String execute(){ // .... } private double price; public getP …
0
votes
1answer
25 views

In Struts2, how do you share your common html across all pages?

In Struts2, how do you share your common html across all pages? In Asp.net, you've got Master pages, and in Rails there are Layouts. The idea is that your common html (eg the head …
0
votes
1answer
27 views

Java Struts Report

I am writing an excel report using an action,controller, servlet struts framework. The report is very congested and has already around 10 separate queries. I need to add about 10 m …
0
votes
2answers
39 views

struts2 application on jboss

This is a bit of a continuation of http://stackoverflow.com/questions/1777339/deploy-struts-app-on-jboss, but it's different enough that I felt it warranted a new question. In the …
0
votes
1answer
28 views

deploy struts app on jboss

I'm working through some struts tutorials, and here's one of the ones I'm using: http://www.vaannila.com/struts/struts-example/struts-login-page-example-1.html I downloaded the "s …
2
votes
3answers
51 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 …
0
votes
0answers
4 views

Struts plugin config problem

I am working on upgrading an application from Struts 1.1 to Struts 1.29 and have run into a interesting problem. The application uses several plugins that all derive from an abstra …
0
votes
2answers
42 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
2answers
27 views

Web templating (struts tiles) - best solution to indicate current page?

I would like to indicate the currently chosen page in a shared menu component of a web page in a Struts Tiles project. I can think of some possible solutions check current URL …
0
votes
0answers
14 views

Validate numeric value but not required

Hi, I'm using Struts built in validation framework. One of the form fields should be validated so it only allows a numeric value but it is not mandatory to enter a value at all so …
0
votes
1answer
39 views

What can I do about ambigous wildcard patterns in Struts?

I have a problem finding the right wildcard pattern to extract parts of my URL into action parameters in Struts. This is how I set up the action. The intent of the pattern is to c …
0
votes
0answers
42 views

Problem with GZIP JSON AJAX response

Hello, I am facing a problem, while encoding the response that I send back for an AJAX request, using GZIP. Can anyone give me some pointers on this please? There is an AJAX req …
0
votes
1answer
38 views

Setting the default value in Struts2

Hi all, I am setting the value(kind of default value) for a drop down select value from action class in a page(given below). When the page loads the value is beig displayed but th …
0
votes
3answers
44 views

Passing request object to different servlet/action of same application running at different servers

Hi I have one application running on different servers build in struts2 and deployed in Tomcat5. Now I have a functionality of "Save on All" in this application. When it is called, …

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