Fwd: Struts2-bootstrap-plugin
Greg Huber <[email protected]>
| Newsgroups | gmane.comp.jakarta.struts.devel |
|---|---|
| Message-ID | <[email protected]> |
This may not be an issue. So please ignore the previous email. ..dependency stuff linked with using the plugin. -------- Forwarded Message -------- Subject: Struts2-bootstrap-plugin Date: Thu, 23 Mar 2023 10:02:55 +0000 From: Greg Huber <[email protected]> To: Struts Developers List <[email protected]> I was looking at apache roller which uses the struts2-bootstrap-plugin. When I check the generated id's they seem to have extra underscores? <input type="submit" value="Post to Weblog" id="entry____mainAction__publish" name="action:entryEdit!publish" class="btn btn-success"> Is this intentional? ### When I look at "normal" tags only see one underscore: <input type="submit" value="Create" id="myAdd_myAdd_save" name="action:myAdd!save">