I concur with Martin on that. If they already have the XML library in their JSP use a different extension for myfaces (t for tomahawk, whatever.) If they already are using the myfaces extensions in their JSP they just use a different prefix for the XML stuff. If they are already using both they have already done one or the other ;-)
sean On 5/31/05, Martin Marinschek <[EMAIL PROTECTED]> wrote: > Oh my, to change that, we would have to do a lot of string > replacements (in all of the examples, e.g.) ;) > > Why not let the user change it to a different prefix if they use > MyFaces and the JSTL's XML tag library together? > > regards, > > Martin > > On 5/30/05, Michael Rimov <[EMAIL PROTECTED]> wrote: > > Hi all, > > > > I've been digging around MyFaces and I noticed that you guys recommended the > > prefix 'x' for all the MyFaces extensions. Of course, I understand that we > > can name the prefix whatever we wish, but I wanted to point out that 'x' is > > the default runtime recommendation for JSTL's XML tag library. > > > > Given that, wouldn't it be better to recommend a different prefix as a > > default so names don't collide with a JSTL library? > > > > Thanks for the ear :) > > -Mike > > > > > > >
