| Author |
j4j tags
|
Efrat Bar-Nahum
Ranch Hand
Joined: Jan 19, 2006
Posts: 57
|
|
Hi, I'm using the j4j :p aram tag in the following way: This usage works, but it causes me problems with the Internet Explorer and Mozilla FireFox browsers: 1) When using the next JSF tag, I have a "leftover" of the j4j tag: '>'. e.g: the next tag is So in the browser I see: >Name: This appears only in the first tag after the j4j tag, and in both IE & Mozilla. (When I remove the j4j tag it appears fine). 2) In IE I get all the tags that follow the j4j :p aram tag in one long line, it is ignoring the <tr> & <td> tags. Again this problem is solved when I remove the j4j tag. Is there something I missing? Should I use the j4j tag in another way? Thanks, Efrat [ January 23, 2006: Message edited by: Efrat Bar-Nahum ] [ January 23, 2006: Message edited by: Efrat Bar-Nahum ]
|
 |
Efrat Bar-Nahum
Ranch Hand
Joined: Jan 19, 2006
Posts: 57
|
|
I solved the problem. I was missing the method attribute. This works for me: <j4j:param name="moduleNumber" value="<%=moduleNumber%>" method="get"/> Efrat
|
 |
 |
|
|
subject: j4j tags
|
|
|