glassfish - Problem with Stripes' submit -
I am currently experiencing a problem with the strips in the submit
button. It completely ignores the incident, that he should call. ActionBen is working on the link with no problem ... Im stuck on that for 3 hours.
Action in action
@HandlesEvent ("addc") public resolution addc () {Log.debug ("addc () contract = {}", contract); ContractFacade.create (contract); Return new redirection revolutions (this.getClass (), "All"); }
jsp:
& lt; S: form beanclass = "actionbean.ContractsActionBean" & gt; & Lt;% @ include file = "forms / formContractDetails.jsp"% & gt; & Lt; Ul & gt; & Lt; Li & gt; & Lt; S: Submit name = "ADC" class = "submit" title = "" & gt; Add C & lt; / S: Submit & gt; & Lt; / Li & gt; & Lt; Li & gt; & Lt; S: link href = "/ all" & gt; Cancel & lt; / S: Link & gt; & Lt; / Li & gt; & Lt; / Ul & gt; & Lt; / S: Forms & gt;
action beam
was @UrlBind
{$ event}
, it has been changed to / ab / {$ event}
and it now works. Maybe index.jsp or some interference with some things is a stuff that will kill me a few days. Over 4 characters lost all day Hope this will help someone else at least.
Comments
Post a Comment