xmlns
attribute in the root <feed>
tag, no matter what the specification says :(
xmlns
attribute in the root <feed>
tag, no matter what the specification says :(
My team has created a project called Meetro that is a location based community building software of sort. You could also call it a social network. It works completely off of wifi networks, so we're looking to work
together with as many of the community projects out there to spread the word.
We've launched! Three cheers to the entire team for their herculean+ effort. We're off to get shitfaced. See you cats in the morning.
<link rel="home" href="..." />
was causing it. I don't know why but both Safari and Firefox were causing the associated Struts action to execute twice. Fetching the page with wget, however, resulted in the expected behavior.repository_user.xml
file to a hibernate mapping file, try using this stylesheet. It's not completely automatic. I still had to add inverse="true"
attributes in a few places were we're using bi-directional associations (see section 2.3.6 of the Hibernate Reference Documentation). $$EnhancerByCGLIB$$
. I had to patch the Castor source with a hack. Still looking for a long term solution.
if (!containerField) {
//-- Make sure qName is not null
if (qName == null) {
//-- hopefully this never happens, but if it does, it means
//-- we have a bug in our naming logic
String err = "Error in deriving name for type: " +
_class.getName() + ", please report bug to: " +
"http://castor.exolab.org.";
throw new IllegalStateException(err);
}
if( qName.indexOf("$$-enhancer-by-cGLIB$$") != -1 ) {
return;
}
handler.startElement(qName, atts);
}
var href = "http://www.example.com/stuff?" + getDataUri( document.documentElement.innerHTML ); document.documentElement.appendChild( aLinkUsingThatHref )