aspose file tools
The moose likes Portals and Portlets and the fly likes Action List Builder Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login


JavaRanch » Java Forums » Java » Portals and Portlets
Reply Bookmark "Action List Builder " Watch "Action List Builder " New topic
Author

Action List Builder

Tanja Moeller
Greenhorn

Joined: Mar 10, 2010
Posts: 1
Hi

I have a Problem with the Action List Builder

At first: I want to realize a Search-Function with Portlets.

That means, that the user can fill out a form. The input data is squares with entries in a db2 database. I get the database information form a Service-Provider-Model and in the Service-Consumer Model I have an Action List which processes the information from the database.
Therefore I must define the Actions in the Action List.

Example:

Search for an ID:
ID is Between .....(ID1) and ..... (ID2)

My attempt for the Action:
For each databaseID {
if (${Arguments/ID1}>= ServiceConsumer.databaseID && ${Arguments/ID2}<= ServiceConsumer.databaseID)
then write databaseID on the outputpage
else do nothing
}

Now I need the right Syntax for programming the Action.

Btw. Is my attempt correct?


Sry for my bad english
Hope my problem is clear defined.

so long

Sava
 
 
subject: Action List Builder
 
Two Laptop Bag