ah this is because buttons can have model (values) now.
And i only included the value when it is not null
But in youre case it seems that the model value returns an empty string instead of just null.

I will also test for ""


On 9/13/05, Jim McBeath <[EMAIL PROTECTED]> wrote:
In my simple test app I have a form with a button in it.  The button
works properly in 1.1-b4, but when I compile and run using 1.1-rc1,
the button is functional but has no label in it.

The source html for the button:
  <input type="submit" wicket:id="submitButton" value="Submit"/>

The generated html for the button in 1.1-rc1:
  <input value="" type="submit" wicket:id="submitButton" name="submitButton"/>

The generated html for the button in 1.1-b4:
  <input value="Submit" type="submit" wicket:id="submitButton" name="0:appStatus:form:submitButton"/>

--
Jim McBeath


-------------------------------------------------------
SF.Net email is Sponsored by the Better Software Conference & EXPO
September 19-22, 2005 * San Francisco, CA * Development Lifecycle Practices
Agile & Plan-Driven Development * Managing Projects & Teams * Testing & QA
Security * Process Improvement & Measurement * http://www.sqe.com/bsce5sf
_______________________________________________
Wicket-user mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/wicket-user

Reply via email to