Andreas,

i wanted to have a look at your patch. I was not able to apply it to
the local myfaces environment.

Think there is some issue with your local disk-path.

Apart from that, the patch includes a huge set of files. If it will be
contributed to myfaces, it seems to me that you have to sign a CLA and
document it a little bit more.

cheers,

Gerald

On 9/7/06, Andreas Berger <[EMAIL PROTECTED]> wrote:
Hello Martin,

the component let you define some HTML/JSF artefacts like this:

    <s:dhtmlAddable id="panel2" holder="#{dataHolder}"
list="#{dhtmlProzess.data}">
            <s:dhtmlRemove value="[x]"/>
            <h:inputText id="input1" value="#{dataHolder.input1}"/>
    </s:dhtmlAddable>

the dhtmlAddable component will render Javascript instead of HTML.

with this Tag:

<s:dhtmlAdd elementId="panel2" insertPointId="ip2" value="insert new"/>

you define a link wich calls the generated javascript and insert it at
the specified insertpoint:

<s:dhtmlInsertPoint id="ip2"/>

I included also an example, so you can test it (it works ;o) ).

hope this helps...

- Andreas

2006/9/7, Martin Marinschek <[EMAIL PROTECTED]>:
> I must confess I'm at loss at what the component does exactly. Can you
> refine your explanation a bit more?
>
> regards,
>
> Martin
>
> On 9/6/06, Andreas Berger <[EMAIL PROTECTED]> wrote:
> > Hello,
> >
> > last week I have posted a new component in JIRA and supplied a path.
> > The link is:
> >
> > http://issues.apache.org/jira/browse/TOMAHAWK-654
> >
> > Can anyone of the submitters apply this patch to the sandbox? I'm
> > going to support this component with further patches and bug fixes.
> >
> > cheers
> > Andreas
> >
> > ----------------------------------------------
> > The component let you dynamically add EditableValueHolders on the
> > client side via javascript.
> >
>
>
> --
>
> http://www.irian.at
>
> Your JSF powerhouse -
> JSF Consulting, Development and
> Courses in English and German
>
> Professional Support for Apache MyFaces
>



--
Gerald Müllan
Schelleingasse 2/11
1040 Vienna, Austria
0043 699 11772506
[EMAIL PROTECTED]

Reply via email to