There are two things:
1. First how Can I send information since JSP or Servlets to my wickets pages.
for example if I do click in a non wicket page then I need show the information from this jsp to my wicket page.

the second is:
2. I included my wicket form in a JSP
like this
<jsp:include page="genericform"/>
but my validator message for example "field 'numIdentificacion' is required." doesn't appear when the user doesn't fill the
numIdentificacion field.

thanks in advance

Fabiola Palomino


Hi
I'm working with wicket framework for to a web application, I'm building forms with this, but I need access to my forms since non wicket pages, since JSP o Servlets...
And I need include my forms in JSP pages...
I included one form in a JSP like this
<jsp:include page="genericform"/>

but the validations that work in my html page don't work into JSP...
How to can integrate this?

Thanks in advance

best regards


---------------------------------
Do You Yahoo!? La mejor conexi�n a Internet y 2GB extra a tu correo por $100 al mes. http://net.yahoo.com.mx



From: Bruno Borges <[EMAIL PROTECTED]>
Re: redirect of external pages to wicket pages  
2006-05-11 09:35


What do you mean with "validations that work in my html page don't work into
JSP" ?

The problem I see is that the Wicket Form should redirect back to the JSP.

What's happening?

On 5/11/06, Fabiola Palomino <[EMAIL PROTECTED]> wrote:
>
> Hi
> I'm working with wicket framework for to a web application, I'm building
> forms with this, but I need access to my forms since non wicket pages, since
> JSP o Servlets...
> And I need include my forms in JSP pages...
> I included one form in a JSP like this
> <jsp:include page="genericform"/>
>
> but the validations that work in my html page don't work into JSP...
> How to can integrate this?
>
> Thanks in advance
>
> best regards
>
> ------------------------------
> Do You Yahoo!? La mejor conexi�n a Internet y *2GB* extra a tu correo por
> $100 al mes. http://net.yahoo.com.mx
>
>


--
Bruno Borges
[EMAIL PROTECTED]
Sun Certified Java Programmer for 1.4
Sun Certified Web Component Developer for 1.4



Do You Yahoo!? La mejor conexión a Internet y 2GB extra a tu correo por $100 al mes. http://net.yahoo.com.mx


Reply via email to