Re: [Shale] Using standalone tiles?

2005-11-28 Thread Bjørn T Johansen
Now it works, because the site is up again BTJ [EMAIL PROTECTED] wrote: > Actually I changed my /org/apache/tiles/resources as Wendy states below and now it does work.. > Maybe you can recheck and make sure your dtd says exactly what you think > it does..? > Geeta > >

Re: [Shale] Using standalone tiles?

2005-11-28 Thread Bjørn T Johansen
Well, that's the one I am using and it is not working when the apache site is down! BTJ Wendy Smoak wrote: > On 11/28/05, Bjørn T Johansen <[EMAIL PROTECTED]> wrote: > >> Yes, I think you are right... But I think it's kind of stupid that my >> webapplicat

Re: [Shale] Using standalone tiles?

2005-11-28 Thread Bjørn T Johansen
with totally different configuration(struts > 1.2, no shale of jsf). Apache web site seems down (or I can not reach > it) so tomcat could not fetch the dtd files. I think the problem is > related to that. > > > Bjørn T Johansen wrote: >> I am using JSF, Shale and tiles (tiles-

[Shale] Using standalone tiles?

2005-11-28 Thread Bjørn T Johansen
the samme error...) Regards, BTJ -- ------- Bjørn T Johansen [EMAIL PROTECTED] --- Someone wrote: "I underst

Re: Struts to Postgresql db connection refused

2005-09-13 Thread Bjørn T Johansen
The problem is most certainly a problem with access right (ref. pg_hba.conf)... So this problem is not really a Struts problem; you should learn how to use the PostgreSQL server before you try to use it from Struts BTJ R Rajendran wrote: > I tried this command it works: > > psql -Upostgres

Re: How do I write a navigation rule for Tiles using JSF?

2005-09-07 Thread Bjørn T Johansen
And looking at that url, gave the solution on how to name my tiles def and view id, so now it's working... Thx for all you suggestions :) BTJ Wendy Smoak wrote: > From: "Bjørn T Johansen" <[EMAIL PROTECTED]> > >> I am used to just using .tiledefname in S

Re: How do I write a navigation rule for Tiles using JSF?

2005-09-07 Thread Bjørn T Johansen
Well, I am trying around to get anything to work, but no configurations seem to work But I see a clear description in your url, so I will try that... Thx... :) BTJ Wendy Smoak wrote: > From: "Bjørn T Johansen" <[EMAIL PROTECTED]> > >> I am used to just usin

Re: Exception trying to read tiles definition file in JSF..

2005-09-07 Thread Bjørn T Johansen
Yes, I am using one of those in my DOCTYPE definition BTJ Greg Reddin wrote: > If you are using "-//Apache Software Foundation//DTD Tiles > Configuration 1.1//EN" or "-//Apache Software Foundation//DTD Tiles > Configuration 1.2//EN" in your DOCTYPE definition and are using the > latest cu

How do I write a navigation rule for Tiles using JSF?

2005-09-07 Thread Bjørn T Johansen
BTJ -- --- Bjørn T Johansen [EMAIL PROTECTED] --- Someone wrote: "I understand that if you play a Windows CD backwards you hear strange Satanic messages" To which

Re: Exception trying to read tiles definition file in JSF..

2005-09-06 Thread Bjørn T Johansen
I still don't understand why the registration feature of Digester > wouldn't get around this issue. > > Greg > > On Sep 6, 2005, at 3:35 PM, Bjørn T Johansen wrote: > >> Or it might >> What is the correct uri for the dtd? The one I am using, is

Re: Exception trying to read tiles definition file in JSF..

2005-09-06 Thread Bjørn T Johansen
I am not sure of the relevance to my question but BTJ [EMAIL PROTECTED] wrote: > ..and here's a good explanation of the problem, why it occurs and why > setting scope=session works: > > http://www.groundside.com/blog/content/DuncanMills/?month=6&day=7&year=2005 > > Geeta > --

Re: Exception trying to read tiles definition file in JSF..

2005-09-06 Thread Bjørn T Johansen
Or it might What is the correct uri for the dtd? The one I am using, is not working.. (http://apache.org/dtds/tiles-config_1_2.dtd) BTJ Bjørn T Johansen wrote: > Nope, I access the internet without any problems, so that is not the case > here... > > BTJ > > Greg Reddin

Re: Exception trying to read tiles definition file in JSF..

2005-09-06 Thread Bjørn T Johansen
IO exception while Digester > was trying to resolve DTDs. If I was not logged in to the VPN the > tests ran just fine. Could that be your problem? > > Greg > > On Sep 6, 2005, at 1:59 PM, Bjørn T Johansen wrote: > >> Yes, I ha

Re: Exception trying to read tiles definition file in JSF..

2005-09-06 Thread Bjørn T Johansen
t; -Original Message- > From: Bjørn T Johansen [mailto:[EMAIL PROTECTED] > Sent: Tuesday, September 06, 2005 3:00 PM > To: Struts Users Mailing List > Subject: Re: Exception trying to read tiles definition file in JSF.. > > > Yes, I have the followi

Re: Exception trying to read tiles definition file in JSF..

2005-09-06 Thread Bjørn T Johansen
Yes, I have the following in my web.xml..: Tiles Servlet org.apache.tiles.servlets.TilesServlet definitions-config /WEB-INF/tiles.xml 2 and /WEB-INF/tiles.xml exists and contains valid tiles definitions (copied from a working Struts project...) BTJ Greg R

Exception trying to read tiles definition file in JSF..

2005-09-06 Thread Bjørn T Johansen
Anyone know why or if I should find another way to initialize tiles? (I am using tiles-core from the sandbox...) Regards, BTJ -- --- Bjørn T Johansen [EMAIL PROTECTED

Re: Tiles and JSF?

2005-09-01 Thread Bjørn T Johansen
How stable are these? BTJ Greg Reddin wrote: > On Sep 1, 2005, at 4:44 PM, Bjørn T Johansen wrote: > >> I have used Tiles with Struts before and as I understand, one can use >> Tiles with JSF? >> Any difference in how to use it compared to Struts? >> Where can I

Tiles and JSF?

2005-09-01 Thread Bjørn T Johansen
-- --- Bjørn T Johansen [EMAIL PROTECTED] --- Someone wrote: "I understand that if you play a Windows CD backwards you hear strange Satanic messages" To which someone replied: "It's

Re: [SHALE] prerender() never called..?

2005-08-29 Thread Bjørn T Johansen
>>>But now I have changed the name of my managed bean to >>>correspond to this naming scheme, but still no methods is called...? >>>Am I missing more...? >> >> >>Without more details about what you're doing, it's impossible to tell >>what is going wrong -- but one thing you should *not* be worrying

Re: [SHALE] prerender() never called..?

2005-08-29 Thread Bjørn T Johansen
That did the trick... But maybe this should be updated as well...: http://struts.apache.org/shale/index.html#download BTJ Craig McClanahan wrote: > On 8/28/05, Wendy Smoak <[EMAIL PROTECTED]> wrote: > >>From: "Bjørn T Johansen" <[EMAIL PROTECTED]> >> &g

Re: [SHALE] prerender() never called..?

2005-08-28 Thread Bjørn T Johansen
Craig McClanahan wrote: > On 8/28/05, Bjørn T Johansen <[EMAIL PROTECTED]> wrote: > >>Ok, that I did not know... > > > Tonight's nightly build will include Javadocs for ViewController that > make this requirement much more explicit -- you're not the fir

Re: [SHALE] prerender() never called..?

2005-08-28 Thread Bjørn T Johansen
Ok, that I did not know... But now I have changed the name of my managed bean to correspond to this naming scheme, but still no methods is called...? Am I missing more...? BTJ Craig McClanahan wrote: > On 8/28/05, Bjørn T Johansen <[EMAIL PROTECTED]> wrote: > >>I have a

[SHALE] prerender() never called..?

2005-08-28 Thread Bjørn T Johansen
-- --- Bjørn T Johansen [EMAIL PROTECTED] --- Someone wrote: "I understand that if you play a Windows CD backwards you hear strange Satanic messages" To which someone replied: "It&#x

[SHALE] How stable is Shale?

2005-08-24 Thread Bjørn T Johansen
months before it's ready? Regards, BTJ -- --- Bjørn T Johansen [EMAIL PROTECTED] --- Someone wrote: "I

Re: html:image?

2004-12-13 Thread Bjørn T Johansen
Yes, of course. Thx :) BTJ Matthias Stoll wrote: Hi Bjorn You should use the tag. the tag renders an "input" tag of type "image" ( tag, which is what you need. greets __ Matthias Stoll hpi GmbH Application Development Web site: http://www.hpigmbh.com Bjør

html:image?

2004-12-13 Thread Bjørn T Johansen
-- --- Bjørn T Johansen [EMAIL PROTECTED] --- Someone wrote: "I understand that if you play a Windows CD backwards you

Best practice updating data in webapps?

2004-11-24 Thread Bjørn T Johansen
don't match, someone else has updated the record before you.. But is this the best way? Regards, BTJ -- --- Bjørn T Johansen [EMAIL PROT

BeanUtils.populate exception?

2004-10-26 Thread Bjørn T Johansen
, BTJ -- --- Bjørn T Johansen (BSc,MNIF) [EMAIL PROTECTED] --- Someone wrote: "I understand that if you play a Windows CD bac

SOFIA?

2004-06-01 Thread Bjørn T Johansen
I recently came over SOFIA and after a quick look it looks promising. Does anyone have any experience with this framework? Is it worth looking further into? Regards, BTJ - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional