You can just try this as follows
<view-state id="currentState" view="currentView">
<transition on="currentEvent" to="currentSubFlow" >
<set attribute="id"...
Type: Posts; User: sriramy; Keyword(s):
You can just try this as follows
<view-state id="currentState" view="currentView">
<transition on="currentEvent" to="currentSubFlow" >
<set attribute="id"...
Which id youn are expecting as a parameter
Hi,
I am using web flow and ibatis.
I call a method which was bolded from the flow as
<action-state id="saveModule">
<bean-action bean="moduleDAO" method="insert">
Hi,
Please refer the attached tabs1.jpg
I have a jsp in which i am having two multi select lists, Available Tabs and selected Tabs.
While the form loads, values are retrieved from the...
Hi James,
Thanx,
and i will try it
Hi,
Could any one let me know, that how can i retrieve the value in the validate method.
A-flow.xml file
<view-state id="displayFieldTypeText" view="CustomFieldText">
...
Hi,
I am trying to bind the values in a jsp using more than one bean.
When i am doing so, the page didn't displayed any thing
I am trying in the following way
jsp file
Hi,
I am trying the following in a wizard contains 4 views, in which the
the user can save the details on the 4th view to DB.
I rendered a 3rd view, in which it contains 2 select boxes (say...
Hi,
Can we maintain the view state using javascript in web flow
Hi,
I tried using spring form tags. but i am getting the below error
org.springframework.beans.NotReadablePropertyException: Invalid property 'newWizardTabModule' of bean class...
hi,
I have problem while binding 2 selcects. I have a page which shows 2 multiple
select .
From one select i an adding value to another select using javascript.
First time i...