OK this sample is definitely not what I'm looking for. I don't
understand how JXPath works and I can't figure out how I can edit a
simple bean LIST. Not just one, but a list of them. I don't even need
a repeater in fact because I don't want my beans to be editable
directly in the list and I don't want to add or remove them directly
in the list. I just want to load a java.util.List and display a form
with one bean represented in each row, the first column being a
selection checkbox, the second one a representative property and the
third one containing a list of applicable actions.
A good example of what I would like to achieve is the applications
list in tomcat manager main page, each application being one of my
beans.

Any idea of how I could do that simply ? Is it better to use CForms
(because I'm beginning to wonder if it's possible with CForms) or
should I just make a JX Template with a for loop ?

WDYT ? I really need your help. It's one of the last obstacles on my
project's road to success :-P

Pleaaaase... help...

2005/5/6, Sebastien Arbogast <[EMAIL PROTECTED]>:
> Ok thank you very much. It doesn't seem to be exactly what I'm looking
> for but it's a start anyway. At least it should help me understand the
> binfing framework a little better.
> 
> But first of all where does the handleForm function come from ? I
> didn't find it in any flowscript file imported, and still it is called
> in sitemap :
> 
> <map:match pattern="form2bean.flow">
>        <map:call function="handleForm">
>          <map:parameter name="function" value="form2bean"/>
>          <map:parameter name="form-definition" value="forms/form2_model.xml"/>
>          <map:parameter name="bindingURI" value="forms/form2_bind_bean.xml"/>
>        </map:call>
>      </map:match>
> 
> If I could understand where this function comes from I would be able
> to figure out what is its "form" parameter and how it's used that
> way...
> 
> Any idea ?
> 
> --
> Sebastien ARBOGAST
> 


-- 
Sebastien ARBOGAST

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to