"crued" wrote : The particular lines that seem to be causing trouble are the
"gd:filter" tags...
gd:sort also causes trouble.
Running this command in the sa directory of the console "fixes" it for me (of
course, filters and sorting wont work):
for f in `ls *.xhtml` ; do sed -r 's/($[^<].*gd:(filter|sort).*)/<!-- \1
-->/g' < $f > $f.tmp ;mv $f.tmp $f ; done
I know there's probably a nicer way to do it with sed alone, this is just the way I
remember best
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4168247#...
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&a...