|
|
Subject: Problem with BList rendering - msg#00137
List: java.enhydra.barracuda.general
Hello,
We are experiencing some difficulties with BList rendering.
We have the following snip in our html mockup:
<ul id="anID">
<li>will be removed</li>
</ul>
We have the following code to fill this <ul>
DefaultListModel listModel = new DefaultListModel();
listModel.add(new BLink("my link", anURL));
BList bList = new BList(listModel);
bList.addView(new DefaultView(page.getElementAnID()));
The resulting HTML code is
<ul id="anID">
<li>
<ul id="anID">
<li><a href=" http://barracudamvc.org.is.down">my link</a></li>
</ul>
</li>
</ul>
I suppose this is a problem with Barracuda, I do not expect it to
reinject a <ul><li> inside a <li> while rendering. We're using version
1.2.5 by the way.
Regards,
--
Mark
Was this page helpful?
Thread at a glance:
Previous Message by Date:
click to view message preview
Barracuda: Re: Roadmap?
Srinivas Yermal wrote:
> 3. Not enough components and the ease of use of components.
Maybe you are interested in this: I'm working on seven new Components:
BFrame, BImage, BImageLink, BLogin, BMenu, BMessage, BSubstitutor. They
follow the concept "no directives and code in markup but freedom of design".
Except for BSubstitutor (lightwight BTemplate) where I use one very easy
directive this is true. Provided that the Barracuda community is interested
on them, I would contribute them to the project.
At the moment they work, but they have small limitations which must be
improved and more tests are needed to make them stable. Also the
documentation is poor and must be completed.
Regards,
Thorsten
_______________________________________________
Barracuda mailing list
Barracuda@xxxxxxxxxxx
http://www.enhydra.org/mailman/listinfo.cgi/barracuda
FAQ - http://www.jguru.com/faq/Barracuda
Next Message by Date:
click to view message preview
FW: Barracuda: Re: Roadmap?
-----Original Message-----
From: barracuda-admin@xxxxxxxxxxx [mailto:barracuda-admin@xxxxxxxxxxx]On
Behalf Of Thorsten Möller
Sent: Thursday, November 27, 2003 6:13 AM
To: barracuda@xxxxxxxxxxx
Subject: Barracuda: Re: Roadmap?
Srinivas Yermal wrote:
> 3. Not enough components and the ease of use of components.
Maybe you are interested in this: I'm working on seven new Components:
BFrame, BImage, BImageLink, BLogin, BMenu, BMessage, BSubstitutor. They
follow the concept "no directives and code in markup but freedom of design".
Except for BSubstitutor (lightwight BTemplate) where I use one very easy
directive this is true. Provided that the Barracuda community is interested
on them, I would contribute them to the project.
At the moment they work, but they have small limitations which must be
improved and more tests are needed to make them stable. Also the
documentation is poor and must be completed.
Regards,
Thorsten
_______________________________________________
Barracuda mailing list
Barracuda@xxxxxxxxxxx
http://www.enhydra.org/mailman/listinfo.cgi/barracuda
FAQ - http://www.jguru.com/faq/Barracuda
Previous Message by Thread:
click to view message preview
Roadmap?
Happy Thanks Giving!
About this time last year was when barracuda went onto a new server and
all the nice stuff happened I guess. I want to congratulate the
Barracuda team on coming up with a sleek and cool model. I was wondering
what the next steps are. I was looking for a roadmap document on the
website and couldnt find it. Earlier on, there was also talk about
getting wiki in. I think that should be pursued too.
Some of the concerns that keeps coming up in using barracuda in my team,
1. Steep learning curve
2. Speed of the application written in Barracuda
3. Not enough components and the ease of use of components.
And normally I dont have enough datapoints to fight for Barracuda. I
quite like Barracuda and its been quite some time since I have started
using barracuda. I sifted through the mailing list, but couldnt find
enough material other than the landscape document.
Firstly, I was wondering whether there were any performance benchmarks
against barracuda and also some comparitive study of performance on a
similar application in struts. Another question is whether the component
structure needs to be more feature rich and "drag-and-droppable" (for
the lack of a better term). Does it need to branch out into almost a
separate project.
Thanks,
Srini.
Next Message by Thread:
click to view message preview
FW: Barracuda: Re: Roadmap?
-----Original Message-----
From: barracuda-admin@xxxxxxxxxxx [mailto:barracuda-admin@xxxxxxxxxxx]On
Behalf Of Thorsten Möller
Sent: Thursday, November 27, 2003 6:13 AM
To: barracuda@xxxxxxxxxxx
Subject: Barracuda: Re: Roadmap?
Srinivas Yermal wrote:
> 3. Not enough components and the ease of use of components.
Maybe you are interested in this: I'm working on seven new Components:
BFrame, BImage, BImageLink, BLogin, BMenu, BMessage, BSubstitutor. They
follow the concept "no directives and code in markup but freedom of design".
Except for BSubstitutor (lightwight BTemplate) where I use one very easy
directive this is true. Provided that the Barracuda community is interested
on them, I would contribute them to the project.
At the moment they work, but they have small limitations which must be
improved and more tests are needed to make them stable. Also the
documentation is poor and must be completed.
Regards,
Thorsten
_______________________________________________
Barracuda mailing list
Barracuda@xxxxxxxxxxx
http://www.enhydra.org/mailman/listinfo.cgi/barracuda
FAQ - http://www.jguru.com/faq/Barracuda
|
|