Re: ADFFACES-214: EditableValueRenderer does not handle EvaluationException in method getReadOnly

2006-10-06 Thread Arjuna Wijeyekoon

I agree with Adam,
I think an Exception while calling any of the methods on ValueBinding
(except for the setValue method) should be considered a bug in the
application and logged at
level WARNING.

And in this case, we should return true
to indicate that the binding is readOnly (opt for the more restrictive
option when there are errors).

--arjuna


On 10/6/06, Adam Winer [EMAIL PROTECTED] wrote:


Martin,

Looking at this bug and patch, I'm not sure of the right way to go.

I'm worried about this;  if the exception is thrown constantly, that
could be a significant performance problem.  I'm not at all sure that
we wouldn't want to warn the developer (hence, _LOG.warning()).  Also,
maybe returning true would be better than false here, since the value
isn't writable.

If we do catch the exception, what happens later when the value is
actually retrieved for rendering?  Isn't that just going to generate
another uncaught exception?

-- Adam



Re: [Jira] adding new category/component for Portlet ?

2006-10-06 Thread Arash Rajaeeyan

I was volunteer to work on tomahawk portal which looks shinsuke has solved
it (at least for my test on liferay) now if you open some thing for trinidad
I am volunteer to start working on it.

On 10/6/06, Matthias Wessendorf [EMAIL PROTECTED] wrote:


Hi

Can we open up a component for Portal in the JIRA for Trinidad?

(I have no access to that, Martin? Craig?)

Thx,
Matthias


--
Matthias Wessendorf
http://tinyurl.com/fmywh

further stuff:
blog: http://jroller.com/page/mwessendorf
mail: mwessendorf-at-gmail-dot-com





--
Arash Rajaeeyan


[Proposal] show separator icon and render last child for breadCrumbs on a PDA

2006-10-06 Thread Piyush Hari
Hello,

A breadCrumbs component is used in hierarchical site layouts to indicate the 
path back to the root page of the hierarchy with links. A child representing 
the current page should be the last child. This child may or may not be 
rendered depending on variables like the device type or look and feel, but it 
should always be added.

Currently, links of a breadCrumbs do not have a separator on a PDA. Therefore, 
they look untidy. I propose to fix this. Moreover, for PDAs, last item (current 
page link) is not rendered. It does not occupy a lot of screen estate. So, I 
will render this too.

Let me know what you feel about this. I will go ahead and create the JIRA.

Take Care,
Piyush

Re: [Jira] adding new category/component for Portlet ?

2006-10-06 Thread Adam Winer

Just added it - I have admin privileges.

Any other desirable categories?

-- Adam


On 10/5/06, Matthias Wessendorf [EMAIL PROTECTED] wrote:

Hi

Can we open up a component for Portal in the JIRA for Trinidad?

(I have no access to that, Martin? Craig?)

Thx,
Matthias


--
Matthias Wessendorf
http://tinyurl.com/fmywh

further stuff:
blog: http://jroller.com/page/mwessendorf
mail: mwessendorf-at-gmail-dot-com



Re: [Jira] adding new category/component for Portlet ?

2006-10-06 Thread Scott O'Bryan

Arash,

I'll get some JIRA tasks loaded up for this and you can have at it.  
We're going to need to make some enhancements to the bridge as well and 
we might need to have a Trinidad bridge which derives off the Generic 
Bridge in MyFaces to handle some of the special cases that we can't 
handle until the JSR-286 is release.  There are, however, tons of 
housekeeping things we need to do as well in order to get things ready.  
Any help you can give would be much appreciated.


I would be interested in understanding how you solved PPR and Filter 
issue in Tomahawk as well.


Scott

Adam Winer wrote:

That'd be excellent.  I know there's also some internal work at
Oracle on ADF Faces that should apply to Trinidad - I'll ping
the developer about that.

-- Adam


On 10/6/06, Arash Rajaeeyan [EMAIL PROTECTED] wrote:
I was volunteer to work on tomahawk portal which looks shinsuke has 
solved
it (at least for my test on liferay) now if you open some thing for 
trinidad

I am volunteer to start working on it.

On 10/6/06, Matthias Wessendorf [EMAIL PROTECTED] wrote:

 Hi

 Can we open up a component for Portal in the JIRA for Trinidad?

 (I have no access to that, Martin? Craig?)

 Thx,
 Matthias


 --
 Matthias Wessendorf
 http://tinyurl.com/fmywh

 further stuff:
 blog: http://jroller.com/page/mwessendorf
 mail: mwessendorf-at-gmail-dot-com




--
Arash Rajaeeyan








Re: Trinidad on JDK 1.4

2006-10-06 Thread Scott O'Bryan

Bruno,

Actually, Trinidad does not yet work with portlets.  :)

That being said, most of the code base was ported over from ADFFaces 
which was originally written from 10.1.3.  If 1.4 is a hard requirement, 
you might want to look at ADFFaces again.  I believe the 10.1.3.1 
release has enhancements to work with the portal system.  Hopefully 
we'll get Trinidad up to speed very soon.


-1 to reverting the renderkit to work with 1.4.  It seems to me it's 
taking a step backward, especially as we (or Adam rather) ramp up to 
supporting JSF 1.2.


Scott O'Bryan

Bruno Bernard wrote:
I am currently working for a company that had been using Oracle ADF 
for a while and we are currently planning to move to portlets.
Since oracle ADF does not support portlets out of the box, we decided 
to look more closely into Trinidad which works with Portlets.

One of our requirement is to use Java 1.4.

After looking at this page 
(http://wiki.apache.org/myfaces/ADF_Faces/ToDo) I tried to see how 
much it was to run Trinidad on Java 1.4. It was easy and we've made it 
work. We are currently thinking to go for this solution and contribute 
to your project if you want.







Re: [Jira] adding new category/component for Portlet ?

2006-10-06 Thread Arash Rajaeeyan

hi again,
I will wait for them
this is a reference to what Shinsuke SUGAYA has done for myfaces
I will start studying his solution till admins define those jira tasks

http://wiki.apache.org/myfaces/Using_Portlets
http://issues.apache.org/jira/browse/MYFACES-434

and here is link to filter: (it may not be latest version)
http://portals.apache.org/bridges/multiproject/portals-bridges-portletfilter/xref/org/apache/portals/bridges/portletfilter/



On 10/7/06, Scott O'Bryan [EMAIL PROTECTED] wrote:


Arash,

I'll get some JIRA tasks loaded up for this and you can have at it.
We're going to need to make some enhancements to the bridge as well and
we might need to have a Trinidad bridge which derives off the Generic
Bridge in MyFaces to handle some of the special cases that we can't
handle until the JSR-286 is release.  There are, however, tons of
housekeeping things we need to do as well in order to get things ready.
Any help you can give would be much appreciated.

I would be interested in understanding how you solved PPR and Filter
issue in Tomahawk as well.

Scott

Adam Winer wrote:
 That'd be excellent.  I know there's also some internal work at
 Oracle on ADF Faces that should apply to Trinidad - I'll ping
 the developer about that.

 -- Adam


 On 10/6/06, Arash Rajaeeyan [EMAIL PROTECTED] wrote:
 I was volunteer to work on tomahawk portal which looks shinsuke has
 solved
 it (at least for my test on liferay) now if you open some thing for
 trinidad
 I am volunteer to start working on it.

 On 10/6/06, Matthias Wessendorf [EMAIL PROTECTED] wrote:
 
  Hi
 
  Can we open up a component for Portal in the JIRA for Trinidad?
 
  (I have no access to that, Martin? Craig?)
 
  Thx,
  Matthias
 
 
  --
  Matthias Wessendorf
  http://tinyurl.com/fmywh
 
  further stuff:
  blog: http://jroller.com/page/mwessendorf
  mail: mwessendorf-at-gmail-dot-com
 



 --
 Arash Rajaeeyan








--
Arash Rajaeeyan