You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@wicket.apache.org by lizz <el...@bouvet.no> on 2007/09/30 18:00:37 UTC

How do I change the label/text for the wizard buttons?

How do I change the label on the previous, next and finish buttons in the
wizard? 
I would like to change the label of the FinishButton to "save".


-- 
View this message in context: http://www.nabble.com/How-do-I-change-the-label-text-for-the-wizard-buttons--tf4543907.html#a12967106
Sent from the Wicket - User mailing list archive at Nabble.com.


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


Re: How do I change the label/text for the wizard buttons?

Posted by lizz <el...@bouvet.no>.
Thanks :-) 


Kent Tong wrote:
> 
> 
> lizz wrote:
>> 
>> How do I change the label on the previous, next and finish buttons in the
>> wizard? 
>> I would like to change the label of the FinishButton to "save".
>> 
> 
> In your .properties file, add:
> 
> org.apache.wicket.extensions.wizard.next=Proceed
> org.apache.wicket.extensions.wizard.previous=Go back
> org.apache.wicket.extensions.wizard.finish=Save
> 
> 

-- 
View this message in context: http://www.nabble.com/How-do-I-change-the-label-text-for-the-wizard-buttons--tf4543907.html#a13187240
Sent from the Wicket - User mailing list archive at Nabble.com.


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


Re: How do I change the label/text for the wizard buttons?

Posted by Kent Tong <ke...@cpttm.org.mo>.

lizz wrote:
> 
> How do I change the label on the previous, next and finish buttons in the
> wizard? 
> I would like to change the label of the FinishButton to "save".
> 

In your .properties file, add:

org.apache.wicket.extensions.wizard.next=Proceed
org.apache.wicket.extensions.wizard.previous=Go back
org.apache.wicket.extensions.wizard.finish=Save

-- 
View this message in context: http://www.nabble.com/How-do-I-change-the-label-text-for-the-wizard-buttons--tf4543907.html#a12972587
Sent from the Wicket - User mailing list archive at Nabble.com.


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