Top "Struts-tags" questions

The Struts framework's tag library decoupled from the view technology.

How do I set default selected value in Struts2 <s:select> tag?

I am new in Struts2. I have user form, role column have a drop-down list. When user form is in …

struts2 html-select struts-tags
What's the difference between # , % and $ signs in Struts tags?

I'm working with Struts2 and when I'm accessing value stack variables I don't know whether to use % or # or $. I …

jsp struts2 ognl struts-tags
How to compare two strings using Struts2 tags and OGNL?

I am trying to compare two values : one from session and anther from iterator <s:iterator value="themes" status="…

java jsp struts2 ognl struts-tags
How to check radio button according to value retrieved from database?

I have a JSP page where I am saving a form and value of the selected radio button in database. …

jsp struts2 radio-button el struts-tags
Struts <logic:notEmpty> not working or bean property not being written properly to JSP?

I'm beginning on bug fixes for a program with which I have little familiarity. I've changed a section of code …

java jsp jstl struts struts-tags
How struts property tag works with date value?

I have a JSP page where i am getting a Date value from my action class. I am not able …

java jsp struts2 struts-tags
Using custom data attribute in Struts 2 s:select

I'm trying to use custom data attributes of HTML in Struts2 tags here is my sample code <s:select …

struts2 struts-tags