On Mon, Oct 5, 2020 at 9:28 AM marwa hussein
wrote:
> 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 wor
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 is using this
> > line of code in beginRender() functio
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 is using this
> line of code in beginRender() function shows the "div" when the page is
> loaded. but What I want is to show the div after a button is pressed.
Hi Thiago,
Thanks a lot for your reply it works fine but the problem is using this
line of code in beginRender() function shows the "div" when the page is
loaded. but What I want is to show the div after a button is pressed.
When I used this line of code in the onSubmit() button function it gives
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
wrote:
> Hello all,
> I am new to Tapestry and to Web development in general but