You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@myfaces.apache.org by pmuir <pm...@splendid.co.uk> on 2006/05/02 16:53:28 UTC

Sandbox form component bug

I would have created an issue on JIRA but the Sandbox JIRA link points to the
Tomahawk issue tracker which has no categories for Sandbox components.

The Sandbox form component allows the action attribute to be manually
specified (which I am using to set the action to j_security_check for
logging in using Jboss Security).  It does this by overriding the
getActionUrl(FacesContext facesContext, UIForm form) method. However the
HtmlFormRendererBase class's encodeBegin method calls
getActionUrl(facesContext) meaning that, in fact the
getActionUrl(FacesContext facesContext, UIForm form) in the subclass isn't
called.

I can't see any way using getActionUrl(facesContext) to alter the forms
action attribute so, as a work around I've written my own custom form
component which overrides encodeBegin.  Is it possible that
HtmlFormRendererBase can be altered so it uses getActionUrl(FacesContext
facesContext, UIForm form) ?

Best

Peter
--
View this message in context: http://www.nabble.com/Sandbox-form-component-bug-t1539106.html#a4181286
Sent from the MyFaces - Users forum at Nabble.com.


Re: Tomahawk 1.1.2

Posted by Adrien FOURES <af...@sigems.fr>.
It's a very good news, thanks a lot for the myfaces team's job

Sean Schofield wrote:

> We are targeting next Monday for the official release.
>
> Sean
>
> On 5/3/06, pmuir <pm...@splendid.co.uk> wrote:
>
>>
>> I don't think 1.1.2 has been released yet.  I've used the svn source 
>> to build
>> a copy or you can download the latest (binary) snapshot (1.1.3) here:
>>
>> http://cvs.apache.org/builds/myfaces/nightly/
>>
>> HTH
>> -- 
>> View this message in context: 
>> http://www.nabble.com/Sandbox-form-component-bug-t1539106.html#a4206616
>> Sent from the MyFaces - Users forum at Nabble.com.
>>
>>
>
>

Re: Tomahawk 1.1.2

Posted by Sean Schofield <se...@gmail.com>.
We are targeting next Monday for the official release.

Sean

On 5/3/06, pmuir <pm...@splendid.co.uk> wrote:
>
> I don't think 1.1.2 has been released yet.  I've used the svn source to build
> a copy or you can download the latest (binary) snapshot (1.1.3) here:
>
> http://cvs.apache.org/builds/myfaces/nightly/
>
> HTH
> --
> View this message in context: http://www.nabble.com/Sandbox-form-component-bug-t1539106.html#a4206616
> Sent from the MyFaces - Users forum at Nabble.com.
>
>

Re: Tomahawk 1.1.2

Posted by pmuir <pm...@splendid.co.uk>.
I don't think 1.1.2 has been released yet.  I've used the svn source to build
a copy or you can download the latest (binary) snapshot (1.1.3) here:

http://cvs.apache.org/builds/myfaces/nightly/

HTH
--
View this message in context: http://www.nabble.com/Sandbox-form-component-bug-t1539106.html#a4206616
Sent from the MyFaces - Users forum at Nabble.com.


Tomahawk 1.1.2

Posted by Adrien FOURES <af...@sigems.fr>.
Hello,

I wanted to know when the 1.1.2 tomahawk can be download, beacause i use 
tree2 component and the 1.1.2 resolve a lot of questions :-)

Thanks a lot for your help

Adrien

Re: Sandbox form component bug

Posted by pmuir <pm...@splendid.co.uk>.
In JIRA as http://issues.apache.org/jira/browse/TOMAHAWK-409
--
View this message in context: http://www.nabble.com/Sandbox-form-component-bug-t1539106.html#a4206511
Sent from the MyFaces - Users forum at Nabble.com.


Re: Sandbox form component bug

Posted by Mike Kienenberger <mk...@gmail.com>.
On 5/2/06, pmuir <pm...@splendid.co.uk> wrote:
> I would have created an issue on JIRA but the Sandbox JIRA link points to the
> Tomahawk issue tracker which has no categories for Sandbox components.

Just leave it as "unknown" or "no component" for now.

[I don't know the answer to your real question]