1. Why Tiles REGEXP wildcard definition cause endless jsp including error stackoverflow.comI use tiles 2.2.2 with Struts2 2.2.3, since Struts2-Tiles plugin is quite old, its implementation uses many Tiles deprecated API, and I want to try REGEXP wildcard, so I implement my ... |
2. How to return an 404 error when I use Struts 2 wildcard configuration? stackoverflow.comI am building a website using struts 2 . Here is a clip of my "struts.xml":
|
3. Can't get attribute value in JSP from tiles if using wildcard character in definition name in tiles 2.1 struts.1045723.n5.nabble.comHi Antonio, Thanks for your reply. Here is the code snippet. I have added all jars and imported all taglibs. If I click the following link user Overview If I keep tiles:user:overview definition in tiles then it's working but if I remove tiles:user:overview definition from tiles and keep tiles:*:* definition then it's not finding pageName aatribute. Can you please help ... |
4. How can I get attribute value in JSP, where attribute value is dynamically set from wildcard definition name? struts.1045723.n5.nabble.com |