|
View:
New views
3 Messages
—
Rating Filter:
Alert me
|
|
|
table's actions don't work ?Hi,
I started a new web project in Netbeans 6.1, with an initial Page1. I dropped a woodstock table (webuijsf:table) , binded to a postgresql table and sort and pagination worked fine. Then, after some changes, mainly related to table layout, sort and pagination don't work anymore. I just get the page reloaded, but still with same order (none) and same page. If a put an actionsTop facet with a groupPanel and some buttons on it, buttons actionsExpression seems to never be executed. Can anyone give some directions to debug this or any link to a related thread ?. That situation is preventing me to keep developing my application. Regards, Diego. --------------------------------------------------------------------- To unsubscribe, e-mail: users-unsubscribe@... For additional commands, e-mail: users-help@... |
|
|
Re: table's actions don't work ?Hi Diego, list,
I too, have a similar problem with NB6.1, JavaEE, VWP project, using Woodstock table, and controls on the form, and using JPA to an Oracle backend. Unlike your problem below, mine is an unpredictable situation, occurring infrequently: User fills in the text fields and controls, click the "Add" button (or the "Update" button), the form flickers, appearing to refresh but no new record (or updates), and the contents of the fields are initialized - that is, the user input is lost. I sprinkled system messages throughout my code, and inside each button action method. On those infrequent times that this occurs, even the message in the button click event does not execute. The App server does not post any messages reflecting a button click. It is as if the button was never clicked, however; and the contents of all fields are initialized. I enter identical data, with the data working many times, then, unpredictably - it doesn't work, so this is not a data conversion or validation problem, furthermore; the JSF lifecycle is never executed as I have phase listener messages that never print. I cannot deploy this application until this is fixed, and I cannot replicate, or reproduce the event. Seeking advice on this. /David diego@... wrote: > Hi, > > I started a new web project in Netbeans 6.1, with an initial Page1. > > I dropped a woodstock table (webuijsf:table) , binded to a postgresql > table and sort and pagination worked fine. > > Then, after some changes, mainly related to table layout, sort and > pagination don't work anymore. I just get the page reloaded, but still > with same order (none) and same page. > > If a put an actionsTop facet with a groupPanel and some buttons on it, > buttons actionsExpression seems to never be executed. > > Can anyone give some directions to debug this or any link to a related > thread ?. > > That situation is preventing me to keep developing my application. > > > Regards, > Diego. > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: users-unsubscribe@... > For additional commands, e-mail: users-help@... > > > > --------------------------------------------------------------------- To unsubscribe, e-mail: users-unsubscribe@... For additional commands, e-mail: users-help@... |
|
|
Re: table's actions don't work ?Diego,
Are you using FireFox 3?? HandyGeek wrote: > Hi Diego, list, > I too, have a similar problem with NB6.1, JavaEE, VWP project, using > Woodstock table, and controls on the form, and using JPA to an Oracle > backend. Unlike your problem below, mine is an unpredictable > situation, occurring infrequently: User fills in the text fields and > controls, click the "Add" button (or the "Update" button), the form > flickers, appearing to refresh but no new record (or updates), and the > contents of the fields are initialized - that is, the user input is lost. > > I sprinkled system messages throughout my code, and inside each button > action method. On those infrequent times that this occurs, even the > message in the button click event does not execute. The App server > does not post any messages reflecting a button click. It is as if the > button was never clicked, however; and the contents of all fields are > initialized. I enter identical data, with the data working many > times, then, unpredictably - it doesn't work, so this is not a data > conversion or validation problem, furthermore; the JSF lifecycle is > never executed as I have phase listener messages that never print. > > I cannot deploy this application until this is fixed, and I cannot > replicate, or reproduce the event. > > Seeking advice on this. > > /David > > diego@... wrote: >> Hi, >> >> I started a new web project in Netbeans 6.1, with an initial Page1. >> >> I dropped a woodstock table (webuijsf:table) , binded to a postgresql >> table and sort and pagination worked fine. >> >> Then, after some changes, mainly related to table layout, sort and >> pagination don't work anymore. I just get the page reloaded, but still >> with same order (none) and same page. >> >> If a put an actionsTop facet with a groupPanel and some buttons on it, >> buttons actionsExpression seems to never be executed. >> >> Can anyone give some directions to debug this or any link to a related >> thread ?. >> >> That situation is preventing me to keep developing my application. >> >> >> Regards, >> Diego. >> >> >> --------------------------------------------------------------------- >> To unsubscribe, e-mail: users-unsubscribe@... >> For additional commands, e-mail: users-help@... >> >> >> >> > > --------------------------------------------------------------------- > To unsubscribe, e-mail: users-unsubscribe@... > For additional commands, e-mail: users-help@... > > > --------------------------------------------------------------------- To unsubscribe, e-mail: users-unsubscribe@... For additional commands, e-mail: users-help@... |
| Free Forum Powered by Nabble | Forum Help |