Java

NAVIGATION
CATEGORIES
REFERRENCE
LINKS
  • Validation

    0 answers - 1194 bytes - related search similar search Add To My Delicious Add To My Stumble Upon Add To My Google Mark Add To My Facebook Add To My Digg Add To My Reddit

    Jason, I have to disagree with you on this. I've
    written a lot of WebWork apps and multiple aliases is
    rarely used (maybe 1-5% of the time for me). Perhaps
    you can give the common examples you come across so
    that we can understand your style better?
    I think I posted this last week, but here's the Invoice CRUD action definitions:
    <!-- Invoice CRUD Actions
    <action name="listInvoice" class="" method="list">
    <interceptor-ref name="listStack"/
    <result name="CRUD-list" type="freemarker">/</result
    </action>
    <action name="editInvoice" class="">
    <interceptor-ref name="editStack"/>
    </action>
    <action name="saveInvoice" class="" method="save">
    <interceptor-ref name="crudStack"/>
    </action>
    <action name="deleteInvoice" class="" method="delete">
    <interceptor-ref name="crudStack"/
    </action>
    repeat for each entity in the system
    Posted via Jive Forums
    #77960
    To unsubscribe, e-mail: dev-unsubscribe (AT) struts (DOT) apache.org
    For additional commands, e-mail: dev-help (AT) struts (DOT) apache.org

Re: Validation


max 4000 letters.
Your nickname that display:
In order to stop the spam: 7 + 7 =
QUESTION ON "Java"

EMSDN.COM