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">


---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscr...@struts.apache.org
For additional commands, e-mail: dev-h...@struts.apache.org

Reply via email to