Forums Register Login

JSF and dynamic applet param passing

+Pie Number of slices to send: Send
Hi,
I want to pass a param to my applet code dynamicly, but i couldn't.
Here is the code which i have tried.
.............
<f:verbatim>
<jsp:plugin type="applet"
code="VApplet"
codebase="http://172.16.50.142"
width="750"
height="750"
jreversion="1.5"
name="V"
archive="v.jar" mayscript="true"
>
<jsp:params>
<jsp:param name="go" value="#{pageBean.go}"/>
</jsp:params>

</jsp:plugin>

</f:verbatim>
..........
But "go" param value gets the value what it written in the code (#{pageBean.go}), not the "go" value in bean class.
Please help..
+Pie Number of slices to send: Send
Hello Hasan,

I have successfully managed to pass parameters into my applet. I used the <object> tag with basic <param> tags, like this.


That worked for me. I was even able to pass in a variable amount of parameters by including a jstl for loop



Hope this helps.

cheers
Darryl
+Pie Number of slices to send: Send
Thanks,
it works well..
Getting married means "We're in love, so let's tell the police!" - and invite this tiny ad to the wedding:
a bit of art, as a gift, the permaculture playing cards
https://gardener-gift.com


reply
reply
This thread has been viewed 7697 times.
Similar Threads
Applet not loaded in jsp
how to pass values from jsp to applet
Passing values to param value dynamically in jsp
jsp:plugin using applet & mayscript
Argh....all I want to do is load this applet..
More...

All times above are in ranch (not your local) time.
The current ranch time is
Mar 19, 2024 00:26:57.