HTML page with

2004-07-11 Thread Vladimir Figurov
Hi I have a trubles with working HTML pages. If HTML page has code: Goto step ONE Step ONE: at output this page on portal has wrong ref. on "Step ONE" - #anchor1 write at once after Base URI Portal, without the current page (portlet) and its parameters. Example: "http://localhost/j

Has anyone used Hibernate

2004-07-11 Thread Bob Fleischman
with Jetspeed and are there any 'gotchas' to look out for?? Thanks Bob - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: Can't compile jetspeed 2

2004-07-11 Thread gm
Progress. Since nothing mentioned TestInterceptorAdapter I assumed it was being run simply because it was in a particular directory, so I renamed it to TestInterceptorAdapter.java.bak and did a maven allClean allBuild, and the build completed (apparently) successfully. BUT: when I did maven qui

Re: Multiple portlet instances and action event execution order

2004-07-11 Thread Paul Spencer
The Jetspeed-2/JSR-168 answer is: The action, without the view (buildNormalContext), is called first then each portlet's view (buildNormalContext) is called in a random order. In short, after the action is called their is no defined "execution order". Paul Spencer Bjorn Vidar Remme wrote:

RE: Multiple portlet instances and action event execution order

2004-07-11 Thread Bjorn Vidar Remme
Tanks for the reply Jeremy. Now that I knew what I was looking for, I found a lot of documentation describing how to use $link & $jslink. Very useful indeed! But I still hva a problem with the executrion order of the action event & build?context methods. As far as I can tell the behaviour is