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...
http://www.experts-exchange.com/Programming/Languages/Java/Q_22766240.html
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...
http://www.experts-exchange.com/Programming/Languages/Java/Q_22834524.html
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 "...
http://www.experts-exchange.com/Programming/Languages/Java/J2EE/Frameworks/Struts/Q_238296...
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?
http://www.experts-exchange.com/Programming/Languages/Java/J2EE/Q_23593626.html
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 ...
http://www.experts-exchange.com/Programming/Languages/Java/J2EE/Frameworks/Struts/Q_225752...
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:
...
http://www.experts-exchange.com/Programming/Languages/Java/J2EE/Frameworks/Struts/Q_225764...
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!
http://www.experts-exchange.com/Programming/Languages/Java/J2EE/Frameworks/Struts/Q_227330...
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...
http://www.experts-exchange.com/Programming/Languages/Java/Q_22763552.html
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?
http://www.experts-exchange.com/Programming/Languages/Java/J2EE/Frameworks/Struts/Q_227738...
Does someone know some article or book which has examples of struts 2 tag? I welcome multiple comments for this question.
http://www.experts-exchange.com/Programming/Languages/Java/J2EE/Q_22773977.html
Zones:
J2EE,
StrutsDate Answered: 08/21/2007 Grade: A Views: 18