Hi, I have a drop down list on my jsf page which is populated by an arraylist in my backing bean. I want to retrieve the selected value from drop down list in my backing bean method but am hav...
Hi, I have a jsp page with a hidden input box that is populated from my backing bean. I want to be able to get the value from the input box using scripting tags on my jsp page such as:
<%
St...
Hi!
I've a small problem with a richface component, I cannot find what I do wrong:
I want to do:
A tree, listing categories of services. When we click on a final node, we display serv...
I have two wars one is in ICEFaces and one is Customised JSF. I would like to run a jsf file programatically (Not opening a page). Would like to do all the things that jsfpage does from anothe...
I have the following a4j:commandButton:
------------------------------------
<a4j:commandButton id="runButton" value="Run Now"
action="#{ContentReconciliationHom...
I am getting this when I try to run the JSF page (code is given below) using Weblogic server 10.0
Can someone pls help me.......
Here is the error displayed:
java.lang.IllegalArgument...
I have an application with more than 200 JSP pages. The navigation is embedded in the JSPs and now the maintenance has become a nightmare! I would like to add a controller to ease the maintena...
Is there a way to display some tooltip into each element of the tree, displaying by exemple the "description" field of each item?
Hi,
I can't find a simple example of a file upload using standard JSF, I can write the bean method using Tomahawk but can't see how I can add a file selection button to select the file.
...
I have a check box in the header of a table.
My requirement is, when I select the checkbox in the header, I want the other check boxes in the column under that header should also be select...
I got problem with my JSF project when trying to submit a form that is in my welcome page. I developed small web for which I only have one page with tabPanel into it, for one of my tab, I have...
Hi,
My JSF based application uses resource bundles to return error messages etc. My issue is that since my application can accept input from other data sources, it is possible that the app...
How to display the contents dynamically, when I select an option from the drop-down listbox in a JSF page?
Please find the sample code below:
I am using reflection to get the setter method of a class, and then by using method.getParameterTypes() I can find the type the method expects as the parameter.
If the parameter is a comple...
Hi!
I'm using richfaces for my JSF libraries, and I'm interessted to display an emplacement in gmap or virtualearth.
But it accept only latitude & longitude informations. Is there a way ...
Joined: Dec 13, 2007
Messages: 52
Hi,
I have a J2ee application, in which on the click of a link, a pdf file needs to be generated and displayed on a new tab or window.
Currentl...
Say I have a binding like
#{dataModel.curPage}
Is there some kind of ajax call I could make from javascript to get the current value of that element?
Something where I could go like
...
My team's application server was recently upgraded from a WAS 6.1 server to a WAS 7.0 server. This means that JSF 1.2 is now available for my team to use instead of being stuck with JSF 1.1. ...
how to solve in mozillabrowser this exception coming Error Parsing /readme.xhtml: Error Traced[line: 32] The reference to entity "image" must end with the ';' delimiter.?