Stupid me! Johan just found my issue.

I had:

           <input id="wicket-changeButton" type="submit" id="inputwijzig"
               value="wijzig" class="prodconfButtonWhite"/>

where I should have had:

           <input id="wicket-changeButton" type="submit"
               value="wijzig" class="prodconfButtonWhite"/>

See the difference? Sorry to have bothered the list :|

So, Wicket works fine.


Eelco


Eelco Hillenius wrote:

Hmmm... it's probably not as bad as I thought. The stale data page I am getting when I *very* agressivly refresh the page is probably from a redirect that doesn't happen because the refresh comes too quick.

Don't know about the 'component never rendered' though. That one did not occur last week, but does now. Have to look into that one further this week.

Eelco

Juergen Donnerstag wrote:

Since when? After or prior to the changes I committed today? I'm not
ware the markup parser is using the RequestCycle at all (though I'll
check it).

Juergen




------------------------------------------------------- This SF.Net email is sponsored by: IntelliVIEW -- Interactive Reporting Tool for open source databases. Create drag-&-drop reports. Save time by over 75%! Publish reports on the web. Export to DOC, XLS, RTF, etc. Download a FREE copy at http://www.intelliview.com/go/osdn_nl _______________________________________________ Wicket-develop mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/wicket-develop

Reply via email to