Tagged Questions

2
votes
1answer
590 views

Mapping an Enum to form elements using struts2

I'm trying to create a form which contains a radio button that maps to a class that extends java.lang.Enum. <s:form action="corp_low_save"> <s:textfield label="Corporate Client Name" ...
0
votes
2answers
4k views

Combining UrlRewriteFilter and struts 2 with get parameters

Following up on an older question of mine, I managed to get URL Rewriting working somewhat correctly for my struts project where URLs like search?q=blah get converted to queries search.action?q=blah. ...