Hello,

Struts : 1.2.7
Tomcat : 5.5.25
Java : 1.5.0_12

Is there anyway to do the magic as in forwardPattern and pagePattern(configs
for the controller in struts-config.xml) for attribute "input" in action
tag, perhaps like inputPattern ?
I found several search results while googling, but it's for 1.1 if i
remember correctly.

What i would like to happen is simple:
if i got a module named "submodule" ..
 in a webapp named "mywebapp" ..
and an action entry with attribute
input="/WEB-INF/pages/src/taglib/ScrInfoGrid.jsp?pageId=ZAQ010" ..
i *__dont want__* it to translates into /mywebapp/*submodule*
/WEB-INF/pages/src/taglib/ScrInfoGrid.jsp?pageId=ZAQ010
but i *__want__* it to translates into
/mywebapp/WEB-INF/pages/src/taglib/ScrInfoGrid.jsp?pageId=ZAQ010

If there's no support for this inputPattern, what can i do to help achieve
what i want ?

Please share your ideas !

Thank you,
Albert Kam

-- 
Do not pursue the past. Do not lose yourself in the future.
The past no longer is. The future has not yet come.
Looking deeply at life as it is in the very here and now,
the practitioner dwells in stability and freedom.
(Thich Nhat Hanh)

Reply via email to