I&#39;ve been thinking.... a dangerous activity ;)<br><br>It might be possible to write a custom pop-up cell editor that embeds an IFRAME and displays your JSP.<br><br>You&#39;d need to scrape the final &quot;formula&quot; from the JSP and populate the CellValue value property with the completed expression.<br>
<br>You might have issues with cross-site scripting, as I assume your JSP will be on a different domain.<br><br>It&#39;d be interesting to post any experience back to help refine what we have.<br><br>Thanks,<br><br>Mike<br>
<br><div class="gmail_quote">On 25 January 2011 17:47, gomodus <span dir="ltr">&lt;<a href="mailto:gaurav_x105@yahoo.com">gaurav_x105@yahoo.com</a>&gt;</span> wrote:<br><blockquote class="gmail_quote" style="margin: 0pt 0pt 0pt 0.8ex; border-left: 1px solid rgb(204, 204, 204); padding-left: 1ex;">
<br>
An example: we have an Action column called &quot;Calculation formula&quot;. When a<br>
user adds a new row to the decision table, s/he should be able to specify a<br>
cell value for &quot;Calculation formula&quot; action column using a custom formula /<br>
expression editor we intend to build. This editor will allow user to click a<br>
few elements to build a valid formula without typing (which is error prone).<br>
The formula / expression editor is implemented using is a JSP that has a<br>
URL.<br>
<br>
Now, the question is that we would like to associate the Custom editor JSP<br>
URL with the Action column. In an ideal world, we would specify this URL at<br>
the time of defining the Action column using the configuration dialog that<br>
shows elements like &quot;Fact&quot;, &quot;Field&quot;, &quot;Column Header&quot;, &quot;Default Value&quot; etc<br>
<br>
Is there a better or alternative way of achieving this?<br>
<br>
Thanks<br>
<font color="#888888">--<br>
View this message in context: <a href="http://drools-java-rules-engine.46999.n3.nabble.com/Attach-custom-editor-on-guided-decision-table-cell-tp2279477p2332310.html" target="_blank">http://drools-java-rules-engine.46999.n3.nabble.com/Attach-custom-editor-on-guided-decision-table-cell-tp2279477p2332310.html</a><br>

</font><div><div></div><div class="h5">Sent from the Drools - Dev mailing list archive at Nabble.com.<br>
_______________________________________________<br>
rules-dev mailing list<br>
<a href="mailto:rules-dev@lists.jboss.org">rules-dev@lists.jboss.org</a><br>
<a href="https://lists.jboss.org/mailman/listinfo/rules-dev" target="_blank">https://lists.jboss.org/mailman/listinfo/rules-dev</a><br>
</div></div></blockquote></div><br>