Hi,

Which version of Wicket is this ?

wicket:xyz tags and attributes are not written in the produced HTML in
production mode.
You can disable them in DEV mode too with:
app.getMarkupSettings().setStripWicketTags(true).

On Mon, Oct 1, 2012 at 8:02 AM, mahulianand <mahulian...@gmail.com> wrote:
> i want to localize my submit and reset button
> this is the code i have written
>
> <input wicket:id="btnLogin" name="bt_Login" wicket:message="value:submit"
> type="submit">
> <input wicket:id="btnReset" wicket:message="value:reset" type="reset">
>
> but null value is coming for the button.
> when i check the code in IE i was like
>
> <input name="btnLogin" id="btnLogin2" type="submit" wicket:id=""
> wicket:message="" value="Submit"/>
> <input name="btnReset" id="btnReset3" type="reset" wicket:id=""
> wicket:message="" value="Reset"/>
>
> how come the wicket:id and wicket:message became "" and even though it is
> showing value in tag in page its null
>
>
>
> --
> View this message in context: 
> http://apache-wicket.1842946.n4.nabble.com/Problem-in-Localizing-submit-button-tp4652555.html
> Sent from the Users forum mailing list archive at Nabble.com.
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org
> For additional commands, e-mail: users-h...@wicket.apache.org
>



-- 
Martin Grigorov
jWeekend
Training, Consulting, Development
http://jWeekend.com

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

Reply via email to