Re: Tiles/Orion(Oracle)

2001-11-02 Thread Cedric Dumoulin


  Hi,

  Does the ignore=true  not reset bug in Orion still remain with the latest Tiles 
distribution ? I think I have corrected it. Can someone confirm it ?

  For the Orion problem (submenu failed after second access), I am aware of it and 
will try to correct it asap.
  A workaround is to set Orion webserver in development mode (force it to generate 
java classes for pages). If you have already tested your application, you should force 
Orion to regenerate your java classes. The simplest way is to remove all previously 
generated classes and serialized beans (in application-deployments).

  Cedric

Stephen Gissendaner wrote:

 Octavio,

 I am using tiles with oc4j.

 the only bug issue that I ran into is that if you have an tiles:get ... 
ignore=true and you don't pass the item in via the tiles:put.. then from the 
tiles:get...  on all of the tiles tags are ignored! Since you are using a submenu, 
It sounds like you may have this issue. (I am assuming that you can get basic stuff 
to work)

 My work around was to have a put name=submenu value=/common/blank.jsp/ in the 
master definition and then override it when needed in the extended definitions.

 Hope that this helps.

 Stephen W. Gissendaner
 Senior Application Engineer,
 EPL

 -Original Message-
 From: Otavio C. Decio [mailto:[EMAIL PROTECTED]]
 Sent: Wednesday, October 31, 2001 10:22 AM
 To: Struts Users Mailing List
 Subject: Tiles/Orion(Oracle)

 Hi all,

 Did anybody successfully installed an ran Tiles on Oracle's flavor of Orion? We have 
a new project starting, I wanted to use Tiles but so far I couldn't solve a problem 
with the submenu. If someone got it running, would you please tell me which platform 
and version are you using.

 Thanks!!

 Otavio

 --
 To unsubscribe, e-mail:   mailto:[EMAIL PROTECTED]
 For additional commands, e-mail: mailto:[EMAIL PROTECTED]


--
To unsubscribe, e-mail:   mailto:[EMAIL PROTECTED]
For additional commands, e-mail: mailto:[EMAIL PROTECTED]




RE: Tiles/Orion(Oracle)

2001-11-02 Thread Darryl Pentz

Hi Cedric,

So is there (was there) a known bug with Orion then? This sounds very much
like the problem I had with Orion where a search form worked the first time,
and then subsequently only returned the page of the first search's results.
The JSP seemed to hang at the template:insert... start tag.

Could you please explain what the problem was? I only recently rejoined the
mailing list so I'm not privy to previous discussions. Also, will the latest
Struts nightly build have your fix in it?

thanks,
Darryl

 -Original Message-
 From: Cedric Dumoulin [mailto:[EMAIL PROTECTED]]
 Sent: 02 November 2001 12:21
 To: Struts Users Mailing List
 Subject: Re: Tiles/Orion(Oracle)



   Hi,

   Does the ignore=true  not reset bug in Orion still remain
 with the latest Tiles distribution ? I think I have corrected it.
 Can someone confirm it ?

   For the Orion problem (submenu failed after second access), I
 am aware of it and will try to correct it asap.
   A workaround is to set Orion webserver in development mode
 (force it to generate java classes for pages). If you have
 already tested your application, you should force Orion to
 regenerate your java classes. The simplest way is to remove all
 previously generated classes and serialized beans (in
 application-deployments).

   Cedric

 Stephen Gissendaner wrote:

  Octavio,
 
  I am using tiles with oc4j.
 
  the only bug issue that I ran into is that if you have an
 tiles:get ... ignore=true and you don't pass the item in via
 the tiles:put.. then from the tiles:get...  on all of the
 tiles tags are ignored! Since you are using a submenu, It sounds
 like you may have this issue. (I am assuming that you can get
 basic stuff to work)
 
  My work around was to have a put name=submenu
 value=/common/blank.jsp/ in the master definition and then
 override it when needed in the extended definitions.
 
  Hope that this helps.
 
  Stephen W. Gissendaner
  Senior Application Engineer,
  EPL
 
  -Original Message-
  From: Otavio C. Decio [mailto:[EMAIL PROTECTED]]
  Sent: Wednesday, October 31, 2001 10:22 AM
  To: Struts Users Mailing List
  Subject: Tiles/Orion(Oracle)
 
  Hi all,
 
  Did anybody successfully installed an ran Tiles on Oracle's
 flavor of Orion? We have a new project starting, I wanted to use
 Tiles but so far I couldn't solve a problem with the submenu. If
 someone got it running, would you please tell me which platform
 and version are you using.
 
  Thanks!!
 
  Otavio
 
  --
  To unsubscribe, e-mail:
mailto:[EMAIL PROTECTED]
 For additional commands, e-mail:
mailto:[EMAIL PROTECTED]


--
To unsubscribe, e-mail:
mailto:[EMAIL PROTECTED]
For additional commands, e-mail:
mailto:[EMAIL PROTECTED]



--
To unsubscribe, e-mail:   mailto:[EMAIL PROTECTED]
For additional commands, e-mail: mailto:[EMAIL PROTECTED]




Re: Tiles/Orion(Oracle)

2001-11-02 Thread Cedric Dumoulin


  It is now ok : Tiles run with Orion in both mode (development and production).
  Otavio, can you tell us if it also works on Oracle's flavor of Orion (I thing yes, 
but want to be sure).
  I have try it with Orion 1.5.3.

Cedric

Otavio C. Decio wrote:

 Hi all,

 Did anybody successfully installed an ran Tiles on Oracle's flavor of Orion? We have 
a new project starting, I wanted to use Tiles but so far I couldn't solve a problem 
with the submenu. If someone got it running, would you please tell me which platform 
and version are you using.

 Thanks!!

 Otavio


--
To unsubscribe, e-mail:   mailto:[EMAIL PROTECTED]
For additional commands, e-mail: mailto:[EMAIL PROTECTED]




RE: Tiles/Orion(Oracle)

2001-10-31 Thread Stephen Gissendaner

Octavio,

I am using tiles with oc4j. 

the only bug issue that I ran into is that if you have an tiles:get ... 
ignore=true and you don't pass the item in via the tiles:put.. then from the 
tiles:get...  on all of the tiles tags are ignored! Since you are using a submenu, 
It sounds like you may have this issue. (I am assuming that you can get basic stuff to 
work)

My work around was to have a put name=submenu value=/common/blank.jsp/ in the 
master definition and then override it when needed in the extended definitions.

Hope that this helps.


Stephen W. Gissendaner
Senior Application Engineer,
EPL



-Original Message-
From: Otavio C. Decio [mailto:[EMAIL PROTECTED]]
Sent: Wednesday, October 31, 2001 10:22 AM
To: Struts Users Mailing List
Subject: Tiles/Orion(Oracle)


Hi all,

Did anybody successfully installed an ran Tiles on Oracle's flavor of Orion? We have a 
new project starting, I wanted to use Tiles but so far I couldn't solve a problem with 
the submenu. If someone got it running, would you please tell me which platform and 
version are you using.

Thanks!!

Otavio


--
To unsubscribe, e-mail:   mailto:[EMAIL PROTECTED]
For additional commands, e-mail: mailto:[EMAIL PROTECTED]