Sorry i have done blunder.There is no such issue

Srikanth



Srikanth Goud wrote:
> 
> Hi,
> 
>    I was using default theme before.But to gain full control on UI part i
> chaged to simple theme.
>    Know the problem is 
>     I performed business logic in one the screen. If it is success than
> the next screen in cycle.
>     But the validations are firing in the next screen.It should not fire
> when the page render for the first time.
> 
>  And my code is
> 
>  In jsp
> 
>     <td><s:label value="Deposit with Bank" /></td> 
>   <td><s:textfield name="deposits" />
>     <s:fielderror><s:param>deposits</s:param></s:fielderror></td>      and
> so on...
> 
> struts.xml
> 
>  <action name="internalDetails_*" method="{1}"
> class="com.ulms.action.BankInternalDetails">
>       <result name="input" type="tiles" >internalDetails.def</result>
>       <result type="tiles">customerInfo.def</result>
> </action>
> 
> these internalDetails.def and customerInfo.def are definations in
> tiles.xml
> 
> could u please tell what is the mistake?
> and how to stop validations when page renders for first time?
> 
> regards
> Srikanth.
> 
> 
>    
> 

-- 
View this message in context: 
http://www.nabble.com/Validation-problem-when-navigating-through-pages-tp21933765p21934405.html
Sent from the Struts - User mailing list archive at Nabble.com.


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

Reply via email to