0

Changing the .zul extensions in .html extension

asked 2010-03-04 09:21:25 +0800

scerro gravatar image scerro
273 3 9
www.desarrolloagil.es

Hi everyone there!

Anyone knows if is possible to change the .zul extension to any other? I mean, in other frameworks (like struts 2 ) is possible to replace automatically the .do or .action extensions in .html or anyother.

Thank you in advance.
regards.

delete flag offensive retag edit

3 Replies

Sort by ยป oldest newest

answered 2010-03-04 10:51:04 +0800

mjablonski gravatar image mjablonski
1284 3 5
http://www.jease.org/

Have a loot at WEB-INF/web.xml, there are the defintions for the servlet-mapping:

    <servlet-mapping>
        <servlet-name>zkLoader</servlet-name>
        <url-pattern>*.zul</url-pattern>
    </servlet-mapping>
    <servlet-mapping>
        <servlet-name>zkLoader</servlet-name>
        <url-pattern>*.zhtml</url-pattern>
    </servlet-mapping>

Cheers, Maik

link publish delete flag offensive edit

answered 2010-03-05 00:52:08 +0800

scerro gravatar image scerro
273 3 9
www.desarrolloagil.es

Thank you.

regards,

link publish delete flag offensive edit

answered 2014-07-11 03:36:13 +0800

imranmali gravatar image imranmali
1

is it working for you?

link publish delete flag offensive edit
Your reply
Please start posting your answer anonymously - your answer will be saved within the current session and published after you log in or create a new account. Please try to give a substantial answer, for discussions, please use comments and please do remember to vote (after you log in)!

[hide preview]

Question tools

Follow

RSS

Stats

Asked: 2010-03-04 09:21:25 +0800

Seen: 558 times

Last updated: Jul 11 '14

Support Options
  • Email Support
  • Training
  • Consulting
  • Outsourcing
Learn More