Nurzhan

Age: 26

Mar
22
awarded Popular Question
Mar
6
comment Primefaces fileDownload non-english file names corrupt
Ok, now I understand.
Mar
1
comment Primefaces fileDownload non-english file names corrupt
Thanks, it worked for me, however the displayed name which I get through the name property of the DefaultStreamedContent gets also url encoded.
Mar
1
accepted Primefaces fileDownload non-english file names corrupt
Feb
25
comment Primefaces fileDownload non-english file names corrupt
Thanks for the reply. Did it work for you?
Feb
11
comment Java EE web application architecture possible solutions
What if I will need to deploy the applications on different physical servers in order to distribute the load on the whole application?
Feb
8
revised Java EE web application architecture possible solutions
deleted 3 characters in body
Feb
8
asked Java EE web application architecture possible solutions
Feb
6
awarded Popular Question
Jan
18
awarded Popular Question
Dec
13
comment jsf 2.1 selectonelistbox component does not set new value
@Peter The getters and setter in someEntity are standard ones. I genereated them in netbeans. I am using EJB. I get the value of the entity just once, then I make changes to the enityt and then persist them using merge. No, I don't think that I update the reference to someEntity.
Dec
13
asked Integrating oracle business solutions with a standard jsf 2 web application
Dec
11
comment jsf 2.1 selectonelistbox component does not set new value
Sorry, I am quire confused about the formatting. Do you think that my problem is caused more by jpa rather jsf?
Dec
11
comment jsf 2.1 selectonelistbox component does not set new value
How will it help you? I am sure that I don't change the new setted value of streetType before I persist the someEntity object to the database. The strange thing is that another selectOneListBox component works fine on the same page which looks like this: <h:selectOneListbox id="anotherSelectOneListBox" size=1 value="#{editForm.someEntity.companyType}"> <f:selectItems var="companyType" itemValue="#{companyType.id}" value="#{editForm.companyTypeList}" itemLabel="#{companyType.name}"/> </h:selectOneListbox> The new value set correctly without any problems.
Dec
11
comment primefaces disabled component validation
One more question. Could you look at this question, please: link
Dec
11
comment primefaces disabled component validation
Thanks. It worked ).
Dec
11
accepted primefaces disabled component validation
Dec
11
asked primefaces disabled component validation
Dec
10
comment jsf 2.1 selectonelistbox component does not set new value
@BalusC Session bean should be more than enough for this.
Dec
8
comment jsf 2.1 selectonelistbox component does not set new value
@BalusC No, it's in the session scope. I thought that using session bean is enough for this.
1 2 3 4 5