You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@myfaces.apache.org by Rogerio Pereira <ro...@gmail.com> on 2006/10/02 17:31:45 UTC

Sandbox build on current svn module is broken

Hi guys!

I'm having problems compiling sandbox stuff, the reason is a bug in a newer
component. Any ideas about how solve this?

-- 
Yours truly (Atenciosamente),

Rogério (_rogerio_)
http://faces.eti.br

Re: Sandbox build on current svn module is broken

Posted by Mike Kienenberger <mk...@gmail.com>.
Hey Rogerio,

That'd be a Java 1.5-ism that snuck into the code.
It needs to be replaced with java 1.4 code.   There's probably
something in commons.lang.StringUtils that will do the same thing.
Please open a JIRA issue for this and attach a patch.


On 10/2/06, Rogerio Pereira <ro...@gmail.com> wrote:
> I'm getting this message:
>
> C:\Rogerio\projetos\java\myfaces\tomahawk\sandbox\core\src\main\java\org\apache\
> myfaces\custom\toggle\ToggleOutputLinkRenderer.java:[145,56]
> replace(char,char)
> in java.lang.String cannot be applied to (
> java.lang.String,java.lang.String)
>
> 2006/10/2, Gerald Müllan <bi...@gmail.com>:
> > Hi Rogerio,
> >
> > to me current sandbox head works fine; I let ran maven over the stuff,
> > and all seems to work to me.
> >
> > What is the exactly problem? Which component?
> >
> > cheers,
> >
> > Gerald
> >
> > On 10/2/06, Rogerio Pereira < rogerio.araujo@gmail.com> wrote:
> > > Hi guys!
> > >
> > > I'm having problems compiling sandbox stuff, the reason is a bug in a
> newer
> > > component. Any ideas about how solve this?
> > >
> > > --
> > > Yours truly (Atenciosamente),
> > >
> > > Rogério (_rogerio_)
> > >  http://faces.eti.br
> >
> >
> > --
> > http://www.irian.at
> >
> > Your JSF powerhouse -
> > JSF Consulting, Development and
> > Courses in English and German
> >
> > Professional Support for Apache MyFaces
> >
>
>
>
> --
>
> Yours truly (Atenciosamente),
>
> Rogério (_rogerio_)
> http://faces.eti.br

Re: Sandbox build on current svn module is broken

Posted by Rogerio Pereira <ro...@gmail.com>.
I'm getting this message:

C:\Rogerio\projetos\java\myfaces\tomahawk\sandbox\core\src\main\java\org\apache\
myfaces\custom\toggle\ToggleOutputLinkRenderer.java:[145,56]
replace(char,char)
in java.lang.String cannot be applied to (java.lang.String,java.lang.String)

2006/10/2, Gerald Müllan <bi...@gmail.com>:
>
> Hi Rogerio,
>
> to me current sandbox head works fine; I let ran maven over the stuff,
> and all seems to work to me.
>
> What is the exactly problem? Which component?
>
> cheers,
>
> Gerald
>
> On 10/2/06, Rogerio Pereira <ro...@gmail.com> wrote:
> > Hi guys!
> >
> > I'm having problems compiling sandbox stuff, the reason is a bug in a
> newer
> > component. Any ideas about how solve this?
> >
> > --
> > Yours truly (Atenciosamente),
> >
> > Rogério (_rogerio_)
> >  http://faces.eti.br
>
>
> --
> http://www.irian.at
>
> Your JSF powerhouse -
> JSF Consulting, Development and
> Courses in English and German
>
> Professional Support for Apache MyFaces
>



-- 
Yours truly (Atenciosamente),

Rogério (_rogerio_)
http://faces.eti.br

Re: Sandbox build on current svn module is broken

Posted by Gerald Müllan <bi...@gmail.com>.
Hi Rogerio,

to me current sandbox head works fine; I let ran maven over the stuff,
and all seems to work to me.

What is the exactly problem? Which component?

cheers,

Gerald

On 10/2/06, Rogerio Pereira <ro...@gmail.com> wrote:
> Hi guys!
>
> I'm having problems compiling sandbox stuff, the reason is a bug in a newer
> component. Any ideas about how solve this?
>
> --
> Yours truly (Atenciosamente),
>
> Rogério (_rogerio_)
>  http://faces.eti.br


-- 
http://www.irian.at

Your JSF powerhouse -
JSF Consulting, Development and
Courses in English and German

Professional Support for Apache MyFaces

Current context

Posted by sj...@stradefi.com.
Hello people !

 

I have some troubles to understand how this facesContext is working exactly.

While doing this:

 

FacesContext facesContext = FacesContext.getCurrentInstance();

 

Do we get the current location inside our nodes?

 

I am using a opensource software alfresco where we can navigate between
spaces containing contents (documents).

And I am creating a new space (I have its nodeRef associated) but then how
do I position myself inside this space with this FacesContext?

 

I am not sure to be really clear.

Best,

Sophie