Do you use xhtml them? And requireLabel attribute will generate just '*', but you can use dynamic attribute require="true" to add support for Html5 require attribute.
Regards -- Ćukasz + 48 606 323 122 http://www.lenart.org.pl/ 2013/2/5 [email protected] <[email protected]>: > Downloaded the snapshot right now. Testing gives no more errors thrown. But > > > <s:textfield name="model.titel" key="alert.tit" requiredLabel="true" /> > > translates to > > <td class="tdLabel"><label for="myredit_model_titel" > class="label">Titel<span class="required">*</span>:</label></td> > <td><input type="text" name="model.titel" value="" > id="myredit_model__titel"/></td> > > which is not really what I would expect. Shouldn't this result in something > like?: > > <input type="text" name="model.titel" value="" id="myredit_model__titel" > required="true" /> > > > Markus > > Am 05.02.2013 19:55, schrieb Lukasz Lenart: >> >> 2013/2/5 [email protected] <[email protected]>: >> >>> :-) Great! >>> >>> Thanks for your constant effort and great work! >> >> >> Did you test with the latest 2.3.10-SNAPSHOT version? >> >> >> Thanks in advance >> > --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
