I'd recommend opening a jira issue on this.

http://issues.apache.org/jira/browse/TOMAHAWK

The only reference I've seen to this is

http://issues.apache.org/struts/browse/STR-2496

and the recommendation there was to use <s:commandLink> instead.

At minimum, this needs to be documented, but probably there's a bigger
problem hiding here somewhere.


On 8/13/06, Mahbub Rahman <[EMAIL PROTECTED]> wrote:

Hi,

t:commandLink and t:commandSortHeader  in tomahawk-1.1.5-SNAPSHOT.jar does
not work for me with myfaces core 1.1.4 pre release version also (with jsp
not facelets).  I am receiveing the same javascript error (xxxx:_idcl is
null or not an object) on ie 6 and similar error on firefox. h:commandLink
works fine whereever t:commandLink fails.

I am not receving this javascript error on tomahawk 1.1.4 release branch
build available on
http://people.apache.org/builds/myfaces/tomahawk-1.1.x/


Thanks,
Mahbub


Murat Hazer <[EMAIL PROTECTED]> wrote:

Hi,

I use without any errors, the nly differece from your configuration is i use
facelets.

Could you check your extension filter configuration, just an idea..

regards...


On 8/13/06, Mak Nern Fatt Melvin <[EMAIL PROTECTED]> wrote:
>
>
>
> Hi,
>
> I am using sandBox subform to handle multiple forms in a single html
document. Everything works well really well except when it comes to the the
use of commandlink. I find that commandlink won't work when subform is used.
My simplified codes is as follows:
>
> <h:form id="caiaLicenceForm">
>
> ....
>
> <s:subForm id="subFormId">
>        <h:inputText value="#{bean.value}" />
>        <t:commandButton value="Submit subForm"/>
>  </s:subForm>
>
> <t:commandlink action="#{backingBean.doSomething}">
>
> </h:form>
>
>
> I got the following javascript error: caiaLicenceForm:_idcl is null or not
an object
> where "caiaLicenceForm" is my main form id.
>
> I am using the following jar files:
> 1) myfaces-api-1.1.5-SNAPSHOT.jar
> 2) myfaces-impl-1.1.5-SNAPSHOT.jar
> 3) tomahawk-1.1.5-SNAPSHOT.jar
> 4) tomahawk-sandbox-1.1.5-SNAPSHOT.jar
>
>
> Is there anyone who has used commandlink with sandBox subform and has no
problem with it? Need a reply from anyone. Thanks in advance.



--
Murat HAZER
http://www.projedunyasi.org


 ________________________________
Do you Yahoo!?
 Everyone is raving about the all-new Yahoo! Mail Beta.


Reply via email to