[Actionframework-users] Regex Action problem...
Status: Inactive
Brought to you by:
ptoman
|
From: Mandip S. S. <ma...@su...> - 2002-06-26 00:08:15
|
Hi All
I'm trying to use a regex action i.e.
<action name="/editUser/$userUid" method="getUser(String userUid)">
<on-return value="*" assign-to="user"
show-template="org/visres/ivr/security/EditUser.html.vm"/>
</action>
However when I have a url that only has one character after the action
the resulting userUid always gets passed as null i.e.
http://localhost:8081/ActionServlet/editUser/0
OR
http://localhost:8081/ActionServlet/editUser/a
All pass user userUid as null.
However anything with more than one character gets passed okay i.e.
http://localhost:8081/ActionServlet/editUser/00
OR
http://localhost:8081/ActionServlet/editUser/aa
Any suggestions would be much appreciated.
Regards
Mandip
P.S. As you are probably aware of our well publicised mail server
problems please could you reply to man...@ya... :-)
|