Closed GoogleCodeExporter closed 9 years ago
This is a JavaScript error struts will generate HTML for example:
$('#myDiv').append("<input type="text" size="40"/>");
And this is wrong escaped or "Unterminated string" string :)
Can you try this:
$(document).ready(function(){
$('#myLink').click(function(){
$('#myDiv').append('<s:file label="File 1" name="fileUpload" size="40" />');
});
});
Original comment by syt...@gmail.com
on 28 Mar 2012 at 12:49
This is not an Struts2 jQuery Issue. Please use the jquery Forums for this type
of questions.
Original comment by johgep
on 28 Mar 2012 at 1:41
Original issue reported on code.google.com by
joseph.k...@gmail.com
on 24 Mar 2012 at 9:21