Re: [java ee programming] check user availability while his typing his name and password weakness

2010-12-13 Thread Michał Kościowski
you can try to find this in some frameworks. Eg. In PRIMEFACES. "Evgeniy Pol." napisał: >Hi, everyone! I need some help.. >o the user registration page, the user must type his nickname, and >password >The Question is: How can I check user availability and password >wickness >while he typing

RE: [java ee programming] Servlet value null

2010-10-06 Thread Michał Kościowski
you have written in exception what you should do... Close jsp:param in your jsp:forward. "Nelson Rodrigo - LHQ" napisał: >Hi Dear > >I have changed my code >%> > > > >

[java ee programming] IceFaces and Filters

2010-02-02 Thread Michał Kościowski
Hey!. I have a problem with Filters and JSF/IceFaces frameworks... I have such piece of my code: public class LoginFilter implements Filter { private FilterConfig filterConfig = null; public LoginFilter() { } public void doFilter(ServletRequest request, ServletResponse response,

[java ee programming] Database tables from entity classess

2010-01-31 Thread Michał Kościowski
Hello! I'm new in J2EE, and I have a question. I have been looking for any answer on google, but i didn't find any good answer. I want to make database tables/schema from my entity classes... I'm using NetBeans 6.7.1, maybe there is a tool or plugin for this IDE? Greetings, Michał. -- You rece