I've recently started doing some JSF work - before that I've always used PHP or Python for web development.
I was somewhat surprised to find that JSF uses HTTP POSTs to navigate when the h:commandLink tag is used.
I have been using the commandLink as this is apparently the correct way to build JSF apps. Why does JSF use POST for naviga...
Hello everyone,
Env : IE7 & FireFox3.5, jsf1.2, richfaces3.3.X, seam2.2.0, jboss5.1
I have a very long xhtml form, and somewhere in the middle, the user have to fill a dataTable, then click a button (i use here a commandLink) that will post the dataTable, compute things, and validate the data.
Then, the user wants to continue filling ...
Why when i enter my no-ip adress antotoki.no-ip.com redirect me to my d link router
...
Hi,
I am working on a JEE application with facelets running in Tomcat 6. I wrote I Filter which works fine. Inside some facelet pages there are
<h:commandLink>
elements refering to another page inside the application and passing parameters to a managed bean. The refered page works on with the managed bean which got the parameter p...
I have a very simple JSF form:
<h:form id="simpleSearch">
<h:inputText id="surname" value="#{myBean.surname}" required="true" />
<h:commandLink>Search</h:commandLink>
</h:form>
When this page is rendered, the anchor that is generated looks like this (for brevity, I stripped out the generated onclick code):
Search<a href="#" o...
I'm using a datascroller on a richtable and have the following column. When I click the link the table refreshes but goes to the first page not the page I was on. When I debug it the datamodel is hit but the datavisitor is set the first page. Any ideas?
<r:column>
<t:commandLink value="send" action="#{thingService.sendThing}">
<f:pa...
Hi Everyone,
In the code below, a4j:commandLink (with id id="account-link") does not work for me all the time.
Fail Scenario (happens 1 out of approx 10 clicks) : Its clicked, the a4j:status tag (we show a moving wait bar) is invoked but the backing bean is not called. Below is the entire code. The backing bean is conversation scope....
Click "LINK1" --> modal popsup --> enter value in text-box --> click Submit/Process
Click another link "update/cancel" --> same modal popsup --> I see the value in the text box (This is fine and if I reload the page and click the link again, the modal appears with values intact)
Click "LINK1" --> same modal popsup --> I see the value ...
Hello,I m trying to call a model Panel through CommandButton in Windows Vista Mozilla Firefox:-Mozilla/5.0 (Windows; U; Windows NT 6.0; en-US; rv:1.9.2.11) Gecko/20101012 Firefox/3.6.11 GTB7.1 (.NET CLR 3.5.30729)
When Ever i m clicking On the CommandButton IT is showing a blank white Page and its look like Browser Serching anything.and...