Jim McBeath 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



I have the same problem. Even more, events are handled by non-wicket button handler, only...


-------------------------------------------------------
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