Re: Further suggestion please?
Jacob Kjome <[email protected]>
| Newsgroups | gmane.comp.java.enhydra.barracuda.general |
|---|---|
| Message-ID | <[email protected]> |
Hi Damar,
I guess what I meant in my earlier message was to provide the actual
relevant code that you use. Do you use BTemplate? If you can provide a
snippet of the relevant html in question and a snippet of the relevant
model code where you return BComponents, then we can see what you might be
doing wrong. The information below doesn't tell me a whole lot that is
relevant to the issue at hand; getting BLink to work for you. Like I said
before, take a look at:
http://barracudamvc.org/Barracuda/CompTest5
This corresponds to the sourcecode at...
org/enhydra/barracuda/examples/xmlc
/CompEx5.html
/CompEx5.java
This example is all about testing out the BLink component so you should
find your answer here. This should be in the Barracuda-1.1.1 release that
shipped with Enhydra-5.0.
BTW, are you using any BComponents? Is this just a question in general
about using Barracuda components or do you use a bunch of components but
just don't know how to use a BLink component? You need to provide more of
a context for those of us who would like to help.
I also noticed your other message about using Enhydra-5.0. Unfortunately,
I can't be of any help there. I don't have a clue about how to use Enhydra
(I used it long ago, and can't remember much about it). Might I suggest
getting things working under Tomcat-4.1.24 and then migrating that to Enhydra?
Jake
At 03:57 PM 3/27/2003 +0800, you wrote:
>Following Jake's and my earlier message, I did the followings to
>add a new Page:
>
>1. Page1 was created (combining header.html, footer.html,
>menu.html, and the Page1Text.html). I copied Page1.html to Page2.html,
>make it to use Page2Text.html in Page1Text.html's place, and edited all
>relevant entries.
>
>2. Copy Page1.java to Page2.java and edited all relavant entries.
>
>3. web.xml is edited so that page1 and page2 can be accessed
>through http://mydomain.com:8002/page1 and http://mydomain.com:8002/page2
>respectively.
>
>4. Two buttons, page1 and page2, are added in Menu.html, making them
>to point to above URL's respectivey, using <a tags.
>
>After compilling, it is working fine.
>
>My question here is:
>
>I have not used Blink component here (I still do not know how to use it
>either!), what are the advantages, if I use Blink component here? Or, any
>other methods that Barracuda may provide?
>
>Any pointers would be highly appreciated.
>
>Damar
>
>_______________________________________________
>Barracuda mailing list
>[email protected]
>http://barracudamvc.org/lists/listinfo/barracuda