hi igor,

Yes, i have tweak mapping.
I am following "http://wicket.apache.org/exampleguestbook.html"; sample, my
GuestBookApplication.java and GuestBook.html and GuestBook.java and
Comment.java all same as sample, and all files put into com.cdsafe.guestbook
package.

This is my web.xml:
<?xml version="1.0" encoding="ISO-8859-1"?>

<!DOCTYPE web-app
    PUBLIC "-//Sun Microsystems, Inc.//DTD Web Application 2.3//EN"
    "http://java.sun.com/dtd/web-app_2_3.dtd";>

<web-app>
        
        <filter>
        <filter-name>GuestBookApplication</filter-name>
       
<filter-class>org.apache.wicket.protocol.http.WicketFilter</filter-class>
        <init-param>
          <param-name>applicationClassName</param-name>
         
<param-value>com.cdsafe.guestbook.GuestBookApplication</param-value>
        </init-param>
    </filter>
    <filter-mapping>
        <filter-name>GuestBookApplication</filter-name>
        <url-pattern>/app/*</url-pattern>
    </filter-mapping>
</web-app>


regards,
rosen jiang


igor.vaynberg wrote:
> 
> seems to work fine
> 
> http://wicketstuff.org/wicket13/guestbook/
> 
> did you tweak the filter mapping?
> 
> -igor
> 
> On Jan 5, 2008 8:23 AM, rosen jiang <[EMAIL PROTECTED]> wrote:
>>
>> hi all,
>>
>> I am studying guestbook sample of 1.3 right now, but encounter some
>> problem:
>> If i submit the form, then rising "Page Expired".
>>
>> I have read this thread
>> "http://www.nabble.com/forum/ViewPost.jtp?post=13663558&framed=y";, but
>> nothing help.
>>
>> Have anybody tried guestbook sample of 1.3?
>>
>> regards,
>> rosen jiang
>> --
>> View this message in context:
>> http://www.nabble.com/About-Page-Expired-of-guestbook-sample-tp14635300p14635300.html
>> Sent from the Wicket - User mailing list archive at Nabble.com.
>>
>>
>> ---------------------------------------------------------------------
>> To unsubscribe, e-mail: [EMAIL PROTECTED]
>> For additional commands, e-mail: [EMAIL PROTECTED]
>>
>>
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
> 
> 
> 

-- 
View this message in context: 
http://www.nabble.com/About-Page-Expired-of-guestbook-sample-tp14635300p14644130.html
Sent from the Wicket - User mailing list archive at Nabble.com.


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to