Maximilian Meister wrote:
% On 01/29/2014 01:19 PM, Maximilian Meister wrote:
% >
% >Hi Michael,
% >
% >I have tried this in my first attempt, but the html:password
% >struts tag doesn't accept the attribute "placeholder="******".
% 
% to reformulate my statement a bit, the html:password struts tag
% doesn't know any placeholder attribute.
...

I see :(, I was not aware of it. Anyway I'd still prefer not to use javascript
if not necessary. So in this particular case I'd replace html:password
with direct html input tag:

    <input type="password" name="desiredpassword" class="form-control" 
size="15" maxlength="${passwordLength}" 
placeholder="&bull;&bull;&bull;&bull;&bull;&bull;"/>


Regards,

--
Michael Mráka
Satellite Engineering, Red Hat

_______________________________________________
Spacewalk-devel mailing list
Spacewalk-devel@redhat.com
https://www.redhat.com/mailman/listinfo/spacewalk-devel

Reply via email to