Re: The checkbox is checked by default!!

2020-10-06 Thread marwa hussein
ils about default type coercions can be found here: > > https://github.com/apache/tapestry-5/blob/master/commons/src/main/java/org/apache/tapestry5/ioc/internal/BasicTypeCoercions.java > > Cezary > > > On Tue, Oct 6, 2020 at 9:33 PM marwa hussein > wrote: > >

Re: The checkbox is checked by default!!

2020-10-06 Thread marwa hussein
n tapestry API how to change the attribute checked value to false!! > > Op 6/10/2020 om 14:42 schreef marwa hussein: > > Hi all, > > > > I am trying to populate a grid with some values and add a column with a > > checkbox to select a value.. > > > > > >

The checkbox is checked by default!!

2020-10-06 Thread marwa hussein
ot;false" by default)!! how can I make solve this and make it unchecked in the begining?? Regards, Marwa -- *Marwa Hussein M. TA @ Information Systems Department Faculty of Computers & Information Assuit University*

Re: How to Show a Div using Javascript

2020-10-05 Thread marwa hussein
On Mon, Oct 5, 2020, 2:22 PM Thiago H. de Paula Figueiredo < thiag...@gmail.com> wrote: > On Sun, Oct 4, 2020 at 8:37 AM marwa hussein > wrote: > > > Hi Thiago, > > > > Hello! > > > > Thanks a lot for your reply it works fine but the problem

Re: How to Show a Div using Javascript

2020-10-04 Thread marwa hussein
t; Hello! > > @Inject private JavaScriptSuport javaScriptSupport; > > void beginRender() { > > javaScriptSupport.addScript("document.getElementById("div1").style.display > = '';"); > } > > On Sat, Oct 3, 2020 at 10:06 AM marwa hussein > w

How to Show a Div using Javascript

2020-10-03 Thread marwa hussein
code directly in my Java class? Thansk in advance -- *Marwa Hussein M. TA @ Information Systems Department Faculty of Computers & Information Assuit University*

Re: How to pass a variable from Javascript code to Java

2018-08-29 Thread marwa hussein
turn new JSONObject("origin", "componentAction"); > } > > > You can use jquery or something else. > > Best > Numa > > > > <http://www.dfacto.ch/> Numa Schmederwww.dfacto.ch < > http://www.dfacto.ch/> > n...@dfacto.ch <

Re: How to pass a variable from Javascript code to Java

2018-08-28 Thread marwa hussein
Hello, Thanks all for your suggestions. I followed the example shown in https://tapestry.apache.org/ajax-and-zones.html in "Invoking server-side event handler methods from JavaScript" but here the event is in the java code "server-side" and is invoked from the Javascript code "onClick()" , but w

Re: tapestry-webresources

2018-08-28 Thread marwa hussein
Hello, Actually, for the Javascript code it is not mine, as I mentioned, It is an open source package called webVOWL for visualizing ontologies. I need to visualize ontologies in my web application for my research work. Also, I am not so professional in JavaScripts and I don't know the technologies

Re: How to pass a variable from Javascript code to Java

2018-08-26 Thread marwa hussein
On Sun, Aug 26, 2018 at 12:00 PM Basile Chandesris wrote: > Le 25/08/2018 à 08:32, marwa hussein a écrit : > > Hello, I am building a web application and I have to use an open source > > Javascript package that is responsible for the visualization tasks. Now, > I > > need to

How to pass a variable from Javascript code to Java

2018-08-24 Thread marwa hussein
ple if you can!! -- *Marwa Hussein M. TA @ Information Systems Department Faculty of Computers & Information Assuit University*