Advertisement

1 - 10 of 34 containing alltags:("Struts 2") (0.001 seconds)
I have two collections, one is all possible choices(checkbox). The other is user's choices. Of course, user's choice is subset of all possbile choices. In push JSP scriptlet world, I could use <f...
Zones: Java, StrutsDate Answered: 08/20/2007 Grade: B Views: 0
Hi, I am going to implement a search function. The feature is exact as google tool bar. That is to say, when user type letters, I will prompt a list of suggestions for user to choose. When user...
Zones: Java, StrutsDate Answered: 09/17/2007 Grade: A Views: 0
I have a jps page that works fine if the user enters 'correct' information.  However, when the user enters text into the "xaction.listPrice" field (which should be a number) Struts will return an "...
Zones: Struts, JSTL / TagsDate Answered: 10/20/2008 Grade: A Views: 22
Hi, I have a application on Struts 2. I have a personForm.jsp, form-validator.xml, struts.xml and PersontAction.java. I look for that that. But not run. Which's the mistake?
Zones: J2EE, StrutsDate Answered: 08/05/2008 Grade: A Views: 5
When Struts was in relative infancy (c. 2001) I was exposed to it by an early adopter. The project didn't really give it a run for its money, because the early adopter disappeared off early in the ...
Zones: StrutsDate Answered: 05/18/2007 Grade: A Views: 5
Hello experts, Im using struts 2 for a project and I want to store an object in a session, so that I can have access to it from all Actions and JSPs. I found this using Google's code search: ...
Zones: Struts, J2EE, ServletsDate Answered: 05/17/2007 Grade: C Views: 436
How do I pass fields from one jsp to another in Struts 2, without using session.setAttribute("fieldName",fieldname) and session.getAttribute("fieldName",fieldName)?  Thank You!
Zones: Struts, Java, JSPDate Answered: 10/24/2007 Grade: A Views: 4
For a method returning boolean, I know we could use <s:if test="%{#session.registration.SomeBooleanMethod('dummy')}">       this is method juhani       </s:if> <s:else>       this is not method juhani </s...
Zones: Java, StrutsDate Answered: 08/15/2007 Grade: A Views: 78
In struts 2, there is such kind of expression in JSP page: <s:if test="%{#session.test}" > .. </s:if> What does %, # means here?
Zones: Struts, Java, J2EEDate Answered: 08/20/2007 Grade: A Views: 24
Does someone know some article or book which has examples of struts 2 tag? I welcome multiple comments for this question.
Zones: J2EE, StrutsDate Answered: 08/21/2007 Grade: A Views: 18