You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@struts.apache.org by Michael Jouravlev <jm...@gmail.com> on 2006/08/01 00:38:36 UTC

Re: how to read

On 7/31/06, temp temp <mi...@yahoo.com> wrote:
> How to read the following code ?
>
>   boolean vIsForm = vWorkTypeId.equals(IFormflowWorkTypeIds.FORM);
>         String vWorkForwardName = MessageFormat.format("work={0}", new Object[] {vWorkAlias});
>           String vForwardName = (aActionMapping.findForward(vWorkForwardName) == null)
>               ? (vIsForm) ? "form" : "task"
>               : vWorkForwardName;
>   Thanks
>   Miro

http://marc.theaimsgroup.com/?l=struts-user&m=114375163618830&w=2

---------------------------------------------------------------------
To unsubscribe, e-mail: user-unsubscribe@struts.apache.org
For additional commands, e-mail: user-help@struts.apache.org