Posts by Maroni • 29 points
5 posts
-
0
votes0
answers156
viewsQ: Method with jsf + output Parameter
How I can pass a parameter to a method and at the same time return the method value with output? Example. //Bean public String getResposta(String ok){ return ok; } //pagina <h:outputLabel…
-
1
votes0
answers270
viewsQ: JSF + Primefaces <p:selectOneRadio inside Datatable and Pagination
<p:dataList value="#{simuladoBean.questoes}" var="q" type="unordered" rowIndexVar="qi" itemType="none" paginator="true" rows="1" styleClass="paginated"> <h:panelGrid columns="2"…
-
1
votes1
answer231
viewsQ: Start Fragment class of another Fragment class
I have a class GuiaDaCidade. public class GuiaDaCidade extends Fragment { View rootView; @Nullable @Override public View onCreateView(LayoutInflater inflater, ViewGroup container, Bundle…
-
-1
votes1
answer196
viewsQ: "No view found" error closes my application
I’m creating a project with two screens, one with a button and the other with a list of phone numbers. Only when I click the button, the error message appears "Unfortunately app has stopped". My…
-
-4
votes3
answers581
viewsQ: Error: Sorry the Aplication.... has unexpectedly stopped Please Try Again Java Eclipse
I’m having a problem with my project and I don’t know how to fix it. I’m trying to create a calculator using some internet tutorials but, is giving this error when I try to run in emulator: Sorry…