aspose file tools
The moose likes JSF and the fly likes j4j tags Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login


Win a copy of The Mikado Method this week in the Agile and other Processes forum!
JavaRanch » Java Forums » Java » JSF
Reply Bookmark "j4j tags" Watch "j4j tags" New topic
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
 
I agree. Here's the link: http://ej-technologies/jprofiler - if it wasn't for jprofiler, we would need to run our stuff on 16 servers instead of 3.
 
subject: j4j tags
 
Similar Threads
el expressions and escaping Javascript strings
J4J Tag Library rendering problems
no scroll bar in IE,but Scroll bar in MF
applet in JSP using firefox
Calling servlet from jsp