Which Seam component to use: or ? -


I am very new to the seam and are just getting used to various components available. I am thinking of what I should use for this situation.

Answer the question and lt; H: Output Links & gt; and & lt; H: commandLink & gt; , that & lt; Explains the difference in h: output links & gt; produces just one basic HTML link tag with GET request and & lt; H: commandLink & gt; submits a post through a click event.

I just want to attach a simple jQuery click event to a link. I do not want to redirect the link anywhere or submit a form. I basically want equals href = "#" (I think that commandLink has created href = "#" but it looks heavy for a normal link, in which no form is stored). & lt; H: outputLink & gt; but adds a href value unless I put value = "#" (which looks hacked).

Which element do I want to use? I think some very basic elements are missing.

(first: outputlink> and < Code> & lt; h: commandLink & gt; are standard JSF components, not part of the seam framework.) In this case, you can use the standard HTML tag & lt; You can use a & gt; , because you do not use anything special for JSF.

Comments

Popular posts from this blog

excel vba - How to delete Solver(SOLVER.XLAM) code -

github - Teamcity & Git - PR merge builds - anyway to get HEAD commit hash? -

ios - Replace text in UITextView run slowly -