[jboss-user] [JBoss jBPM] - Re: jBPM on GlassFish - HTTP status 500
crued
do-not-reply at jboss.com
Fri Aug 1 16:09:08 EDT 2008
"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#4168247
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4168247
More information about the jboss-user
mailing list