Hi s2 users! I like to render a html button element. <s:submit type="button" title="new" value="%{getText('common.themes.'+#attr.THEME+'.editing.new')}" cssClass="${pageScope.divClass}" id="btn_new"/>
Most of the times <s:submit does not render the title attribute. what i get on the page is <button id="btn_new" class="localTooltipSensitiv create" value="New" type="submit">New</button> sometimes i get <button id="btn_new" class="localTooltipSensitiv create" title="" value="New" type="submit">New</button> Both result are not correct. Is it a bug? Did i make a mistake? Can you give me hint, please? greets stefan gebhardt --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]