Filled tag question?
Posted: Mon Jun 18, 2012 10:46 pm
Hi,
So I am new to this and have started playing with some code. I am curious I have the following in my code
I have this in a jsp page. And thus I am trying to insert a record when the user chooses one of three options.
Thus I want to be able to escape out to java and access the "myfield" value directly. Is there a way to do this?
Or do I have to set a page and pass it to another page?
Thanks in advance!
Mike
So I am new to this and have started playing with some code. I am curious I have the following in my code
Code: Select all
<filled>
You said <value expr="myfield"/>.
</filled>
I have this in a jsp page. And thus I am trying to insert a record when the user chooses one of three options.
Thus I want to be able to escape out to java and access the "myfield" value directly. Is there a way to do this?
Or do I have to set a page and pass it to another page?
Thanks in advance!
Mike