Jean-Baptiste Quenot-3 wrote:
>
> * Herman Bovens:
>
>> OK thanks, the IllegalBlockSizeException is gone now (strange:
>> if I add the "name" attribute again, it stays gone....?), but
>> the MarkupExceptions remain.
>
> Well I guess markup errors are pretty understandable as they state
> precisely which component does not match. For example I don't see
> the feedback component in your template.
>
I think I removed it to see if it would help - but it didn't. So now I've
put it back in there but still get the error with this markup:
<wicket:panel>
<form wicket:id="signInForm" name="signInForm">
<table>
<tbody>
<tr>
<td>ID <input wicket:id="username"
type="text"
id="j_username"/></td>
<td>Paswoord <input
wicket:id="password" type="password"
id="j_password"/></td>
<td> # Login </td>
<td> # Registreer </td>
</tr>
</tbody>
</table>
</form>
<script type="text/javascript">
function submitLoginForm() {
document.signInForm.submit();
}
function registerNewUser() {
window.alert("TODO");
}
</script>
</wicket:panel>
The error itself looks like this:
[markup =
jar:file:/C:/jboss-4.0.5.GA/server/default/./tmp/deploy/tmp5982MijnBroodje.ear-contents/MijnBroodje-exp.war/WEB-INF/lib/wicket-1.3.0-incubating-SNAPSHOT-javadoc.jar!/org/apache/wicket/markup
/html/panel/FeedbackPanel.html, index = 0, current = [Raw markup]]
org.apache.wicket.markup.MarkupException: Tag '<LINK TYPE="text/css"
TITLE="Style" REL="stylesheet" HREF="../../../../../../stylesheet.css">'
(line 13, column 1) has a mismatched close tag at '</HEAD>
' (line 22, column 1)
[markup =
jar:file:/C:/jboss-4.0.5.GA/server/default/./tmp/deploy/tmp5982MijnBroodje.ear-contents/MijnBroodje-exp.war/WEB-INF/lib/wicket-1.3.0-incubating-SNAPSHOT-javadoc.jar!/org/apache/wicket/markup
/html/panel/FeedbackPanel.html, index = 0, current = [Raw markup]]
at
org.apache.wicket.markup.MarkupParser.parseMarkup(MarkupParser.java:323)
at
org.apache.wicket.markup.MarkupParser.readAndParse(MarkupParser.java:196)
at
org.apache.wicket.markup.MarkupCache.loadMarkup(MarkupCache.java:344)
at
org.apache.wicket.markup.MarkupCache.loadMarkupAndWatchForChanges(MarkupCache.java:428)
at
org.apache.wicket.markup.MarkupCache.getMarkup(MarkupCache.java:306)
at
org.apache.wicket.markup.MarkupCache.getMarkupStream(MarkupCache.java:110)
at
org.apache.wicket.MarkupContainer.getAssociatedMarkupStream(MarkupContainer.java:327)
When I look in FeedbackPanel.html it doesn't contain any LINK tags though.
Herman
--
View this message in context:
http://www.nabble.com/1.2-to-1.3-migration-problems-%28javax.crypto.IllegalBlockSizeException-tf3694734.html#a10386754
Sent from the Wicket - User mailing list archive at Nabble.com.
-------------------------------------------------------------------------
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just data. Click to get it now.
http://sourceforge.net/powerbar/db2/
_______________________________________________
Wicket-user mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/wicket-user