File APIs for Java Developers
Manipulate DOC, XLS, PPT, PDF and many others from your application.
http://aspose.com/file-tools
The moose likes Struts and the fly likes logic:lessThan tag Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login


JavaRanch » Java Forums » Frameworks » Struts
Reply Bookmark "logic:lessThan tag" Watch "logic:lessThan tag" New topic
Author

logic:lessThan tag

Sreejith kayappuram
Ranch Hand

Joined: Jun 24, 2008
Posts: 35
Hi,
my doubt is

<logic:lessThan name='CustomerAdditionalStatementForm' property='statementCount' value ='1'>
do some process...
</logic:lessThan>

<logic:greaterEqual name='CustomerAdditionalStatementForm' property='statementCount' value ='1'>
do some process...
</logic:greaterEqual>

and wht happen if value of property 'statementCount' is empty???

which tag will be selected


Thanks
Sreejith
 
I agree. Here's the link: http://ej-technologies/jprofiler - if it wasn't for jprofiler, we would need to run our stuff on 16 servers instead of 3.
 
subject: logic:lessThan tag
 
Similar Threads
Solved: logic tag inside a logic tag : S1
Spring:bind tag for multiple objects
Struts tag to obtain size of a Collection
Applying logic tags for DATE
problem laying out element of ordered list with logic iterate