[ 
https://issues.apache.org/jira/browse/OFBIZ-3897?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12901340#action_12901340
 ] 

james yong commented on OFBIZ-3897:
-----------------------------------

Hi BJ,

Thanks. I agreed that more thought is needed for the theme portion.

1) To give an example:
Currently the quote header and items are separate forms. If I were to create a 
single creation form for them and have the ability to change certain part of 
the form based on a dropdown value, I will have to start using javascript. But 
wicket makes such a task simpler.

2) Wicket pages are just java files. Wicket will bind the values in the html 
(client )with the fields in the wicket pages (server). To interact with OFBiz, 
there is an OFBizContext object in the wicket page (like the context in ofbix) 
that the developer can use it to get delegator. security etc and use them in 
the various wicket page. This OFBizContext is also used when accessing OFBiz 
services.

Regards,
James





> Wicket component
> ----------------
>
>                 Key: OFBIZ-3897
>                 URL: https://issues.apache.org/jira/browse/OFBIZ-3897
>             Project: OFBiz
>          Issue Type: New Feature
>          Components: framework
>    Affects Versions: SVN trunk
>            Reporter: james yong
>            Priority: Minor
>             Fix For: SVN trunk
>
>         Attachments: patch.txt
>
>
> This component allow developers to use Wicket framework

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.

Reply via email to