On 1/25/07, mmaia <[EMAIL PROTECTED]> wrote:

Tx Matt,

I already know that, this is the problem. There´s not such mappping on
UserActionClass! Take a closer look an you´ll see.

After running "ant war", I can see a mapping in
build/appfuse/WEB-INF/struts-config.xml:

   <action
     path="/editUser"
     type="org.appfuse.webapp.action.UserAction"
     name="userForm"
     scope="request"
     input="list"
     roles="admin"
     parameter="method"
     unknown="false"
     validate="false"
   >

Does that help?

Matt


I´m still wondering how this mapping works. I´m already used with xdoclet
and action mappings to generate the struts-config. The problem is: This is
not so directly as usualy!!!

tx.



Matt Raible-3 wrote:
>
> XDoclet tags are used in the javadoc of the UserAction.java class.
> These tags are used to create the struts-config.xml.
>
> Matt
>
> On 1/24/07, mmaia <[EMAIL PROTECTED]> wrote:
>>
>> <display:column  url="/editUser.html?from=list" ..../>
>> I couldn´t find out how this is mapped for a struts action?
>> --
>> View this message in context:
>> 
http://www.nabble.com/How-does-%3Cdisplay%3Acolumn...-%3E-get-mapped----Couldn%C2%B4t-find-out%21-tf3095705s2369.html#a8594534
>> Sent from the AppFuse - User mailing list archive at Nabble.com.
>>
>> ---------------------------------------------------------------------
>> To unsubscribe, e-mail: [EMAIL PROTECTED]
>> For additional commands, e-mail: [EMAIL PROTECTED]
>>
>>
>
>
> --
> http://raibledesigns.com
>
>

--
View this message in context: 
http://www.nabble.com/How-does-%3Cdisplay%3Acolumn...-%3E-get-mapped----Couldn%C2%B4t-find-out%21-tf3095705s2369.html#a8639992
Sent from the AppFuse - User mailing list archive at Nabble.com.

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




--
http://raibledesigns.com

Reply via email to