Joey Sanchez

Ranch Hand
+ Follow
since Jun 23, 2011
Merit badge: grant badges
For More
Cows and Likes
Cows
Total received
In last 30 days
0
Forums and Threads

Recent posts by Joey Sanchez

What do you think the new java 6-month releases is going to affect the future of java?
Will we be able to take in all these new features?
7 years ago
I already feel like reading the new book. I always learn a lot from it an now with so many new things it will be awesome!

Thanks in advance for this book Josh!
7 years ago
I think the annotations may interfere with the json output. The output prints objects with fields as integral, string, valueType and chars that it is not in the class. How to avoid this and get the simple json?

**BaseEntity.java**



**Type.java**



**Code**




**Json output the code before produces**




**Json that I want to obtain ¿?**

7 years ago
does it really make great advantage the migration java 8 project to java 9 modularity taking into account the cost benefit?
which size of project would be worth applying modularity?
7 years ago
I also tried to add <module-option name="password-stacking" value="useFirstPass"/> in each module, but with same result.
7 years ago
If I test them individually work well but when I put it together the neither Database module nor Ldap module can authenticate properly.

I'm using wildfly 10 as a server.

What am I missing?

standalone.xml




web.xml



And a form that calls to j_security_check as default with j_username and j_password.

7 years ago

Joey Sanchez wrote:It can't be possible but now it does not work the second click!!!

7 years ago
JSF
It can be possible but now it does not work the second click!!!
7 years ago
JSF
I had thought that that was done for appendTo="@(body)" in the dialog, but it probably don't do because it worked!
Thanks
7 years ago
JSF
Environment:
- Java 8
- Wildfly 10
- Primefaces 6
- JSF 2.2

I am trying to call a dialog to send a form inside it, but before I need to collect some data and pass from the button btn1.

The problem is that this code does not work at the first click (comandButton type="button"), but it properly works at the second click.

Test.xhtml


TestBean.java

7 years ago
JSF
web.xml



I figured out, and yes it was a misconfigured web.xml. I had to change



with this other code

9 years ago
JSP
Environment:
  • Tomacat 8
  • Maven
  • Struts2


  • Why doesn't work EL in this JSP file?

    el.jsp


    and what I see in the web page is:

    9 years ago
    JSP