Very strange. Any exception log?
Eelco
frank bengtsson wrote:
I forgot to mention..the first time i submit, the red asterisks are show
perfectly..if i submit again without correcting the errors THEN i get "Page
has expired" ???
/Frank
On Tuesday 12 July 2005 19:40, frank bengtsson wrote:
Hello,
When i set FormComponentFeedbackBorder i get "The page you requested has
expired.", any ideas ???
I have the following in my formconstructor(plenty more fields than this
one):
TextField firstName = new TextField("firstname", new
PropertyModel(this.memberModel, "firstName"));
firstName.add(RequiredValidator.getInstance()); // Field must be filled
out FormComponentFeedbackBorder firstnameFeedback = new
FormComponentFeedbackBorder("firstnameFeedback"); add(firstnameFeedback);
firstnameFeedback.add(firstName);
and this is my html:
<form wicket:id="detailForm">
<table>
<tr>
<td><label for="firstname">Fornavn</label></td>
<td wicket:id="firstnameFeedback"><input class="plain"
wicket:id="firstname" type="text" size="40"/></td> </tr>
<tr>
This is basically taken from library example...
/Frank
-------------------------------------------------------
This SF.Net email is sponsored by the 'Do More With Dual!' webinar happening
July 14 at 8am PDT/11am EDT. We invite you to explore the latest in dual
core and dual graphics technology at this free one hour event hosted by HP,
AMD, and NVIDIA. To register visit http://www.hp.com/go/dualwebinar
_______________________________________________
Wicket-user mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/wicket-user